Вопрос Stackhack

Начинающий
Статус
Оффлайн
Регистрация
20 Мар 2018
Сообщения
10
Реакции[?]
0
Поинты[?]
0
Stackhacks working fix? Like this whole entire forum has working fix for StackHack. Unless your talking about the CS:GO Panorama update, than I mean I don't use that mode since it's optional... But and someone please tell me if I am wrong,
find "client.dll" and replace it with "client_panorama.dll"
to fix mouse:

if (UTILS::INPUT::input_handler.GetKeyState(VK_INSERT) & 1)
{ menu_open = !menu_open; static const auto cvar = INTERFACES::cvar->FindVar("cl_mouseenable");
if (menu_open) cvar->SetValue(0);
else cvar->SetValue(1);
INTERFACES::InputSystem->EnableInput(!menu_open);
}
^___ Credits to Shonax
 
i = 0;
Начинающий
Статус
Оффлайн
Регистрация
14 Окт 2017
Сообщения
105
Реакции[?]
17
Поинты[?]
0
Stackhacks working fix? Like this whole entire forum has working fix for StackHack. Unless your talking about the CS:GO Panorama update, than I mean I don't use that mode since it's optional... But and someone please tell me if I am wrong,
find "client.dll" and replace it with "client_panorama.dll"
to fix mouse:

if (UTILS::INPUT::input_handler.GetKeyState(VK_INSERT) & 1)
{ menu_open = !menu_open; static const auto cvar = INTERFACES::cvar->FindVar("cl_mouseenable");
if (menu_open) cvar->SetValue(0);
else cvar->SetValue(1);
INTERFACES::InputSystem->EnableInput(!menu_open);
}
^___ Credits to Shonax
but im not want to get up in panorama ui
 
Забаненный
Статус
Оффлайн
Регистрация
18 Май 2018
Сообщения
65
Реакции[?]
3
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
aimbot not working
 
Сверху Снизу