Advertisement
coinwalk

snowybot +++ 50k 3.14

Mar 15th, 2023
95
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 1 0
  1. troll = balance/50000
  2. chance = 49.5
  3. hertz = troll
  4. earnpoint = balance*20000
  5. nextbet = troll
  6. flank = 6.9
  7. under = 2.9
  8. claim = (troll*10)
  9. krux = (troll*6.9)
  10. ingot = 1
  11. bethigh = false
  12. nolta = false
  13. gunk = balance
  14. gunkybutt = balance
  15. crazy = balance
  16. resetstats()
  17.  
  18. function dobet()
  19. if (balance>(crazy+(hertz*flank))) then
  20. nextbet = hertz*2
  21. hertz = hertz*2
  22. flank = 4.9
  23. under = 4.9
  24. crazy = (balance)
  25. end
  26. if (balance<(crazy-(hertz*under))) then
  27. nextbet = hertz*2
  28. hertz = hertz*2
  29. flank = 4.9
  30. under = 4.9
  31. nota = false
  32. crazy = (balance)
  33. end
  34. if ((balance>=gunkybutt) and (nextbet>=(gunk/40)) and (balance<(((math.floor(balance/claim))*claim)+krux))) then
  35. crazy = ((math.floor(balance/claim))*claim)
  36. gunkybutt = ((math.floor(balance/claim))*claim)
  37. flank = 6.9
  38. under = 2.9
  39. nolta = false
  40. nextbet = troll
  41. hertz = troll
  42. end
  43. if ((balance>=gunkybutt) and (nextbet>=(gunk/40)) and (balance>(((math.floor(balance/claim))*claim)+krux))) then
  44. crazy = ((math.floor(balance/claim))*claim)
  45. gunkybutt = ((math.floor(balance/claim))*claim)
  46. flank = 4.9
  47. under = 4.9
  48. nolta = false
  49. nextbet = troll*2
  50. hertz = troll*2
  51. end
  52. if (balance>=earnpoint) then
  53. stop()
  54. end
  55. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement