Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Title Title Kane's Account and Game Changer v4.0
  2. @echo off
  3.  
  4. taskkill /F /IM csgo.exe
  5. REM CSGO
  6. taskkill /F /IM hl2.exe
  7. REM Garrys Mod
  8. taskkill /F /IM GameOverlayUI.exe
  9. REM Overlay
  10. taskkill /F /IM Steam.exe
  11. REM Steam Process
  12. taskkill /F /IM steamwebhelper.exe
  13. REM Steam Function Help
  14.  
  15. set steampath=D:\Steam\Steam.exe
  16.  
  17. set username1=BoobMax2442
  18. set password1=
  19.  
  20. set username2=CCHow152
  21. set password2=
  22.  
  23. set username3=ZevraNoob
  24. set password3=
  25.  
  26. set username4=KmBoobsmomiscool1
  27. set password4=
  28.  
  29. set username5=ButtCrack911
  30. set password5=
  31.  
  32. set username6=CSGOPlater
  33. set password6=
  34.  
  35. c:
  36. cd\games
  37. color c
  38. cls
  39. echo Account MENU
  40. echo ============
  41. echo.
  42. echo 1 - %username1%
  43. echo 2 - %username2%
  44. echo 3 - %username3%
  45. echo 4 - %username4%
  46. echo 5 - %username5%
  47. echo 6 - %username6%
  48. echo.
  49. echo Q - Quit
  50. choice /c:123456Q>nul
  51. if errorlevel 7 goto done
  52. if errorlevel 6 goto account6
  53. if errorlevel 5 goto account5
  54. if errorlevel 4 goto account4
  55. if errorlevel 3 goto account3
  56. if errorlevel 2 goto account2
  57. if errorlevel 1 goto account1
  58. echo CHOICE missing
  59. goto done
  60.  
  61. :account1
  62. start "" "%steampath%" -silent -login %username1% %password1%
  63. goto done2
  64. :account2
  65. start "" "%steampath%" -silent -login %username2% %password2%
  66. goto done2
  67. :account3
  68. start "" "%steampath%" -silent -login %username3% %password3%
  69. goto done2
  70. :account4
  71. start "" "%steampath%" -silent -login %username4% %password4%
  72. goto done2
  73. :account5
  74. start "" "%steampath%" -silent -login %username5% %password5%
  75. goto done2
  76. :account6
  77. start "" "%steampath%" -silent -login %username6% %password6%
  78. goto done2
  79. :done2
  80.  
  81. color a
  82. cls
  83.  
  84. :menu
  85. c:
  86. cd\games
  87. cls
  88. echo GAMES MENU
  89. echo ==========
  90. echo.
  91. echo 1 - Rocket League
  92. echo 2 - Counter-Strike:Global Offensive
  93. echo 3 - Garry's Mod
  94. echo.
  95. echo Q - Quit
  96. choice /c:123Q>nul
  97. if errorlevel 4 goto done
  98. if errorlevel 3 goto gmod
  99. if errorlevel 2 goto csgo
  100. if errorlevel 1 goto rocketleague
  101. echo CHOICE missing
  102. goto done
  103.  
  104. :rocketleague
  105. start "" "steam://rungameid/252950"
  106. echo Now loading Rocket League
  107. timeout /t 10 /NOBREAK
  108. goto done
  109.  
  110. :csgo
  111. start "" "steam://rungameid/730"
  112. echo Now loading Counter-Strike:Global Offensive
  113. timeout /t 10 /NOBREAK
  114. goto done
  115.  
  116. :gmod
  117. start "" "steam://rungameid/4000"
  118. echo Now loading Garry's Mod
  119. timeout /t 10 /NOBREAK
  120. goto done
  121.  
  122. :done
  123.  
  124. REM Line Breaker
  125.  
  126. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement