ogr3 Posted March 12, 2007 Posted March 12, 2007 Hello, im new to the autoit scripting language and i needa little help: i wrote a basic script to carry out a set of commands however, it wont register on the game im playing. im using the Send("") func. does this just work for text boxes? or am i not doign something right? thanks in advance
Misha Posted March 12, 2007 Posted March 12, 2007 is your code anything like this: while 1 Send(" ",1) wend there is nothing more to it, what game do you play maybe it has some sort of protection keeping your from sending?
EndFunc Posted March 12, 2007 Posted March 12, 2007 Hello, im new to the autoit scripting language and i needa little help:i wrote a basic script to carry out a set of commands however, it wont register on the game im playing.im using the Send("") func. does this just work for text boxes? or am i not doign something right?thanks in advanceIt depends on what you are trying to send. You can send the characters and button presses to just about anything. If you are trying to use forms in your browser, you can use _IEFormElementSetValue and any relevant commands. EndFuncAutoIt is the shiznit. I love it.
ogr3 Posted March 12, 2007 Author Posted March 12, 2007 ooo i completely forgot about protection :/ its prolly gameguard stopping it from working thanks misha
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