 |
-
Knight
Join Date: Nov 2007
Location: %windir%\System32
Posts: 202
Rep: 6
Cash: 600
-
Sergeant
Join Date: Apr 2007
Location: belgium
Posts: 53
Rep: 11
Cash: 600
 Originally Posted by henhouse
Looks really cool. Seems just like WoWEmuHacker. But maybe better. Warden doesn't detect?
i GUES in a few ways its better then WEH
tho WEH is totally free 
this u have to pay for (i dont like to pay for these things :P)
gues ill have to wait till some1 finds a crack :/
-
Sergeant
Join Date: Dec 2006
Location: Bedroom
Posts: 44
Rep: 13
Cash: 600
So the gold dupe hack dosent work or has anyone managed to get it to work???
-
Contributor
Join Date: Feb 2007
Location: Canaidia
Posts: 527
Rep: 183
Cash: 150
 Originally Posted by henhouse
If anyone gets, can someone link a download?
Dude, your an idiot. Were not going to pirate one (actually a few) of our members own work...
Yup, he made it, what a suprise eh? I got this hack a few weeks ago in beta and it's gawd damn hawt. Pulled off some GM Scams with it. I was sad when 2.4.0 was out but OH WAIT! There's an update, kewl. Summary: It's contantly updated, with more tools, and for every new patch.
Must I buy it or is it that I already have an account I don't?
-
Master Sergeant
Join Date: Aug 2006
Location: Finland
Posts: 127
Rep: 30
Cash: 600
Just a question, does it work to solo bosses in instances? Like fly hack or something similar, so the bosses just stays and takes dmg without resetting/getting hp up.
-
Elite User
Join Date: Jan 2007
Location: Canada
Posts: 1,352
Rep: 389
Hey UnknOwned when is the elite version coming out?
-
Sergeant
Join Date: Dec 2006
Location: Bedroom
Posts: 44
Rep: 13
Cash: 600
 Originally Posted by Igzz
Hey UnknOwned when is the elite version coming out?
Whats is this????
Also just tried to buy it and i cant get a confermation email????
-
Sergeant
Join Date: Feb 2008
Posts: 54
Rep: 5
Cash: 600
Hi,
I bought this hack and it WORK!!!
but...
- take the slow "fade out" of the Window out... the GUI slowly disappear that sucks... it takes to much time!
its great!!!!! woohoo 
and
- u always get kicked while using teleup and teledown teleclip, sometimes u get kicked
Last edited by M4ster; 03-30-2008 at 09:29 AM.
-
Contributor
Join Date: Apr 2007
Location: 2disfgtnot
Posts: 1,620
Rep: 164
Cash: 600
 Originally Posted by UnknOwned
- Wallclimp (walk very, very, very... steep walls)
Typo.
The right command is Wallclimb.
However, nice work, even tho the wallclimb made me lag but still works and didn't ban me.
+rep
-
Elite User
Join Date: Nov 2006
Posts: 606
Rep: 593
Cash: 600
 Originally Posted by Igzz
Hey UnknOwned when is the elite version coming out?
please keep that discussion in the prooper forum ^^
However, nice work, even tho the wallclimb made me lag but still works and didn't ban me.
Yhea, we had to pull off something new to make wallclimb possible without the usuall direct ban stuff. It works but might cause lag on "slower systems" ^^
- take the slow "fade out" of the Window out... the GUI slowly disappear that sucks... it takes to much time!
Ok, Ill think about making a command for removing the delay.
Just released patch 1.1.2
but i might include it in 1.1.3
-
Master Sergeant
Join Date: Feb 2007
Location: UK
Posts: 130
Rep: 52
Cash: 600
This is increadible. Kudos to you
-
Sergeant
Join Date: Dec 2006
Location: Bedroom
Posts: 44
Rep: 13
Cash: 600
 Originally Posted by UnknOwned
