ironmanexe Posted June 27, 2006 Posted June 27, 2006 (edited) Isearched the help file .. and cant see how to send variables as keystrokes... example Send ("my variable here") Is this possible... using v3. erm i think i got it it is send("{"&$variable&"}") i think....? Edited June 27, 2006 by ironmanexe Time + Effort = Constant
Marc Posted June 27, 2006 Posted June 27, 2006 Easy.... [ccode] $var = "test" send($var) Any of my own codes posted on the forum are free for use by others without any restriction of any kind. (WTFPL)
ironmanexe Posted June 27, 2006 Author Posted June 27, 2006 (edited) It was because i dont know how to pull variables from gui inputs .. correctly "/ still learning I want it to be entirely self-contained... no ini files ect and it makes it some what harder.. it is a gamebot btw, but err dont say im a dumbass just for that. im extremly new to this language, im proficiant in some other ehh 'macro tools' Edited June 27, 2006 by ironmanexe Time + Effort = Constant
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