Advertisement
Ypleitez

Untitled

Nov 2nd, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. ---Aqayen miner ---
  2.  
  3. --For more profit and wager scripts, contact me via Telegram = @Aqayen --
  4.  
  5. basebet = 0.00005
  6. chance = 49.95
  7. nextbet = basebet --set basebet
  8. bethigh = false
  9. nono = 0
  10. target = 5000 --target balance
  11. aqayen = 0
  12. rami = 0
  13. tobiisbadboy= aqayen*-1
  14. function dobet()
  15. aqayen+=currentprofit
  16. rami = math.random(1,4)
  17. if rami>2 then bethigh=!bethigh end
  18. chance = math.random(39,89)
  19. nono+=1
  20. if (nono>=(math.random(2,3))) then
  21. nextbet = previousbet*2
  22. nono = 0
  23. end
  24. if aqayen<0 then
  25. tobiisbadboy = aqayen*-1
  26. end
  27. if nextbet>=basebet*4 then
  28. nextbet = tobiisbadboy*.79
  29. end
  30. if nextbet>=basebet*10 then
  31. nextbet = tobiisbadboy*.2
  32. end
  33. if nextbet<basebet then nextbet=basebet end
  34. if (aqayen>0) and win then
  35. nextbet = basebet
  36. aqayen = 0
  37. tobiisbadboy= 0
  38. end
  39. if (balance>target) then
  40. stop()
  41. end
  42. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement