CODE PAS tester ;) mais je pense que c'est bon !
on any move:
#Pour savoir le Ping du joueur
set {_ping} to the player's ping
#Si le joueur a 50 Ou plus de Ping
if {_ping} < 50:
set {_pos} to location of player
wait 2 tick
if distance between {_pos} and player is bigger than 7:
kick the player due to "cheat detected"
else:
stop
#Si le joueur a 200 Ou plus de Ping
on any move:
if {_ping} < 100:
set {_pos} to location of player
wait 2 tick
if distance between {_pos} and player is bigger than 14:
kick the player due to "cheat detected"
else:
stop
#Si le joueur a 200 Ou plus de Ping
on any move:
if {_ping} < 200:
set {_pos} to location of player
wait 2 tick
if distance between {_pos} and player is bigger than 21:
kick the player due to "cheat detected"
else:
stop