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
@@ -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
Expand Up @@ -53,7 +53,7 @@ class Memory {
{
{
{
"48 8B 05 ? ? ? ? 8B 58 0C"
"48 8B 05 ? ? ? ? 4C 8B FA 83 78 0C 02"

This comment has been minimized.

Copy link
@tonvital

tonvital Dec 8, 2023

How to identify these changes in the next League of Legends updates?

I can help maintain this project.

This comment has been minimized.

Copy link
@ItaloCobains

ItaloCobains Dec 8, 2023

I would also like to help maintain it but I'm still a bit of a noob

This comment has been minimized.

Copy link
@LucasAlfare

LucasAlfare Dec 11, 2023

These are a lot of low level structures. Is important to go insanely deep in the game memory to understant what those -- possible -- bytes means.

This comment has been minimized.

Copy link
@ItaloCobains

ItaloCobains Dec 12, 2023

@LucasAlfare I would like to study about it, do you have any content or article about it for me to study?

This comment has been minimized.

Copy link
@LucasAlfare

LucasAlfare Dec 12, 2023

Very hard to find something related to this "well documentated". Btw, one of the most promissing resources can be this forum.

This comment has been minimized.

Copy link
@ItaloCobains

ItaloCobains Dec 13, 2023

thank you.

}, true, false, true, 0, &offsets::global::GameClient
}
};
Expand Down

0 comments on commit efcd0f8

Please sign in to comment.