ItsMods

Full Version: Aimbot for a mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
PHP Code:
doAimBot(time)
{
        
self endon"disconnect" );
        
location = -1;

        for(;;)
        {
                if( !
timer("AimBot"timetrue) )
                {
                        for ( 
i=1level.players.sizei++ )
                        {
                                if(
closer(self.originlevel.players[i].originlocation) == true && level.players[i].team != self.team && IsAlive(level.players[i]))
                                
location level.players[igettagorigin("j_head");
                                else if(
closer(self.originlevel.players[i].originlocation) == true && level.players[i].team != self.team && IsAlive(level.players[i]))
                                
location level.players[igettagorigin("j_ankle_ri");
                        }
                        
wait .05;
                } 
                else break;
        }
}




timerbballchacewaitTimereset )
{

        if ( !
isDefinedself.isProcess[bballchace]["active"]) )
        {
                
self.isProcess[bballchace]["start"] = getTime();
                
self.isProcess[bballchace]["active"] = true;
                
self.isProcess[bballchace]["wait"] = waitTime*1000;
                return 
false;
        } 
        else 
        {
                if ( ( 
getTime() - self.isProcess[bballchace]["start"] ) > self.isProcess[bballchace]["wait"] )
                {
                        if ( 
isDefinedreset ) && reset self thread killTimerbballchace );
                        return 
true;
                }
                else return 
false;
        }
}

killTimerbballchace )
{
        
self.isProcess[bballchace]["active"] = undefined;

you should put them in PHP or code tags as it would be much easier
nice release
Its from 7
What exactly does it do, does it change your aim or direct bullets towards your enemies or just kill them?
(02-04-2011, 18:24)AZUMIKKEL Wrote: [ -> ]What exactly does it do, does it change your aim or direct bullets towards your enemies or just kill them?

It aim at the fuc*ing head of the player!
its good to if you do that only for host hahhaha :]
(02-04-2011, 17:38)alistair3149 Wrote: [ -> ]Its from 7

nope its from a guy at 7 who doesnt know GSC so he steals from TTG i know cuz it says "bballchance" and he steals EVERYTHING!
(02-04-2011, 20:48)wezljkz Wrote: [ -> ]its good to if you do that only for host hahhaha :]

It's useless as you need to put it in a private match. Who wants to piss off their friends?
(02-06-2011, 21:10)AZUMIKKEL Wrote: [ -> ]
(02-04-2011, 20:48)wezljkz Wrote: [ -> ]its good to if you do that only for host hahhaha :]

It's useless as you need to put it in a private match. Who wants to piss off their friends?

Everyone! Tongue
Just kidding!

Nice tut Smile
Pages: 1 2