Advertisement
OrchidAlloy

My midgame script from infinity to dilation

Jan 7th, 2023 (edited)
1,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Properties 5.05 KB | Source Code | 0 0
  1. notify "Getting first eternity"
  2. auto infinity 1e20 x highest
  3. eternity
  4.  
  5. notify "Preparing for ECs"
  6. auto infinity 3 seconds
  7. auto eternity 30 seconds
  8. while total TT < 155 {
  9.   studies respec
  10.   studies nowait purchase TIM1
  11. }
  12. auto eternity off
  13. eternity respec
  14.  
  15. if EC2 completions < 2 {
  16.   notify "Running EC2x2"
  17.   studies nowait purchase TIM1
  18.   start EC 2
  19.   wait pending completions >= 2
  20.   eternity
  21. }
  22. if EC1 completions < 3 {
  23.   notify "Running EC1x3"
  24.   studies nowait purchase INF1
  25.   start EC 1
  26.   wait pending completions >= 3
  27.   eternity
  28. }
  29. if EC3 completions < 3 {
  30.   notify "Running EC3x3"
  31.   studies nowait purchase ANT1
  32.   start EC 3
  33.   wait pending completions >= 3
  34.   eternity
  35. }
  36.  
  37. notify "Farming TT for EC6"
  38. auto eternity 30 seconds
  39. studies nowait purchase TIM1
  40. while total TT < 207 {
  41.   wait eternity
  42. }
  43. auto eternity off
  44. eternity respec
  45.  
  46. if EC4 completions < 3 {
  47.   notify "Running EC4x3"
  48.   studies nowait purchase IDL1
  49.   start EC 4
  50.   wait pending completions >= 3
  51.   eternity
  52. }
  53. if EC6 completions < 3 {
  54.   notify "Running EC6x3"
  55.   studies nowait purchase INF1
  56.   start EC 6
  57.   wait pending completions >= 3
  58.   eternity
  59. }
  60.  
  61. notify "Farming TT for EC5"
  62. auto eternity 30 seconds
  63. studies nowait purchase TIM1
  64. while total TT < 252 {
  65.   wait eternity
  66. }
  67. auto eternity off
  68. eternity respec
  69.  
  70. if EC5 completions < 5 {
  71.   notify "Running EC5x5"
  72.   studies nowait purchase TIM1
  73.   start EC 5
  74.   wait pending completions >= 5
  75.   eternity
  76. }
  77. if EC7 completions < 3 {
  78.   notify "Running EC7x3"
  79.   studies nowait purchase ANT1
  80.   start EC 7
  81.   wait pending completions >= 3
  82.   eternity
  83. }
  84.  
  85. notify "Farming TT for EC8"
  86. auto eternity 30 seconds
  87. studies nowait purchase TIM1
  88. while total TT < 322 {
  89.   wait eternity
  90. }
  91. eternity respec
  92. auto eternity 15 seconds
  93. auto infinity off
  94. studies nowait purchase TIM2
  95. while total TT < 407 {
  96.   wait eternity
  97. }
  98. auto eternity off
  99. eternity respec
  100.  
  101. if EC1 completions < 5 {
  102.   notify "Running EC1x5"
  103.   studies nowait purchase INF2
  104.   start EC 1
  105.   wait pending completions >= 5
  106.   eternity
  107. }
  108. if EC2 completions < 5 {
  109.   notify "Running EC2x5"
  110.   studies nowait purchase TIM2
  111.   start EC 2
  112.   wait pending completions >= 5
  113.   eternity
  114. }
  115. if EC3 completions < 5 {
  116.   notify "Running EC3x5"
  117.   studies nowait purchase ANT2
  118.   start EC 3
  119.   wait pending completions >= 5
  120.   eternity
  121. }
  122. if EC4 completions < 5 {
  123.   notify "Running EC4x5"
  124.   studies nowait purchase IDL2
  125.   start EC 4
  126.   wait pending completions >= 5
  127.   eternity
  128. }
  129. if EC6 completions < 5 {
  130.   notify "Running EC6x5"
  131.   studies nowait purchase TIM2
  132.   start EC 6
  133.   wait pending completions >= 5
  134.   eternity
  135. }
  136. if EC8 completions < 2 {
  137.   notify "Running EC8x2"
  138.   studies nowait purchase IDL2
  139.   start EC 8
  140.   wait pending completions >= 2
  141.   eternity
  142. }
  143.  
  144. notify "Farming TT for EC9"
  145. auto eternity 15 seconds
  146. studies nowait purchase TIM2
  147. while total TT < 537 {
  148.   wait eternity
  149. }
  150. auto eternity off
  151. auto infinity 3 seconds
  152. eternity respec
  153.  
  154. if EC9 completions < 2 {
  155.   notify "Running EC9x2"
  156.   studies nowait purchase TIM1
  157.   start EC 9
  158.   wait pending completions >= 2
  159.   eternity
  160. }
  161.  
  162. notify "Farming TT for EC10"
  163. auto eternity 20 seconds
  164. auto infinity off
  165. studies nowait purchase TIM2
  166. while total TT < 872 {
  167.  wait eternity
  168. }
  169. auto eternity off
  170. eternity respec
  171.  
  172. if EC10 completions < 1 {
  173.   notify "Running EC10x1"
  174.   studies nowait purchase ANT2
  175.   start EC 10
  176.   wait pending completions >= 1
  177.   eternity
  178. }
  179. if EC8 completions < 5 {
  180.   notify "Running EC8x5"
  181.   studies nowait purchase IDL2
  182.   start EC 8
  183.   wait pending completions >= 5
  184.   eternity
  185. }
  186. if EC9 completions < 5 {
  187.   notify "Running EC9x5"
  188.   studies nowait purchase TIM2
  189.   start EC 9
  190.   wait pending completions >= 5
  191.   eternity
  192. }
  193.  
  194. notify "Farming TT for full tree"
  195. auto eternity 20 seconds
  196. while total TT < 2550 {
  197.   studies respec
  198.   studies nowait purchase WIP
  199. }
  200. auto eternity 30 seconds
  201. while total TT < 8200 {
  202.   studies respec
  203.   studies nowait purchase FULL
  204. }
  205. auto eternity off
  206.  
  207. if EC7 completions < 5 {
  208.   notify "Running EC7x5"
  209.   studies nowait purchase FULL
  210.   start EC 7
  211.   wait pending completions >= 5
  212.   eternity
  213. }
  214. if EC10 completions < 5 {
  215.   notify "Running EC10x5"
  216.   studies nowait purchase FULL
  217.   start EC 10
  218.   wait pending completions >= 5
  219.   eternity
  220. }
  221. if EC11 completions < 3 {
  222.   notify "Running EC11x3"
  223.   studies nowait purchase ECXI
  224.   start EC 11
  225.   wait pending completions >= 3
  226.   eternity
  227. }
  228. if EC11 completions < 5 {
  229.   notify "Running EC11x5"
  230.   studies nowait purchase ECXI
  231.   start EC 11
  232.   while IP <= 1e1301 {
  233.     black hole on
  234.   }
  235.   black hole off
  236.   eternity
  237. }
  238. if EC12 completions < 5 {
  239.   notify "Running EC12x5"
  240.   studies nowait purchase FULL
  241.   start EC 12
  242.   wait pending completions >= 5
  243.   eternity
  244. }
  245.  
  246. notify "Preparing for dilation"
  247. auto eternity 15 seconds
  248. studies nowait purchase FULL
  249. while total TT < 12900 {
  250.   wait eternity
  251. }
  252. unlock dilation
  253. auto eternity off
  254. eternity respec
  255. studies nowait purchase DIL
  256. start dilation
  257. wait pending TP > 0
  258. eternity
  259. start dilation
  260.  
  261. while TP < 1e12 {
  262.   notify "You can dilate manually now"
  263.   pause 2s
  264. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement