Advertisement
Guest User

Multibox

a guest
Jan 14th, 2016
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.61 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. @echo off
  9.  
  10. rem ------------- Variables ------------------
  11.  
  12.  
  13.  
  14. SET SteamUserName=user
  15.  
  16. SET SteamPassword=pass
  17.  
  18. SET WurmUnlimited=366220
  19.  
  20. SET Steam="%programfiles(x86)%\Steam\Steam.exe"
  21.  
  22.  
  23.  
  24. rem -------------------------------------------
  25.  
  26.  
  27.  
  28. rem -------- Kill the 3 steam processes -------
  29.  
  30.  
  31.  
  32. taskkill -f -im steamservice.exe
  33.  
  34. taskkill -f -im steam.exe
  35.  
  36. taskkill -f -im gameoverlayui.exe
  37.  
  38.  
  39.  
  40. rem -------------------------------------------
  41.  
  42.  
  43.  
  44. rem ------- Start Wurm Unlimited --------------
  45.  
  46. start "Steam" %STEAM% -login %SteamUserName% %SteamPassword% -applaunch %WurmUnlimited%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement