This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [RELEASE] WoD 6.2.4 (21742) Removed GlueXML Check  (Read 3156 times)

Mr. DK

  • Moderators
  • Model Change Addict
  • *****
  • Posts: 224
    • View Profile
[RELEASE] WoD 6.2.4 (21742) Removed GlueXML Check
« 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

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
« Last Edit: March 09, 2017, 10:35:25 pm by Mr. DK »
I am Thor! Supreme commander of the Asgard Fleet!

Luzifix

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 71
    • View Profile
Re: [RELEASE] WoD 6.2.4 (21742) Removed GlueXML Check
« Reply #1 on: March 02, 2017, 06:31:58 pm »
Good Job :D
« Last Edit: January 01, 1970, 01:00:00 am by Admin »