Help InactiveWin Script

Ask gaming related questions (AHK v1.1 and older)
Koriel
Posts: 1
Joined: 12 Feb 2019, 22:40

Help InactiveWin Script

12 Feb 2019, 23:37

Hi, i'm Koriel and i need some help with my Script.
My Script is simple, i just want it to do minimal task with other client of a game(mmo) while i play with the other(sandbox client) or just do other stuffs in alt-tab.

Code: Select all

#Persistent
#NoEnv
#SingleInstance, Force
SetTitleMatchMode, 2
SetKeyDelay, 2000

+F11::

	SetTimer, PressTheKeyz, 2000
return

{
PressTheKeyz:
        SendInput, , {z down}, ahk_class Sandbox:Steam2:Tree Of Savior,
	Sleep 500
	SendInput, , {z up}, ahk_class Sandbox:Steam2:Tree Of Savior,
return
}
i want to learn to run it in "InactiveWindow".

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 77 guests