0 Members and 1 Guest are viewing this topic.
if Distance(GetPlayerStat(i,'x'),GetPlayerStat(i,'y'),x[i],y[i]) > DISTANCEPERSECOND then beginif warnings[i] > 0 then beginwarnings[i] := warnings[i] - 1;if warnings[i] > 0 then beginWriteConsole(i,'Possible speed hack detected - ' + inttostr(warnings[i]) + ' warning(s) left',$00FF0000);end;end;if warnings[i] = 0 then beginCommand('/say ' + idtoname(i) + ' kicked for possible speed/teleport hacks');Command('/kick ' + inttostr(i));end;end;
How about warps due to lag ?
were you in my server today/tonight (different time zone thing) and by any chance were u hacking? because i got bored and made a anti tele hack thing and either you were hacking or lagging something shockin. just curious to know if it works yeah, it worked! it kiked me...nice one! but dont publish it please, because all the tele hacks we will dead...
if Distance(GetPlayerStat(i,'x'),GetPlayerStat(i,'y'),x[i],y[i]) > DISTANCEPERSECOND then begin if warnings[i] > 0 then begin warnings[i] := warnings[i] - 1; WriteConsole(i,'Possible speed hack detected - ' + inttostr(warnings[i]) + ' warning(s) left',$00FF0000); end else begin Command('/say ' + idtoname(i) + ' kicked for possible speed/teleport hacks'); Command('/kick ' + inttostr(i)); end;end;
Distance(GetPlayerStat(i,'x'),GetPlayerStat(i,'y'),x[i],y[i]) > DISTANCEPERSECOND
BE is actually dead for a while and many hackers seen on public.This script works very good.
I have the solution, I am gonna make all players admins. Then they can kick and ban each other, problem "solved".
Admin's are not gonna monitor soldat players 24/7.
This script is gonna go crazy on maps with bouncing polygons.
What about you stop saying "Uuuuuh, this doesn't work because of BOUNCING POLYGONS" and just try this?
And nice script. Its weird that you wrote it, since you're writing also hacks for soldat, lol.Some pangs of conscience or what?
Quote from: FalconPL on June 02, 2010, 11:16:52 amAnd nice script. Its weird that you wrote it, since you're writing also hacks for soldat, lol.Some pangs of conscience or what? To secure something from hacks you need to know how to hack.
I took a look at the speed hack software and wrote some detection code.If you know other software which allows you to speedhack just send me a pm with the details.Thanks
Denying user input - how much more disabling do you need it?
Quote from: Shoozza on June 21, 2011, 11:48:11 amI took a look at the speed hack software and wrote some detection code.If you know other software which allows you to speedhack just send me a pm with the details.ThanksIt'd be cooler if we made it delete or disable the detected hacks, not just whine about them.
Actually the game quits after the messagebox gets closed