Jump to content

Need help finding best ping


Joliter

Recommended Posts

Open notepad, paste below code, save as .bat file.
In SET worlds, include all the worlds that you want to check. 

@ECHO off

SET worlds=1,2,3...
FOR %%i IN (%worlds%) DO (
Echo | SET /p=World %%i
FOR /F "tokens=5" %%a IN ('Ping oldschool%%i.runescape.com -n 1 ^| FIND "time="') DO Echo %%a)

PAUSE

Output will be shown like this after you run the bat file.
7K-fVd4NTc_WzXbwgMeuzA.png

Edited by Charlotte
  • Like 2
Link to comment
Share on other sites

10 minutes ago, Charlotte said:

Open notepad, paste below code, save as .bat file.
In SET worlds, include all the worlds that you want to check. 

@ECHO off

SET worlds=1,2,3...
FOR %%i IN (%worlds%) DO (
Echo | SET /p=World %%i
FOR /F "tokens=5" %%a IN ('Ping oldschool%%i.runescape.com -n 1 ^| FIND "time="') DO Echo %%a)

PAUSE

Output will be shown like this after you run the bat file.
7K-fVd4NTc_WzXbwgMeuzA.png

This is lovely, though OP wanted to know how to do this with a proxy

Link to comment
Share on other sites

47 minutes ago, Charlotte said:

Open notepad, paste below code, save as .bat file.
In SET worlds, include all the worlds that you want to check. 

@ECHO off

SET worlds=1,2,3...
FOR %%i IN (%worlds%) DO (
Echo | SET /p=World %%i
FOR /F "tokens=5" %%a IN ('Ping oldschool%%i.runescape.com -n 1 ^| FIND "time="') DO Echo %%a)

PAUSE

Output will be shown like this after you run the bat file.
7K-fVd4NTc_WzXbwgMeuzA.png

Very nice, thank you, never knew how to create something like this.

Link to comment
Share on other sites

9 hours ago, Charlotte said:

Open notepad, paste below code, save as .bat file.
In SET worlds, include all the worlds that you want to check. 

@ECHO off

SET worlds=1,2,3...
FOR %%i IN (%worlds%) DO (
Echo | SET /p=World %%i
FOR /F "tokens=5" %%a IN ('Ping oldschool%%i.runescape.com -n 1 ^| FIND "time="') DO Echo %%a)

PAUSE

Output will be shown like this after you run the bat file.
7K-fVd4NTc_WzXbwgMeuzA.png

That's how I pinged the regular client, but I wanted to know if this is possible for a proxy.

Link to comment
Share on other sites

1 hour ago, Joliter said:

That's how I pinged the regular client, but I wanted to know if this is possible for a proxy.

Not too sure about that.
I know ping uses the icmp protocol and proxy only supports tcp and udp protocol. Hence, the only logical way of pinging with a proxy is with a icmp tunnel. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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