xfolder
Apprentice
Posts: 9
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0
|
RE: Change-Speed Detectation
It could be useful for someone..
Code:
[function f_speedhack]
ref1=<local.char>
local.times=200
if (<ref1.ctag0.times> =< <local.times>)
if (<ref1.ctag0.lastevent>==<ref1.lastevent>)
ref1.ctag0.same += 1
endif
ref1.ctag0.times += 1
elif (<ref1.ctag0.same> > 11)
serv.log [SPEEDHACK] UID: <ref1.uid> ACCOUNT: <ref1.account> NAME: <ref1.name>
ref1.ctag0.same
ref1.ctag0.times
else
ref1.ctag0.same
ref1.ctag0.times
endif
ref1.ctag.lastevent=<ref1.lastevent>
Add PACKET2=f_speedhack in sphere.ini
(This post was last modified: 09-23-2014 07:54 AM by xfolder.)
|
|
09-23-2014 07:53 AM |
|
|