So,
I was thinking about making a program that you could make your own personal macros with. It would be a really simple program using (maybe) pixels and mouseclicks. For example - you would write something like this...
Loop
[L]Mouse(30,20)
Wait 5
[L]Mouse(50,20)
And it would create a look that clicks at 30,20 - waits 5 seconds - clicks at 50,20 and repeats. I would probably make buttons to insert certain mouseclicks to make it easier, and I might implement a pixelsearch function that searches for a certain pixel and clicks. Would anyone find this useful? I'm not going to do all the work and find out that no one will use it.
~ Hok
I was thinking about making a program that you could make your own personal macros with. It would be a really simple program using (maybe) pixels and mouseclicks. For example - you would write something like this...
Loop
[L]Mouse(30,20)
Wait 5
[L]Mouse(50,20)
And it would create a look that clicks at 30,20 - waits 5 seconds - clicks at 50,20 and repeats. I would probably make buttons to insert certain mouseclicks to make it easier, and I might implement a pixelsearch function that searches for a certain pixel and clicks. Would anyone find this useful? I'm not going to do all the work and find out that no one will use it.
~ Hok