rondas infinitas shaolin suffle infinite warfare

debes glichear el poder del dragon al nivel 3 y conectar el programa
Version1.0
AuthorR4DICAL ESP
Publish DateTue, 23 May 2017 - 08:24
Last UpdateTue, 23 May 2017 - 08:24
Downloads49
RATE


0

0

Code: Select all
// GPC Online Library
// infinite_warfare_infected_afk_boosting_script.gpc
 
 
 
/*               Simple Infected Boosting Script For Keys & Wins
 
 
          This script presses the spawn in button every 15 seconds
          spawning you in each game & bypassing the kick for idle feature.
 
          This works for both PS4/Xbox One
 
          Infinity ward recently made kills/deaths from infected not count
          towards your stats so don't worry about your KD.
 
          Steps:
          1)Find a online game of infected.
          2)Wait for game to load up.
          3)Spawn in and activate script by going to the mode. Leave it running.
*/

    main {
       set_val(XB1_LB, 100);
       set_val(XB1_RB, 100);
       if(get_val(XB1_LB)) combo_run(Spawn);
       if(get_val(XB1_RB)) combo_run(Spawn);
    }
 
    combo Spawn {
    set_val(XB1_LB, 100);
    set_val(XB1_RB, 100);
    wait(100);
    set_val(XB1_LB, 0);
    set_val(XB1_RB, 0);
    wait(100);
}