Fortnite switch script

Ask gaming related questions (AHK v1.1 and older)
Jixxer awx
Posts: 3
Joined: 06 Mar 2018, 15:52

Fortnite switch script

15 Jun 2018, 11:26

So its pretty easy for u and pretty hard for me xD

i just want a script wich make switching weapons much easier
It should go like

Im klicking "M"
then it should witch on 3
and if i klick "M" again
then i should switch on 2
and if i klick "M" again
then it should witch on 3
etc.

It would realy help me :)
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Fortnite switch script

15 Jun 2018, 14:15

what pretty easy for you, though, is looking around, whether it be the internet, google or even this very forum (did u notice the magnifying glass that reads "Search"?, hint: theres 2 of them)

... unless you happen to be blind, of course
crackint
Posts: 25
Joined: 07 Sep 2017, 18:32

Re: Fortnite switch script

15 Jun 2018, 20:34

Code: Select all

*m:: ;;;;Change m to the key you want to use.
Toggle := !Toggle
if (Toggle){
    Send, 2 ;; Change 2 to the first bind.
} else{
    Send, 3 ;;; Change 3 to the second bind.
}
Return
You should really search more.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 40 guests