Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 800
- basebet = balance/fraction
- base = balance/fraction
- chance = 49.95
- nextbet = basebet
- bethigh = false
- oldbal = balance
- target = 100000
- old = balance
- older = balance
- sic = balance
- wage = 0
- zim = 0
- function dobet()
- if (balance<old) then
- bim+=1
- end
- if (balance<=(older-(basebet*4))) then
- zim+=1
- end
- if (bim==1) then
- nextbet = previousbet*2
- end
- if zim>=4 then
- nextbet = previousbet*2
- basebet = nextbet
- oldbal = balance
- older = balance
- zim = 0
- end
- if (balance>=(oldbal+(basebet*2))) then
- nextbet = previousbet*2
- bim = 0
- zim = 0
- oldbal = 200000000000
- end
- if (balance>=(sic+(base*8))) then
- nextbet = balance/fraction
- basebet = balance/fraction
- sic = balance
- bim = 0
- zim = 0
- base = balance/fraction
- oldbal = balance
- old = balance
- older = balance
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement