Can you do a rotation for Rogues please? I'm interested in the conditional for combo points.
Can you do a rotation for Rogues please? I'm interested in the conditional for combo points.
Can this LUA protection remover be used to do the normally-impossible, such as cast NPC spells or generate items?
Apologies if this sounds amateurish. Just curious thats all.![]()
That sucks! No guild I've been in raids regularly, so getting the uber gear I want has been impossible, and I haven't wanted to shell out ludicrous amounts of money to pay a power-level service to do it for me (of course, if money was no object and the site was trustworthy...).
Anyways thanks for the straight-forward answer mate.![]()
If you'd like to suggest some changes for it, please do. I'll put up a new version. I don't play a DK so I don't have a real use for it or a way to garner inspiration. I'm just doing this for fun and to introduce people to programming and WoW. LUA is a very easy language to learn, WoW is nothing but LUA on the user end, this makes for a fun way for lurkers to break into computer programming. ****ing around with something they're interested in
GetComboPoints() function is what you're after.
If we have greater than or equal to 3 of the player's combopoints on the target then cast Evicerate.Code:/run if GetComboPoints("player","target")>=3 then CastSpellByName("Evicerate") end
Unfortuantely no, this program removes Blizzard's block on calling certain LUA functions while in combat and other situations. The server checks most actions to see if you can actually do them or not. We're just hijacking the built in scripting engine which happens to control all user interface actions. Wether you click a button to fire a spell or make a macro with CastSpellByName(), its still ultimately using CastSpellByName(); blizz just wanted to rain on the automation parade![]()
LUA is constantly being watched by blizzard and they take it really seriously if this is broken.
Cypher made program like this long time ago, but windows 7 f'ed up the warden protection back then and it led to banwave. So hope that this program has one...
Playing a game for the graphics is like watching porn for the storyline.
No warden protection at all, this will be definitely end in a banwave story, everyone know that for this kind of hack
So you uniject it by closing WoW? right xD?
Blizzard will need to modify warden to catch it. And by doing so those that are watching will know and wont use detectable apps until the offsets they're checking become available to the public and confirmed. That is if you're paying attention to those things.![]()
Correct.
You know, something like this should ideally go into the first post don't you think? You also state it's undetectable but now you say it will result in a banwave? At least mention that before you convince more and more people to risk their accounts thinking its "undetected"
It had nothing to do with Windows 7 or what version of Windows you were running.
Blizzard pushed new code to Scan.dll which mapped NTDLL into memory as a data file, pulled out the raw instructions from ZwQueryVirtualMemory, then used them to do a direct syscall, hence bypassing any user mode API hooks.
Please get your facts straight or just keep silent. It gets old having to constantly correct people who feel the need to go around and spread misinformation to make themselves look more knowledgeable/informed. Not saying that's what you in particular are doing, it may just be an honest mistake, but it turns out to be the case more often than not.
They can push a warden update whenever they feel like it, and without any warning, which is why most hacks monitor for new offsets or some other 'anti-warden' feature. This lua hack has no protection and hence a warden update will catch the people using it off-guard unless they use another hack or read these forums before running the hack each time.