Quote Originally Posted by 'spedzer999',index.php?page=Thread&postID=144848#p ost144848
I'm having a few problems with this. Whenever i try to use my arrows keys to run the player on /follow stops following and wont move.I have to go back to that screen and put him on /follow again and can only move by the mouse.

Also,how do i get my player on /follow to attack.i attack with the main guy but the 2nd player just sits there
The script wasn't written to intend the arrow keys to be used for movement (just WASD). To allow arrow key use without /follow breaking, you'll need to unbind all arrow key movement from the followers, and comment out all Up::, Down::, Left::, Right:: sections in the script. I did this to play on my laptop and it works fine. To comment, just put a semicolon ( in front of every line in the ==== ARROW KEYS ==== section of the script.

Quote Originally Posted by 'Trok',index.php?page=Thread&postID=145297#post145 297
Curious if theres a way to get your script to broadcast across to another pc? or can autohotkey even do that?
Autohotkey can't do that alone. You need KeyClone, Synergy, or (I believe) Octopus for multi-pc broadcasting. A combination of Autohotkey and Synergy would probably work, but KeyClone would be the easiest solution.

Quote Originally Posted by 'Tokolosi',index.php?page=Thread&postID=150756#pos t150756
Iwonder if anyone else is having the same problem as me..
I load my two WoW's, load Autohotkey then try and load Silencer's script.. AHK freaks out saying
" Finished loading hotkey file.
5401 errors were found
0 definitions were loaded
0 keys will be used as modifiers "

It keeps spamming " Line 5146 in AutoHotkey-codex-beta\AutoHotkey-codex-beta.ahk: Return
text was found outside <> symbols; that's not allowed. "

?
I just downloaded this script to play on my laptop with no problems. Are you sure the script didn't get edited at all when you downloaded & extracted it? Re-download it and try again.