
ทดสอบ ping 203.117.155.160 ถ้า ping ได้ให้แก้ไขโดย

ให้ให้เลือกตามนี้
หรือแก้แบบบ้านๆ
วิธีแก้แบบบ้านๆ
C:\Windows\System32\Drivers\etc\
ใช้ notepad เปิดไฟล์ hosts
เพิ่มบรรทัดนี้ลงไป
203.117.155.160 lolthcheck.garenanow.com
ทำการบันทึกไฟล์แล้วเข้าเกมส์
----------------------------------BAT File----------------------
@echo off
echo set host power by itemcom
REM check for existence of the file
if not exist %SystemRoot%\System32\drivers\etc\hosts (echo HOSTS FILE DOES NOT EXIST
goto completed)
REM check for existence of the entry
find /c /i "lolthcheck.garenanow.com" "%SystemRoot%\System32\drivers\etc\hosts" > NUL
if %ERRORLEVEL% equ 0 (
echo the entry [lolthcheck.garenanow.com] already exists
goto completed
) else (
REM add the entry
echo 203.117.155.160 lolthcheck.garenanow.com #Check Update >>%SystemRoot%\System32\drivers\etc\hosts
)
:completed
echo COMPLETED