Forum > Tools

[RELEASE] WoD 6.2.4 (21742) Removed GlueXML Check

(1/1)

Mr. DK:
Hello Modcraft,

I managed to break the XML protection on the last WoD version. This allows in depth editing of the Interface.

Edits:
1. Loading Files directly from you game folder (because we currently can't edit CASC) - Original files with this edit can be found on ownedcore
2. Patched to allow you connect to a private server (simply put in the Ip in WTF/Config) - Done with connection patcher from trinity core
3. Removed GlueXML protection from the Exe - Done by me

How to Use:
Simply place the exe in your game folder and your good to go

Additional Info
1. This exe has no CDNS setup. So I recommend only using this on a full downloaded Client.
2. Only use for modding purposes not to play on other servers (They may have own edits)
3. If you encounter a error saying you lack some sort of startup strings. Add this to your WTF/Config.wtf: SET agentUID "wow_deDE" (instead of deDE use the locale of your client like enUS)

Download
6.2.4 Exe no GlueXML check

Edits in 010
So in case you want todo it by yourself here are the byte edits:

x86:

--- Code: ---02 00 00 00 84 5D 14 74
Edit to:
02 00 00 00 84 5D 14 70
--- End code ---

--- Code: ---29 FF D1 FF 59 84 C0 74
Edit to:
29 FF D1 FF 59 84 C0 75
--- End code ---

--- Code: ---E8 50 49 CE FF 50 E8 BD 24 C5 FF 83 7E 28 00 0F 95 C0 0F B6 C0 50
Edit to:
E8 50 49 CE FF 50 E8 BD 24 C5 FF 6A 00 90 90 90 90 90 90 90 90 90
--- End code ---

--- Code: ---B1 D1 C2 FF 68 7B 51 05 01 6A 03
Edit to:
B1 D1 C2 FF 68 7B 51 05 01 6A 02
--- End code ---

--- Code: ---BE 7B 51 05 01 56 6A 03
Edit to:
BE 7B 51 05 01 56 6A 02
--- End code ---

--- Code: ---FB 00 8B 5D 08 68 75 51 05 01 6A 01
Edit to:
FB 00 8B 5D 08 68 75 51 05 01 6A 00
--- End code ---

x64

--- Code: ---02 00 00 00 40 F6 C5 01 0F 84
Edit to:
02 00 00 00 40 F6 C5 01 0F 80
--- End code ---

--- Code: ---74 3D 4C 8D 05 7E 53 8E
Edit to:
75 3D 4C 8D 05 7E 53 8E
--- End code ---

Luzifix:
Good Job :D

Navigation

[0] Message Index

Go to full version