Macro Express.

Joined
Feb 10, 2004
Messages
123
Reaction score
9
Code:
Repeat Start (Repeat 99999 times)
  Repeat Start (Repeat 9000 times)
    Mouse Left Button Down
      Delay 10 Milliseconds
    Mouse Left Button Up
  Repeat End
  Delay 190 Milliseconds
  Text Type: 1
Repeat End
190MS+10=200MS
1,8e6/200MS = 9000

First, I dont know where to post this. but since its kinda coding script -.- [which i dont know]
Well what I want is that.
1.) Keep clicking left button all over again
2.) Must press 1 in every 30 mins
3.) Then keep repeat over again.

I couldnt figure it out the code. I test it but it doesnt press 1 in every 30mins. [all it does was to keep clicking left mouse]
 
Back