-
Автор темы
- #1
I watched a video of you pathetically entering a command into the console to enable the esp that I decided to simplify the task for you by clicking the button in the menu!
if (datastruct.Debugculling)
{
driver->write(driver->read(driver->read(DriverApi::GameAssemblyBase + OcclusionCulling_c*, uintptr_t) + 0xB8, uintptr_t) + 0x94, 1, uintptr_t);
}
else if (!datastruct.Debugculling)
{
driver->write(driver->read(driver->read(DriverApi::GameAssemblyBase + OcclusionCulling_c*, uintptr_t) + 0xB8, uintptr_t) + 0x94, 0, uintptr_t);
}
I think this code could have been made even easier, but here you already act yourself
if (datastruct.Debugculling)
{
driver->write(driver->read(driver->read(DriverApi::GameAssemblyBase + OcclusionCulling_c*, uintptr_t) + 0xB8, uintptr_t) + 0x94, 1, uintptr_t);
}
else if (!datastruct.Debugculling)
{
driver->write(driver->read(driver->read(DriverApi::GameAssemblyBase + OcclusionCulling_c*, uintptr_t) + 0xB8, uintptr_t) + 0x94, 0, uintptr_t);
}
I think this code could have been made even easier, but here you already act yourself