Page 1 of 1

Fortnite [Quicker buidling]

Posted: 21 Jul 2018, 01:31
by ChaosSFB
In Fortnite I press the XButton2 key to build a ramp. Would it be possible to make a script that when i press and hold the XButton2 it automatically selects and places the ramps until I let go?

Re: Fortnite [Quicker buidling]

Posted: 10 Sep 2018, 17:59
by n1ce0n31
#IfWinActive, Fortnite
$*XButton2::
While GetKeyState("XButton2","P")
{
SendInput, XButton2
Sleep, 10
SendInput, {Click}
Sleep, 50
}
return

idk try this