Posted: Fri Aug 14, 2009 6:53 pm Post subject: Warcraft 3-making a trainer?
Ok, so here's the deal, I modded around with Warcraft 3:the frozen throne and found out how to get max level on heroes, I simply changed the xp around.
Here's the problem: When I switch maps/exit the game or otherwise switch situations, the code doesn't work anymore and I have to re-find the code by searching.
How can I make it so the code will always work, even when I close the game? Is there a way to do it without professional coding experience?
Joined: 09 May 2003 Posts: 25956 Location: The netherlands
Posted: Sat Aug 15, 2009 7:32 am Post subject:
Radenarth, I assume he's talking about singleplayer/campaign. That's not multiplayer
The thing is that these are unit specific values
and the addresses of those units are allocated dynamically for each separate unit.
This means a pointer won't do much good, unless you can find the pointer to the currently selected unit and use that on each one.
It might be better to go with code injection, but that does require some basic programming knowledge _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum