Get Server IP,ChPort or ServerPort

06/21/2021 11:04 macnn50#1
How can I access this information within the game? With Python Commands or Any Other Way?
06/21/2021 17:38 sad666#2
you can either hook net.ConnectToAccountServer function or use region dict from serverInfo module.
07/08/2021 18:56 hackerized31#3
1.click start, open cmd
2. open metin2 character listening
3. cmd>netstat -n
run the code on the game's loading screen

[Only registered and activated users can see links. Click Here To Register...]
07/09/2021 22:38 MrCrisp#4
Quote:
Originally Posted by hackerized31 View Post
1.click start, open cmd
2. open metin2 character listening
3. cmd>netstat -n
run the code on the game's loading screen

[Only registered and activated users can see links. Click Here To Register...]
He asked for retrieving this information from within the game.