Fortnite Building Script PS4

Gtuner Plugins support. MaxAim, MaxRemapper, Combo Magick, Game Rec.

Fortnite Building Script PS4

Postby ballizt » Sat Mar 17, 2018 3:36 pm

I use my keyboard and mouse on my ps4 using Max Aim I wanted to know if there was a way to automatically switch to a certain building structure, instead of pressing the button to switch to build mode and then scrolling to stairs. In my case I want "c" to be stairs so in a gunfight I can press C and itll automatically switch to stairs. If this is possible and If there is a script that someone made, or if someone can make one for me, can you also teach me how to customize it and choose what button I want for each building structure. Thanks in advanced.
User avatar
ballizt
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Sat Mar 03, 2018 1:26 am

Re: Fortnite Building Script PS4

Postby J2Kbr » Mon Mar 19, 2018 9:44 am

Assuming the key C is mapped to Extra 1 input, this script will go to stair building mode when C is pressed:

Code: Select all
main {
    if(event_press(CEMU_EXTRA1)) {
        combo_run(GotoStair);
    }
}
 
combo GotoStair {
    set_val(PS4_CIRCLE, 100);
    wait(40); wait(160);
 
    set_val(PS4_R1, 100);
    wait(40); wait(160);
 
    set_val(PS4_R1, 100);
    wait(40); wait(160);
}
 
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to Gtuner Plugins Support

Who is online

Users browsing this forum: No registered users and 60 guests

cron