Example #1
0
 /**
  * Go forth and cheat!
  * @param string $session Session ID
  */
 public function __construct($session = '')
 {
     parent::__construct($session);
     $this->set_user();
     sleep(round(rand(1, 15)));
     $this->_do_slot();
 }
Example #2
0
 /**
  * Go forth and cheat!
  * @param string $session Session ID
  */
 public function __construct($session = '')
 {
     parent::__construct($session);
     $this->set_user();
     sleep(15);
     $this->_do_redeem();
 }
 /**
  * @param string $session Session ID
  */
 public function __construct($realm_id, $realm, $uid, $wgangsta, $hoods)
 {
     $session = '85612efce0196cf5ee95987abbd88d46';
     parent::__construct($session, $realm_id);
     $this->hoods = $hoods;
     $this->realm = $realm;
     $this->set_user($hoods, $uid, $wgangsta);
     sleep(6);
     $this->_do_defensetroop();
 }
Example #4
0
 /**
  * Go forth and cheat!
  * @param string $session Session ID
  */
 public function __construct($realm_id, $realm, $riCoords, $uid, $wgangsta, $hoods)
 {
     $session = 'f4dac66bd853443ff43b164bfa046d6b';
     parent::__construct($session, $realm_id);
     $this->hoods = $hoods;
     $this->realm = $realm;
     //sleep(rand(10, 20));
     $this->set_user($_GET['hood'], $uid, $wgangsta);
     $this->mi = $riCoords;
 }
 /**
  * Go forth and cheat!
  * @param string $session Session ID
  */
 public function __construct($realm_id, $realm, $victimCoords = array())
 {
     $session = 'f4dac66bd853443ff43b164bfa046d6b';
     parent::__construct($session, $realm_id);
     sleep(5);
     // to avoid simultanious curls to api
     $this->set_user();
     $this->realm = $realm;
     $this->mi = $victimCoords;
 }
 /**
  * Go forth and cheat!
  * @param string $session Session ID
  */
 public function __construct($realm_id, $realm, $MI3Coords = array(), $uid, $wgangsta, $hoods)
 {
     $session = 'f4dac66bd853443ff43b164bfa046d6b';
     parent::__construct($session, $realm_id);
     $this->hoods = $hoods;
     $this->realm = $realm;
     sleep(3);
     // to avoid simultanious curls to api
     $this->set_user($_GET['hood'], $uid, $wgangsta);
     $this->realm = $realm;
     $this->mi = $MI3Coords;
 }
Example #7
0
 /**
  * Go forth and cheat!
  * @param string $session Session ID
  */
 public function __construct($session = '')
 {
     parent::__construct($session);
     $this->set_user();
 }
 /**
  * Go forth and cheat!
  * @param string $session Session ID
  */
 public function __construct($session = '')
 {
     parent::__construct($session);
     sleep(rand(10, 15));
     $this->set_user();
 }