This commit is contained in:
Oscar
2025-07-24 20:48:02 +03:00
parent f892794557
commit 03af6d458c
10 changed files with 764 additions and 437 deletions

View File

@@ -40,7 +40,8 @@ void* __fastcall H::hkLevelInit(void* pClientModeShared, const char* szNewMap) {
bool __fastcall H::hkCreateMove(void* pInput, int nSlot, void* pCmd) {
//Aimbot();
SilentAimbot(reinterpret_cast<CUserCmd*>(pCmd));
//SilentAimbot(reinterpret_cast<CUserCmd*>(pCmd));
Ver2Aimbot(reinterpret_cast<CUserCmd*>(pCmd));
Triggerbot();
return CreateMove.GetOriginal()(pInput, nSlot, pCmd);
}