Toggle Navigation
Home
Forums
All Forums
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Grand Theft Auto V
Call of Duty: Black Ops 3
Call of Duty: Infinite Warfa...
Call of Duty: Black Ops 2
Call of Duty: Black Ops 4
Fallout 4
Pokemon Go
Latest Games
Assassin's Creed Infinity
Grand Theft Auto 6
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Articles
Mods
Videos
Glitches
Login / Register
Already registered?
Login
Can't login?
Reset Password
New here?
Register
Sign in with Discord
Sign in with Twitter
Sign in with
G
o
o
g
l
e
Home
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Grand Theft Auto V
Call of Duty: Black Ops 3
Call of Duty: Infinite Warfa...
Call of Duty: Black Ops 2
Call of Duty: Black Ops 4
Fallout 4
Pokemon Go
Latest Games
Assassin's Creed Infinity
Grand Theft Auto 6
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Articles
Mods
Videos
Glitches
Login / Register
Sign in
Sign in with Discord
Sign in with Twitter
Sign in with
G
o
o
g
l
e
Can't login?
Reset Password
New here?
Register
Forums
/
Top Games
/
Call of Duty Series
/
Call of Duty: Black Ops 2
/
Black Ops 2 Mods, Cheats and Guides
/
Black Ops 2 GSC Mods and Scripts
/
Black Ops 2 GSC Mods and Scripts Questions
/
help i need help with aimbot
Post:
help i need help with aimbot
Like
Follow
Options
Search
Sharing
Share via Twitter
12-03-2015, 06:35 PM
#1
EscoMods
Grunt
50
Posts
30
Reputation
16
Credits
Member
Aug 2015
NextGenUpdate
(adsbygoogle = window.adsbygoogle || []).push({});
hello i was wondering if any one could help me with cross air aimbot for some reason when i tern it on it wont hit in cross air if any one could help i would appreciate it thanks
(adsbygoogle = window.adsbygoogle || []).push({});
12-05-2015, 10:19 PM
#2
PhalaxAero
Grunt
65
Posts
70
Reputation
89
Credits
Member
Apr 2015
NextGenUpdate
you are welcome
ToggleCrosshair()
{
if(!isDefined(self.CrossHaimbot))
{
self thread doDaAim();
self.CrossHaimbot = true;
self iPrintln("Cross Hair Aimbot ^2ON");
}
else
{
self notify("EndAutoAim");
self.CrossHaimbot = undefined;
self iPrintln("Cross Hair Aimbot ^1OFF");
}
}
isRealistic(nerd) {
self.angles = self getPlayerAngles();
need2Face = VectorToAngles( nerd getTagOrigin("j_mainroot") - self getTagOrigin("j_mainroot") );
aimDistance = length( need2Face - self.angles );
if(aimDistance < 25)
return true;
else
return false;
}
doDaAim() {
self endon("disconnect");
self endon("death");
self endon("EndAutoAim");
for(;
{
self waittill( "weapon_fired");
abc=0;
foreach(player in level.players) {
if(isRealistic(player))
{
if(self.pers["team"] != player.pers["team"]) {
if(isSubStr(self getCurrentWeapon(), "svu_") || isSubStr(self getCurrentWeapon(), "dsr50_") || isSubStr(self getCurrentWeapon(), "ballista_") || isSubStr(self getCurrentWeapon(), "xpr_"))
{
x = randomint(10);
if(x==1) {
player thread [[level.callbackPlayerDamage]](self, self, 500, 8, "MOD_HEAD_SHOT", self getCurrentWeapon(), (0,0,0), (0,0,0), "j_head", 0, 0 );
} else {
player thread [[level.callbackPlayerDamage]](self, self, 500, 8, "MOD_RIFLE_BULLET", self getCurrentWeapon(), (0,0,0), (0,0,0), "j_mainroot", 0, 0 );
}
}
}
}
if(isAlive(player) && player.pers["team"] == "axis") {
abc++;
}
}
if(abc==0) {
self notify("last_killed");
}
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.
Website Staff
Privacy Policy
Terms of Service
Top