Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- troll = 0.000001
- chance = 49.5
- hertz = troll
- earnpoint = 5000
- nextbet = troll
- flank = 6.9
- under = 2.9
- claim = (troll*10)
- krux = (troll*6.9)
- ingot = 1
- nolta = false
- gunk = balance
- gunkybutt = balance
- crazy = balance
- resetstats()
- function dobet()
- if ((balance>(crazy+(hertz*flank))) and (balance>gunkybutt)) then
- nextbet = hertz*2
- hertz = hertz*2
- flank = 4.9
- under = 4.9
- nolta = true
- crazy = (balance)
- end
- if (((balance>(crazy+(hertz*flank))) and (balance<gunkybutt)) or ((balance<(crazy-(hertz*under))) and (nolta==true))) then
- nextbet = hertz*2
- hertz = hertz*2
- flank = 4.9
- under = 4.9
- crazy = (balance)
- end
- if ((balance<(crazy-(hertz*under))) and (nolta==false)) then
- nextbet = hertz*2
- hertz = hertz*2
- ingot = 0
- flank = 4.9
- under = 4.9
- crazy = (balance)
- end
- if ((balance>=(gunkybutt+(claim*ingot))) and (balance<(gunkybutt+(((math.floor((balance-gunkybutt)/claim))*claim)+krux))))then
- crazy = gunkybutt+((math.floor((balance-gunkybutt)/claim))*claim)
- gunkybutt = gunkybutt+((math.floor((balance-gunkybutt)/claim))*claim)
- flank = 6.9
- ingot = 1
- nolta = false
- under = 2.9
- nextbet = troll
- hertz = troll
- end
- if ((balance>=(gunkybutt+(claim*ingot))) and (balance>(gunkybutt+(((math.floor((balance-gunkybutt)/claim))*claim)+krux)))) then
- crazy = gunkybutt+((math.floor((balance-gunkybutt)/claim))*claim)
- gunkybutt = gunkybutt+((math.floor((balance-gunkybutt)/claim))*claim)
- flank = 4.9
- ingot = 1
- nolta = false
- under = 4.9
- nextbet = troll*2
- hertz = troll*2
- end
- if (balance>=earnpoint) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement