Run ScriptEdit and put the following script in there and follow these instructions:
1. Run World of Warcraft >> Login >> Ready to Queue for BG
2. Run the Script
3. Go find a spot to hide
4. Requeue :3
set CR to ASCII character of 13
set space to ASCII character of 32
set random_time to {80, 170, 240}
repeat
tell application “System Events”
set rn_index to (random number from 1 to 3) as text
set rn to item rn_index of random_time
tell application “World of Warcraft” to activate
keystroke “qews” & space
keystroke “h” using command down
delay rn
end tell
end repeat
