Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 100
- basebet = balance/fraction
- base = basebet
- chance = 49.95
- nextbet = basebet
- bethigh = false
- oldbal = balance
- target = 5000
- sux = 0
- wage = 0
- ol = balance
- six = false
- box = basebet
- bot = 0
- fal = false
- vix = 0
- sox = 0
- resetstats()
- function dobet()
- if (balance>=(ol+base)) then
- nextbet = previousbet*2
- six = true
- ol = balance
- end
- if (balance<=(ol-(base*2))) and six==false then
- nextbet = previousbet/2
- base = nextbet
- end
- if (balance<=(ol-(base*2))) and six==true then
- nextbet = previousbet/2
- base = nextbet
- ol = balance
- six = false
- end
- if !win then
- bot+=1
- vix+=1
- sox = 0
- else
- vix = 0
- sox+=1
- end
- if bot>=3 then
- ol = balance
- bot = 0
- end
- if balance<=nextbet*50 then
- nextbet = basebet
- ol = balance
- end
- if (balance>=(oldbal*1.2)) then
- nextbet = balance/fraction
- basebet = balance/fraction
- ol = balance
- oldbal = balance
- end
- if bets>=8 then
- sox+=1
- end
- if sox>=1 then
- if ((wins)<=(bets/2)) and win and fal==false then
- box = lastBet.Amount
- nextbet = 0
- fal = true
- end
- if ((wins)>=((bets/2)+1)) and win and fal==true then
- nextbet = box*2
- fal = false
- end end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement