script fortnite

Ask gaming related questions (AHK v1.1 and older)
chocobo
Posts: 2
Joined: 13 Mar 2018, 11:19

script fortnite

14 Mar 2018, 02:01

I would like to know if you have some fortnite script to keep alternating 1 and 2 when you press the "f" ??


  • nwb
User avatar
Nwb
Posts: 444
Joined: 29 Nov 2016, 08:56

Re: script fortnite

14 Mar 2018, 23:01

Hello,
This belongs to Gaming under ask for help the subforum. https://autohotkey.com/boards/viewforum.php?f=18
Sorry I didn't understand what you were asking for in your private message that is why I asked you to make a thread.

Okay so if I understood right, you want 1 or 2 to be pressed alternatively every time you press f?

Try this: (also esc closes the script)

Code: Select all

Toggle := 0
F::
Toggle := !Toggle
If Toggle
Send, {1}
Else
Send, {2} ;braces not required just for highlighting
return

esc:: ExitApp
Anything else??
I am your average ahk newbie. Just.. a tat more cute. ;)
chocobo
Posts: 2
Joined: 13 Mar 2018, 11:19

Re: script fortnite

15 Mar 2018, 21:20

Thank you it was top too =D

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 78 guests