Personalized Macro Maker?

04/07/2009 02:10 hok30#1
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
04/07/2009 04:05 andyd123#2
#request move to CO2 Programming
No personal attack, just think this is more programming related, don't you think?
04/07/2009 04:16 hok30#3
Quote:
Originally Posted by andyd123 View Post
#request move to CO2 Programming
No personal attack, just think this is more programming related, don't you think?
Yup, sorry. lol, why would I feel offended that you requested a move o.o

Except I don't fully agree with that because it wasn't really a programming question as much as a would you use this question...
04/07/2009 11:41 Korvacs#4
One thing to remember about doing something like this, the server checks timestamps so when you do,

Wait 5

I would suggest you make that random gen a number between 4950 and 5050, it will still give the impression of it being 5 seconds, but you wont be bot jailed.

Overall its about time someone decided to start on a new project, give you my support.
04/07/2009 15:56 Darkyy#5
Quote:
Originally Posted by Korvacs View Post
One thing to remember about doing something like this, the server checks timestamps so when you do,

Wait 5

I would suggest you make that random gen a number between 4950 and 5050, it will still give the impression of it being 5 seconds, but you wont be bot jailed.

Overall its about time someone decided to start on a new project, give you my support.
I don't think that if you loot a click each 5 seconds (not controlclick) you won't get botjailed/clickjailed.
04/07/2009 17:53 hok30#6
Quote:
Originally Posted by Korvacs View Post
One thing to remember about doing something like this, the server checks timestamps so when you do,

Wait 5

I would suggest you make that random gen a number between 4950 and 5050, it will still give the impression of it being 5 seconds, but you wont be bot jailed.

Overall its about time someone decided to start on a new project, give you my support.
I can definitely add a random function if needed. It would be something like...

Wait Random(4000, 6500)
04/07/2009 18:18 jamellathewhite#7
Quote:
Originally Posted by hok30 View Post
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 believe there is already macro creation programs out there. I know my friend has used one before for an auto intensify leveler.
04/07/2009 23:30 hok30#8
Quote:
Originally Posted by jamellathewhite View Post
I believe there is already macro creation programs out there. I know my friend has used one before for an auto intensify leveler.
Yeah, there are plenty of macro recorders out there... this one would be more programming oriented... (BTW, I personally made an auto intensify leveler :P)

Again, not gonna make you use it; just wondering if anyone would.
04/09/2009 02:18 dondale8#9
Sure BRo.. Do It.. We need that..
04/10/2009 15:40 hok30#10
Alright, I am starting to work on it. This topic no longer serves a use -

#Request Close