Advertisement
coinwalk

genius bot

Jul 7th, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. bob = balance/320
  2. four = bob
  3. tom = false
  4. target = 5000
  5. yall = (bob*2.5)
  6. chance = 49.5
  7. bethigh = false
  8. kool = false
  9. have = balance
  10. ian = balance
  11. pip = balance
  12. nextbet = bob
  13. ok = 0
  14. resetstats()
  15.  
  16. function dobet()
  17. if win then
  18. ok = ok+1
  19. poo = 0
  20. else
  21. ok = 0
  22. poo = poo+1
  23. end
  24. if (poo>=3) then
  25. nextbet = 0
  26. tom = true
  27. end
  28. if ((ok>=3) and (tom==true)) then
  29. nextbet = four
  30. tom = false
  31. end
  32. if ((balance>=(have+(four*6.9998))) and (tom==false)) then
  33. nextbet = four*2
  34. four = four*2
  35. yall = four*4.998
  36. have = balance
  37. end
  38. if ((balance<=(have-(yall))) and (tom==false)) then
  39. nextbet = four*2
  40. four = four*2
  41. kool = true
  42. yall = four*4.998
  43. have = balance
  44. end
  45. if (balance<pip) then
  46. pip = balance
  47. end
  48. if ((balance>(ian)) and (kool==true) and (balance<(ian+(bob*10)))) then
  49. nextbet = bob
  50. four = bob
  51. yall = (bob*2.5)
  52. kool = false
  53. have = ian
  54. end
  55. if (balance>(ian+(bob*10))) then
  56. nextbet = bob
  57. four = bob
  58. kool = false
  59. yall = (bob*2.5)
  60. ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  61. have = ian
  62. end
  63. if (balance<nextbet) then
  64. stop()
  65. end
  66. if (balance>=target) then
  67. stop()
  68. end
  69. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement