Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SCRIPT TO SWITCH STEAM ACCOUNTS WITH EASE
- >open notepad
- >paste this there
- >edit the usernames and descriptions
- >save
- >rename .txt to .bat
- >open and input 1, 2 or 3
- >hit ENTER
- >automatically switches account
- you only have to login once and steam automatically remembers your account after that
- ------------------------------------------------------------------------------------------
- @echo off
- TITLE Select Steam Account
- taskkill.exe /F /IM steam.exe
- cls
- echo(
- echo(
- echo(
- echo Select your account
- echo =======================================
- echo(
- echo 1) "FIRST ACCOUNT DESCRIPTION"
- echo 2) "SECOND ACCOUNT DESCRIPTION"
- echo 3) "THIRD ACCOUNT DESCRIPTION"
- echo(
- CHOICE /M Select /C 123
- If Errorlevel 3 Goto 3
- If Errorlevel 2 Goto 2
- If Errorlevel 1 Goto 1
- :3
- set username="THIRD ACCOUNT USERNAME"
- Goto end
- :2
- set username="SECOND ACCOUNT USERNAME"
- Goto end
- :1
- set username="FIRST ACCOUNT USERNAME"
- Goto end
- :end
- reg add "HKCU\Software\Valve\Steam" /v AutoLoginUser /t REG_SZ /d %username% /f
- reg add "HKCU\Software\Valve\Steam" /v RememberPassword /t REG_DWORD /d 1 /f
- start steam://open/main
- exit
- ------------------------------------------------------------------------------------------
- BUT MUH HARD DISK SPACE!
- >open new account
- >wait for the game to start to download the data
- >close game
- >go to "X:\steamlibrary\steamapps\common\yu-gi-oh! Master duel\localdata\"
- >there will be two folders there (an OLD ONE and a NEW ONE), locate the NEW ONE, copy the name, delete it
- >open CMD as administrator
- >mklink /d "H:\SteamLibrary\steamapps\common\Yu-Gi-Oh! Master Duel\LocalData\NEW ONE" "H:\SteamLibrary\steamapps\common\Yu-Gi-Oh! Master Duel\LocalData\OLD ONE"
- >hit enter
- >open game again, it will say data has already downloaded and start without downloading new shit
Advertisement
Add Comment
Please, Sign In to add comment