Advertisement
coinwalk

Untitled

Oct 13th, 2022
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 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. bal = balance
  5. divie = balance/300
  6. bolux = divie
  7. hold = divie
  8. bethigh = false
  9. chance = 49.5
  10. have = balance
  11. old = balance
  12. darn = 2.5
  13. upper = 6.5
  14. target = 70000
  15. lol = false
  16. stick = false
  17. brick = false
  18. nextbet = bolux
  19. resetstats()
  20.  
  21. function dobet()
  22. if win then
  23. bal = bal+lastBet.Profit
  24. else
  25. bal = bal-lastBet.Amount
  26. end
  27. if ((bal>(have+(hold*upper))) and (lol==false)) then
  28. nextbet = lastBet.Amount*2
  29. hold = nextbet
  30. darn = 4.5
  31. upper = 4.5
  32. have = bal
  33. end
  34. if ((bal==(have+(hold*upper))) and (lol==true)) then
  35. nextbet = lastBet.Amount*2
  36. hold = nextbet
  37. darn = 4.5
  38. upper = 4.5
  39. have = bal
  40. lol = false
  41. end
  42. if ((bal<(have-(hold*darn))) and (stick==false)) then
  43. nextbet = lastBet.Amount*2
  44. hold = nextbet
  45. darn = 4.5
  46. upper = 4.5
  47. stick = true
  48. brick = true
  49. lol = false
  50. have = bal
  51. end
  52. if ((bal<(have-(hold*darn))) and (stick==true)) then
  53. nextbet = bolux
  54. hold = bolux
  55. stick = false
  56. brick = true
  57. have = bal
  58. darn = 9.5
  59. upper = 0
  60. lol = true
  61. end
  62. if (((bal>=old) and (brick==true)) or ((bal>(old+(bolux*10))) and (bal<(old+((math.floor((bal-old)/(bolux*10)))*(bolux*10))+(bolux*6.5))))) then
  63. have = old+((math.floor((bal-old)/(bolux*10)))*(bolux*10))
  64. old = old+((math.floor((bal-old)/(bolux*10)))*(bolux*10))
  65. bolux = bal/300
  66. nextbet = bolux
  67. hold = bolux
  68. kold = bal
  69. stick = false
  70. brick = false
  71. lol = false
  72. darn = 2.5
  73. upper = 6.5
  74. end
  75. if (bal>=target) then
  76. stop()
  77. end
  78. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement