Jump to content

Recommended Posts

Posted

Hi, ive got an script that when i press F9 it minimizes a Game and it keeps sending UP key to the game every 3 seconds

ControlSend($handle, "", "", "{UP DOWN}")

Sleep(3000)

ControlSend($handle, "", "", "{UP UP}")

MouseClick("right",963, 523) <-------

Sleep(3000)

But i want to send a right click in the game screen when it is minimized so i can use other programs

But that way it doesnt click in the game screen it clicks in my screen

What is the command to send a mouseclick in a minimized program so it is no needed to have it opened?

Thanks

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