Auto Key Presser Silkroad Direct
Create a new text file and save it as SilkroadMacro.ahk. Write the following basic "Farming Loop":
#Persistent #SingleInstance Force; F9 starts the macro, F10 stops it F9:: Loop ; Press the attack key (Assuming '1' is basic attack or skill) Send, 1 Sleep, 1000 ; Wait 1 second
; Press '2' for a secondary skill Send, 2 Sleep, 2000 ; Wait 2 seconds (skill cooldown) ; Check for HP (Simulated - This is just pressing F1 for pot) Send, F1 Sleep, 500return
F10::ExitApp
Download and install AutoHotkey (Open source).
If you own a Razer, Logitech, or Corsair keyboard: Auto Key Presser Silkroad
Assume Windows, for local/offline testing only.
















