Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.5
- bob = balance/32000
- cript = bob
- have = balance
- ian = balance
- joe = false
- holly = (cript*6.9)
- god = (bob*2.5)
- nextbet = bob
- bethigh = false
- target = 50000
- resetstats()
- function dobet()
- if (balance>=(have+holly)) then
- nextbet = previousbet*2
- cript = previousbet*2
- holly = (cript*9.9)
- have = balance
- god = (cript*4.9)
- end
- if (balance<=(have-god)) then
- nextbet = previousbet*2
- cript = previousbet*2
- joe = true
- holly = (cript*6.9)
- have = balance
- god = (cript*4.9)
- end
- if ((joe==true) and (balance>=ian) and (balance<(ian+(bob*10)))) then
- nextbet = bob
- cript = bob
- have = ian
- god = (bob*2.5)
- ian = ian
- holly = (cript*6.9)
- joe = false
- end
- if (balance>(ian+(bob*10))) then
- nextbet = bob
- cript = bob
- joe = false
- holly = (cript*6.9)
- ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
- have = ian
- god = (bob*2.5)
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement