Advertisement
coinwalk

brillient bot snowy style

Oct 17th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. divide = 100000
  2. b = balance/divide
  3. i = balance
  4. t = balance
  5. c = balance/divide
  6. h = balance
  7. y = 0
  8. chance = 49.5
  9. bethigh = false
  10. bob = balance
  11. nextbet = b
  12. target = balance*5
  13. resetstats()
  14.  
  15. function dobet()
  16. resetseed()
  17. if (balance<=(h-(c*4))) then
  18. nextbet = previousbet*2
  19. c = nextbet
  20. h = balance
  21. end
  22. if (balance>h) then
  23. h = balance
  24. end
  25. if (balance>=(t+(c*7))) then
  26. nextbet = previousbet*2
  27. c = nextbet
  28. t = balance
  29. end
  30. if (balance<t) then
  31. t = balance
  32. end
  33. if (balance>=i) then
  34. nextbet = balance/divide
  35. t = balance
  36. c = b
  37. h = balance
  38. i = balance
  39. y = math.random(1,2)
  40. if (y==2) then
  41. bethigh = !bethigh
  42. end
  43. end
  44. if balance>=target then
  45. stop()
  46. end
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement