Planetside 2: Send left mouse click to game in background 12/14/2012 - AutoIt - 8 Replies 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:
Send("{SPACE}")
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:
ControlClick("Planetside2 v0.473.22.176761 **SHIPPING**", "", "", "", 1, 959, 545)
Send/Click script 08/26/2012 - AutoIt - 5 Replies Also.,...hab nen problem-
Kenne mich mit autoit garnicht aus.
HotKeySet("{INSERT}", "_benutzen")
HotKeySet("{DELETE}", "_verkaufen")
Func _benutzene()
global $muh = true
while $muh = true
Shaiya Contral Panal 06/05/2012 - Shaiya - 2 Replies Hello im loking for shaiya Control Panal for admin and GM
How do I: Click or Send Keys to a minimized window 04/08/2006 - General Coding - 6 Replies I am making a bot for ConquerOnline, and I need to know how to send clicks or keys to a minimized window, like COPartner does.
Thanks for any help.
how to send contorl+mouse click in autoit 09/07/2005 - AutoIt - 0 Replies Hi,
I am wondering how to send contorl+left mouse click in autoit.
What I do now:
AutoItSetOption ( "SendKeyDownDelay", 10)
Send("^")
MouseClick("left",Random&a mp;#40;0,1024,1),Random(0,700,1&am p;#41;,1,1)
AutoItSetOption ( "SendKeyDownDelay", 1)