Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 25000
- basebet = balance/fraction
- base = basebet
- chance = 24.975
- nextbet = basebet
- bethigh = false
- oldbal = balance
- target = 20000
- shit = balance
- lol = false
- resetstats()
- function dobet()
- if win and (lol==false) then
- shit = balance
- lol = true
- end
- if (balance<=(shit-(base*4))) then
- nextbet = previousbet*2
- shit = balance
- base = nextbet
- lol = false
- end
- if (balance>(shit+(base*4))) and (balance<oldbal) then
- nextbet = previousbet*2
- shit = balance
- base = nextbet
- end
- if (balance>=oldbal-0.00000001) and win then
- nextbet = balance/fraction
- base = balance/fraction
- shit = balance
- lol = false
- oldbal = balance
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement