is ControlSend working or no

Ask gaming related questions (AHK v1.1 and older)
dee_denko
Posts: 1
Joined: 19 Apr 2017, 12:06

is ControlSend working or no

19 Apr 2017, 14:05

So i've checked the game window with this tool https://autohotkey.com/boards/viewtopic.php?f=19&t=9059
and the key i put triggered on certain sends including controlsend but once i run my script it doesnt work with game and several other apps (like with sublime text while in notepad everything is ok)
one thing, my script was working very 1st couple tries, not properly but still was sending damn control, with Send'n'Click Tool it was proper except dat keepin window on top.
couple strings.. it was workin.. wut a magic :crazy:

Code: Select all

q::

winGet, winID, pid, A
loop
	{
	ControlSend, , {a}, ahk_pid %winID%
	Sleep 200
	ControlSend, , {b}, ahk_pid %winID%
	Sleep 200
}
return

pause::pause
end::exitapp
pevecg
Posts: 5
Joined: 11 Jun 2017, 04:47

Re: is ControlSend working or no

11 Jun 2017, 04:57

What game are you using? In GTA V ControlSend doesn't work, but I have figured something out. You can use Send with specific parameters

Code: Select all

SetKeyDelay, 150, 500
Send A
Send D
SetKeyDelay, 80, 80

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 80 guests