Help me with editing script for fortnite Topic is solved

Ask gaming related questions (AHK v1.1 and older)
2 games

Help me with editing script for fortnite  Topic is solved

05 Aug 2018, 17:47

I have no idea about coding whatsoever and i've been trying to make this script for the past hour and i cant find anything like this on google. Basically editing in fortnite is very buggy and this should make it easier. When i press(not hold it down) "f" i want the script to press "z" then 0.1sec later press "f" and when i press "f" a second time i want the script to press just "f".
and u know the third press it should just repeat and press "z" then 0.1sec later "f" and then repeat the process. I dont know if this is even possible so im gonna leave it to u the people who know whats up.
Rohwedder
Posts: 7625
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Help me with editing script for fortnite

09 Aug 2018, 02:26

Hallo,
try:

Code: Select all

$f::
If Z:=!Z
{
	Send, z
	Sleep, 100
}
Send, f
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 90 guests