Need Help with Background Script

Ask gaming related questions (AHK v1.1 and older)
theShagnik
Posts: 2
Joined: 24 Apr 2018, 10:41

Need Help with Background Script

24 Apr 2018, 10:50

Hello !
Aim of the script : Spam 4 in the game Warframe while alt-tabbing and also when its the active window.
Current Script ( Only Activated when the window is active )
----------------------------
#IfWinActive WARFRAME
#Persistent
SetTimer, PressTheKey, 2000
Return

PressTheKey:
Send, {4}, WARFRAME
Return

home::
Pause
Suspend
return
----------------------------

Can someone help me figure out what to change or better yet, change it for me ?
Thank You !
neverlevel
Posts: 60
Joined: 13 Apr 2016, 22:02

Re: Need Help with Background Script

24 Apr 2018, 16:20

i think you need control send to send commands to inactive windows..best i can do for you
theShagnik
Posts: 2
Joined: 24 Apr 2018, 10:41

Re: Need Help with Background Script

27 Apr 2018, 09:26

neverlevel wrote:i think you need control send to send commands to inactive windows..best i can do for you
How would this look in the code ?
I am quite new to all of this.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 40 guests