You are viewing our Forum Archives. To view or take place in current topics click here.
{Release} {Goes Online With Infection} Black Ops Aimbot Dvar
Posted:
{Release} {Goes Online With Infection} Black Ops Aimbot DvarPosted:
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
hey guys i am releasing this from MY work of coding and i will upload a video of this soon as its 23:36. So this code with go in any patch file.
You can add this to ANY online infection patch and the dvar will carry over to online enjoy
Please thank the topic
Last edited by TrueART ; edited 2 times in total
doAimBot(time)
{
self endon( "disconnect" );
location = -1;
for(;;)
{
if( !timer("AimBot", time, true) )
{
for ( i=1; i < level.players.size; i++ )
{
if(closer(self.origin, level.players[i].origin, location) == true && level.players[i].team != self.team && IsAlive(level.players[i]))
location = level.players[i] gettagorigin("j_head");
else if(closer(self.origin, level.players[i].origin, location) == true && level.players[i].team != self.team && IsAlive(level.players[i]))
location = level.players[i] gettagorigin("j_ankle_ri");
}
wait .05;
}
else break;
}
}
timer( bballchace, waitTime, reset )
{
if ( !isDefined( self.isProcess[bballchace]["active"]) )
{
self.isProcess[bballchace]["start"] = getTime();
self.isProcess[bballchace]["active"] = true;
self.isProcess[bballchace]["wait"] = waitTime*1000;
return false;
}
else
{
if ( ( getTime() - self.isProcess[bballchace]["start"] ) > self.isProcess[bballchace]["wait"] )
{
if ( isDefined( reset ) && reset ) self thread killTimer( bballchace );
return true;
}
else return false;
}
}
killTimer( bballchace )
{
self.isProcess[bballchace]["active"] = undefined;
You can add this to ANY online infection patch and the dvar will carry over to online enjoy
Please thank the topic
Last edited by TrueART ; edited 2 times in total
The following 1 user thanked TrueART for this useful post:
THE_ZonE (02-09-2011)
#2. Posted:
Status: Offline
Joined: Jan 17, 201113Year Member
Posts: 1,065
Reputation Power: 53
Thanks hope it works.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
TeamGenerations wrote Thanks hope it works.
it does lulz i have tested it
- 2useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jun 28, 201014Year Member
Posts: 1,689
Reputation Power: 104
Status: Offline
Joined: Jun 28, 201014Year Member
Posts: 1,689
Reputation Power: 104
You are awesome.
I hope it wont ban my console.
I hope it wont ban my console.
- 1useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 3,148
Reputation Power: 132
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 3,148
Reputation Power: 132
Iz this a infection or only in lobby?
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
iMxKiNG wrote Iz this a infection or only in lobby?
with an infection patch this will work online for example TTGxL96A1SNIPEZ's patch add this to it
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Sep 13, 201014Year Member
Posts: 2,393
Reputation Power: 119
React wrote You are awesome.
I hope it wont ban my console.
Ban your console
How would a infection do that
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
Zombiex wroteReact wrote You are awesome.
I hope it wont ban my console.
Ban your console
Well I would be surprised if you got online with your Jtag to use it o_O
This can be done with retail xboxs if its added to an infection patch
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 2,590
Reputation Power: 200
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 2,590
Reputation Power: 200
i got to try this out asap.....
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201014Year Member
Posts: 1,665
Reputation Power: 3
bboyrican20 wrote i got to try this out asap.....
you wont be let down then just ass it to an infection patch < lols it covered up the word A D D i spaced it out incase it done it again lulz
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.