Page 1 of 1

Fortnite Makro or script ?

PostPosted: Tue Aug 06, 2019 7:25 pm
by gzimi77
hello guys can anyone create a script or macro, with 1 button to edit the roof and bottom

For example, if I build myself up and someone has high ground, I can quickly open the roof and the floor quickly with only 1 button

i Play on ps4 with Keyboard and Mouse with KMG Capture !

i need a script only to open roof and bottom when i am to low ground ..

Re: Fortnite Makro or script ?

PostPosted: Tue Aug 06, 2019 9:01 pm
by Mad
What key do you want to activate it?

And what are the button combinations?

Re: Fortnite Makro or script ?

PostPosted: Tue Aug 06, 2019 10:56 pm
by gzimi77
with circle I do edit and with R2 select which window !

Re: Fortnite Makro or script ?

PostPosted: Thu Oct 10, 2019 11:35 am
by gzimi77
kann mir wirklich niemand mehr helfen ?

push help me guys

Re: Fortnite Makro or script ?

PostPosted: Sat Oct 12, 2019 12:05 am
by shygur
gzimi77 wrote:hello guys can anyone create a script or macro, with 1 button to edit the roof and bottom

For example, if I build myself up and someone has high ground, I can quickly open the roof and the floor quickly with only 1 button

i Play on ps4 with Keyboard and Mouse with KMG Capture !

i need a script only to open roof and bottom when i am to low ground ..



you say:
1- i need a script only to open ROOF and BOTTON when i low ground!!!
2- you need open the ROOF then a FLOOR when you low ground. or inside a box. >=)

= idea =
1- look the piece(roof) at corner then
2- enter to edit mode, auto select, then auto confirm
3- look the piece(floor) at same corner then
3- enter to edit mode, auto select, then auto confirm

= solucion =
- when you hold edit button or whaterver button just do this (enter to edit mode, auto select, then auto confirm)
that allow you to super fast edit, select, confirm and go out side of structures, and editing while running on ramps and outsides bulidings.

= pseudo code =
Code: Select all
//-- for main section --//
if( get (pickaxe) > 500ms) {
    combo_run(Auto_Edit);        // this auto edit constantly while you holding pickaxe button.
}
 
//-- for combo section --//
combo Auto_Edit {
    set(edit btn, 100); wait(50); // press edit btn to enter to editor
    wait(50);                             // delay time cuz server ping responde
    set(fire btn, 100); wait(50); // hold fire btn for select the piece to change (corner)
    wait(50);                             // delay time
    set(edit btn, 100); wait(50); // press edit btn again to auto confirm edition (put your confirm button here)
    wait(50);                             // delay time
}

Re: Fortnite Makro or script ?

PostPosted: Sat Jan 18, 2020 1:39 am
by gzimi77
when i use this script in my gtuner i became errors, can you help me ?