Thursday, December 11, 2008

LotRO Bot: Grind and Loot Bot

There are many useful exploits, hacks and bots for Lord of the Rings Online at Strategy Freaks. Use this bot below as a function, when ur mob is dead, select it with F10, then send U command

This example is for 1024x768 Window Mode, but can be easily edited

and then run:

This code will first find the Loot Window which popups
And then search for loot you select in the values at start!

Code:

AutoIt Version: 3.2.4.9
Author: Lorefiendel

Script Function:
Function to implent into your LOTR Bot.

; Script Start - Add your code below here

; Activate Game Window
$winwake=WinExists ( "The Lord of the Rings Onlineâ„¢: Shadows of Angmarâ„¢" )
if $winwake=0 then
Exit
endif
if $winwake=1 then
WinActivate ( "The Lord of the Rings Onlineâ„¢: Shadows of Angmarâ„¢" )
endif

;What To Loot Options Maybe Retrive These From A Ini file on each function run?
$hpot=1
$mpot=1
$craft=1
$yellow=1
$purple=1
$blue=1

;Find Loot Window
$coord = PixelSearch( 0, 137, 1015, 503, 0x13109D, 1 )
If Not @error Then
MouseMove ( $coord[0], $coord[1] , 10 )
$loot=1
$lx1=$coord[0]-54

Read more...

If you have searched a number of macros sites but still don't know what to choose, you can read the LotRO macro review articles.

No comments: