Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 100000
- basebet = balance/fraction
- chance = 49.95
- nextbet = basebet
- bethigh = false
- crypto = balance
- com = balance
- google = basebet*12
- bing = (balance-(basebet*4))
- snowy = balance
- target = 50000
- resetstats()
- function dobet()
- if balance<james-google then
- basebet = (balance/(fraction/4))
- nextbet = basebet
- end
- if (balance<com) then
- nextbet = previousbet*1.5
- com = balance
- crypto = balance
- end
- if (balance>crypto) then
- nextbet = previousbet*2
- com = balance
- crypto = balance
- end
- if (balance>=bing) then
- nextbet = basebet
- bing = (balance+(basebet*4))
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement