Background clicking while in fullscreen game

Ask gaming related questions (AHK v1.1 and older)
DarkStrick
Posts: 1
Joined: 12 Nov 2019, 18:10

Background clicking while in fullscreen game

Post by DarkStrick » 12 Nov 2019, 18:16

Hey Guys, I'm new to auto hotkey, as well as coding in general, and I would like some help. Basically what I'm trying to do is to create a script that when I press a button while in a full screen game, I'm trying to use Numpad1 for now, it checks a box in another program. I have been trying to use ControlClick, and searching for some answers online. What I have for now is the following:

Code: Select all

Numpad1::
IfWinExist, NetLimiter 4
{
    SetControlDelay -1
    ControlClick, x472 y629, NetLimiter 4,, L
}
return
But it doesn't work. Any help would be appreciated.
killmatt01
Posts: 20
Joined: 25 Mar 2021, 00:12
Contact:

Re: Background clicking while in fullscreen game

Post by killmatt01 » 03 Apr 2021, 21:07

https://www.youtube.com/watch?v=n6O4rexibx4

[Mod edit: video above seems to demonstrate how to automate NelLimiter (see above) with help of the Acc.ahk library; with written chinese comments]
Post Reply

Return to “Gaming Help (v1)”