Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- troll = balance/50000
- chance = 49.5
- hertz = troll
- earnpoint = balance*20000
- nextbet = troll
- flank = 6.9
- under = 2.9
- claim = (troll*10)
- krux = (troll*6.9)
- ingot = 1
- bethigh = false
- 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
- flank = 4.9
- under = 4.9
- nota = false
- crazy = (balance)
- end
- if ((balance>=gunkybutt) and (nextbet>=(gunk/40)) and (balance<(((math.floor(balance/claim))*claim)+krux))) then
- crazy = ((math.floor(balance/claim))*claim)
- gunkybutt = ((math.floor(balance/claim))*claim)
- flank = 6.9
- under = 2.9
- nolta = false
- nextbet = troll
- hertz = troll
- end
- if ((balance>=gunkybutt) and (nextbet>=(gunk/40)) and (balance>(((math.floor(balance/claim))*claim)+krux))) then
- crazy = ((math.floor(balance/claim))*claim)
- gunkybutt = ((math.floor(balance/claim))*claim)
- flank = 4.9
- under = 4.9
- nolta = false
- nextbet = troll*2
- hertz = troll*2
- end
- if (balance>=earnpoint) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement