Skip to content

Commit

Permalink
13.24 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hotline1337 committed Dec 7, 2023
1 parent cb55f10 commit efcd0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions R3nzSkin/R3nzSkin.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
#pragma warning(disable : 6387 4715)

#include <Windows.h>
#include <array>
#include <clocale>
#include <chrono>
#include <cstdint>
#include <thread>

#include "CheatManager.hpp"

#include "Config.hpp"
#include "GUI.hpp"
#include "Hooks.hpp"
#include "Memory.hpp"

Expand All @@ -30,6 +27,7 @@ bool WINAPI HideThread(const HANDLE hThread) noexcept
} __except (TRUE) {
return false;
}
return false;
}

__declspec(safebuffers) static void WINAPI DllAttach([[maybe_unused]] LPVOID lp) noexcept
Expand Down
2 changes: 1 addition & 1 deletion R3nzSkin/memory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Memory {
{
{
{
"48 8B 05 ? ? ? ? 8B 58 0C"
"48 8B 05 ? ? ? ? 4C 8B FA 83 78 0C 02"
}, true, false, true, 0, &offsets::global::GameClient
}
};
Expand Down

0 comments on commit efcd0f8

Please sign in to comment.