Jump to content

Some Scripting Help


Guest soybeanboy
 Share

Recommended Posts

Guest soybeanboy

Hi,

I have just begun to work my way thru autoit but have no luck so far. All I'm trying to do is write a script that will simply push a certain button(F8) repeatedly in a certain game window (GunBound). Any help would be greatly appreciated. Thank You.

Link to comment
Share on other sites

Guest soybeanboy

oh yeah, i was just about to post that i found that post using the handy search button, but thank you for replying so fast. :)

Link to comment
Share on other sites

Guest soybeanboy

Hmm, i've converted the script into and .exe already and it seems to work perfectly. But it seems that the autoit is working only in windows and not the maximized game. I guess it is working in the background while the game is up. I have a question, is there a way that i can run the game minimized and run the autoit and direct the commands to the game? Thank you.

Link to comment
Share on other sites

I guess it is working in the background while the game is up.

thats the way it should be... but it should send commands to the game

Did you read and check out all of the info on that link. I didn't, but.....

(its not my game)

if you use send and it does not send the message to the game try this

ControlSend ( "title", "text", controlID, "string" [, flag] )

read about this in help

I have a question, is there a way that i can run the game minimized and run the autoit and direct the commands to the game? Thank you.

What fun is that????

8)

NEWHeader1.png

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