Advertisement
Guest User

Untitled

a guest
Aug 28th, 2013
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. @ECHO off
  2. cls
  3. :start
  4. ECHO.
  5. ECHO 1. Riot Games
  6. ECHO 2. OnGamenet
  7. ECHO 3. CHANGETHIS
  8. ECHO 4. CHANGETHIS
  9. ECHO 5. CHANGETHIS
  10. ECHO 6. CHANGETHIS
  11. ECHO 7. CHANGETHIS
  12. ECHO 8. CHANGETHIS
  13. ECHO 9. CHANGETHIS
  14. set /p choice=Type the number to watch their stream.
  15. if '%choice%'=='1' livestreamer twitch.tv/riotgames mobile_high
  16. if '%choice%'=='2' livestreamer twitch.tv/ongamenet mobile_high
  17. if '%choice%'=='3' livestreamer twitch.tv/CHANGETHIS mobile_high
  18. if '%choice%'=='4' livestreamer twitch.tv/CHANGETHIS mobile_high
  19. if '%choice%'=='5' livestreamer twitch.tv/CHANGETHIS mobile_high
  20. if '%choice%'=='6' livestreamer twitch.tv/CHANGETHIS mobile_high
  21. if '%choice%'=='7' livestreamer twitch.tv/CHANGETHIS mobile_high
  22. if '%choice%'=='8' livestreamer twitch.tv/CHANGETHIS mobile_high
  23. if '%choice%'=='9' livestreamer twitch.tv/CHANGETHIS mobile_high
  24. :end
  25. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement