jammu Posted October 31, 2008 Posted October 31, 2008 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")
Richard Robertson Posted October 31, 2008 Posted October 31, 2008 You named your script file with the same name as the include.
jammu Posted October 31, 2008 Author Posted October 31, 2008 i renamed the script, stil lgetting same errors
jammu Posted October 31, 2008 Author Posted October 31, 2008 Still the same error :SC:\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")
Richard Robertson Posted October 31, 2008 Posted October 31, 2008 Ok, hold on. Why does it look like you are trying to run a file out of the include folder?
jammu Posted October 31, 2008 Author Posted October 31, 2008 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? i did like steps says in other website
Richard Robertson Posted October 31, 2008 Posted October 31, 2008 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now