Help me with My Maphack

General discussion of Warcraft 3. Threads may may be posted here if they don't fit into the other sections.

Moderator: Cheaters

Nblufire12
Newcomer
Posts: 16
Joined: March 20th, 2007, 3:47 pm

Help me with My Maphack

Post by Nblufire12 »

hey guys

i have some basic functions in my maphack, but how do i add view invisible and view runes?


else
{
cout << "Getting debug privileges..." << endl;
EnableDebugPriv();
cout << "Opening Warcraft 3 Process..." << endl;
HANDLE hProc = OpenProcess(PROCESS_ALL_ACCESS, false, GetPIDForProcess("WAR3.EXE"));
if(hProc)
{
cout << "Process opened... Patching" << endl;
DWORD gameBase = GetDLLBase("Game.dll",GetPIDForProcess("WAR3.EXE"));
DWORD dSize = 0;

PATCH(0x3A04AB,"\x90\x90",2); //Patch 6F3A04AB to nop nop :-)
if(dSize == 0)
{
cout << "Failed to patch showunitsingame" << endl;
}

PATCH(0x36087c,"\x00",1);
if(dSize == 0)
{
cout << "Failed to patch showunitsmap" << endl;



can someone show me how to get the invisible units and view runes
You do not have the required permissions to view the files attached to this post.
User avatar
risker
Forum Staff
Posts: 351
Joined: June 8th, 2008, 3:05 am
Location: Australia

Re: Help me with My Maphack

Post by risker »

I don't think anyone here does that stuff
(correct me if i'm wrong)
D3scene.com does that stuff alot
They also steal stuff from here too :)
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4424
Joined: November 19th, 2007, 5:05 am

Re: Help me with My Maphack

Post by Bartimaeus »

Moved to Warcraft 3 Tech Support.
Nblufire12
Newcomer
Posts: 16
Joined: March 20th, 2007, 3:47 pm

Re: Help me with My Maphack

Post by Nblufire12 »

oh really,

yea i dont like d3scene at all
User avatar
Dekar
Forum Drunk
Posts: 2895
Joined: January 17th, 2007, 4:22 pm
Location: Darmstadt, Germany

Re: Help me with My Maphack

Post by Dekar »

I do stuff like that from time to time.
You may use Cheatengine to get the jump to the "make invisible" part.
And then patch it as you did with 0x90.
Anyway, I would just have a look at shadowfrenchs and "steal" his (afaik he is fine with that - give credits).
Cause he colores them wich is kinda handy.
The Cheatengine forum may be a good place to start learning more about assembler.
Did you do this yourself or simply copy it? Cause when you managed to do this
the rest shouldn't be hard for you.

Greets Dekar
Don't pm me with Warcraft questions, this is a forum so just make a post!

In the world of thinking we are all immigrants. -Robert Nozick
User avatar
risker
Forum Staff
Posts: 351
Joined: June 8th, 2008, 3:05 am
Location: Australia

Re: Help me with My Maphack

Post by risker »

Dekar, why not release a maphack than?
Add more revenue to the website
People probably want maphacks over hacked maps
User avatar
Pyro7778
Forum Staff
Posts: 321
Joined: April 17th, 2008, 10:04 pm
Location: Pittsburgh

Re: Help me with My Maphack

Post by Pyro7778 »

Dekar, if you want more revenue make my PCI and Ozzy's ACP available to dl with purchase lol. JUst send me and Ozzy $5 bucks and you keep $5, charge $10 lol ;)
For Info on PCI, Haxorizor, and upcoming project check out:
Team-Pyro's HomePage
Nblufire12
Newcomer
Posts: 16
Joined: March 20th, 2007, 3:47 pm

Re: Help me with My Maphack

Post by Nblufire12 »

can you just tell me how to find the Patch for view invisible and view runes
Scotch
Forum Staff
Posts: 369
Joined: March 22nd, 2008, 1:57 am

Re: Help me with My Maphack

Post by Scotch »

Pyro7778 wrote:Dekar, if you want more revenue make my PCI and Ozzy's ACP available to dl with purchase lol. JUst send me and Ozzy $5 bucks and you keep $5, charge $10 lol ;)


Strongly agree with this suggestion.
User avatar
Dekar
Forum Drunk
Posts: 2895
Joined: January 17th, 2007, 4:22 pm
Location: Darmstadt, Germany

Re: Help me with My Maphack

Post by Dekar »

Uhm yeah. I don't play wc3 anymore...
Making a maphack is one thing, supporting it is another.
I don't feel like doing that, there are enough maphack alternatives.
If I would make one, I would have to add enough features to make it competive.
It's a matter of time -.-"

edit:
If I'd start selling those, they might get cracked and shared/made public,
so I don't think it's a good idea.
And I already have my listfile logger for staff members and VIP users,
which allows full listfile recovery by simply playing the maps.
Don't pm me with Warcraft questions, this is a forum so just make a post!

In the world of thinking we are all immigrants. -Robert Nozick