Jump to content

Recommended Posts

Posted

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

Posted

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?

Posted

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

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

ooo i completely forgot about protection :/ its prolly gameguard stopping it from working thanks misha

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...