HELP ME TO LET MY AHK ONLY WORK FOR SAMP SO I CAN USE MY BROWSER WHILE IT SPAMS IN GAME.
G Guel Member Joined Aug 8, 2020 Messages 20 Reaction score 1 Location Philippines Apr 8, 2021 #1 HELP ME TO LET MY AHK ONLY WORK FOR SAMP SO I CAN USE MY BROWSER WHILE IT SPAMS IN GAME.
Parazitas God Staff member Joined Jan 2, 2017 Messages 3,315 Solutions 7 Reaction score 937 Location Lithuania Apr 8, 2021 #2 How your ahk working?
G Guel Member Joined Aug 8, 2020 Messages 20 Reaction score 1 Location Philippines Apr 8, 2021 #3 Parazitas said: How your ahk working? Click to expand... #IfWinActive ahk_exe gta_sa.exe ^0:: Loop, 5000 { Send, t/mi {enter} Sleep, 5000 } return
Parazitas said: How your ahk working? Click to expand... #IfWinActive ahk_exe gta_sa.exe ^0:: Loop, 5000 { Send, t/mi {enter} Sleep, 5000 } return
A ajom Well-known member Joined Apr 14, 2020 Messages 389 Solutions 2 Reaction score 270 Location Pluto Apr 8, 2021 #4 Code: ~^0:: Loop, 5000 { If WinActive("ahk_exe gta_sa.exe") { Send, t/mi {enter} Sleep, 5000 } } return
Code: ~^0:: Loop, 5000 { If WinActive("ahk_exe gta_sa.exe") { Send, t/mi {enter} Sleep, 5000 } } return