Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- troll = balance/100000
- chance = 49.5
- bethigh = false
- 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))) then
- nextbet = hertz*2
- hertz = hertz*2
- flank = 4.9
- under = 4.9
- crazy = (balance)
- end
- if (balance<(crazy-(hertz*under))) 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
- 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
- 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