Jump to content

Recommended Posts

Posted

Hi,

i have downloaded the latest version of autoit...

but now any functions wont work!

i wanna use the send function send("w") to move forward in a game

or i wanna move my mouse and click with my mouse

MouseClick ( "left" , 640, 1004 , 1 )

but if i start the script it do nothing?!?! why?

all other functions works fnie but this both not

Posted

Hi,

i have downloaded the latest version of autoit...

but now any functions wont work!

i wanna use the send function send("w") to move forward in a game

or i wanna move my mouse and click with my mouse

MouseClick ( "left" , 640, 1004 , 1 )

but if i start the script it do nothing?!?! why?

all other functions works fnie but this both not

In what version of AutoIt does the same code work, and in what version does it not work? Also, can you post a short snippet of code that works in the one version but not the other?

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

ok i found the error -.-... and its bad...

it works all fine but only if i close my game...

the script should play my character in the game...

but if i start the ame autoit dont work...

what can i do to use autoit with the game?...

Posted

ok i found the error -.-... and its bad...

it works all fine but only if i close my game...

the script should play my character in the game...

but if i start the ame autoit dont work...

what can i do to use autoit with the game?...

Many games block automated keyboard/mouse inputs to prevent cheating.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law

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
×
×
  • Create New...