Jump to content

how can i get #include <NomadMemory.au3> to work?


Lbessy
 Share

Recommended Posts

hey there,

I've tried to run a couple wow bots to see if they work, then to try to figure out what all the scripts mean, but all the bots that have

#include <NomadMemory.au3>
in them seem to cause an error. I'm just wondering if i need to download some sort of file to get them to work of if ALL the scripts that include them are somehow broken?

Thank you,

Lbessy

Link to comment
Share on other sites

hey there,

I've tried to run a couple wow bots to see if they work, then to try to figure out what all the scripts mean, but all the bots that have

#include <NomadMemory.au3>
in them seem to cause an error. I'm just wondering if i need to download some sort of file to get them to work of if ALL the scripts that include them are somehow broken?

Thank you,

Lbessy

Download NomadMemory.au3

http://www.autoitscript.com/forum/index.php?app=core&module=attach&section=attach&attach_id=23428

or

http://www.autoitscript.com/forum/index.php?showtopic=85724

صرح السماء كان هنا

 

Link to comment
Share on other sites

Link to comment
Share on other sites

is there a special folder in Autoit that i have to save it to? or do i create a folder and have to name it something special?Thanks

Put the NomadMemory.au3 file In the script folder of the program And use this command

#include "NomadMemory.au3"

or

placed it In a Include folder

And use this command

#include <NomadMemory.au3>

You will find Include folder on the following path

path

...\AutoIt3\Include

AutoIt3 It is A folder Of The Autoit language

Edited by wolf9228

صرح السماء كان هنا

 

Link to comment
Share on other sites

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