Advertisement
conan513

Untitled

Aug 13th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. @echo off
  2. echo Enabling the Windows Firewall...
  3. netsh advfirewall set allprofiles state on
  4. echo.
  5. echo Blocking Arma 2 key server port 29910...
  6. netsh advfirewall firewall add rule name="Arma2 - 29910 Block Port" protocol=UDP dir=out localport=29910 action=block
  7. echo.
  8. echo Done!
  9. echo Don't disable Windows Firewall, if you a dirty pirate!
  10. echo Otherwise you can't enter on your own server.
  11. pause
  12. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement