Jump to content

Can Someone Help Guide Me - First time running autoitscript-For game (lotro)


Recommended Posts

I was given a script by a friend to try out on the new lord of the rings online game and I need some help. I just downloaded the program from this site and have no idea how to put it into action. This was the script I was sent, please help and put in as much simple detail as possible!! Including when to start game and when and how to put the script into action. Thank you

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

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

;check to see if power is full

While PixelGetColor(379,90) <> 0x0D91FF

Sleep(random(1,2)*1000)

WEnd

WEnd

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

Link to comment
Share on other sites

I beleive, that you need to run the game. And then run this script. It also looks as though you will need to get back into the game window on your own. So you will need to run the game. minimize it and then run the script and go back to the game window. From there it looks like it does combat automatically, but that is about it.. I think.

Link to comment
Share on other sites

So after i open scite and i have all of the script pasted in i then go to save as and save file name as (minstrill) but there is no save as file type.. is there something wrong because i was told to right click on minstrill file located on my desktop and compile it. Not sure really how to do so.. :whistle::lmao:

I beleive, that you need to run the game. And then run this script. It also looks as though you will need to get back into the game window on your own. So you will need to run the game. minimize it and then run the script and go back to the game window. From there it looks like it does combat automatically, but that is about it.. I think.

Link to comment
Share on other sites

  • 10 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...