Program to check on which D3 server you are connected to! menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Denka123's Avatar Banned
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Program to check on which D3 server you are connected to!

    *Auto Updates

    For those of you interested in keeping track of which IP your game is running on, this simple batch file will automatically update itself every (x) seconds. Currently updates every 3 seconds.

    This batch file runs netstat -n repeatedly in the cmd and outputs the results formatted for easy reading.
    In other words, download the file, click on it, run it, and it will display which IP your current game is in.

    **You can also open up D3Debug.txt inside of your Diablo 3 folder, scroll to the bottom, and search for the following:


    DOWNLOAD LINK : https://rapidshare.com/files/3242497...P%20Finder.bat

    VIRUSCAN: https://www.virustotal.com/url/11d39...6d34/analysis/

    Program to check on which D3 server you are connected to!
  2. #2
    Usarian's Avatar Member
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol at whoever would risk to download ur programm... for doing something as simple as to type netstat -n in cmd...

  3. #3
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Because people still believe in that exploit with which server you are connected to effecting the drop rates.

  4. #4
    pmfun's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Because people still believe in that exploit with which server you are connected to effecting the drop rates.
    it is good to believe - hope dies last

  5. #5
    imcheemo's Avatar Sergeant
    Reputation
    8
    Join Date
    Jun 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pmfun View Post
    it is good to believe - hope dies last
    What is this, Gotham City?

  6. #6
    kindbudz's Avatar Knight-Lieutenant
    Reputation
    36
    Join Date
    Jun 2012
    Posts
    260
    Thanks G/R
    15/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Usarian View Post
    Lol at whoever would risk to download ur programm... for doing something as simple as to type netstat -n in cmd...
    So you've decided to download this .exe? Well that's fantastic a very smart decision young man. We can put that D3 account in a money market mutual fund, then we'll reinvest the earnings into foreign currency accounts with compounding interests, AND IT'S GONE.

  7. #7
    Denka123's Avatar Banned
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is not an exe it is a .bat file

  8. #8
    allenlmf's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ::******************************************
    :3 IP Finder
    ::This code is a collaboration effort
    ::Thanks to |34N4N4
    :Your name here)
    ::******************************************

    @echo off

    :Start
    echo.
    echo Press Ctrl+C to End
    echo.
    echo.
    echo ************
    echo D3 IP Finder
    echo ************
    echo.
    echo 193 is AH
    echo 253 occurs at startup
    echo.
    echo Golden IP Speculation:
    echo 46
    echo 72-78
    ::echo *2 digits ending in even numbers
    ::echo *3 digit games suck
    echo.
    echo.
    echo.
    @netstat -n > c:\diablo3_ip's.txt
    @echo 秨ip
    @Findstr ":1119" c:\diablo3_ip's.txt

    ::Update Timer (x seconds)
    ::PING -n x 127.0.0.1>nul

    PING -n 3 127.0.0.1>nul


    @CLS
    GOTO Start

  9. #9
    Inc0's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Instead of writing netstat output into a file, you can do something like this:
    Code:
    echo IP
    netstat -n |Findstr ":5222"
    and avoid unnecessary read/write from hdd.


    P.S.: Hi all :)

  10. #10
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    i have a great program too!


    its called Netstat. comes with windows.


    (don't post things I post to Patreon.)

  11. #11
    Denka123's Avatar Banned
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All of this you can do it manually this tool just makes it easier!

  12. #12
    I34N4N4's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HAHA I wrote this program, It's an exact share from my post over at BH

    Original Post

    I don't mind, but please +rep me if you like the script, trying to start contributing over here at OwnedCore as well. Thank you!

  13. #13
    sspamfilter's Avatar Member
    Reputation
    3
    Join Date
    Jul 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why is this useful?

Similar Threads

  1. Which Bot Got you Banned?
    By Novalok in forum Gaming Chat
    Replies: 24
    Last Post: 06-03-2012, 02:35 PM
  2. Which Private Server To Choose
    By Spitty305 in forum World of Warcraft General
    Replies: 1
    Last Post: 09-04-2007, 04:18 PM
  3. Replies: 15
    Last Post: 07-03-2007, 07:34 AM
  4. Server You Play On.
    By pwner in forum World of Warcraft General
    Replies: 3
    Last Post: 03-06-2007, 03:29 AM
  5. [PTR] Get on the server you want.
    By Icicle in forum World of Warcraft Guides
    Replies: 10
    Last Post: 01-30-2007, 02:36 PM
All times are GMT -5. The time now is 04:04 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search