Results 1 to 9 of 9
  1. #1
    Mikozeee's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    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?

  2. #2
    crashsite's Avatar
    Join Date
    Apr 2011
    Gender
    female
    Posts
    285
    Reputation
    10
    Thanks
    8
    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.

  3. #3
    HIKAKIN's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    California
    Posts
    25
    Reputation
    10
    Thanks
    15
    My Mood
    Lurking
    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.

  4. #4
    crashsite's Avatar
    Join Date
    Apr 2011
    Gender
    female
    Posts
    285
    Reputation
    10
    Thanks
    8
    Ignore this message, sorry.
    Last edited by crashsite; 05-04-2011 at 08:16 PM.

  5. #5
    crashsite's Avatar
    Join Date
    Apr 2011
    Gender
    female
    Posts
    285
    Reputation
    10
    Thanks
    8
    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?
    Last edited by crashsite; 05-04-2011 at 08:07 PM.

  6. #6
    Mychal89's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Bellflower, California, United States
    Posts
    137
    Reputation
    10
    Thanks
    8
    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.
    [IMG]https://img.photobucke*****m/albums/v698/mychal89/Portgas_D__Ace_Forum_Signature_by_UniverseAnime.pn g[/IMG]
    Living In A World Of Depression With A Smile^^

  7. #7
    HIKAKIN's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    California
    Posts
    25
    Reputation
    10
    Thanks
    15
    My Mood
    Lurking

    Wink

    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.

  8. #8
    ydocsmada's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Hiding from CIA
    Posts
    1,419
    Reputation
    141
    Thanks
    131
    My Mood
    Mellow
    how would you use a tool like that? i dont understand how that works

  9. #9
    HIKAKIN's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    California
    Posts
    25
    Reputation
    10
    Thanks
    15
    My Mood
    Lurking

    Wink

    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.)