Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update Game.cpp (#286)
Browse files Browse the repository at this point in the history
Update rendereraddress scan for new client revision to fix crenderer based patches.
  • Loading branch information
kohupallintrax authored Jun 9, 2023
1 parent 1ccff0b commit 6d2801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kanan/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace kanan {
log("Entering Game constructor.");

// Find the games global renderer pointer.
auto rendererAddress = scan("client.exe", "48 8B 0D ? ? ? ? E8 ? ? ? ? 84 C0 74 ? C7 07 ? ? ? ? 32 C0");
auto rendererAddress = scan("client.exe", "48 8B 0D ? ? ? ? E8 ? ? ? ? 84 C0 74 ? C7 07 ? ? ? ? 33 D2");

if (rendererAddress) {
do {
Expand Down

0 comments on commit 6d2801a

Please sign in to comment.