Advertisement
Guest User

Untitled

a guest
May 25th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.80 KB | None | 0 0
  1.  
  2.  
  3. #BEGINNING
  4. cli_execute("chat");
  5. cli_execute("clanhop crimbo grotto");
  6. cli_execute("horsery dark");
  7. cli_execute("buy burning newspaper");
  8. cli_execute("make burning cape");
  9. cli_execute("use bittycar meatcar");
  10.  
  11. #MINING
  12. if ((have_skill($skill[ Unaccompanied Miner])) && (get_property(" hotAirportAlways") == "true"))
  13. {
  14. if (get_property(" _ddmine") == "true")
  15. print ("Mine5.ash has already been run today. No more Free Mining.");
  16. else
  17. {
  18. set_property(" _ddmine", "true");
  19. cli_execute("mine5") ;
  20. }
  21. }
  22.  
  23. #IKEAING
  24. int hex_price = mall_price($item[VYKEA hex key]);
  25. int instruction_price = mall_price($item[VYKEA instructions]);
  26. int plank_price = 5* mall_price($item[VYKEA plank]);
  27. int rail_price = 5* mall_price($item[VYKEA rail]);
  28. int dowel_price = 37* mall_price($item[VYKEA dowel]);
  29. int total_price = hex_price + instruction_price + plank_price + rail_price + dowel_price;
  30.  
  31. if(total_price < 80000)
  32. {
  33. retrieve_item(1,$item[VYKEA hex key]);
  34. retrieve_item(5,$item[VYKEA plank]);
  35. retrieve_item(5,$item[VYKEA rail]);
  36. retrieve_item(37,$item[VYKEA dowel]);
  37. retrieve_item(1,$item[VYKEA instructions]);
  38. use(1,$item[VYKEA instructions]);
  39. run_choice(2); run_choice(4); run_choice(1);
  40.  
  41. }
  42.  
  43. #SPLEENING
  44. cli_execute("synthesis meat");
  45. cli_execute("synthesis meat");
  46. cli_execute("synthesis meat");
  47. cli_execute("synthesis meat");
  48. cli_execute("synthesis meat");
  49. cli_execute("synthesis meat");
  50. cli_execute("synthesis meat");
  51. cli_execute("synthesis meat");
  52. cli_execute("synthesis meat");
  53. cli_execute("synthesis meat");
  54. cli_execute("synthesis meat");
  55. cli_execute("synthesis meat");
  56. cli_execute("synthesis meat");
  57. cli_execute("synthesis meat");
  58. cli_execute("synthesis meat");
  59. cli_execute("synthesis meat");
  60.  
  61. #BUFFING
  62. cli_execute("shrug polka");
  63. cli_execute("shrug phat");
  64. cli_execute("cast 2 ode");
  65. cli_execute("ccs spiceattack");
  66. cli_execute("cast 2 drescher");
  67. cli_execute("cast 2 puffin");
  68.  
  69.  
  70. #KGBing
  71.  
  72. if( item_amount($item[Kremlin's Greatest Briefcase]) == 0 )
  73. {
  74. print ( "No KGB access, Comrade!", "red");
  75. }
  76. else
  77. {
  78. cli_execute( "Briefcase drink" );
  79. cli_execute( "Briefcase buff meat meat meat meat meat meat meat meat meat" );
  80. }
  81.  
  82. cli_execute("chat");
  83. cli_execute("use 2 milk of mag");
  84.  
  85.  
  86. #FREE FIGHTING
  87. cli_execute("outfit freefights");
  88. cli_execute("ccs freefights");
  89. cli_execute("familiar riftlet");
  90.  
  91.  
  92. while (get_property("_snojoFreeFights").to_int()<10) {
  93. adv1($location[The X-32-F Combat Training Snowman],-1,"");
  94. }
  95.  
  96. cli_execute("use lynyrd snare");
  97. cli_execute("use lynyrd snare");
  98. cli_execute("use lynyrd snare");
  99. cli_execute("use BRICKO oyster");
  100. cli_execute("use BRICKO oyster");
  101. cli_execute("use BRICKO oyster");
  102. cli_execute("use BRICKO oyster");
  103. cli_execute("use BRICKO oyster");
  104. cli_execute("use BRICKO oyster");
  105. cli_execute("use BRICKO oyster");
  106. cli_execute("use BRICKO oyster");
  107. cli_execute("use BRICKO oyster");
  108. cli_execute("use BRICKO oyster");
  109.  
  110. for i from to_int(get_property("_witchessFights")) upto 1 {
  111. visit_url("campground.php?action=witchess");
  112. run_choice(1);
  113. visit_url("choice.php?option=1&pwd=" + my_hash() + "&whichchoice=1182&piece=1942", false);
  114. run_combat();
  115. }
  116.  
  117. for i from to_int(get_property("_witchessFights")) upto 4 {
  118. visit_url("campground.php?action=witchess");
  119. run_choice(1);
  120. visit_url("choice.php?option=1&pwd=" + my_hash() + "&whichchoice=1182&piece=1936", false);
  121. run_combat();
  122. }
  123.  
  124. #MACHINEELFING
  125. if(have_familiar($familiar[Machine Elf]) && $familiar[Machine Elf].fights_limit > $familiar[Machine Elf].fights_today) {
  126. use_familiar($familiar[Machine Elf]);
  127. while($familiar[Machine Elf].fights_limit > $familiar[Machine Elf].fights_today)
  128. adv1($location[The Deep Machine Tunnels], -1, "");
  129. }
  130.  
  131.  
  132. #LOV TUNNELING
  133. cli_execute("outfit freefights");
  134. cli_execute("ccs freefights");
  135. cli_execute("familiar riftlet");
  136. if(get_property("loveTunnelAvailable") == "true" && get_property("_loveTunnelUsed") == "false")
  137. {
  138. visit_url("place.php? whichplace=town_wrong& action=townwrong_tunnel");
  139. run_choice(1);
  140. visit_url("place.php? whichplace=town_wrong& action=townwrong_tunnel");
  141. run_choice(1);
  142. visit_url("place.php? whichplace=town_wrong& action=townwrong_tunnel");
  143. run_choice(3);
  144. visit_url("place.php? whichplace=town_wrong& action=townwrong_tunnel");
  145. run_choice(1);
  146. visit_url("place.php? whichplace=town_wrong& action=townwrong_tunnel");
  147. run_choice(2);
  148. visit_url("place.php? whichplace=town_wrong& action=townwrong_tunnel");
  149. run_choice(1);
  150. visit_url("place.php? whichplace=town_wrong& action=townwrong_tunnel");
  151. run_choice(3);
  152. }
  153.  
  154. #LOVECRAFTING
  155. cli_execute("cast evoke eldritch horror");
  156.  
  157. #BARTENDING
  158. cli_execute("shrug polka");
  159. cli_execute("cast inigo");
  160. cli_execute("acquire 1 single entendre");
  161. cli_execute("acquire 1 shooting");
  162. cli_execute("acquire 1 newark");
  163. cli_execute("buy 1 feliz navidad @ 90000");
  164.  
  165.  
  166. #ROBOTO
  167. use_familiar($familiar[Robortender]);
  168. if(!contains_text(get_property("_roboDrinks"), "single entendre")) {
  169. cli_execute("robo single entendre");
  170. }
  171. if(!contains_text(get_property("_roboDrinks"), "drive")) {
  172. cli_execute("robo drive");
  173. }
  174. if(!contains_text(get_property("_roboDrinks"), "Newark")) {
  175. cli_execute("robo newark");
  176. }
  177. if(!contains_text(get_property("_roboDrinks"), "Feliz Navidad")) {
  178. cli_execute("robo feliz navidad");
  179. }
  180. if(!contains_text(get_property("_mummeryMods"), "Meat Drop")) {
  181. cli_execute("mummery meat");
  182. }
  183.  
  184. #KILLING JOKE
  185. cli_execute("outfit jokester");
  186. cli_execute("ccs jokester");
  187. cli_execute("familiar robortender");
  188. adv1($location[Barf Mountain], -1, "");
  189.  
  190. #NANANANANABATMAN
  191. cli_execute("outfit batoomerang");
  192. cli_execute("ccs batoomerang");
  193. cli_execute("familiar robortender");
  194. adv1($location[Barf Mountain], -1, "");
  195. adv1($location[Barf Mountain], -1, "");
  196. adv1($location[Barf Mountain], -1, "");
  197.  
  198. #SHATTERINGPUNCHHH
  199. cli_execute("outfit beastlyfarming");
  200. cli_execute("ccs shatteringpunch");
  201. cli_execute("familiar robortender");
  202. adv1($location[Barf Mountain], -1, "");
  203. adv1($location[Barf Mountain], -1, "");
  204. adv1($location[Barf Mountain], -1, "");
  205.  
  206. #EATING
  207. cli_execute("outfit SALADFORK");
  208. cli_execute("cast elemental sauce");
  209. cli_execute("use 2 milk of mag");
  210. ##AFFIRMATIVE
  211. cli_execute("buy fudge spork @ 11000");
  212. cli_execute("buy affirmation cookie @ 15000");
  213. cli_execute("eat fudge spork");
  214. cli_execute("eat affirmation cookie");
  215. ##FEAST
  216. cli_execute("buy 2 salad fork @ 24000");
  217. cli_execute("buy 2 frozen banquet @ 60000");
  218. cli_execute("buy 1 toasted brie @ 15000");
  219. cli_execute("eat salad fork");
  220. cli_execute("eat frozen banquet");
  221. cli_execute("eat salad fork");
  222. cli_execute("eat frozen banquet");
  223. cli_execute("eat toasted brie");
  224.  
  225.  
  226. #DRINKING
  227. cli_execute("outfit FROSTYMUG");
  228. cli_execute("buy 5 frosty mug @ 24000");
  229. cli_execute("shrug polka");
  230. cli_execute("cast 2 ode");
  231. ##MIMING
  232. cli_execute("drink sacramento wine");
  233. ##WINO
  234. cli_execute("drink sacramento wine");
  235. cli_execute("drink frosty mug");
  236. cli_execute("cheapest blood-red mushroom wine, buzzing mushroom wine, complex mushroom wine, overpowering mushroom wine, smooth mushroom wine, swirling mushroom wine; drink it");
  237. cli_execute("drink frosty mug");
  238. cli_execute("cheapest blood-red mushroom wine, buzzing mushroom wine, complex mushroom wine, overpowering mushroom wine, smooth mushroom wine, swirling mushroom wine; drink it");
  239. cli_execute("drink frosty mug");
  240. cli_execute("cheapest blood-red mushroom wine, buzzing mushroom wine, complex mushroom wine, overpowering mushroom wine, smooth mushroom wine, swirling mushroom wine; drink it");
  241. cli_execute("drink frosty mug");
  242. cli_execute("cheapest blood-red mushroom wine, buzzing mushroom wine, complex mushroom wine, overpowering mushroom wine, smooth mushroom wine, swirling mushroom wine; drink it");
  243. cli_execute("drink frosty mug");
  244. cli_execute("cheapest gloomy mushroom wine, oily mushroom wine; drink it");
  245. cli_execute("shrug ode");
  246.  
  247.  
  248. #PLAYING
  249. int blue_mana = mall_price($item[blue mana]);
  250. if(blue_mana < 11100)
  251. {
  252. retrieve_item(8,$item[blue mana]);
  253. cli_execute("cast recall");
  254. cli_execute("cast recall");
  255. cli_execute("cast recall");
  256. cli_execute("cast recall");
  257. cli_execute("cast recall");
  258. cli_execute("cast recall");
  259. cli_execute("cast recall");
  260. cli_execute("cast recall");
  261. }
  262. cli_execute("play island");
  263. cli_execute("play 1952 Mickey Mantle");
  264. cli_execute("play recall");
  265. cli_execute("cast recall");
  266. cli_execute("cast recall");
  267.  
  268.  
  269. cli_execute("make 4-D Camera");
  270. cli_execute("mood barf");
  271. cli_execute("familiar obtuse");
  272. cli_execute("garden pick");
  273. cli_execute("make unfinished ice sculpture");
  274. cli_execute("equip quake");
  275. cli_execute("swim laps");
  276.  
  277.  
  278. #EMBEZZLING
  279. cli_execute("mood embezzler");
  280. cli_execute("chat");
  281. cli_execute("cast 2 ur-kel");
  282. cli_execute("faxbot embezzler");
  283. cli_execute("ccs copy");
  284. cli_execute("outfit embezzler");
  285. cli_execute("familiar robortender");
  286. cli_execute("use photocopied monster ");
  287. cli_execute("equip snow suit");
  288. cli_execute("ccs embezzlercopies");
  289. visit_url("place.php?whichplace=chateau&action=chateau_painting");
  290. run_combat();
  291. cli_execute("ccs blackbox");
  292. cli_execute("use rain-doh box full");
  293. cli_execute("use rain-doh box full");
  294. cli_execute("use rain-doh box full");
  295. cli_execute("use rain-doh box full");
  296. cli_execute("ccs embezzlercopies");
  297. cli_execute("use rain-doh box full");
  298. cli_execute("use spooky putty monster");
  299. cli_execute("use shaking 4-d camera");
  300. cli_execute("use ice sculpture ");
  301.  
  302. #BARFING
  303. #10 adventures to get items from Pantsgiving
  304. cli_execute("use 10 mmj");
  305. cli_execute("outfit pantsgivingfarming");
  306. cli_execute("familiar robortender");
  307. cli_execute("equip snow suit");
  308. cli_execute("mood barf");
  309. cli_execute("ccs crumbattack");
  310. cli_execute("adventure 10 barf");
  311.  
  312. #BARFING AGAIN
  313. #40 adventures to max out use of snow suit
  314. cli_execute("use milk of mag");
  315. cli_execute("eat jumping horseradish");
  316. cli_execute("adventure 40 barf");
  317.  
  318. #BARFING SOME MORE
  319. #Using digitize
  320. cli_execute("acquire choco-crimbot");
  321. cli_execute("use choco-crimbot");
  322. cli_execute("acquire chocolate pasta");
  323. cli_execute("use chocolate pasta");
  324. cli_execute("use milk of mag");
  325. cli_execute("eat jumping horseradish");
  326. cli_execute("outfit beastlyfarming");
  327. cli_execute("ccs digitizespiceattack");
  328. cli_execute("equip sugar shield");
  329. cli_execute("mood barf");
  330. cli_execute("goal add +1 meat stack");
  331. cli_execute("adventure " + (my_adventures() / 3) + " barf");
  332.  
  333. #BARFING EVEN MORE
  334. #Resetting digitize
  335. cli_execute("use milk of mag");
  336. cli_execute("eat jumping horseradish");
  337. cli_execute("outfit beastlyfarming");
  338. cli_execute("ccs digitizespiceattack");
  339. cli_execute("goal add +1 meat stack");
  340. cli_execute("adventure * barf");
  341. cli_execute("adventure " + (my_adventures() / 2) + " barf");
  342.  
  343. #STILL BARFING
  344. #Third installment of digitize
  345. cli_execute("outfit beastlyfarming");
  346. cli_execute("ccs digitizespiceattack");
  347. cli_execute("goal add +1 meat stack");
  348. cli_execute("adventure " + (my_adventures() / 1) + " barf");
  349. cli_execute("adventure * barf");
  350.  
  351.  
  352. #STOOPING
  353. cli_execute("familiar stooper");
  354. cli_execute("shrug polka");
  355. cli_execute("cast ode");
  356. cli_execute("outfit FROSTYMUG");
  357. cli_execute("drink 1 sacramento wine");
  358. cli_execute("shrug ode");
  359. cli_execute("cast polka");
  360. cli_execute("outfit beastlyfarming");
  361. cli_execute("ccs spiceattack");
  362. cli_execute("use LOV Extraterrestrial Chocolate");
  363. cli_execute("adventure * barf");
  364. cli_execute("adventure * barf");
  365.  
  366. #SELLING
  367. cli_execute("buy * park gar @ 190");
  368. cli_execute("use * park gar");
  369. cli_execute("sell * expensive cam");
  370. cli_execute("sell * really dense meat stack");
  371. cli_execute("sell * meat stack");
  372. cli_execute("sell * foreign snack");
  373. cli_execute("sell * mr. mediocrebar");
  374. cli_execute("sell * filthy child leash");
  375. cli_execute("sell * knob goblin visor");
  376. cli_execute("sell * gold nuggets");
  377. cli_execute("sell * Mickey Mantle");
  378. cli_execute("use * ancient vinyl coin purse");
  379. cli_execute("sell * decomposed boot");
  380. cli_execute("sell * dollar-sign bag");
  381. cli_execute("use * duct tape wallet");
  382. cli_execute("use * fat wallet");
  383. cli_execute("sell * half of a gold tooth");
  384. cli_execute("sell * huge gold coin");
  385. cli_execute("sell * leather bookmark");
  386. cli_execute("sell * massive gemstone");
  387. cli_execute("use * old coin purse");
  388. cli_execute("use * old leather wallet");
  389. cli_execute("sell * pile of gold coins");
  390. cli_execute("use * pixel coin");
  391. cli_execute("use * pixellated moneybag");
  392. cli_execute("use * shiny stones");
  393. cli_execute("use * solid gold jewel");
  394. cli_execute("use * stolen meatpouch");
  395. cli_execute("sell * BRICKO pearl");
  396. cli_execute("sell * lynyrd skin");
  397.  
  398. #MALLING
  399. cli_execute("mallsell * xiblaxian polymer @ 100 limit 0");
  400. cli_execute("mallsell * sea jelly @ 3000 limit 0");
  401. cli_execute("mallsell * scrumptious reagent @ 500 limit 3");
  402. cli_execute("mallsell * meadeorite @ 6000 limit 0");
  403. cli_execute("mallsell * dry noodles @ 300 limit 3");
  404.  
  405. #WISHING
  406. cli_execute("genie wish i was rich");
  407. cli_execute("genie wish i was rich");
  408. cli_execute("genie wish i was rich");
  409.  
  410. cli_execute("wait 60");
  411.  
  412. #END OF DAY SCRIPT
  413. cli_execute("clanhop crimbo grotto");
  414. cli_execute("breakfast");
  415. cli_execute("shrug ur-");
  416. cli_execute("telescope high");
  417. cli_execute("ballpit");
  418. cli_execute("buy * icyvapohotness inhaler @ 11000");
  419. cli_execute("outfit myst");
  420. cli_execute("cast summon annoyance");
  421. cli_execute("make potion of the litterbox");
  422. cli_execute("cast carrot");
  423. cli_execute("cast holiday fun");
  424. cli_execute("cast kokomo");
  425. cli_execute("cast perfect");
  426. cli_execute("cast sandwich");
  427. cli_execute("cast sandwich");
  428. cli_execute("cast sandwich");
  429. cli_execute("fortune buff meat");
  430. cli_execute("equip plastic vampire fangs");
  431. cli_execute("ashq buy(item_amount($item[rad lib]), $item[soda water])");
  432. cli_execute("create * toothpick");
  433. cli_execute("use * toothpick");
  434. cli_execute("shrug polka of");
  435. cli_execute("cast ode");
  436. cli_execute("outfit FROSTYMUG");
  437. cli_execute("use bartender in the box");
  438. cli_execute("buy vintage smart drink @ 120000");
  439. cli_execute("buy frosty mug");
  440. cli_execute("drink frosty mug");
  441. cli_execute("drink vintage smart drink");
  442. cli_execute("shrug ode");
  443. cli_execute("outfit myst");
  444. cli_execute("cast * resolution");
  445. cli_execute("use * resolution: be wealth");
  446. cli_execute("use * resolution: be happier");
  447. cli_execute("use * resolution: be luck");
  448. cli_execute("use * resolution: be kind");
  449. cli_execute("use * resolution: be more adven");
  450. cli_execute("use 1 defective Game grid token");
  451. cli_execute("hatter 22");
  452. cli_execute("use legendary beat");
  453. cli_execute("summon 2");
  454. cli_execute("concert wi");
  455. cli_execute("shower ice");
  456. cli_execute("use * potion of the litterbox");
  457. cli_execute("use 2 bag of cheat-o");
  458. cli_execute("use 2 green candy heart");
  459. cli_execute("use 2 pink candy heart");
  460. cli_execute("use 2 meat-inflating powder");
  461. cli_execute("use red snowcone");
  462. cli_execute("use 2 blackberry polite");
  463. cli_execute("use 2 polka pop");
  464. cli_execute("use 2 baggie of powdered");
  465. cli_execute("use 2 begpwnia");
  466. cli_execute("use 2 recording of ballad of richi");
  467. cli_execute("camp dnapotion 3");
  468. cli_execute("use 3 gene tonic: fish");
  469. cli_execute("use 2 recording of chor");
  470. cli_execute("use 1 gene tonic constel");
  471. cli_execute("use 2 peppermint twist");
  472. cli_execute("set restUsingChateau=false");
  473. cli_execute("rest");
  474. cli_execute("set restUsingChateau=true");
  475. cli_execute("barrelprayer buff");
  476. cli_execute("teatree royal tea");
  477. cli_execute("terminal enhance meat.enh");
  478. cli_execute("terminal enhance meat.enh");
  479. cli_execute("terminal enhance meat.enh");
  480. cli_execute("use * daily affirmation: always be collecting");
  481. cli_execute("use * daily affirmation: work for hours a week");
  482. cli_execute("stash take pyec");
  483. cli_execute("use pyec");
  484. cli_execute("stash put pyec");
  485. cli_execute("cast * bricko");
  486. cli_execute("use * resolution: be wealth");
  487. cli_execute("use * resolution: be happier");
  488. cli_execute("use * resolution: be luck");
  489. cli_execute("use * resolution: be kind");
  490. cli_execute("use * resolution: be more adven");
  491. cli_execute("use bag o'");
  492. cli_execute("raffle 10");
  493. cli_execute("outfit adventure");
  494. cli_execute("familiar tot");
  495. cli_execute("mood apathetic");
  496.  
  497. ###########INFORMATION############
  498. ########
  499. #CCS LIST
  500. #SPICE ATTACK is Spices, Spices, Splashdance, Conspiratorial Whispers, Summer Siesta
  501. #COPY is Putty/4-D Camera, BlackBox/Ice Sculpture, Badly Romantic Arrow, Digitize, Summer Siesta
  502. #FREEFIGHTS is Spices x6, Splashdance, Conspiratorial Whispers, Attack with Weapon
  503. #EMBEZZLERCOPIES is Digitize, Spices, Pocket Crumbs, Meteor Shower, Summer Siesta
  504. #BLACKBOX is Spices/Black Box, Pocket Crumbs, Conspiratorial Whispers, Summer Siesta
  505. #CRUMBATTACK is Spices x4, Pocket Crumbs, Splashdance, Conspiratorial Whispers, Summer Siesta
  506. #SPICEATTACK is Spices, Spices, Splashdance, Conspiratorial Whispers, Summer Siesta
  507. #DIGITIZESPICEATTACK is Spices x5, Splashdance, Conspiratorial Whispers, Summer Siesta
  508. ########
  509. #CUSTOM OUTFIT LIST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement