Skip to content

Commit

Permalink
increment game verison
Browse files Browse the repository at this point in the history
  • Loading branch information
exploitmafia authored May 16, 2021
1 parent 12dc5f0 commit e3dd956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SingleFile/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ VOID WINAPI Init (HMODULE mod) {
PVOID vgui2_dll = GetModuleHandleA("vgui2.dll");
PVOID vstdlib_dll = GetModuleHandleA("vstdlib.dll");
interfaces.engine = CreateInterface<IVEngineClient*>(engine_dll, "VEngineClient014");
if (!strstr(interfaces.engine->GetVersionString(), "1.37.8.8"))
if (!strstr(interfaces.engine->GetVersionString(), "1.37.9.1"))
printf("note: you are using an unknown cs:go client version (%s). if you are experiencing crashes, you may need to update offsets. each offset in the source code has it's netvar name, or you can find it on hazedumper.\n", interfaces.engine->GetVersionString());
interfaces.entitylist = CreateInterface<CBaseEntityList*>(client_dll, "VClientEntityList003");
interfaces.surface = CreateInterface<CMatSystemSurface*>(surface_dll, "VGUI_Surface031");
Expand Down

0 comments on commit e3dd956

Please sign in to comment.