Guides
Run offlol.bat
as administrator to appear offline, with any arg to appear online.
$ offlol.bat
Please run as administrator.
admin $ offlol.bat
You will appear offline on League Client.
package main | |
/* | |
#cgo CFLAGS: -Wincompatible-pointer-types | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdint.h> | |
#include <windows.h> | |
void *open_process(int pid) { |
package main | |
import ( | |
"fmt" | |
) | |
const ( | |
VM_OK = 0 | |
VM_ERROR = 1 | |
STACK_MAX = 50 |
#include <stdio.h> | |
#include <stdlib.h> | |
typedef struct _Obj { | |
char data; | |
int ref; | |
struct _Obj *next; | |
} Obj; | |
// append obj to previous |
adb start-server | |
adb connect LOCAL_IP:PORT | |
adb shell settings put global hide_gesture_line 1 | |
# adb disconnect | |
# adb kill-server |
Run offlol.bat
as administrator to appear offline, with any arg to appear online.
$ offlol.bat
Please run as administrator.
admin $ offlol.bat
You will appear offline on League Client.
Phương pháp đầu tiên tôi tìm được là sử dụng command line của LeagueClient.exe đang chạy.
Khi khởi động LMHT, GarenaPC sẽ sinh một đoạn command line để chạy RiotClientServices.exe, trong đó có chứa GarenaPlus token và Landing token.
RiotClientServices chủ yếu để giám sát, anti cheat, nó sẽ chuyển tiếp hai token trên vào LeagueClient.exe.
Tóm lại, chỉ cần chạy trực tiếp LeagueClient.exe sẽ nhanh hơn và hạn chế bị ban một cách ngu ngốc.
Để lấy được nhiều command line cùng lúc, chỉ cần tạo một RiotClientServices.exe fake để bắt command line từ GarenaPC. Vì khi RiotClientServices hoặc LeagueClient đang chạy, GaremaPC sẽ chặn.