Thread: Cheat Windows
View Single Post
  #23  
Old 12-14-2012, 01:19 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stowen View Post
Yeah, I can imagine there to be alot of false positives. Without the level checks, I get one everytime somebody goes from one level to another. So just add an onPlayerEnters() command with the original x/y ?

Like this? :

PHP Code:
function onPlayerEnters() {
   
this.x1 player.x;
   
this.y1 player.y;
   
setTimer(1);

That is one way to do it, but ultimately your system needs to be more robust because you will have false positives in all kinds of cases. For starters, it shouldn't trigger an alarm until it's fairly certain a person is speed-hacking (sustained periods of time of increased speed).
__________________
Reply With Quote