Running script while a window is minimized

Ask gaming related questions (AHK v1.1 and older)
coolman12
Posts: 3
Joined: 16 Jun 2021, 16:12

Running script while a window is minimized

Post by coolman12 » 16 Jun 2021, 16:51

So im trying to make a script that runs while Minecraft is minimized (not in focus). I wanna do this so I can do boring and repetitive tasks in Minecraft while watching youtube and such.

Code: Select all

^u::
Send {w down}
Click, down
Sleep, 100000
Send {w up}
Click, up
Esc::ExitApp
[Mod edit: [code][/code] tags added.]

all I've done so far, and I'm gonna use this to mine cobblestone, but I have no idea how to make this run in the background. Hopefully you guys understand what I mean and will be able to help :D

User avatar
mikeyww
Posts: 26852
Joined: 09 Sep 2014, 18:38

Re: Running script while a window is minimized

Post by mikeyww » 16 Jun 2021, 18:25

You could try ControlSend & ControlClick. A forum search for Minecraft might also show additional approaches.

Post Reply

Return to “Gaming Help (v1)”