Junior Cracker
Onaylı Üye
First of all, as a final result, I want to make OrbWalker in League Of Legends.
And I understand there is a lot of thing to study and research.
So, I'm trying to read some values on memory by pointer from League Of Legends as a first.
and I have a plan to use Blackbone to hook.
I dumped League Of Legends.exe and found some ptrs and types by IDA pro.
But I have no idea how to read valid values through these ptr.
Are these list of functions? such as "ReceiveHeal", "Respawn2D", "Ambient".
If so, do i have to hook this functions to recognize which event executes?
As you know, AC of League doesn't allow CreateThread, LoadLibraries, DllMain, Debugging.
Please suggest me where do i have to study more.
How can I get informations from League client such as localPlayers spell cooldown or other things.
Appreciate.
And I understand there is a lot of thing to study and research.
So, I'm trying to read some values on memory by pointer from League Of Legends as a first.
and I have a plan to use Blackbone to hook.
I dumped League Of Legends.exe and found some ptrs and types by IDA pro.
But I have no idea how to read valid values through these ptr.
Are these list of functions? such as "ReceiveHeal", "Respawn2D", "Ambient".
If so, do i have to hook this functions to recognize which event executes?
As you know, AC of League doesn't allow CreateThread, LoadLibraries, DllMain, Debugging.
Please suggest me where do i have to study more.
How can I get informations from League client such as localPlayers spell cooldown or other things.
Appreciate.