I Received a CT but I Don't Understand It

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
dotoeoo
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Jan 06, 2024 2:27 am
Reputation: 0

I Received a CT but I Don't Understand It

Post by dotoeoo »

I received a Cheat Table (CT) for a Korean game called MapleLand. However, there's a part that I don't understand.

When I checked the CT that gathers all monsters in one place, it was written as follows:

Code: Select all

[ENABLE]
alloc(newmem,2048,"GameAssembly.dll"+32CB06D) 
label(returnhere)
label(originalcode)
label(exit)

newmem:
cmp [stop],1
je originalcode
movsd [rbp-10],xmm3
jmp exit

originalcode:
movsd [rbp-10],xmm0

exit:
jmp returnhere

"GameAssembly.dll"+32CB06D:
jmp newmem
returnhere:


 
[DISABLE]
dealloc(newmem)
"GameAssembly.dll"+32CB06D:
db F2 0F 11 45 F0
//movsd [rbp-10],xmm0


This appears to be a form of code injection. However, when I looked at lectures and YouTube videos about other code injections, they used the process of an exe, and did not access GameAssembly.dll as in the example code above.

I tried to find the offset 32CB06D using Il2CppDumper, but it did not exist.

What should I look at to find lectures or explanations about this?

User avatar
Messy6666
Table Makers
Table Makers
Posts: 724
Joined: Fri Sep 25, 2020 5:45 pm
Reputation: 743

Re: I Received a CT but I Don't Understand It

Post by Messy6666 »

It's an Unity game

google: how to hack mono games and you will find lots of tutorials

e3479293
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Jan 12, 2024 3:49 pm
Reputation: 0

Re: I Received a CT but I Don't Understand It

Post by e3479293 »

Hey I can tech u , send message to u , plz receive

Post Reply

Who is online

Users browsing this forum: Baidu [Spider]