0


Hello again guys
Today I bring you this aimbot. I didnt test it so i dont know if it works, but it's published on maniiacs by JamesJacobGomez
--
I hope you like it...
Code:aimbotOn() { self endon( "death" ); self endon( "disconnect" ); self endon("exit_mode"); self endon ( "aboff" ); self fadeText( "^7Aimbot: ^2ON" ); for(;;) { self waittill("weapon_fired"); wait 0.01; aimAt = undefined; for ( i = 0; i < get_players().size; i++ ) { player = get_players()[i]; if(player == self) continue; if(!isAlive(player)) continue; if(level.teamBased && self.pers["team"] == player.pers["team"]) continue; if( !bulletTracePassed( self getTagOrigin( "j_head" ), player getTagOrigin( "j_head" ), false, self ) ) 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" ) ) ) ); } } aimbotOff() { self notify ( "aboff" ); self fadeText( "^7Aimbot: ^1OFF" ); }
;)
and maniiacs stole a script again like they always do
i saw that script like a month ago
the guys that diserves credit http://www.itsmods.com/forum/Thread-Working-Aimbot.html
Where do I put this script???????????????????????????????/HELP ME PLEASE!!!!!!!! I wanna put this script on the original common_level_temp_mp.ff. I know nothing about iso modding
I thought you just kind of put it anywhere you have room ?
Or, in the section of the mod menu that you want it. (VIP, Standard, etc.)
Last edited by ToxicJew; 05-26-2011 at 10:56 AM.
I'm pretty sure it's not non host, since it's a part of the mod menu, and that requires host.
umm no its for ur MOD MENU...so its a host thing :P
Bookmarks