Doer of Deeds AHK Script
THIS SCRIPT USES A CHAR WITH 75 SPD, IF YOU HAVE LESS THAN 75 SPD YOU WILL HAVE TO EDIT THE SCRIPT
Step 1: Read the above. It's important. Do it. Now.
Step 2: Open a client with connect to production and auto aim hacks on it; THE AUTO AIM HACK MUST ALSO TURN ON AUTO FIRE. You can do this using OryxRape 1.1's parameters for auto aim. Also, the auto aim must be turned on by the "i" key.
Step 3: Download the ahk file and put it on your desktop, or somewhere that you can easily access it.
Step 4: Double click on the .ahk file, then press f6 to turn it on.
Step 5: Make sure that your cursor is placed directly in front of your character, and let it work its magic.
So what's the point of the program? To get the doer of deeds achievement. It's very hard to get by just completing quests like normal, so this automates the process. More than just that though, you can use it to roll your chars while you're afk, and to fame farm (granted it'll be REALLY slow fame farming, but hey it's autopilot).
My character went a couple tiles, moved around a little, and then shot a couple times. Da fuq? This is because you are not using a character with exactly 75 speed. You have to edit the .ahk file to match your speed stats. For example, if your speed is 20 then you'd go through the program, and increase all the numbers by 3.75x. If you have 30 speed then you'd increase it by 2.5x, and so on.
Can I do other things while it runs? Afraid not, you'll need to keep your cursor in front of your character for the duration of the script (it automatically cycles 1,000 times, but you can stop it early by going to your toolbar and stopping it there... Or rebooting, of course).
Can I edit it? YES. By all means PLEASE edit it and make it better.
Code:
f6::
#NoEnv
; #Warn
SendMode Input
SetWorkingDir %A_ScriptDir%
loop 1000
{
SendInput /tutorial
SendInput {Enter}
Sleep 7000 ; Why the big wait time? In case of lag/connection problems. Otherwise it'd throw the whole program off.
Send {W down}
Sleep 920
Send {W up}
Send {A down}
Sleep 825
Send {A up}
Send {W down}
Sleep 800
Send {W up}
Send {D down}
Sleep 900
Send {D up}
Send {W down}
Sleep 680
Send {W up}
Send {A down}
Sleep 600
Send {A up}
Send {W down}
Sleep 700
Send {W up}
Send {D down}
Sleep 400
Send {D up}
Send {w down}
Sleep 400
Send {w up}
Send {a down}
Sleep 400
Send {a up}
Send {w down}
Sleep 600
Send {w up}
Send {d down}
Sleep 370
Send {d up}
Send {w down}
Sleep 500
Send {w up}
Send {a down}
Sleep 320
Send {a up}
Send {w down}
Sleep 4350
Send {w up}
Send {i down}
Send {a down}
Sleep 200
Send {a up}
Send {D down}
Sleep 275
Send {D up}
Send {W down}
Sleep 4200
Send {W up}
Send {a down}
Sleep 200
Send {a up}
Send {D down}
Sleep 300
Send {D up}
Send {a down}
Sleep 200
Send {a up}
Send {w down}
Sleep 2000
Send {w up}
Sleep 2000
Send {i up}
}

Virus scans:
Jotti
Virus Total
Please note that this version is still in beta. It could use a LOT of fine tuning, so if you have some spare time on your hands feel free to mess around with it.




