Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.92 KB | None | 0 0
  1. @echo off
  2. Echo Attemping to open needed ports....Please wait....
  3. FOR /L %%R IN (6881,1,6999) DO netsh firewall add portopening TCP %%R "WOW Patches "%%R
  4. netsh firewall add portopening TCP 3724 "WOWRealm List 3724"
  5. netsh firewall add portopening TCP 80 "WOW Apache Web 80"
  6. netsh firewall add portopening TCP 3306 "Wow Mysql 3306"
  7. netsh firewall add portopening TCP 8129 "Wow Realm One 8129"
  8. netsh firewall add portopening TCP 8130 "Wow Realm Two 8130"
  9. netsh firewall add portopening TCP 8093 "Wow Server port 8093"
  10. netsh firewall add portopening TCP 6112 "WOW Patches 6112"
  11. netsh firewall add portopening TCP 3036 "Wow Arcemu 3036"
  12. netsh firewall add portopening TCP 8050 "Wow World Server 8050"
  13.  
  14. Echo -------------------------------------------------------
  15. Echo As long as you had no errors listed above, then all
  16. Echo the ports have been opened in the windows firewall.
  17. Echo -------------------------------------------------------
  18. Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement