static bool skippedcall = false;
if (!skipped call) {
auto jmptomodifyeyeposcall = pattern::find(g_csgo.m_client_dll, XOR("55 8B EC 53 8B 5D 08 56 57 FF 75 18 8B F1")) + 0x7D + 1; //<-- jmp loc_1036E528 //bean
unsigned long protect = 0;
VirtualProtect((void*)jmptomodifyeyeposcall, 1, PAGE_EXECUTE_READWRITE, &protect);
std::memset((void*)jmptomodifyeyeposcall, 0x3F, 1);
VirtualProtect((void*)jmptomodifyeyeposcall, 1, protect, &protect);
skipped call = true;
}