Jump to content

Recommended Posts

Posted

help me I get an error when I try to start it: AutoItSetOption (SendKeyDownDelay, 150)

AutoItSetOption (^ERROR

Error: Unable to Parse line

this is how ive done:

AutoItSetOption (SendKeyDownDelay, 150)

AutoItSetOption (MouseClickDelay, 0)

While 1

Sleep(8000)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(left, 727, 535, 1,20)

WinWaitActive(WORLD OF WARCRAFT)

Send(!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Blackknight444!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(left,567, 635, 1,20)

Send(!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!r0binateradi !!!!!!!!!!!!!!!!!!!!!!!!!!!!!)

MouseClick(left, 653, 722, 1,20)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(left, 634, 936, 1,20)

WinWaitActive(WORLD OF WARCRAFT)

sleep(1000)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(right, 604, 427, 1,20)

WinWaitActive(WORLD OF WARCRAFT)

Sleep(2000)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(left, 215, 326, 1, 20)

Sleep(2000)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(left, 262, 628, 1, 20)

Sleep(2000)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(left, 630, 662, 1, 20)

Sleep(2000)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(left, 566, 208, 1, 20)

Sleep(2000)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(left, 638, 938, 1, 20)

WinWaitActive(WORLD OF WARCRAFT)

MouseClick(left, 639, 223, 1, 20)

WinWaitActive(WORLD OF WARCRAFT)

WEnd

Func MyExit()

Exit

EndFunc

Posted (edited)

It's not AutoItSetOption Its Opt()

Replace with this:

Opt("SendKeyDelay", 150)
Opt("MouseClickDelay", 0)
Edited by jokke
UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt.

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...