Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. set login1=pupkin
  2. set login2=pupkin2
  3. set login3=pupkin3
  4.  
  5. set password1=ololo
  6. set password2=ololo2
  7. set password3=ololo3
  8.  
  9. set connect=applaunch440 connect 192.168.0.1:27015
  10.  
  11.  
  12. //////первый кусок кода
  13. C:\sandboxie\start.exe /box:01 C:\steam1\steam.exe -login %login1% %password1%
  14. timelout10
  15. C:\sandboxie\start.exe /box:03 C:\steam1\steam.exe %connect%
  16.  
  17.  
  18. //////второй кусок кода
  19. C:\sandboxie\start.exe /box:02 C:\steam2\steam.exe -login %login2% %password2%
  20. timelout10
  21. C:\sandboxie\start.exe /box:03 C:\steam2\steam.exe %connect%
  22.  
  23.  
  24. //////третий кусок кода
  25. C:\sandboxie\start.exe /box:03 C:\steam3\steam.exe -login %login3% %password3%
  26. timeout 10
  27. C:\sandboxie\start.exe /box:03 C:\steam3\steam.exe %connect%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement