Advertisement
coinwalk

luabot

Jan 12th, 2021
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. basebet = balance/50000
  2. chance = 24.975
  3. nextbet = basebet
  4. bethigh = true
  5. snowy = 0
  6. oldbal = balance
  7.  
  8. function dobet()
  9. snowy = snowy+1
  10. if (snowy>=5) then
  11. nextbet = previousbet*2
  12. snowy = 0
  13. end
  14. if (balance>=oldbal) then
  15. nextbet = basebet
  16. oldbal = balance
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement