-
MMorpher(.NET) + AMorph(WoW addon)
Current versions(4.3.15005) : MMorpher 0.5 ; AMorph 0.8 (attached to post)
These release contains 2 items,
MMorpher (Requires .NET Framework 3.5) is .NET program, that changes values in memory of WoW and provides interface to WoW functions to ...
AMorph, it is WoW addon, that uses loaded MMorpher functions to control morph processes in-game (Remorphing after reload / Zone change / etc)
Installation
- Copy MMorpher to any directory. Do not forget to copy all DLLs !
- Copy AMorph to your_wow_folder/Interface/Addons
- Launch game
- Launch MMorpher.exe. If everything goes right you will see message box and if you char is alredy logged in you will see message in default chat frame.
- If you loaded MMorpher.exe AFTER you logged in with your character just reload UI or type "/am reset" to load models.
AMorph commands:
Code:
If AMorph is loaded you can use these commands :
/am
/amorph
+
- set(setid) MorphID - sets current model to MorphID and saves it to your character variables file. Next time that model will be loaded as default.
/am set 21234 - for example, that command will set your model to 21234 and save it.
/am 1223 - sets current model to 1223, BUT DO NOT SAVES AS DEFAULT. If you will reload interface or such you model will be restored to default.
- slot(setslot) SlotID SlotMorphID - changes model in SlotID to SlotMorphID and saves that choice as default. Available slots id - here
/am slot 16 32838 - sets your main hand weapon to Illidan's sword (legendary weapon in BC)
- reset - load&apply saved settings for your character.
Also you can access AMorph object through macro. For example, these commands can be used to cycle through models
/run AMorph.IncID()
or
/run AMorph.DecID()
MMorpher commands (VirusTotal report)
Code:
/run morph
+
- MorphID - sets current model to MorphID
/run morph 21234 - for example, that command will set your model to 21234
- slot SlotID SlotMorphID - changes model in SlotID to SlotMorphID. Available slots id - here
/run slot 16 32838 - sets your main hand weapon to Illidan's sword (legendary weapon in BC)
FYI, Amorph + MMorpher is faaaaar-far better than MMorpher alone.
If you want to reset model of character/item to default just write SET command for charecter/item and as parameter enter 0. For example,
/am set 0 - resets character model to default
/am slot 16 0 - resets character main hand weapon to default
Thanks goes to:
- Apoc, for his WhiteMagic lib & DomainLoader class
- Shynd, for his BlackMagic library
- Seifer, for his BlackRain lib, wrapper for WoW objects
- JuJuBoSc, for his simple and effective method of CLR Injecting
- Everybody in Memory Editing section, for your information, examples, libraries and so. I learned A LOT during reading that section.
Several screenshots



Changelog
0.5
[*] MMorpher: Rewrote injecting and hooking routines, everything should be much more stable now
0.4
[*] MMorpher: Nothing really game changing, just added patterns for memory scanning => MMorpher is loading ~3-4 seconds longer, but theoretically when 4.2b/c/d comes out MMorpher will still work even without updating
[*] AMorph: Fixed hunter/shaman issue
Last edited by Xab3r; 12-01-2011 at 07:44 AM.
-
Post Thanks / Like - 1 Thanks
Bossmodexyz (1 members gave Thanks to Xab3r for this useful post)
-
Corporal
Invalid attachment blah blah contact an administrator 
ergo: cant download
-
Contributor
Originally Posted by
maera
Invalid attachment blah blah contact an administrator

ergo: cant download
l2read please
it clearly says they are pending approval
EDIT by Xel (6/21/2011)
Please use readable font-colors.
Last edited by Xel; 07-21-2011 at 03:24 AM.
-
Added links to an external server
-
Corporal
sry for double post
---------- Post added at 08:25 AM ---------- Previous post was at 08:22 AM ----------
"[AMorph] Addon loaded
-
[AMorph] new MorphID = 20317
[AMorph] MORPHER IS NOT LOADED"
this is what it looks like ingame opened mmorpher as Admin using .NET framework 4
if i open the morpher just nothing happens
if there is any way to fix it pls lemme know
cheers
edit: also if i type "/run morph" ingame after starting the mmorpher + reloading ui this lua error pops up
Message: [string "morph"]:1: '=' expected near '<eof>'
Time: 07/19/11 15:32:00
Count: 1
Stack: [C]: in function `RunScript'
Interface\FrameXML\ChatFrame.lua:2050: in function `value'
Interface\FrameXML\ChatFrame.lua:4248: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3838: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:3876: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>
Locals: (*temporary) = "morph"
Has to do something with chat i think ;-)
also it would be nice if you could add "Spell id swaps" ppl would love it
Last edited by maera; 07-19-2011 at 09:08 AM.
-
Corporal
cant fix it by my self,tryed everything
-
Active Member
-
Corporal
Originally Posted by
BLUBBER511
still doesnt work
got the same problem which i got?
---------- Post added at 04:08 PM ---------- Previous post was at 03:33 PM ----------
works, try reinstall ur .net Framework 4
and btw nice work , well done 
would be most greatful for adding spell swap
Last edited by maera; 07-19-2011 at 05:20 PM.
-
Active Member
reinstalled framework, still doesnt work
-
Corporal
Originally Posted by
BLUBBER511
reinstalled framework, still doesnt work
cant help you then sry
-
I tried to invoke that bug on 3 different computes with 3 different OS : Windows 7 x64/x32 and Windows XP x_x I have no idea why you have that error right now.
-
Corporal
if i just start the morpher as admin it wont work, but if i start wow AND the morpher as admin it works
thats might the solution ^^
---------- Post added at 06:25 AM ---------- Previous post was at 06:09 AM ----------
is there any way to fix the flickering while im on my shaman?
its just flickering if i use "unleash elements" maybe it helps u
cheers
Last edited by maera; 07-20-2011 at 06:28 AM.
-
Active Member
starting WoW as an admin solved the problem for me, nice :P
-
Corporal
Originally Posted by
BLUBBER511
starting WoW as an admin solved the problem for me, nice :P
nice to hear
-
Member
I love you. i got this to work, and now i can morph again. just a question, this is undetectable by warden/etc just like that ainjector right?