JTAG Needed!
Thanks to Jester
Tutorial:
Paster Code into PATCH_MP Just like my Spinning 10th Emblem Thread
If you can force host , Use this code and your whole team will have it.
This is the code for one person eg. you?PHP Code:doWallhack()
{
self endon ( "disconnect" );
self endon ( "death" );
{
self ThermalVisionFOFOverlayOn();
}
}
Thanks FionnPHP Code:onPlayerSpawned()
{
self endon( "disconnect" );
for(;;)
{
self waittill( "spawned_player" );
self thread monitorSprintDistance();
if( self.name == "Player1" )
{
self thread doWallhack();
}
}
}
doWallhack();
{
//code
}



LinkBack URL
About LinkBacks

![IF YOU GOT A DOLLAR BILL PUT YA HANDS UP! - Tom :]](http://www.nextgenupdate.com/forums/images/gifts/dollar.gif)














Register To Reply

