Fortnite quickest edits

Post gaming related scripts
tanoqq27
Posts: 1
Joined: 24 Feb 2019, 17:32

Fortnite quickest edits

24 Feb 2019, 17:52

I made 2 very simple codes which make it so you press g once and what it will do is; open your edit menu, click, and get out of editing mode.
In my case, my editing button is F, so I put G as the button for the script.
You will need both of these in order to be able to do it while walking, and while sprinting.
Here are the 2

First one:

Code: Select all

g::
loop, 1
{
send {f}
sleep 10
send {Lbutton}
sleep 10
send {f}
}
return

F12::ExitApp
Second one:

Code: Select all

g::
loop, 1
{
send {f}
sleep 10
send {Lbutton}
sleep 10
send {f}
}
return

F12::ExitApp

I made it easy to tell which buttons are being used for this to work, and where ever there is an F, any other key that is bound to editing can be typed in.
The first letter in each of these scripts is G, which is the key used to activate the editing. You can change the G to whatever key you want to use for this.

I hope you like it :D
buck_rl
Posts: 2
Joined: 19 Jun 2020, 13:01

Re: Fortnite quickest edits

19 Jun 2020, 13:07

@tanoqq27
is there a way you could slow it down to edit walls easier?
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Fortnite quickest edits

19 Jun 2020, 16:14

@buck_rl

You can adjust the value of the Sleep command to make is slower (Higher value = Slower, Lower value = Faster)

Code: Select all

G::
    Send, f
    Sleep, 10
    Click
    Sleep, 10
    Send, f
Return

F12::ExitApp
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹
buck_rl
Posts: 2
Joined: 19 Jun 2020, 13:01

Re: Fortnite quickest edits

26 Jun 2020, 11:27

@Yakshongas
I tried making it higher but it just made it go back and forth between my pickaxe and my builds without doing anything.
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Fortnite quickest edits

26 Jun 2020, 16:43

I don't know how the game works so i have no idea how you rotate to the right thing.
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 23 guests