Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.5
- bob = balance/3200
- cript = bob
- have = balance
- ian = balance
- holly = (cript*6.9)
- god = (bob*2.5)
- nextbet = bob
- bethigh = false
- target = 5000
- resetstats()
- function dobet()
- if (balance>=(have+holly)) then
- nextbet = previousbet*2
- cript = previousbet*2
- holly = (cript*3.2)
- have = balance
- god = god+(cript*2.5)
- end
- if (balance<=(have-god)) then
- nextbet = previousbet*2
- cript = previousbet*2
- holly = (cript*6.9)
- have = balance
- god = god+(cript*2.5)
- end
- if (balance>(ian+(bob*10))) then
- nextbet = bob
- cript = bob
- 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