Advertisement
Aenimus

postascension script

Dec 6th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. boolean temp = false;
  2. visit_url("place.php?whichplace=chateau&action=chateau_desk2", false);
  3. visit_url("place.php?whichplace=arcade&action=arcade_plumber", false);
  4. visit_url("clan_rumpus.php?action=click&spot=3&furni=3", false);
  5. visit_url("clan_viplounge.php?action=klaw", false);
  6. visit_url("place.php?whichplace=town_right&action=townright_ltt", false);
  7. visit_url("tutorial.php?action=toot", false);
  8. visit_url("/place.php?whichplace=town_wrong&action=townwrong_precinct", false);
  9. cli_execute("counters add " + to_string((12 - (total_turns_played() % 11)) % 11) + " Democratic Wanderer ");
  10. cli_execute("counters add 1 Nightmare fuel");
  11.  
  12. visit_url("storage.php?action=pull&whichitem1=" + to_int($item[Bastille Battalion Control Rig]) + "&howmany1=1&pwd");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement