got it to work now, was a problem with my installation of vs10
got it to work now, was a problem with my installation of vs10
This is genius. +Rep, good sir.
Editable signature, at last!
You can turn on the console of wow:
1. Download a hex editor (for example Hex-Editor MX)
2. Open WoW in the hex editor
3. Search for 'PE' (in hex the sequence 50 45 00 00, Image)
4. We add 88 to the end of the PE-part (in my image the end is 0x12C, so i get 0x184)
5. You should have the value 2 there. change it to 3 and save.
6. Done
Any chance of a Mac version? We don't have Warden so no concerns there either.
Did you start working on a software for us noobies?
Like a .exe to DL or something? I don't even know what to do with those C++ codes :/
I'm afraid to do something wrong
Edit: Did you find out if it's safe on official realms ?
Cromon, you are a gentleman and a scholar. Thanks a ton for this. =)
I'd also point out for all the people asking whether it's safe, it is very likely NOT at this moment impervious to Warden, especially if you're trying to load model edits of a "cheating" variety (i.e. removing gates in WSG :P). If you want to test it, fire up a trial account.
Last edited by Phraun; 12-31-2010 at 02:31 AM.
Actually i have no clue about the API of OSX, so i cant really port it to Mac, but for someone with it should be a pretty easy thing.
Yes, regarding the edits the same "rules" apply as before and concerning my tool the only possibility i see warden could have a problem is a hash of the data section in the MPQ-array. The array was allocated by wow large enough to hold 20-30 additional MPQs before it needs to be resized, so all the variables that count something in the array stay the same when injecting. Also no realloc is called which makes the data pointer constant. So the only thing that changes is the data which it points to. If warden makes a hash of this region it may see, that theres something new inside it.
Cromon can you please give steps for someone not as computer savvy as you? Whats this DLL stuff? How do I make it? Where do I make and where do I put and etc? Please reply =D
Sorry Garneth, if you aren't computer savvy enough to understand what's already been walked through, its going to be better for you to wait. There's a lot of technical stuff yet to really get the app working perfectly. Be patient, Cromon said he's going to have a packaged version out soon for the general public.
Cromon you are an absolute genius
When I tried to run the injector with -nodelay I got the following:
What do?Code:Assertion failed: proc != NULL, file main.cpp, line 213![]()
Last edited by Shazra; 01-01-2011 at 05:34 AM.
I managed to compile it properly...at least i think so, but if i just run the exe, either with double-clicking it or via a cmd line, then it returns nothing and does nothing. If I launch it with the -nodelay command, then it launches WoW, but won't inject the patch-M.MPQ (a model edit).
Did I do something wrong or is the injector just not working for everything so far?