d2jsp
Log InRegister
d2jsp Forums > Diablo II > Diablo 2 Discussion > Diablo Clone Hunters > D2r Ip Game
Add Reply New Topic New Poll
Member
Posts: 29,094
Joined: May 16 2006
Gold: 54,330.00
Oct 9 2021 03:38pm
how can i see the current game ip?
Member
Posts: 3,353
Joined: Nov 6 2004
Gold: 4,648.61
Oct 10 2021 12:10am
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=_BasBz6BVk4

This post was edited by espectruz on Oct 10 2021 12:23am
Member
Posts: 1
Joined: Aug 5 2019
Gold: 0.00
Oct 12 2021 11:04am
Sry but can you explain the command.
I'm not informatician and i don't understand
Thx
Member
Posts: 1,011
Joined: Jan 14 2017
Gold: 11,045.40
Oct 12 2021 12:44pm
thanks!
Member
Posts: 2,526
Joined: Aug 19 2007
Gold: 20.00
Oct 12 2021 05:28pm
Quote (espectruz @ Oct 10 2021 02:10am)
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=_BasBz6BVk4


thank you info
Member
Posts: 29,094
Joined: May 16 2006
Gold: 54,330.00
Oct 12 2021 05:30pm
thx!!!
Go Back To Diablo Clone Hunters Topic List
Add Reply New Topic New Poll