Jump to content

Recommended Posts

Posted

Yeah, whats wrong with this code;

#Include <MouseClickPlus.au3>
MsgBox(1, "DELTAA", "Deltascape chaos runes buyer")
While 1
sleep(100)
_MouseClickPlus( "Deltascape Client By Warlock 999", "right", 382, 103, "1")
sleep(100)
_MouseClickPlus( "Deltascape Client By Warlock 999", "left", 368, 177, "1")
WEndoÝ÷ Ù©ÝØ"½ë&zØ^±ç«®ìjëh×6C:\Program Files\AutoIt3\Include\MouseClickPlus.au3(1,10) : ERROR: Scriptfile trying to include itself.
#Include <MouseClickPlus.au3>
~~~~~~~~~^
C:\Program Files\AutoIt3\Include\MouseClickPlus.au3(5,76) : ERROR: _MouseClickPlus(): undefined function.
_MouseClickPlus( "Deltascape Client By Warlock 999", "right", 382, 103, "1")
Posted

Still the same error :S

C:\Program Files\AutoIt3\Include\MouseClickPlus.au3(1,10) : ERROR: Scriptfile trying to include itself.
#Include <MouseClickPlus.au3>
~~~~~~~~~^
C:\Program Files\AutoIt3\Include\MouseClickPlus.au3(5,76) : ERROR: _MouseClickPlus(): undefined function.
_MouseClickPlus( "Deltascape Client By Warlock 999", "right", 382, 103, "1")

Posted

Ok, hold on. Why does it look like you are trying to run a file out of the include folder?

uhm sorry but i started autoit today, i dont understand? what im running out and where? :mellow: i did like steps says in other website

Posted

Do you know what a folder is? If not, you shouldn't be using AutoIt, you should be learning how to use a computer. The folder has a name, its name is "include". Thus, the include folder.

You don't run scripts in that folder. You write scripts in other places. That is part of your problem.

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