AutoHotkey Fortnite Faster Building With Single Key
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=o969wqjWbeA
Gave a go at making Fortnite wall building faster. • How to install AHK = • AutoHotKey Intro 1 Hello world (First... • CODE: • z:: • Hotkey, z, Off • send z • sleep 20 • send g • While GetKeyState( z , P ) • { • Click, Down • } • send g • Click, up • click • Hotkey, z, on • send q • Return • f1:: • exitapp • • or • • $f:: • Send, {WheelDown} • Sleep,8 • Send, {p down} • While GetKeyState( f , P ) • Continue • Send, {p up} • Send, {f} • Return
#############################
