Page 1 of 1

Help to make a pointer PLZ

Posted: Tue Apr 01, 2025 4:09 am
by 3qalves3
Hi guys,

I'm trying to create a pointer to my equipped gear (weapon, gloves, boots, etc.). I can easily find the address for each slot, but when I use the "Generate Pointer" or "Pointer Map" function, it returns no results.

So, I tried checking what accesses that memory and analyzing the assembly function to see what values the registers hold each time I equip/unequip a piece of gear.

However, I don't know how to find the correct offset to the next address until I reach the static address...

I also tried dumping the modules using aSwedishMagyar's script, but I have no idea which module corresponds to the inventory slot...

I'm lost, guys.

Could someone help me?

Game: Hero Siege (Steam - Single Player)

Re: Help to make a pointer PLZ

Posted: Tue Apr 01, 2025 4:33 am
by Send
3qalves3 wrote:
Tue Apr 01, 2025 4:09 am
///

Game: Hero Siege (Steam - Single Player)
Hero Siege has Easy Anti Cheat. It's also made in GameMaker. One of the most pain in the ass engines to work with. Pointer scans will do you no good. I highly suggest starting with another engine. Unity or UE4.

Re: Help to make a pointer PLZ

Posted: Tue Apr 01, 2025 4:44 am
by 3qalves3
Send wrote:
Tue Apr 01, 2025 4:33 am
3qalves3 wrote:
Tue Apr 01, 2025 4:09 am
///

Game: Hero Siege (Steam - Single Player)
Hero Siege has Easy Anti Cheat. It's also made in GameMaker. One of the most pain in the ass engines to work with. Pointer scans will do you no good. I highly suggest starting with another engine. Unity or UE4.
Thank you for your answer.
About Easy Anti Cheat, they removed it 15 days ago.

is it make life easier?

Re: Help to make a pointer PLZ

Posted: Tue Apr 01, 2025 6:20 am
by Send
3qalves3 wrote:
Tue Apr 01, 2025 4:44 am
Send wrote:
Tue Apr 01, 2025 4:33 am
3qalves3 wrote:
Tue Apr 01, 2025 4:09 am
///

Game: Hero Siege (Steam - Single Player)
Hero Siege has Easy Anti Cheat. It's also made in GameMaker. One of the most pain in the ass engines to work with. Pointer scans will do you no good. I highly suggest starting with another engine. Unity or UE4.
Thank you for your answer.
About Easy Anti Cheat, they removed it 15 days ago.

is it make life easier?
Since the engine is Game Maker. No, no it does not. 😂