Подписывайтесь на наш Telegram и не пропускайте важные новости! Перейти

Вопрос CSGOInput

class CCSGOInput {
public:

CUserCmd* GetUserCmd(int nSlot) {
return CallVFunc<8u, CUserCmd*>(this, nSlot);
}
};
class CCSGOInput {
public:

CUserCmd* GetUserCmd(int nSlot) {
return CallVFunc<8u, CUserCmd*>(this, nSlot);
}
};
Input = (*Pattern("48 8B 0D ? ? ? ? 48 8B 01 FF 50 ? 8B DF").scanNow("client.dll").getRIP(0x3, 0x7).as<CS2::CCSGOInput**>());
success &= (Input != nullptr);
 
Назад
Сверху Снизу