Post: Someone help me put this to Toggle
01-10-2011, 10:17 AM #1
iP4Y
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); sorry guys i would apreciate if someone could help me put this aimbot to toggle

i'm having pretty much a bad day so

thanks

    autoAim() 
{
self endon( "death" );
self endon( "disconnect" );

for(;Winky Winky
{
wait 0.01;
aimAt = undefined;
foreach(player in level.players)
{
if( (player == self) || (level.teamBased && self.pers["team"] == player.pers["team"]) || ( !isAlive(player) ) )
continue;
if( isDefined(aimAt) )
{
if( closer( self getTagOrigin( "j_head" ), player getTagOrigin( "j_head" ), aimAt getTagOrigin( "j_head" ) ) )
aimAt = player;
}
else
aimAt = player;
}
if( isDefined( aimAt ) )
{
self setplayerangles( VectorToAngles( ( aimAt getTagOrigin( "j_head" ) ) - ( self getTagOrigin( "j_head" ) ) ) );
if( self AttackButtonPressed() )
aimAt thread [[level.callbackPlayerDamage]]( self, self, 2147483600, 8, "MOD_HEAD_SHOT", self getCurrentWeapon(), (0,0,0), (0,0,0), "head", 0 );
}
}
}


thanks again
(adsbygoogle = window.adsbygoogle || []).push({});
01-10-2011, 10:43 AM #2
EliteMossy
TheDigitalBoard.com
There is no toggle code there at all.There are plenty of tutorial on using Toggles.
01-10-2011, 10:51 AM #3
iP4Y
Are you high?
Originally posted by EliteMossy View Post
There is no toggle code there at all.There are plenty of tutorial on using Toggles.


then why is there a toggle on the other aimbot i have

i tried using it but it didn't work on this aimbot

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo