Thursday, April 26, 2012

How to enable your own addons in MoP Beta Build 15589

To be able to use your own Addons:
exe: http://dl.dropbox.com/u/12654979/EnableAddons.exe
virus scan: https://www.virustotal.com/file/bf4e...is/1333716623/

source: http://dl.dropbox.com/u/12654979/EnableAddons.cpp

Just run the exe and it will patch any open wow.exe it finds.
Also, note that the addon api is a bit incomplete atm (several functions seem to be either missing or renamed) so don't expect all your addons to run flawlessly.

Updated for 15589

Source topic

Or you can use your favorite hex editor and edit wow.exe directly: search for sequence: 0x8B, 0x47, 0x24, 0x83, 0xF8, 0x02, 0x75 and replace first 3 bytes of it (0x8B, 0x47, 0x24) with 0x33, 0xC0, 0x90.
Make sure to create backup before editing.

Update for 15781 (x86): DepositFiles
Virustotal (WoW_15781_addonfix.exe): https://www.virustotal.com/file/b05c...is/1340267478/

Update for 15781 (x64): DepositFiles
Virustotal (WoW-64_15781_addonfix.exe): https://www.virustotal.com/file/88b2...is/1340267496/


Edit: Blizzard already enabled AddOns support long time ago (~patch 156xx).

No comments: