Fortnite Build Binds Topic is solved

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

Fortnite Build Binds  Topic is solved

17 May 2018, 04:57

I was wondering if anybody could help me with making a AHK script for fortnite
I want it to be that when I press E, the bind would press E, then press the left mouse button and then Q within about 0.3 seconds. I also need a bind so that when Z is pressed, the bind also presses Z, then right mouse button then Q. I really appreciate it if anybody could right me a script. :D
Louis Tully
Posts: 42
Joined: 25 Apr 2018, 03:03

Re: Fortnite Build Binds

17 May 2018, 06:17

Hello. Give this a shot.

Code: Select all


$e::

Send {e}
sleep, 150
Send {Lbutton}
sleep, 150
Send {q}
return



$z::

Send {z}
sleep, 150
Send {Rbutton}
sleep, 150
Send {q}
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Rohwedder and 21 guests