Skip to content

Instantly share code, notes, and snippets.

Created July 7, 2012 21:25
Show Gist options
  • Save anonymous/3068132 to your computer and use it in GitHub Desktop.
Save anonymous/3068132 to your computer and use it in GitHub Desktop.
Farming bot for lotro
~#p:: ; press windows key and p to end the loop
Msgbox, you stopped farming. ;this closes the script and alerts you that "you stopped farming"
ExitApp
~#g:: ;this means you press the windows key and the letter g to start the loop.
Loop
{
MouseMove 1154,536 ; requires running at 1280x1024 resolution and the craft panel to be in the upper right
; hand corner of the screen
Sleep 250
Click
Sleep 23000
Send {y} ;my keybind for select nearest
Sleep 250
Send {u} ;my keybind for use selected
Sleep 10000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment