Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = (balance/10000)
- chance = 24.96
- nextbet = basebet
- oldbalance = balance
- oldbal = balance
- balan = balance
- bethigh = false
- betstreak = 0
- target = 3
- resetstats()
- function dobet()
- basebet = (balance/10000)
- if (balance>oldbalance) and win then
- nextbet = previousbet*2
- betstreak = 0
- oldbalance = balance
- balan = balance
- end
- if (balance<=(balan-(previousbet*3))) then
- nextbet = previousbet*2
- balan = balance
- end
- if nextbet>=basebet*8 and balance>oldbal and win then
- nextbet = basebet
- betstreak = 0
- oldbal = balance
- balan = balance
- end
- if (balance>target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement