Advertisement
coinwalk

Untitled

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