Jump to content

need help with ip finding


Recommended Posts

Ok diablo 2 has alot of servers and i am trying to get a certain one like 62,

i cant find anything in the help file that would be useful for this....

i just need to to determine if it has a connection to 63.240.202.XXX, if anyone would help id appreciate it. :)

Link to comment
Share on other sites

ya im clone hunting but i made thjis so i wont make games to fast and ged r/d. but i want it to do it for me while i am away from comp and stop on the ip i tell it to, here is what i have so far. works great but doesn't stop on hot ip.

$n = 0  ;gamecount
While WinExists ("Diablo II -2")
    WinWaitActive ("Diablo II -2")
    Click()
    $n = $n + 1 ;add to gamecount
    Sleep(3000);create game delay
WEnd
Func Click()
    MouseClick("left", 559,491)
    MouseClick("left", 535,185)
    If $n = 0 Then
        Send("{M} & {Y} & {D} & {C} {0}");gamename for first create
    EndIf
    
    If $n < 10 Then
        Send("{BS}")
    Else
        Send("{BS 2}")
    EndIf
    Send($n, 1);gamecount
    MouseClick("left",535,230)
    Sleep(500)
    Send("{x 3}");password
    MouseClick("left", 666,451)
    Sleep(15000) ;in-game delay
    Send("{ESC}");leave game-1
    Sleep(500)
    Send("{UP}");leave game-2
    Sleep(500)
    Send("{ENTER}");leave game-3
EndFunc
Link to comment
Share on other sites

Do you know how to get the IP using CMD /w 'netstat -n'? If you do then you can redirect the output into file, or better yet using the StdoutRead, and retrieve the IP. If the IP doesn't match the hot IP, enter that using an inputbox or something, then continue to make games until it is found, then idle.

qq

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...