AfterBurn Posted July 7, 2010 Posted July 7, 2010 Hello, I have made script that reads different addresses and returns the value. So what I want to do is store the addresses in a .data file because I change the addresses often and compile the script so it a .exe file. I got all this done but I can't seem to figure out how to make the .exe read the .data file for the addresses. ; Example <== _MemoryRead($Address1, $ID, $Value, "byte4") Where $Address1 = 0x00000000 is stored on the .data file. I have tried FileRead(@ScriptDir, "filename.data") but it says all my address $Names are used before being declared. Help with reading the .data file. Thank you.
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