Advertisement
coinwalk

dicebot

Jul 14th, 2019
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. lol = 0
  2. look = balance/1000
  3. chance = 49
  4. nextbet = lol
  5. multi = 2
  6. bethigh=true
  7. function dobet()
  8.  
  9. if win then
  10. nextbet = lol
  11. else
  12. nextbet = previousbet * multi
  13. end
  14. if currentstreak == -8 then
  15. nextbet = look
  16. end
  17. if currentstreak == -12 then
  18. resetseed();
  19. end
  20. if currentstreak == -8 then
  21. resetseed();
  22. end
  23. if currentstreak == -10 then
  24. resetseed();
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement