coinwalk

lua snowybot

Apr 18th, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. mango = balance
  2. bill = mango
  3. ying = balance
  4. bethigh = false
  5. chance = 49.5
  6. troll = (mango/240000)
  7. fag = troll
  8. flank = 6.5
  9. under = 2.5
  10. claim = (troll*10)
  11. krux = (troll*6.5)
  12. joe = 0
  13. nobby = ((bill-mango)/100)
  14. crazy = ((math.floor(mango/claim))*claim)
  15. nextbet = troll
  16.  
  17.  
  18. function dobet()
  19. nobby = ((balance-mango)/(mango/100))
  20. if ((balance>(crazy+(fag*flank))) or (balance<(crazy-(fag*under)))) then
  21. fag = fag*2
  22. flank = 4.5
  23. under = 4.5
  24. crazy = balance
  25. end
  26. if ((nobby>=(joe+0.01)) and (balance<(((math.floor(balance/claim))*claim)+krux))) then
  27. crazy = ((math.floor(balance/claim))*claim)
  28. joe = ((math.floor(nobby/0.01))*0.01)
  29. troll = (balance/240000)
  30. claim = (troll*10)
  31. krux = (troll*6.5)
  32. flank = 6.5
  33. under = 2.5
  34. fag = troll
  35. end
  36. if ((nobby>=(joe+0.01)) and (balance>(((math.floor(balance/claim))*claim)+krux))) then
  37. crazy = ((math.floor(balance/claim))*claim)
  38. joe = ((math.floor(nobby/0.01))*0.01)
  39. troll = (balance/240000)
  40. claim = (troll*10)
  41. krux = (troll*6.5)
  42. flank = 4.5
  43. under = 4.5
  44. fag = troll*2
  45. end
  46. print('percent made already')
  47. print(nobby)
  48. chance = 49.5
  49. nextbet = fag
  50. if (balance>5000) then
  51. stop()
  52. end
  53. end
Add Comment
Please, Sign In to add comment