yojimbos_law

some macrometeorite spading script

Nov 27th, 2017
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. //only runs by the grace of our lord and savior Cthulhaggregate.
  2. void spin_queue(string some_arbitrary_location_name){
  3. if(get_property("_timeSpinnerMinutesUsed").to_int() < 8){
  4. cli_execute("/use time-spinner");
  5. string clearly_I_have_a_problem = visit_url("choice.php?whichchoice=1195&option=1&pwd");
  6. clearly_I_have_a_problem = clearly_I_have_a_problem.substring(clearly_I_have_a_problem.index_of("name\=\"monid\"")+14, clearly_I_have_a_problem.index_of("class\=\"button\" value\=\"Spin and Fight!\"")-32);
  7. print(clearly_I_have_a_problem);
  8. boolean[monster] hold_onto_your_ass = some_arbitrary_location_name.to_location().get_location_monsters();
  9. int[string] because_this_is_where_things_get_crazy;
  10. int seriously = 0;
  11. foreach i in hold_onto_your_ass{
  12. string for_real = i.id.to_string();
  13. because_this_is_where_things_get_crazy[for_real] = seriously;
  14. seriously++;
  15. }
  16. string if_you_guessed_that_would_become_a_regex_kmail_me_for_a_cookie = "";
  17. foreach i in because_this_is_where_things_get_crazy{
  18. if(if_you_guessed_that_would_become_a_regex_kmail_me_for_a_cookie ==""){
  19. if_you_guessed_that_would_become_a_regex_kmail_me_for_a_cookie += "value\=\"("+i ;
  20. }
  21. else{
  22. if_you_guessed_that_would_become_a_regex_kmail_me_for_a_cookie += "|"+i;
  23. }
  24. }
  25. if_you_guessed_that_would_become_a_regex_kmail_me_for_a_cookie += ")\"";
  26. string[int][int] a_queueueue_discerning_regex_even = group_string(clearly_I_have_a_problem, if_you_guessed_that_would_become_a_regex_kmail_me_for_a_cookie);
  27. int[int] monsters_kol_says_are_in_queueueue ;
  28. int another_fucking_flag = 0;
  29. foreach i,j,k in a_queueueue_discerning_regex_even{
  30. if(j==1){
  31. monsters_kol_says_are_in_queueueue[k.to_int()] = another_fucking_flag;
  32. another_fucking_flag++;
  33. }
  34. }
  35. string that_thing_as_a_string_hey_that_rhymes = "";
  36. foreach i in monsters_kol_says_are_in_queueueue{
  37. if(that_thing_as_a_string_hey_that_rhymes == ""){
  38. that_thing_as_a_string_hey_that_rhymes += i.to_string();
  39. }
  40. else{
  41. that_thing_as_a_string_hey_that_rhymes += ","+i.to_string();
  42. }
  43. }
  44. set_property("spider_queue_state", that_thing_as_a_string_hey_that_rhymes);
  45. print("KoL thinks queue in "+some_arbitrary_location_name.to_location()+" has "+monsters_kol_says_are_in_queueueue.count()+" copyable monsters in it.");
  46. run_choice(2);
  47. }
  48. }
  49.  
  50. cli_execute("familiar bandersnatch");
  51. cli_execute("equip familiar astral pet sweater");
  52. while(get_property("_marco_polo").to_int() < 10 && get_property("_timeSpinnerMinutesUsed").to_int() < 8){
  53. string spider_zone = "a mob of zeppelin protesters";
  54. int[int, int, string] cthulhaggregate_the_elder_god_of_data_types;
  55. file_to_map("marcopolometeorite spading.txt",cthulhaggregate_the_elder_god_of_data_types);
  56.  
  57. string heart_of_cthulhaggregate = "";
  58. spin_queue(spider_zone);
  59. heart_of_cthulhaggregate = get_property("spider_queue_state");
  60.  
  61. int neck_of_cthulhaggregate = -1;
  62. visit_url(spider_zone.to_location().to_url());
  63. wait(1);
  64. string name_of_neck_of_cthulhaggregate = last_monster().manuel_name;
  65. neck_of_cthulhaggregate = last_monster().id;
  66.  
  67. int elbow_of_cthulhaggregate = -1;
  68. //not trusting run_combat() here.
  69. visit_url("fight.php?action=macro&macrotext=while monstername \""+name_of_neck_of_cthulhaggregate+"\" && !match \"You quickly step to the side\"; skill macrometeorite; endwhile");
  70. try{
  71. visit_url("main.php");
  72. }
  73. finally{
  74. visit_url("fight.php");
  75. if(last_monster().manuel_name == name_of_neck_of_cthulhaggregate){
  76. abort("I don't know how last_monster() actually works.");
  77. }
  78. else{
  79. elbow_of_cthulhaggregate = last_monster().id;
  80. set_property("_marco_polo", get_property("_marco_polo").to_int() + 1);
  81. run_combat("runaway;");
  82. }
  83. }
  84.  
  85. int smegma_of_cthulhaggregate_I_guess = get_property("smegmocity").to_int() + 1;
  86.  
  87. cthulhaggregate_the_elder_god_of_data_types[neck_of_cthulhaggregate][elbow_of_cthulhaggregate][heart_of_cthulhaggregate] = smegma_of_cthulhaggregate_I_guess;
  88.  
  89. map_to_file(cthulhaggregate_the_elder_god_of_data_types, "marcopolometeorite spading.txt");
  90. }
Advertisement
Add Comment
Please, Sign In to add comment