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:

TrueART
  • TTG Senior
Status: Offline
Joined: Jul 25, 201013Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201013Year 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.

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:
Kahr
  • TTG Senior
Status: Offline
Joined: Jan 17, 201113Year Member
Posts: 1,065
Reputation Power: 53
Status: Offline
Joined: Jan 17, 201113Year Member
Posts: 1,065
Reputation Power: 53
Thanks hope it works.
#3. Posted:
TrueART
  • TTG Senior
Status: Offline
Joined: Jul 25, 201013Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201013Year Member
Posts: 1,665
Reputation Power: 3
TeamGenerations wrote Thanks hope it works.


it does lulz i have tested it
#4. Posted:
React
  • TTG Senior
Status: Offline
Joined: Jun 28, 201013Year Member
Posts: 1,689
Reputation Power: 104
Status: Offline
Joined: Jun 28, 201013Year Member
Posts: 1,689
Reputation Power: 104
You are awesome.

I hope it wont ban my console.
#5. Posted:
iMxKiNG
  • TTG Contender
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?
#6. Posted:
TrueART
  • TTG Senior
Status: Offline
Joined: Jul 25, 201013Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201013Year 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
#7. Posted:
GRM
  • TTG Addict
Status: Offline
Joined: Sep 13, 201013Year Member
Posts: 2,393
Reputation Power: 119
Status: Offline
Joined: Sep 13, 201013Year 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
#8. Posted:
TrueART
  • TTG Senior
Status: Offline
Joined: Jul 25, 201013Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201013Year Member
Posts: 1,665
Reputation Power: 3
Zombiex wrote
React 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
#9. Posted:
BBOYRICAN25
  • TTG Addict
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 2,589
Reputation Power: 200
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 2,589
Reputation Power: 200
i got to try this out asap.....
#10. Posted:
TrueART
  • TTG Senior
Status: Offline
Joined: Jul 25, 201013Year Member
Posts: 1,665
Reputation Power: 3
Status: Offline
Joined: Jul 25, 201013Year 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
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.