maddada

Switching steam accounts really fast. bat script.

Oct 29th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. :: JUST MAKE A TXT ON DESKTOP, PUT THIS TEXT IN IT, PUT UR USER AND PASS,
  2. :: AND SAVE IT AS "username.bat" (with "")
  3. :: Make a file for every account you have. and switch between accounts by running the different .bat files.
  4. :: you can edit .bat files by right clicking on them and selecting "edit"
  5.  
  6. @echo off
  7. taskkill /F /IM csgo.exe
  8. taskkill /F /IM GameOverlayUI.exe
  9. taskkill /F /IM Steam.exe
  10. timeout /t 2
  11. start "" "C:\Program Files (x86)\Steam\Steam.exe" -login YOURUSERNAME YOURPASSWORD
  12.  
  13. exit
Add Comment
Please, Sign In to add comment