Here is how to implement GM shouts in a NOOB way.
Just install Autohotkey and compile this code, it will send a GM shout every 5 seconds (5000 milliseconds).
Now run it and login to game.
The script is enabled with Caps-Lock.
Modify it at will.
Code:IfWinNotActive, pRoJeCtAaA, , WinActivate, pRoJeCtAaA, Loop { Loop { GetKeyState, state,CapsLock,T if state = U break Send G Send @WSHOUT/Hey this is a GM Shout{Enter} Send {Esc} Sleep, 5000 } }





