Jump to content

Recommended Posts

Posted

Hi, i need help with autoit..

I need to know how to get autoit to register that a vaule has changed... I am making a bot for an online game called wardrox...

I would like the bot to buy when the trade price of an item is 1.60 and then sell it again at 1.70 But i dont know how to get it to register the values...

Here is the link for the game.. WWW.Wardrox.com

And here is my script so far:

run( "C:\Program Files\Internet Explorer\IEXPLORE.EXE -new http://www.Wardrox.com","")

Winwait ("Wardrox | WDX - The Game - Microsoft Internet Explorer")

;427,284

sleep(5000)

MouseMove(427,284)

MouseClick("left")

Send ("Timmy{TAB}***{ENTER}")

Sleep(5000)

MouseMove(643,511)

MouseClick("left")

Sleep(300000)

Send("{F5}")

All this script does at the moment is log in on my account and go to the trade page.

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
×
×
  • Create New...