Posts: 12
Threads: 7
Joined: Mar 2021
Hello i want to run my macro at background while i am watching movies etc. Here is an example code which i made. It works good but i want to run it at background is it possible?
Thank you.
SetEndThreadHotkey "F12"
opt save; opt slowkeys; spe 22
int w1=act(win("RED" "D3D Window"))
rep
key z
if(scan("image:hE0F83879" w1 0 16|0x1100 12))
key 2
else
key z
opt restore
Posts: 12,073
Threads: 140
Joined: Dec 2002
It isn't possible, unless the macro and related programs run in a virtual PC, such as Vmware Player or VirtualBox.