Create a file with the content bellow and same it **something**.ps1
Code
while (1 -eq 1 ){
$command=netstat -anob | Select-String -Pattern D2R.exe -Context 1,0 | findstr :443 | findstr ESTABLISHED
cls
$command
start-sleep -seconds 5
}
run it using powershell
To run u must open it as a administrator, a screen like cmd will pop, go where the script is and type ".\netstat_d2r.ps1"
the script will run in loop, second colune gonna be the blizz IPs, several Ips are services like chat, bnet and etc, you will notice the server IP when u create a game, will be the new value on the list
theres this video some1 posted in another thread
https://www.youtube.com/watch?v=_BasBz6BVk4This post was edited by espectruz on Oct 10 2021 12:23am