Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---Aqayen miner ---
- --For more profit and wager scripts, contact me via Telegram = @Aqayen --
- basebet = 0.00005
- chance = 49.95
- nextbet = basebet --set basebet
- bethigh = false
- nono = 0
- target = 5000 --target balance
- aqayen = 0
- rami = 0
- tobiisbadboy= aqayen*-1
- function dobet()
- aqayen+=currentprofit
- rami = math.random(1,4)
- if rami>2 then bethigh=!bethigh end
- chance = math.random(39,89)
- nono+=1
- if (nono>=(math.random(2,3))) then
- nextbet = previousbet*2
- nono = 0
- end
- if aqayen<0 then
- tobiisbadboy = aqayen*-1
- end
- if nextbet>=basebet*4 then
- nextbet = tobiisbadboy*.79
- end
- if nextbet>=basebet*10 then
- nextbet = tobiisbadboy*.2
- end
- if nextbet<basebet then nextbet=basebet end
- if (aqayen>0) and win then
- nextbet = basebet
- aqayen = 0
- tobiisbadboy= 0
- end
- if (balance>target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement