Modcraft - The community dedicated to quality WoW modding!

Legion- / WoD- / Mop- / Cata-Modding => Tools => Topic started by: Mr. DK on March 02, 2017, 04:31:01 pm

Title: [RELEASE] WoD 6.2.4 (21742) Removed GlueXML Check
Post by: Mr. DK on March 02, 2017, 04:31:01 pm
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 (https://drive.google.com/file/d/0B5tB6kl-RQNmaDhwTHRrZFl0WFE/view?usp=sharing)

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

x86:
Code: [Select]
02 00 00 00 84 5D 14 74
Edit to:
02 00 00 00 84 5D 14 70
Code: [Select]
29 FF D1 FF 59 84 C0 74
Edit to:
29 FF D1 FF 59 84 C0 75
Code: [Select]
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
Code: [Select]
B1 D1 C2 FF 68 7B 51 05 01 6A 03
Edit to:
B1 D1 C2 FF 68 7B 51 05 01 6A 02
Code: [Select]
BE 7B 51 05 01 56 6A 03
Edit to:
BE 7B 51 05 01 56 6A 02
Code: [Select]
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

x64
Code: [Select]
02 00 00 00 40 F6 C5 01 0F 84
Edit to:
02 00 00 00 40 F6 C5 01 0F 80
Code: [Select]
74 3D 4C 8D 05 7E 53 8E
Edit to:
75 3D 4C 8D 05 7E 53 8E
Title: Re: [RELEASE] WoD 6.2.4 (21742) Removed GlueXML Check
Post by: Luzifix on March 02, 2017, 06:31:58 pm
Good Job :D