GTA V auto Press enter after 8 second

Ask gaming related questions (AHK v1.1 and older)
grsmagik
Posts: 2
Joined: 17 Feb 2020, 09:16

GTA V auto Press enter after 8 second

17 Feb 2020, 09:19

Hello, im totaly new with autohotkey.
I need script which press enter X times after 8 secounds.
I try but autohotkey not work in my gta v. Can you help?
gregster
Posts: 9114
Joined: 30 Sep 2013, 06:48

Re: GTA V auto Press enter after 8 second

17 Feb 2020, 10:09

You should show what you have tried...

There is a whole number of possible reasons for it not to work - please have a look here:
Why do Hotstrings, Send, and Click have no effect in certain games?
How to Make AHK Work in Most Games - The Basics

Generally, the beginner's tutorial is recommended.

PS: Welcome to the forums!
grsmagik
Posts: 2
Joined: 17 Feb 2020, 09:16

Re: GTA V auto Press enter after 8 second

17 Feb 2020, 12:08

gregster wrote:
17 Feb 2020, 10:09
You should show what you have tried...

There is a whole number of possible reasons for it not to work - please have a look here:
Why do Hotstrings, Send, and Click have no effect in certain games?
How to Make AHK Work in Most Games - The Basics

Generally, the beginner's tutorial is recommended.

PS: Welcome to the forums!
i have only this:

Code: Select all

f9::
Loop 10000
send {Enter down}
sleep, 20
send {Enter up}
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 90 guests