World of Warcraft - English (NA) Forums -> /dump command protected function execution
:[
Probably be hotfixed soon :\
World of Warcraft - English (NA) Forums -> /dump command protected function execution
:[
Probably be hotfixed soon :\
(O_O^)<(^_^<)
Shit, was gonna post this, didn't notice you beat me by 10 hours 0.o
Welcome back Idusy tard :P
tried
/dump JumpOrAscendStart()
/dump MoveForwardStart(GetTime()*1000 + 1000);
/dump MoveForwardStop(GetTime()*1000 + 2000);
and it made me jump and move forward...think im missing the point of what this could be used for or how this is an exploit, i get the same results when i press space bar and hit forward..? is it the fact u can use one button to do both those actions>? where can any of these macros be used?
Looks good mate.
Death to all but Metal.
Works.
Filler.
I get dump error. :\
I've got it to work, But how can i have my addons on without getting Error?
Also, How can i make a macro that cast "Kick" when there is a spell casting on the target.![]()
imho this "wall jump thing" is just useless example of cool bug... ATM there are few things where it can help, but walljumping definitely isn't one of them...
two of those few uselful "protected cmds" are ActionButtonDown(id) and ActionButtonUp(id)... with this, you can split almost infinite macro/text into more macros, place them in your actionbar, bind just the firts part and at the end of every macro put call-command that virtualy pushes button of another macro...
btw, you can even make cycle, when macro 1 pushes button of macro2 and oposite...
btw2, use both buttonDOWN and buttonUP functions... if you call only buttonDOWN function, it will stay pressed untlil you cal buttonUP
Yup, did this myself trying to complete quest many times or something, didnt work that well, I managed to do sit/stand macro which will dc you, but thats nothing new :|
/dump ActionButtonDown(2)
/dump ActionButtonUp(2)
^macro one
/dump ActionButtonDown(1)
/dump ActionButtonUp(1)
^macro two
then just spam both macros with /sit /stand and place them on action bar 1 and 2.
Why would you want to use ActionButtonDown and Up when you can use /click ActionButton10 ? (Which is unprotected?)
Seems to be fixed. Even with all addons disabled it says "Empty Result"
Edit: Nvm, after enabling them it works oO Keep getting the error but I'm also jumping.