Is it detectable?![]()
Is it detectable?![]()
Hai, i suggest mr above ^ gets banned. and this is a vBulletin forum just ban the word undetectable
" Spy sappin mah sentry! "
highly bannable
id 10T error
greetz .. spud
thanks to cypher
If only I still played WoW. Must suck to never get to use your own hacks in WoW Cypher?
Hi, Forgive for my English.
The commands necessary to me work, but sometimes in the screen centre there is an error
" Updating ****** TaintForced ***** is blocked "
But all works normally
Prompt please ADDONS which will hide this error
@ cypher .. sometimes i get an error that "a macro script has been blocked from an action only available to the blizzard ui"
now i can define sometimes a little bit more .. when i have a friendly npc in target .. like inkeeper .. and spam macros for combat
but all my macros work ... (the things i can check)
and while the popup window exists ... all macros still works ... it's just anoying sometimes ... (pops just all 15-30min)
sincery spud
Last edited by spudstar99; 10-21-2009 at 05:42 PM. Reason: defined stuff more into detail
Can anyone who is getting an "Action has been blocked blah blah" message please give me steps to duplicate if possible. Impossible to fix unless I know which API is causing it.
As far as taint goes, that's your own fault afaik. Google it.
Stupid request here. But, I need some help with a LUA script for a bot.
I need something that will stop me from moving. I know that you can use the WoW API for this. I'll give 3 rep to anyone who designs me a function that makes me stop moving completely (StrafeLeft, StrafeRight, and every other movement related function). This is related because it requires protected functions.
Thanks in advance, I know this is a rather simple request.
I'm gettin "Action has been blocked..." when I don't have a target. Otherwise it doesn't show up.
Have you tried using MoveForwardStop()?
Edit: Assuming you may have already started moving in any direction:
Edit yet again: I'm not sure if these API functions cause movement messages to be sent to the server. If so, it might be suspicious (and potentially detectable heuristically) if a bunch of STOP messages get sent that have no corresponding START messages. It might look like releasing a key you had never pressed down in the first place.Code:function StopAllMovement() AscendStop(); DescendStop(); MoveForwardStop(); MoveBackwardStop(); StrafeLeftStop(); StrafeRightStop(); TurnLeftStop(); TurnOrActionStop(); TurnRightStop(); end
Last edited by jt12852; 10-22-2009 at 12:12 AM.
Realize I made a mistake with the memory protection. A temporary fix has been applied and a new version pushed. Please UPDATE ASAP.
A better solution will be pushed soon with even further Warden protection, but this will suffice for now.
Does this mean Warden may have detected it and flagged our accounts/characters? Or we still safe?