Recommended macro tool for AFK leveling and farming?

Posts 19 of 9 · Page 1 of 1
Recommended macro tool for AFK leveling and farming?
I want to set up a macro tool to record my EXACT mouse movement and keyboard strokes so I can go do other things while my character levels. I've tried two tools but both failed to record keyboard strokes and one of them made my mouse spaz. What tools do you guys use?
I bet someone could fire up an AHK script that would at least help for farming stuff like BL hero. Problem is, I'm woefully inexperienced in even that level of scripting.
I've made all of my scripts using AutoIT, takes a bit of time to set them up correctly but I've made a Miner and WQ spammer script so far.

And from my experience AHK is detected because I remember accidentally launching my rapidfire script and it closed it then gave me an alert window saying "Hacker Tool Detected:/path/. Vindictus will now close." or something like that.
Ignore this message, sorry.
I've made all of my scripts using AutoIT, takes a bit of time to set them up correctly but I've made a Miner and WQ spammer script so far.
Can I have the WQ spam script?
Quote Originally Posted by HIKAKIN View Post
I've made all of my scripts using AutoIT, takes a bit of time to set them up correctly but I've made a Miner and WQ spammer script so far.

And from my experience AHK is detected because I remember accidentally launching my rapidfire script and it closed it then gave me an alert window saying "Hacker Tool Detected:/path/. Vindictus will now close." or something like that.
+1 I used to use AutoIT also its the best so far.
Quote Originally Posted by crashsite View Post
Can I have the WQ spam script?
Sure it's rather simple seeing as how I hardly know a lot about how to use AutoIT.

Hopefully you know a bit since you may need to tweak a few things such as mouse coordinates and the keys it presses.
how would you use a tool like that? i dont understand how that works
Quote Originally Posted by ydocsmada View Post
how would you use a tool like that? i dont understand how that works
This is the code I use (minus the correct timings for it all).

Code:
MouseClick("left",89,756,1) ; Clicks START to launch mission
Send("{NUMPADDIV}") ; Set this to whatever you bound "host_timescale 3" to.
Send("{NUMPAD7}") ; Set this to whatever you bound any sort of Spears to.
Send("{f}") ; Aimmer
Send("{e}") ; Autolock
MouseClick("left",205,709,1) ; Will click REPLAY on the box showing Earnings/EXP/AP.)
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?