qS1N#[email protected]?zwkD:c%1=&Uf9(j.W8s-do7ha?x3$?m`aVKz,.gqq-AKO_eN_L3!NP`<y*!Baik.[>/hNULnZp^j/oY9k6j:PgDi{M"qgk[y?i&TB1#p.E Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Rohwedder
Posts: 7627
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: press enter>ctrl+v>press enter. i need help with script  Topic is solved

02 Dec 2021, 04:34

Hallo,
Is there such a script?
No idea, but such a script is faster to make than to search for it. Try:

Code: Select all

F4::
Loop, 4 ;how many times it will do it
{
	Send, {Enter}
	Send, ^v
	Send, {Enter}
	Sleep, 100 ;how fast it will do it 
}
Return
or:

Code: Select all

F4::
SetKeyDelay, 100, 100 ;how fast it will do it
Loop, 4 ;how many times it will do it
	Send, {Enter}^v{Enter}
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 63 guests