Discussion on Creating Personalized macro Autoit based within the Cabal Hacks, Bots, Cheats, Exploits & Macros forum part of the Cabal Online category.
Personalized Macro Maker? 04/10/2009 - CO2 Programming - 9 Replies 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
Mouse(30,20)
Wait 5
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...