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