Merggaming Posted September 5, 2015 Share Posted September 5, 2015 Hello, I cloned a git repository yesterday which worked on 1.07. Recompiled it, and of cource it didn't work on 1.08. After this i found a fix for it, but didn't find any source code. Does anybody know what changes should be made in the code? It looks like these two lines are not poiniting to the right location anymore. global_game = hook::pattern("48 8B 05 ? ? ? ? 48 8D 4C 24 ? C6 44 24").count(1).get(0).extract<CGame**>(3); global_debug_console = hook::pattern("48 89 05 ? ? ? ? EB 07 48 89 35 ? ? ? ? 48 8B 47 60").count(1).get(0).extract<void**>(3); Any ideas? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts