A useful tool while waiting in lobbies
Register

User Tag List

Results 1 to 2 of 2
  1. ISO #1

    A useful tool while waiting in lobbies

    Are you tired of getting kicked out of SC2 lobbies because you were afk?
    Fear not!
    Just get AutoHotkey and copy this little script that will push you a button every few seconds!

    Spoiler : Or write a post like this while wait :
    ^z::Goto, Start ;This makes CTRL+Z go to the Start block...

    Start:
    Loop,
    {
    Send, {Enter}
    MouseClick, Left
    Sleep, 5000 ;This means the script will wait 5 secs
    }

    ^x::ExitApp ;This makes CTRL+X exit the script.

  2. ISO #2

    Re: A useful tool while waiting in lobbies

    Quote Originally Posted by OzyWho View Post
    Are you tired of getting kicked out of SC2 lobbies because you were afk?
    Fear not!
    Just get AutoHotkey and copy this little script that will push you a button every few seconds!
    Wow, useful information! Desrves to be in -Mafia- guides.
    [SIGPIC]Why you hold cursor on my signature picture?[/SIGPIC] A very annoying SC2Mafia player.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •