Advertisement
coinwalk

omfg lua

Feb 9th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. b = balance/320
  2. ian = balance
  3. t = balance
  4. c = b
  5. h = balance
  6. chance = 49.5
  7. bethigh = false
  8. sev = true
  9. y = true
  10. f = true
  11. god = (b*2)
  12. sin = 6
  13. nextbet = b
  14. joe = (b*10)
  15. target = 50000
  16. resetstats()
  17.  
  18. function dobet()
  19. if ((balance<(t-god)) and (sev==true) and (y==true)) then
  20. nextbet = previousbet*2
  21. c = nextbet
  22. god = (c*2)
  23. joe = 0
  24. sev = false
  25. f = false
  26. t = balance
  27. end
  28. if ((balance<(t-god)) and (sev==false) and (y==true)) then
  29. nextbet = previousbet
  30. c = nextbet
  31. god = (c*3)
  32. joe = (b*9)
  33. f = false
  34. sev = true
  35. y = false
  36. t = balance
  37. h = balance
  38. end
  39. if ((balance<(t-god)) and (y==false) and (sev==true)) then
  40. nextbet = previousbet*2
  41. c = nextbet
  42. god = (c*2)
  43. joe = 0
  44. sev = true
  45. y = true
  46. f = false
  47. t = balance
  48. h = balance
  49. end
  50. if (balance>(h+(c*sin))) then
  51. nextbet = previousbet*2
  52. h = balance
  53. end
  54. if ((balance>=(ian+joe)) or ((balance>=ian) and (f==false))) then
  55. nextbet = b
  56. c = b
  57. god = (b*3)
  58. sin = 5
  59. f = true
  60. h = balance
  61. t = balance
  62. joe = (b*9)
  63. ian = balance
  64. end
  65. if (nextbet<b) then
  66. nextbet = b
  67. c = b
  68. end
  69. if balance>=target then
  70. stop()
  71. end
  72. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement