Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ebe = balance/10000
- b = ebe
- oldbal = balance
- f = true
- target = 5000
- old = balance
- j = true
- bim = (b*7)
- zim = (b*3)
- nextbet = ebe
- chance= 49.5
- resetstats()
- function dobet()
- if (balance>=(oldbal+bim)) then
- nextbet = b*2
- b = b*2
- zim = (b*3)
- oldbal = balance
- if (j==true) then
- bim = (b*7)
- end
- if (j==false) then
- bim = (b*6)
- end
- end
- if (balance<=(oldbal-zim)) then
- nextbet = b*2
- b = b*2
- zim = (b*3)
- f = false
- oldbal = balance
- if (j==true) then
- bim = (b*7)
- end
- if (j==false) then
- bim = (b*6)
- end
- end
- if ((balance>=(old+(ebe*10))) or ((balance>=old)&&(f==false))) then
- ebe = balance/10000
- nextbet = ebe
- b = ebe
- j = false
- bim = (b*6)
- zim = (b*4)
- f = true
- oldbal = balance
- old = balance
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement