Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- notify "Getting first eternity"
- auto infinity 1e20 x highest
- eternity
- notify "Preparing for ECs"
- auto infinity 3 seconds
- auto eternity 30 seconds
- while total TT < 155 {
- studies respec
- studies nowait purchase TIM1
- }
- auto eternity off
- eternity respec
- if EC2 completions < 2 {
- notify "Running EC2x2"
- studies nowait purchase TIM1
- start EC 2
- wait pending completions >= 2
- eternity
- }
- if EC1 completions < 3 {
- notify "Running EC1x3"
- studies nowait purchase INF1
- start EC 1
- wait pending completions >= 3
- eternity
- }
- if EC3 completions < 3 {
- notify "Running EC3x3"
- studies nowait purchase ANT1
- start EC 3
- wait pending completions >= 3
- eternity
- }
- notify "Farming TT for EC6"
- auto eternity 30 seconds
- studies nowait purchase TIM1
- while total TT < 207 {
- wait eternity
- }
- auto eternity off
- eternity respec
- if EC4 completions < 3 {
- notify "Running EC4x3"
- studies nowait purchase IDL1
- start EC 4
- wait pending completions >= 3
- eternity
- }
- if EC6 completions < 3 {
- notify "Running EC6x3"
- studies nowait purchase INF1
- start EC 6
- wait pending completions >= 3
- eternity
- }
- notify "Farming TT for EC5"
- auto eternity 30 seconds
- studies nowait purchase TIM1
- while total TT < 252 {
- wait eternity
- }
- auto eternity off
- eternity respec
- if EC5 completions < 5 {
- notify "Running EC5x5"
- studies nowait purchase TIM1
- start EC 5
- wait pending completions >= 5
- eternity
- }
- if EC7 completions < 3 {
- notify "Running EC7x3"
- studies nowait purchase ANT1
- start EC 7
- wait pending completions >= 3
- eternity
- }
- notify "Farming TT for EC8"
- auto eternity 30 seconds
- studies nowait purchase TIM1
- while total TT < 322 {
- wait eternity
- }
- eternity respec
- auto eternity 15 seconds
- auto infinity off
- studies nowait purchase TIM2
- while total TT < 407 {
- wait eternity
- }
- auto eternity off
- eternity respec
- if EC1 completions < 5 {
- notify "Running EC1x5"
- studies nowait purchase INF2
- start EC 1
- wait pending completions >= 5
- eternity
- }
- if EC2 completions < 5 {
- notify "Running EC2x5"
- studies nowait purchase TIM2
- start EC 2
- wait pending completions >= 5
- eternity
- }
- if EC3 completions < 5 {
- notify "Running EC3x5"
- studies nowait purchase ANT2
- start EC 3
- wait pending completions >= 5
- eternity
- }
- if EC4 completions < 5 {
- notify "Running EC4x5"
- studies nowait purchase IDL2
- start EC 4
- wait pending completions >= 5
- eternity
- }
- if EC6 completions < 5 {
- notify "Running EC6x5"
- studies nowait purchase TIM2
- start EC 6
- wait pending completions >= 5
- eternity
- }
- if EC8 completions < 2 {
- notify "Running EC8x2"
- studies nowait purchase IDL2
- start EC 8
- wait pending completions >= 2
- eternity
- }
- notify "Farming TT for EC9"
- auto eternity 15 seconds
- studies nowait purchase TIM2
- while total TT < 537 {
- wait eternity
- }
- auto eternity off
- auto infinity 3 seconds
- eternity respec
- if EC9 completions < 2 {
- notify "Running EC9x2"
- studies nowait purchase TIM1
- start EC 9
- wait pending completions >= 2
- eternity
- }
- notify "Farming TT for EC10"
- auto eternity 20 seconds
- auto infinity off
- studies nowait purchase TIM2
- while total TT < 872 {
- wait eternity
- }
- auto eternity off
- eternity respec
- if EC10 completions < 1 {
- notify "Running EC10x1"
- studies nowait purchase ANT2
- start EC 10
- wait pending completions >= 1
- eternity
- }
- if EC8 completions < 5 {
- notify "Running EC8x5"
- studies nowait purchase IDL2
- start EC 8
- wait pending completions >= 5
- eternity
- }
- if EC9 completions < 5 {
- notify "Running EC9x5"
- studies nowait purchase TIM2
- start EC 9
- wait pending completions >= 5
- eternity
- }
- notify "Farming TT for full tree"
- auto eternity 20 seconds
- while total TT < 2550 {
- studies respec
- studies nowait purchase WIP
- }
- auto eternity 30 seconds
- while total TT < 8200 {
- studies respec
- studies nowait purchase FULL
- }
- auto eternity off
- if EC7 completions < 5 {
- notify "Running EC7x5"
- studies nowait purchase FULL
- start EC 7
- wait pending completions >= 5
- eternity
- }
- if EC10 completions < 5 {
- notify "Running EC10x5"
- studies nowait purchase FULL
- start EC 10
- wait pending completions >= 5
- eternity
- }
- if EC11 completions < 3 {
- notify "Running EC11x3"
- studies nowait purchase ECXI
- start EC 11
- wait pending completions >= 3
- eternity
- }
- if EC11 completions < 5 {
- notify "Running EC11x5"
- studies nowait purchase ECXI
- start EC 11
- while IP <= 1e1301 {
- black hole on
- }
- black hole off
- eternity
- }
- if EC12 completions < 5 {
- notify "Running EC12x5"
- studies nowait purchase FULL
- start EC 12
- wait pending completions >= 5
- eternity
- }
- notify "Preparing for dilation"
- auto eternity 15 seconds
- studies nowait purchase FULL
- while total TT < 12900 {
- wait eternity
- }
- unlock dilation
- auto eternity off
- eternity respec
- studies nowait purchase DIL
- start dilation
- wait pending TP > 0
- eternity
- start dilation
- while TP < 1e12 {
- notify "You can dilate manually now"
- pause 2s
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement