mo9@
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
msgbox, active the client you want to hook to and press OK
WinGet, id, id, A
loop
{
ControlClick, x513 y350, ahk_id %id%, Right,,NA
sleep 1000
}
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
msgbox, active the client you want to hook to and press OK
WinGet, id, id, A
loop
{
ControlClick, x513 y350, ahk_id %id%, Right,,NA
sleep 1000
}
msgbox, active the client you want to hook to and press OK
WinGet, id, id, [Conq
loop 10
{
;ControlClick, x513 y350, ahk_id %id%, Right,,NA
click, 513, 350, right
sleep 1000
}
msgbox, active the client you want to hook to and press OK
WinGet, id, id, [Conq
loop
{
ControlClick, x513 y350, ahk_id %id%, Right,,NA
sleep 1000
}
^q::pause ; put this at the end of the script, press Ctrl+Q to pause
WinGet, id, id, [Conq ; the beginning of the window title, change this if u have private server with different starting name ControlClick, x513 y350, ahk_id %id%, Right,,NA