Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = balance/10000
- cript = bob
- god = (bob*3)
- have = balance
- ian = balance
- joe = false
- chance = 49.5
- nextbet = bob
- target = 5000
- 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*6))) then
- nextbet = previousbet*2
- cript = (previousbet*2)
- god = (previousbet*5)
- joe = false
- have = balance
- end
- if ((balance-ian)>=(bob*10)) then
- nextbet = bob
- cript = bob
- god = (bob*3)
- have = ian+(bob*10)
- ian = ian+(bob*10)
- joe = false
- end
- if ((joe==true)&&(balance>=ian)) then
- nextbet = bob
- cript = bob
- god = (bob*3)
- have = ian
- joe = false
- end
- if (balance>=target) then
- //stop()
- return
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement