coinwalk

Untitled

Apr 19th, 2023
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. mango = balance
  2. bill = mango
  3. ying = balance
  4. bethigh = false
  5. chance = 49.5
  6. troll = (mango/24000)
  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. resetstats()
  17.  
  18. -- cloc
  19. local clock = os.clock
  20. function sleep(n)-- seconds
  21. local t0 = clock()
  22. while clock() - t0 <= n do
  23. end
  24. end
  25.  
  26. function dobet()
  27. sleep(0.25)
  28. nobby = ((balance-mango)/(mango/100))
  29. if ((balance>(crazy+(fag*flank))) or (balance<(crazy-(fag*under)))) then
  30. fag = fag*2
  31. flank = 4.5
  32. under = 4.5
  33. crazy = balance
  34. end
  35. if ((nobby>=(joe+0.1)) and (balance<(((math.floor(balance/claim))*claim)+krux))) then
  36. crazy = ((math.floor(balance/claim))*claim)
  37. joe = ((math.floor(nobby/0.1))*0.1)
  38. troll = (balance/24000)
  39. claim = (troll*10)
  40. krux = (troll*6.5)
  41. flank = 6.5
  42. under = 2.5
  43. fag = troll
  44. end
  45. if ((nobby>=(joe+0.1)) and (balance>(((math.floor(balance/claim))*claim)+krux))) then
  46. crazy = ((math.floor(balance/claim))*claim)
  47. joe = ((math.floor(nobby/0.1))*0.1)
  48. troll = (balance/24000)
  49. claim = (troll*10)
  50. krux = (troll*6.5)
  51. flank = 4.5
  52. under = 4.5
  53. fag = troll*2
  54. end
  55. print('percent made already')
  56. print(nobby)
  57. chance = 49.5
  58. nextbet = fag
  59. if (balance>5000) then
  60. stop()
  61. end
  62. end
Add Comment
Please, Sign In to add comment