test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user