please keep that discussion in the prooper forum ^^
Which is???
-
New User
Join Date: Feb 2008
Posts: 6
Rep: 1
Cash: 600
-
Master Sergeant
Join Date: Mar 2007
Posts: 113
Rep: 12
Cash: 600
Awesome, just bought it, turned it on, went into game, disconnected and account banned..
-
New User
Join Date: May 2007
Posts: 5
Rep: 2
Cash: 600
Heres a little something to start some debate.
ezwowgold exe disassambled:
The form will discover the warden
Code:
protected override void OnShown(EventArgs e) Protected override void OnShown (EventArgs e)
{ (
base.OnShown(e); Base.OnShown (e);
base.Focus(); Base.Focus ();
this.Refresh(); This.Refresh ();
Thread.Sleep(0x3e Thread.Sleep (0x3e ;
this.progressBar1.Increment(5); This.progressBar1.Increment (5);
Thread.Sleep(0x3e Thread.Sleep (0x3e ;
this.progressBar1.Increment(5); This.progressBar1.Increment (5);
this.progressLabel.Text = "Finding warden EIP..."; This.progressLabel.Text = "Finding warden EIP ...";
this.Refresh(); This.Refresh ();
this.progressBar1.Increment(10); This.progressBar1.Increment (10);
Thread.Sleep(0x3e Thread.Sleep (0x3e ;
this.progressBar1.Increment(40); This.progressBar1.Increment (40);
this.progressLabel.Text = "Found warden!"; This.progressLabel.Text = "Found warden!";
this.Refresh(); This.Refresh ();
Thread.Sleep(0x57 Thread.Sleep (0x57 ;
this.progressBar1.Increment(20); This.progressBar1.Increment (20);
this.progressLabel.Text = "Hiding process..."; This.progressLabel.Text = "Hiding process ...";
this.Refresh(); This.Refresh ();
this.progressBar1.Increment(20); This.progressBar1.Increment (20);
Thread.Sleep(0x7d0); Thread.Sleep (0x7d0);
this.progressBar1.Increment(10); This.progressBar1.Increment (10);
Thread.Sleep(500); Thread.Sleep (500);
base.Close(); Base.Close ();
} )
} )
Here he will have the progressbar always grow and the process can then wait a few seconds so it really looks real.
Then he just changes the text of the label:
this.progressLabel.Text = "Finding warden EIP..."; This.progressLabel.Text = "Finding warden EIP ...";
Then something fake elapse time and suddenly
this.progressLabel.Text = "Found warden!"; This.progressLabel.Text = "Found warden!";
He found warden, because on the website it says that if warden found the software, it will not run.
But with this code, it will never have the possibility of finding warden.
And for the gold dupe button:
Code:
private void button1_Click(object sender, EventArgs e) Private void button1_Click (object sender, EventArgs e)
{ (
this.StatusLabel.Text = "Reading memory..."; This.StatusLabel.Text = "Reading memory ...";
MessageBox.Show("Attaching to process...", "Gold dupe", MessageBoxButtons.OK); MessageBox.Show ( "Attaching to process ..."," gold dupe, "MessageBoxButtons.OK);
Thread.Sleep(500); Thread.Sleep (500);
throw new Exception("Attempted to read or write protected memory. This is often an indication that other memory is corrupt."); Throw new Exception ( "Attempted to read or write protected memory. This is often an indication that other memory is corrupt.");
} )
He sets the text label on the form to "reading memory".
when the OK button is clicked, he opens a message box that says "attaching to process".
Then he make it look real to be a half second to nothing
He then raises a warning message that the writing in the memory was not successful.
Starting to get the point?
All in all, it looks kinda FAKE. So when his good old ezwowgold hack is fake, why would this WoWinfinity hack be so much better?
Just my point of view.
Source: wow.glider-forum.de/f147/ezwowgold-hmmm-13422.html
Last edited by spooks; 03-30-2008 at 12:29 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
 |
Bookmarks