Advertisement
coinwalk

snowybot handbreak time

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