I was having a problem similar to yours, if you got into your wow files (C:\Users\Public\Games\World of Warcraft)
You should find an icon that says (Wow.exe)
That is a launcher for wow which will launch the game like any other shortcut, so when you launch that inject the injection like you would before this patch and this worked for me. Hope it helps you, GL!
Wish the program opened up for me![]()
Absolutely loving this hack, cant wait for the update that unlocks everything again. Merry xmas Cypher from sunny Surfers Paradise, and same to all in this awesome community.
Does anyone know if it's possible to check if the target is afflicted by a specific type of debuff? I'm trying to improve the mutilate macro here. Right now it only checks for rupture and garrote, but all other bleed effects can be used to start up hunger for blood so it's not too efficient at the moment.
Last edited by asdjaa; 12-24-2009 at 12:52 AM.
Targeting functions (and some others) are unprotected as of the latest patch using this, but the "nag" box still comes up. A bit funny![]()
Hi All,
Absolutely loving this mod, its awesome. I'm however a complete coding noob so please forgive me if the answer to this question is so retardedly obvious.
When I use LUA NINJA, and i need to log another character or reloadui I will get a wow critical error. Is there anyway to temporary disable the mod while the re-log/reloadui takes place?
(it gets annoying hang to retype the cahnges i've made to some of the luaninja codes placed n the forumns).
Last edited by Mynewt; 12-24-2009 at 07:00 AM.
Instead of checking for specific debuffs use API IsUsableSpell - WoWWiki - Your guide to the World of Warcraft
heres is the example. for hunters only, but easy to modify:
if (not UnitDebuff("target" , "Hunter's Mark")) then CastSpellByName("Hunter's Mark")
Hi,Cypher,Im a beginner in memory writing and take the lua protection crack as my first research. Iv also managed to locate the protection check function address and successfully patched it as always returning 1 to unprotect.
My question is why dll injection is needed? is it necessary? Considering warden dectection safety? If i just write addresses to do unprotection, is that OK?
Check this post: http://www.mmowned.com/forums/ui-mac...ml#post1770177
0x004BE337
I patch this address...its not the base address but a code address inside the check function... Hopefully it will help you
Last edited by zys924; 12-25-2009 at 03:15 PM.
Thanks mate. It's last version address, right?