h-y-b-r-i-d Posted June 19, 2005 Share Posted June 19, 2005 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 More sharing options...
buzz44 Posted June 20, 2005 Share Posted June 20, 2005 Might be off topic but are you clone hunting? If so instead of doing it the hard way with netstat -n, just download a Mousepad MH and use the inbuilt IP shower. qq Link to comment Share on other sites More sharing options...
h-y-b-r-i-d Posted June 20, 2005 Author Share Posted June 20, 2005 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 More sharing options...
buzz44 Posted June 21, 2005 Share Posted June 21, 2005 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now