Advertisement
Ypleitez

Untitled

Oct 24th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. --so crazy you'll win
  2. --made by James William Snow
  3. --MEGA SNOWY BOT WITH CRAZY BOT TECHNOLOGY
  4. currency = "trx"
  5.  
  6. resetstats()
  7. --resetseed()
  8. minbet = 1e-8
  9. nextbet = minbet
  10.  
  11. amaze = 1e3
  12. basebet = balance / amaze
  13. if basebet<minbet then basebet=minbet end
  14. base = basebet
  15. bethigh = true
  16. chance = 24.75
  17. have = balance
  18. old = balance
  19. darn = 2.5
  20. upper = 6.5
  21. bug = balance
  22. sbal = balance
  23. target = sbal * 2
  24. bob = 0
  25. bib = 0
  26. tarny = balance
  27. tarn = balance
  28. div = basebet
  29. downer = false
  30. nextbet = basebet
  31. ath = balance
  32.  
  33. function dobet()
  34. if (balance >= target) then
  35. stop()
  36. ching()
  37. end
  38. if (lastBet.Roll > 75.24) then
  39. bob = bob + 1
  40. end
  41. if ((bob >= (math.random(1, 3))) and (bethigh == false)) then
  42. bethigh = true
  43. bob = 0
  44. end
  45. if (lastBet.Roll < 24.75) then
  46. bib = bib + 1
  47. end
  48. if ((bib >= (math.random(1, 3))) and (bethigh == true)) then
  49. bethigh = false
  50. bib = 0
  51. end
  52. if (balance < (have - (base * darn))) then
  53. chance = math.random(49,66)
  54. if balance>ath then
  55. ath = balance
  56. basebet = balance / amaze
  57. if basebet<minbet then basebet=minbet end
  58. base = basebet
  59. end
  60. base = base * (99/chance)
  61. downer = true
  62. darn = 4.5
  63. upper = 4.5
  64. bob = 0
  65. have = balance
  66. end
  67. if (((downer == true) and (balance >= old)) or (balance > (old + (basebet * 10)))) then
  68. chance = math.random(49,66)
  69. base = basebet* (99/chance)
  70. upper = 6.5
  71. darn = 2.5
  72. bob = 0
  73. bib = 0
  74. downer = false
  75. have = old + ((math.floor((balance - old) / (basebet * 10))) * (basebet * 10))
  76. old = old + ((math.floor((balance - old) / (basebet * 10))) * (basebet * 10))
  77. end
  78. nextbet = base
  79. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement