Hey,
I've just started playing around with this program and i can manage to get the script to work if I have the game in focus:
Which will for example make the character jump. The idea for me is to have these things working in the background while I have other things to do on my computer, so basically have AutoIt run on an inactive window. I tried this:
or even
but it didn't work so does anyone have a clue on how to get control to work for PS2?
I've just started playing around with this program and i can manage to get the script to work if I have the game in focus:
Code:
Send("{SPACE}")
Code:
ControlClick("Planetside2 v0.473.22.176761 **SHIPPING**", "", "", "", 1, 959, 545)
Code:
ControlSend("[CLASS:GFC_StdWindowClass; INSTANCE:1]", "", "", "{SPACE}")