View Single Post
  #1  
Old 01-18-2009, 04:55 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Anti-Hack: Freezeplayer

Due to the recent leak of a trainer from Team WSU, servers might need to invest some time in anti-trainer measures if they haven't already.

Tested and works perfectly without any changes to gameplay.

Edit: This snippet should be altered/installed into your main systems so if a trainer user decides alter their freezeplayer code it will result in crippled gameplay.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setTimer(1);
}

function 
onTimeout() {
  
// To avoid altering gameplay
  
if (player.freezetime 0) return setTimer(1);
  
// Freeze the Player
  
freezeplayer(1);
  if (
player.freezetime != 1hackDetected();
  
// Unfreeze Player
  
freezeplayer(0);
  
// Continue Loop
  
setTimer(1);
}

function 
hackDetected() {
  
// you decide the rest...

Other features of this latest trainer include warping to a specific X, Y, warping into a wall, can disable freezeplayer, enables turn while slashing, instant classic bomb explosion, wall running hack, sword delay hack.

Sounds like we got the work cut out for us!
__________________
Quote:

Last edited by fowlplay4; 01-18-2009 at 06:39 AM..
Reply With Quote