Advertisement
coinwalk

snowybot101

Oct 7th, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. ----https://paradice.in/?c=@coinblaster
  2. ----http://mydicebot.com
  3. ---scripting by james william snow
  4. divide = 10000
  5. b = balance/divide
  6. bob = 10000000
  7. chance = 49.5
  8. bethigh = true
  9. nextbet = b
  10. target = 50000
  11. old = balance
  12. xim = balance
  13. v = bob
  14. x = bob
  15. y = bob
  16. h = bob
  17. z = 0
  18. resetstats()
  19.  
  20. function dobet()
  21. if win then
  22. v = v+1
  23. z = z+1
  24. else
  25. v = v-1
  26. h = h+1
  27. end
  28. if z>=2 and win then
  29. h = h-1
  30. end
  31. if h<bob then
  32. h = bob
  33. end
  34. if v<bob then
  35. v = bob
  36. end
  37. if (h>=(y+4)) or (v>=(x+7)) then
  38. nextbet = previousbet*2
  39. x = v
  40. y = h
  41. z = 0
  42. end
  43. if (balance>=(old+(b*10))) then
  44. nextbet = b
  45. old = balance
  46. end
  47. if (balance>target) then
  48. stop()
  49. end
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement