Thursday, December 11, 2008

LotRO Bot

Strategy Freak is a unique community that seeks to master LotRO and to discover all its hidden secrets, here is LotRO bot I've found from the site.

=============================================================

sleep(3000)
While 1 = 1


;keep pressing backspace until a target is aqquired
while PixelGetColor(626,121) <> 0x111095
send("{BACKSPACE}")
Sleep(random(1,2)*1000)
WEnd

;while target is aqquired
;also check to see if target is out of range by seeing if it has looped more than 100 times
$i = 0
While PixelGetColor(626,121) = 0x111095 AND $i <> 50

;use piercing cry
send(4)
Sleep(random(1,2)*300)
;use herald's strike
send(1)
Sleep(random(1,2)*300)
;use ballard of vigour
send(3)
Sleep(random(1,2)*300)

if PixelGetColor(345,79) <> 0x2CE30E Then
send(2)
Sleep(random(1,2)*1000)
EndIf

$i = $i+1
WEnd

;check to see if health is full
While PixelGetColor(381,79) <> 0x2CE30E
Sleep(random(1,2)*1000)
WEnd

Read more...

No comments: