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