Advertisement
coinwalk

how i should be dicebot

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