coinwalk

snowybot lua

Jun 2nd, 2023
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.17 KB | None | 0 0
  1. crazy   = balance
  2. old     = balance
  3. score   = balance
  4. lol     = balance
  5. bird    = balance
  6. arnie   = (bird/144000)
  7. nextbet = arnie
  8. jim     = arnie
  9. jly     = 0
  10. future  = 0
  11. madman  = (nextbet)
  12. junky   = balance
  13. chance  = 49.5
  14. nextbet = nextbet
  15. bethigh = false
  16. resetstats()
  17.  
  18.  
  19. function dobet()
  20.   chance = 49.5
  21. if ((balance<crazy) and (future<=3)) then
  22.     future  = future+1
  23.     jim     = jim+arnie
  24.     jly     = (old-balance)
  25.     nextbet = (jly+jim-arnie)
  26.     lol     = balance
  27.     madman  = nextbet
  28.     crazy   = balance
  29. end
  30. if ((balance<crazy) and (future>3) and (balance<score)) then
  31.     future  = future+1
  32.     nextbet = madman
  33.     crazy   = balance
  34. end
  35. if ((balance>crazy) and (balance<score)) then
  36.     nextbet = madman
  37.     crazy   = balance
  38. end
  39. if ((future>3) and (balance<(lol-(previousbet*2.9)))) then
  40.     nextbet = previousbet+previousbet
  41.     madman  = (nextbet)
  42.     lol     = balance
  43. end
  44. if (balance>=score) then
  45.     arnie   = (balance/144000)
  46.     jim     = arnie
  47.     nextbet = arnie
  48.     jly     = 0
  49.     future  = 0
  50.     old     = balance
  51.     lol     = balance
  52.     crazy   = balance
  53.     madman  = nextbet
  54.     score   = balance
  55. end
  56. end
Add Comment
Please, Sign In to add comment