Results -9 to 0 of 48

Threaded View

  1. #16
    Player
    TheRac25's Avatar
    Join Date
    Apr 2011
    Posts
    415
    Character
    Krell Ynjynor
    World
    Excalibur
    Main Class
    Fisher Lv 50
    Quote Originally Posted by Blimbeard View Post
    Yeah, I have a 2:1 Honours Degree in Comp Sci and have worked in Software development for 15 years. I understand exactly what you and the other guy are saying, you're just vastly oversimplifying the issue, and pretending to know the specifics of their code and infrastructure, which you clearly don't. Thanks for trying though.
    orly? too bad they did not teach you how computers work

    //copyright me
    //insert in client pos update packet handler, oh my 4 instructions
    if (player.lastx - player.newx < threshold) teleportflag++; //sub + cnd
    if (player.lastx + player.newx > threshold) teleportflag++; //add + cnd

    //update database as usual, infantesimal overhead
    //todo: write some sql to autoban these people
    (0)
    Last edited by TheRac25; 10-04-2013 at 09:54 PM.

Tags for this Thread