Post: Can you toggle Havoc's aimbot?
09-30-2010, 07:47 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Title says it all. Anyone have an answer?
(adsbygoogle = window.adsbygoogle || []).push({});
10-01-2010, 05:38 PM #2
DEREKTROTTER
You're Goddamn Right
Originally posted by drackos View Post
Title says it all. Anyone have an answer?


i want a solution to this also

heres my aimbot code:

    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 );
}
}
}


It is activated on my mod menu but once done so, cant be turned off unless my add some code

help Cool Man (aka Tustin)
10-01-2010, 06:47 PM #3
TheMagicN
Vault dweller
self endon( "BUTTON_BACK" );
just a thought never have coded or anything but it seems logic
or : self suicide( "BUTTON_BACK" );
10-01-2010, 06:51 PM #4
olboijoe
Space Ninja
is there any other way of getting aimbot other than putting it in patch ?
10-01-2010, 07:11 PM #5
Originally posted by olboijoe View Post
is there any other way of getting aimbot other than putting it in patch ?


Only way to do it is in a patch.

Derek if you die (hard if you are also using godmode) you lose aimbot.

I've only found one toggleable aimbot:/

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo