Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 88.2
- base = 0.413
- nextbet = base
- wp = 0
- ws = 0
- ts = 0
- tp = 0
- rs = 0
- rp = 0
- ls = 0
- bethigh = true
- enablersc = false
- enablezz = false
- target = balance+15
- resetstats()
- resetchart()
- function dobet()
- if balance > target then
- bethigh = !bethigh
- stop()
- sleep(8971)
- start()
- end
- rp += currentprofit
- tp += currentprofit
- wp += currentprofit
- rs += currentprofit
- ts += currentprofit
- if (win) then
- ws += 1
- ls = 0
- chance = 94.2
- nextbet = previousbet*5
- if (lastBet.Amount>3.20) then
- resetpartialprofit()
- nextbet = base
- end
- else
- ls += 1
- ws = 0
- bethigh = !bethigh
- chance = 47.98
- nextbet = previousbet*1.07
- if (partialprofit<-0.01) then
- chance = 80.2
- bethigh = !bethigh
- resetpartialprofit()
- nextbet = base
- end
- end
- if (ws==4) then
- nextbet = base*3
- end
- if (ws==7) then
- nextbet = base*2
- end
- if (ls==1) then
- ls = 0
- chance = 80.2
- nextbet = base*18.93
- end
- if (rs<-10.0) then
- rs = 0
- ts = 0
- tp = 0
- rp = 0
- resetseed()
- end
- if (ts>1.0) then
- ts = 0
- rs = 0
- end
- if (tp>5.0) then
- tp = 0
- rp = 0
- rs = 0
- ts = 0
- resetseed()
- sleep(1)
- end
- if (rp<-1.0) then
- rp = 0
- tp = 0
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement