Advertisement
coinwalk

tottally scammed

Jan 28th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. chance = 24
  2. bethigh = false
  3. lol = 0
  4. big = balance*100
  5. base = balance/1000
  6. nextbet = base
  7. shock = balance*1.00000001
  8. function dobet()
  9.  
  10. if (win) then
  11. nextbet = previousbet*2
  12. end
  13. if balance > shock and win then
  14. shock = balance*1.00000001
  15. nextbet = base
  16. end
  17. if balance > big then
  18. stop()
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement