14661
Suggest posting in "dclone hunter forums" any soj counts you see in-game -- which realm, ip, count
First search for previous thread with said realm ip -- if none -- create new topic thread -- type (realm ip) like "Europe 85"
tcpview script (bnet ip)
-- create a new text file on your desktop -- copy paste the following -- then rename text file as ip.bat (not .txt)
@echo off
:start
netstat -n | find "4000"
ping 127.0.0.1 >nul
cls
goto start