Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = balance/10000
- four = bob
- chance = 49.5
- god = balance
- bethigh = false
- boo = 0
- ian = balance
- target = 5000
- nextbet = 0
- resetstats()
- function dobet()
- if win then
- boo = boo+1
- else
- boo = 0
- nextbet = 0
- end
- if (balance<ian) then
- four = (ian-balance)
- end
- if (balance>ian) then
- four = bob
- ian = balance
- end
- if (boo==4) then
- nextbet = (four+bob)
- end
- if (boo==5) then
- nextbet = 0
- boo = 0
- end
- if ((balance-nextbet)<=(god-(god/100))) then
- ian = balance
- god = balance
- end
- if (balance>=(god+(god/100))) then
- bob = balance/10000
- god = balance
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement