Advertisement
coinwalk

prayer answered

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