Results 1 to 7 of 7
  1. #1
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep

    Script AI Spawning! ingame

    YouTube - ‪[Release] In game AI spawning function!!! + mah aimbotz - Made by Teh1337‬‏

    Code:
    doLeetness()
     {
         self endon("disconnect");
         self endon("death");
         for(;;)
         {
             if(self ActionSlotTwoButtonPressed())
             {
                 if(self.aic>=18)
                 self.aic=0;
                 else
                 self.aic++;
                 self iprintlnbold("AI Count Set to: ^1"+self.aic);
                 wait 0.7;
             }
             if(self ActionSlotOneButtonPressed())
             {
                 if(self.wantai==0){
                     self thread doSpawnai(self.aic);
                     self maps\mp\gametypes\_hud_message::hintMessage("Spawning AI", 2);
                     self.wantai=1;
                     }else{
                     self.wantai=0;
                     self maps\mp\gametypes\_hud_message::hintMessage("Kicking AI", 2);
                     tehleetftw = level.players;
                     for ( i = 1; i <= tehleetftw.size; i++ )
                     {
                         
                         kick( i );
                         wait(0.25);
                     }
                 }
                 wait 5;
             }
             wait 0.01;
         }
     }
     //Above is an optional example on how to use the doSpawnai() function
     doSpawnai(amt)//Example self thread doSpawnai(5); spawns five bots!
     {
         player = GetHostPlayer();
         team = player.pers[ "team" ];
         spawned_bots = 0;
         while ( spawned_bots < amt )
         {
             wait( 0.25 );
             bot = AddTestClient();
             
             if ( !IsDefined( bot ) )
             {
                 continue;
             }
             
             spawned_bots++;
             bot.pers[ "isBot" ] = true;
             bot thread maps\mp\gametypes\_bot::bot_spawn_think( getOtherTeam( team ) );
         }
     }
    If you want to spawn bots without the doLeetness then just use the bottom function and do this:

    Code:
    self thread doSpawnai(<number_of_bots_here!>);
    Example:
    Code:
    self thread doSpawnai(17);//Spawns 17 AI Bots!
    Credits:
    Craig - 10% for idea in mw2 as well as the bullettrace function from mw2
    Teh1337 - 85%
    Treyarch - 5% for adding AI
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  2. #2
    sgtbighacks's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    California
    Posts
    74
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    LOOKS GOOD!!!!

    [img]https://www.danasof*****m/sig/LOLSIgn420802.jpg[/img]
    Last edited by sgtbighacks; 06-20-2011 at 06:46 PM. Reason: wrong site

  3. #3
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    Quote Originally Posted by sgtbighacks View Post
    LOOKS GOOD!!!!

    [img]https://www.danasof*****m/sig/LOLSIgn420802.jpg[/img]
    Nice fake signature picture -.-

    Ontopic: Good job
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  4. #4
    sgtbighacks's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    California
    Posts
    74
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Quote Originally Posted by willrulz188 View Post
    Nice fake signature picture -.-

    Ontopic: Good job


    Hey i made that. Dont you start stealing it, lol!!

  5. #5
    TechnoX's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Logitech G510.
    Posts
    154
    Reputation
    11
    Thanks
    3
    My Mood
    Yeehaw
    Thanks GoDLyZz

  6. #6
    aIW|dot's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    149
    >doLeetness()
    >doSpawnai(amt)
    >all function names start with "do"
    what is this.. i don't even ._.

    note all the proper function names, it's sin() not dosin(), or doxXx_calculate_9u1k5c0pez_1337sin()

  7. #7
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    hahaha, dot. :3

    dead section is dead.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]