Can someone help me make a script to start a game of fortnite and close it.

Ask gaming related questions (AHK v1.1 and older)
joeblazesxd
Posts: 1
Joined: 23 Jun 2018, 19:27

Can someone help me make a script to start a game of fortnite and close it.

23 Jun 2018, 19:34

Basically is there a way to click the letter then wait 30 seconds then hold [escape] button for 3 seconds then repeat all that over and over again?
Qysh
Posts: 143
Joined: 24 Apr 2018, 09:16

Re: Can someone help me make a script to start a game of fortnite and close it.

24 Jun 2018, 08:39

F5 to toggle

Code: Select all

toggled := false
SetKeyDelay, -1, 50
Loop
{
	if(!toggled)
		continue
	
	Send, {c}
	Sleep, 30000
	SetKeyDelay, -1, 3000
	Send, {Esc}
	SetKeyDelay, -1, 50
	Sleep, 5000
}

F5::toggled := !toggled

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 81 guests