Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #RequireAdmin
- AutoItSetOption("WinTitleMatchMode", 2)
- $windowname = "Rappelz"
- ;$windowname = "VMware"
- $handle = WinGetHandle($windowname, "")
- If @error Then
- MsgBox(4096, "Error", "Fenster konnte nicht gefunden werden")
- Else
- Sleep(20000) ; allows your rappelz window to reload the direct 3d content
- While 1
- If WinActive($windowname) Then
- Send("1")
- Sleep(1000)
- Send("2")
- Sleep(1000)
- Send("3")
- Sleep(1000)
- Send("4")
- Sleep(1000)
- Send("5")
- Sleep(1000)
- Send("6")
- Sleep(1000)
- Send("7")
- Sleep(1000)
- Send("8")
- Sleep(1000)
- Send("9")
- Sleep(1000)
- Send("0")
- Sleep(1000)
- Send("-")
- Sleep(1000)
- Send("=")
- Sleep(1000)
- Send("{v}")
- Sleep(1000)
- Send("{b}")
- Sleep(1000)
- Send("{n}")
- Sleep(5000)
- EndIf
- WEnd
- EndIf
Advertisement