Advertisement
coinwalk

shown chris

Mar 26th, 2020
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. good = balance*2
  2. chance = 49.95
  3. bethigh = false
  4. kook = balance/33554432
  5. nextbet = kook
  6. function dobet()
  7. if win then
  8. nextbet = kook
  9. else
  10. nextbet = previousbet*2
  11. end
  12. if balance > good then
  13. stop()
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement