Could someone write for me a simple macro?
-
- Posts: 2
- Joined: Wed Feb 04, 2015 12:24 am
Could someone write for me a simple macro?
I want the button x to be pressed after every 10 seconds infinitely. I tried doing this some time ago but I was unable to make it work. Could somebody please post the correct macro code for doing this action?
Re: Could someone write for me a simple macro?
Code: Select all
MACRO KEYDOWN o
KEYDOWN x
DELAY 50
KEYUP x
DELAY 10000
KEYDOWN o
Adjust the delays to your liking.
GIMX creator
-
- Posts: 2
- Joined: Wed Feb 04, 2015 12:24 am