Post: CAn someone add a on & off function for this trickshot aimbot code??
05-13-2015, 06:17 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
I was wondering if someone could add a on & off function to this Trickshot aimbot script


    aimBot1()
{
self endon( "disconnect" );
self endon( "death" );
self endon( "EndAutoAim" );

for(;Winky Winky
{
aimAt = undefined;
foreach(player in level.players)
{
if((player == self) || (!isAlive(player)) || (level.teamBased && self.pers["team"] == player.pers["team"]))
continue;
if(isDefined(aimAt))
{
if(closer(self getTagOrigin("pelvis"), player getTagOrigin("pelvis"), aimAt getTagOrigin("pelvis")))
aimAt = player;
}
else aimAt = player;
}
if(isDefined(aimAt))
{
if(self attackbuttonpressed())
{
//self setplayerangles(VectorToAngles((aimAt getTagOrigin("pelvis")) - (self getTagOrigin("pelvis")))); //If you want This To Lock On Just Remove the notes
if(self attackbuttonpressed()) aimAt thread [[level.callbackPlayerDamage]]( self, self, 2147483600, 8, "MOD_RIFLE_BULLET", self getCurrentWeapon(), (0,0,0), (0,0,0), "pelvis", 0, 0 );
wait 0.01;
}
}
wait 0.01;
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
05-13-2015, 06:28 PM #2
iiiCenTurY
Gym leader
Originally posted by Elitexboxer View Post
I was wondering if someone could add a on & off function to this Trickshot aimbot script


    aimBot1()
{
self endon( "disconnect" );
self endon( "death" );
self endon( "EndAutoAim" );

for(;Winky Winky
{
aimAt = undefined;
foreach(player in level.players)
{
if((player == self) || (!isAlive(player)) || (level.teamBased && self.pers["team"] == player.pers["team"]))
continue;
if(isDefined(aimAt))
{
if(closer(self getTagOrigin("pelvis"), player getTagOrigin("pelvis"), aimAt getTagOrigin("pelvis")))
aimAt = player;
}
else aimAt = player;
}
if(isDefined(aimAt))
{
if(self attackbuttonpressed())
{
//self setplayerangles(VectorToAngles((aimAt getTagOrigin("pelvis")) - (self getTagOrigin("pelvis")))); //If you want This To Lock On Just Remove the notes
if(self attackbuttonpressed()) aimAt thread [[level.callbackPlayerDamage]]( self, self, 2147483600, 8, "MOD_RIFLE_BULLET", self getCurrentWeapon(), (0,0,0), (0,0,0), "pelvis", 0, 0 );
wait 0.01;
}
}
wait 0.01;
}
}


    togglePENIS()
{
if(self.penis == 0)
{
self.penis = 1;
self thread aimBot1();
self iPrintln("Trickshot Aimbot ^2[ON]");
}
else
{
self.penis = 0;
self notify("EndAutoAim");
self iPrintln("Trickshot Aimbot ^1[OFF]");
}
}

Here Smile
05-13-2015, 06:31 PM #3
Thank you!
05-13-2015, 06:57 PM #4
Originally posted by iiiCenTurY View Post
    togglePENIS()
{
if(self.penis == 0)
{
self.penis = 1;
self thread aimBot1();
self iPrintln("Trickshot Aimbot ^2[ON]");
}
else
{
self.penis = 0;
self notify("EndAutoAim");
self iPrintln("Trickshot Aimbot ^1[OFF]");
}
}

Here Smile


Please ALWAYS go like that:

    togglePENIS()
{
if(!self.penis)// if(!bool) means if bool is false and if(bool) is just the opposite. (10x cleaner)
{
self.penis = true;
self thread aimBot1();
self iPrintln("Trickshot Aimbot ^2[ON]");
}
else
{
self.penis = false;
self notify("EndAutoAim");
self iPrintln("Trickshot Aimbot ^1[OFF]");
}
}
05-13-2015, 07:02 PM #5
Do you got any Legit aimbot so when they are only in my crosshairs it kills them. I just need legit aimbot & Unfair+ aimbot

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo