Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---Aqayen High Risk Script ---
- --For more profit and wager scripts, contact me via Telegram = @Aqayen --
- resetseed()
- chance = 33
- basebet = balance/2e3
- bethigh = false
- loss = 0
- target = balance*1.01
- function dobet()
- if balance>= target then stop() end
- loss+=1
- if win then
- chance = 33
- nextbet = basebet
- else
- chance = 33
- nextbet = (basebet*(50/100))
- end
- if (loss >= 3) then
- chance = chance*1.25
- loss = 0
- end
- if bets%7 == 0 then
- chance=0.66 end
- if bets%9 == 0 then
- chance=1.98 end
- if bets%5 == 0 then
- chance=1.32 end
- if bets%2 == 0 then
- chance=33 end
- if bets%4 == 0 then
- chance=3.3 end
- if bets%3 == 0 then
- chance=19.8 end
- if chance < 2 then chance = 2 end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement