Jump to content

Recommended Posts

Posted

Easy and simple

 

Hold windows key + R 

Type cmd

Type (for NA) : ping riot.ca -d 

Type (for EU) : ping riot.de -d

  • 2 weeks later...
Posted (edited)

Nice post. You can just make a txt file and change the extension to .bat and paste this! --->

@echo off & cls

color 0B

ECHO LoL ping checker
ECHO by HopakoS

:Start
ECHO.
ECHO [1] Router
ECHO [2] EUNE
ECHO [3] EUW
ECHO [4] NA
ECHO [5] EXIT
ECHO.

CHOICE /C 12345 /M "Select your server: "

IF ERRORLEVEL 5 GOTO End
IF ERRORLEVEL 4 GOTO checkNA
IF ERRORLEVEL 3 GOTO checkEUW
IF ERRORLEVEL 2 GOTO checkEUNE
IF ERRORLEVEL 1 GOTO Router

:checkEUW
ECHO CHECKING PING FOR EUW
ping 95.172.65.1
ECHO Completed Succesfully
GOTO Start

:checkEUNE
ECHO CHECKING PING FOR EUNE
ping riot.de
ECHO Completed Succesfully
GOTO Start

:checkNA
ECHO CHECKING PING FOR NA
ping riot.ca
ECHO Completed Succesfully
GOTO Start

:Router
ECHO CHECKING PING FOR ROUTER
ping 192.168.1.1
ECHO Completed Succesfully
GOTO Start

:End

Edited by hopakos

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.



×
×
  • Create New...