Advertisement
coinwalk

Untitled

Jun 2nd, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 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. resetstats()
  16.  
  17.  
  18. function dobet()
  19. chance = 49.5
  20. if ((balance<crazy) and (future<=3)) then
  21. future = future+1
  22. jim = jim+arnie
  23. jly = (old-balance)
  24. nextbet = (jly+jim-arnie)
  25. lol = balance
  26. madman = nextbet
  27. crazy = balance
  28. end
  29. if ((balance<crazy) and (future>3) and (balance<score)) then
  30. future = future+1
  31. nextbet = madman
  32. crazy = balance
  33. end
  34. if ((balance>crazy) and (balance<score)) then
  35. nextbet = madman
  36. crazy = balance
  37. end
  38. if ((future>3) and (balance<(lol-(previousbet*2.9)))) then
  39. nextbet = previousbet+previousbet
  40. madman = (nextbet)
  41. lol = balance
  42. end
  43. if (balance>=score) then
  44. arnie = (balance/144000)
  45. jim = arnie
  46. nextbet = arnie
  47. jly = 0
  48. future = 0
  49. old = balance
  50. lol = balance
  51. crazy = balance
  52. madman = nextbet
  53. score = balance
  54. end
  55. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement