
Untitled
By: a guest on
May 15th, 2012 | syntax:
Autohotkey | size: 0.71 KB | hits: 22 | expires: Never
;
; 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.
aktiv = false
^!s::
aktiv = true
return
while aktiv = true
{
Click 901, 713
Send passwordgoeshere,{Enter}
Sleep 500
Click 918, 601
Sleep 30000
Click 928, 657
Sleep 500
}