Advertisement
coinwalk

snowybot 2x 3.14

Mar 15th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. troll = balance/320
  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*40)>=balance)) then
  35. crazy = ((math.floor(balance/claim))*claim)
  36. gunk = ((math.floor(balance/claim))*claim)
  37. flank = 6.9
  38. notla = true
  39. under = 2.9
  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. gunk = ((math.floor(balance/claim))*claim)
  46. gunkybutt = ((math.floor(balance/claim))*claim)
  47. flank = 6.9
  48. under = 2.9
  49. nolta = false
  50. nextbet = troll
  51. hertz = troll
  52. end
  53. if ((balance>=gunkybutt) and (nextbet>=(gunk/40)) and (balance>(((math.floor(balance/claim))*claim)+krux))) then
  54. crazy = ((math.floor(balance/claim))*claim)
  55. gunk = ((math.floor(balance/claim))*claim)
  56. gunkybutt = ((math.floor(balance/claim))*claim)
  57. flank = 4.9
  58. under = 4.9
  59. nolta = false
  60. nextbet = troll*2
  61. hertz = troll*2
  62. end
  63. if (balance>=earnpoint) then
  64. stop()
  65. end
  66. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement