Created
          July 7, 2012 21:25 
        
      - 
      
 - 
        
Save anonymous/3068132 to your computer and use it in GitHub Desktop.  
    Farming bot for lotro
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ~#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