Post Reply Home » Forums » Lord of the Rings Online » LOTRO - Submissions

Autoit Bot for Any Class : LOTRO - Submissions

Posted: January 6th, 2008
bayked
Set these hotkeys or modify the code to your hotkey.
Target Nearest Foe=Tab
Auto Attack=Q

Set to auto move to target.
Place your Favorate attacks in Quickslot 1,2,3,4,5,6 and either a heal if you have one or something else in Quickslot 0.

If you are a healer you will heal your self every 4th spell. I am going to work on this bot more making it auto loot and rest when you need mana. But this is what I have now.


Code: Select all

While 1 = 1
 	    $paused = false
		
		send("{TAB}")
  
		send("Q")
			
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")			
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")	
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")			
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")		
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")			
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")	
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")			
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")
		send("{DOWN}")	

		send(1)
		Sleep(random(1,2)*1500)
		
		send(2)
		Sleep(random(1,2)*1500)
		
		send(3)
		Sleep(random(1,2)*1500)
		
		send(0)
		Sleep(random(1,2)*1500)
		
		send(4)
		Sleep(random(1,2)*1500)
		
		send(5)
		Sleep(random(1,2)*1500)
	
		send(6)
		Sleep(random(1,2)*1500)
		
		send(0)
		Sleep(random(1,2)*1500)
				
	
		
	 	
 WEnd	
Posted: January 6th, 2008
User avatar
administrator
Total Posts:29918 Joined:2002
Can members say yay or nay to this being moved to a confirmed section.
Posted: August 21st, 2009
Total Posts:38 Joined:2009
nay, wont work on champions, or any other class with slow moving speed
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 6 guests
Post Reply