Advertisement
coinwalk

Untitled

Mar 15th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 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.  
  19.  
  20. function dobet()
  21. if (balance>(crazy+(hertz*flank))) then
  22. nextbet = hertz*2
  23. hertz = hertz*2
  24. flank = 4.9
  25. under = 4.9
  26. crazy = (balance)
  27. end
  28. if (balance<(crazy-(hertz*under))) then
  29. nextbet = hertz*2
  30. hertz = hertz*2
  31. flank = 4.9
  32. under = 4.9
  33. nota = false
  34. crazy = (balance)
  35. end
  36. if ((balance<gunkybutt) and ((nextbet*40)>=balance)) then
  37. crazy = ((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. 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. gunkybutt = ((math.floor(balance/claim))*claim)
  56. flank = 4.9
  57. under = 4.9
  58. nolta = false
  59. nextbet = troll*2
  60. hertz = troll*2
  61. end
  62. if (balance>=earnpoint) then
  63. stop()
  64. end
  65. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement