Fortnite Script - Ramp Rush+Aim Assist/Abuse

GPC2 script programming for Titan Two. Code examples, questions, requests.

Fortnite Script - Ramp Rush+Aim Assist/Abuse

Postby Millerz420 » Fri Sep 13, 2019 6:36 am

Can anyone share with me the GPC script for one key press for a 3 layer ramp rush for Fortnite?

Id like to build a simple script that only has ramp rush on one button and the best aim assist / abuse currently working that aim abuse only activates when L2 is 95% or lower so i can still snipe as well

There are a ton of scripts and gamepacks but i havent found any that dont have too many features that accidentally get turned on or off in gameplay

Of course i cant integrate or borrow from gamepacks as they arent GPC format
User avatar
Millerz420
Sergeant First Class
Sergeant First Class
 
Posts: 18
Joined: Fri Dec 14, 2018 5:12 am

Re: Fortnite Script - Ramp Rush+Aim Assist/Abuse

Postby J2Kbr » Sun Sep 15, 2019 8:58 am

How the ramp rush should work? does the script should take control of movement stick when producing the ramp? (i don't believe this would be a good idea)
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Fortnite Script - Ramp Rush+Aim Assist/Abuse

Postby alanmcgregor » Sun Sep 15, 2019 6:24 pm

Is this what you are looking for?:
https://youtu.be/ssj0JmIGMvI

Well the issue is, you don't want to have this macro triggering when you are not in build mode. Being on build mode, requires tracking and for fortnite that is very complex thing to deal with, because the build button is use for many things besides building like navigating menus.

The best option and is the one I personally use, is to have a DEDICATED button to run the macro and teach yourself to press it only when you are in build mode.

That's how my personal script works, without using tracking I have keys for specific things.

Here is the macro for the RampRush you see on the video.

Code: Select all
 
combo cRampRush{
    set_val(ADS, 100.0);
    wait(StairPlaceTime);
    wait(StairPlaceTime);
    set_val(ADS, 100.0);
    wait(StairPlaceTime);
    set_val(NEXTWEAPON, 100.0);
    wait(FloorPlaceTime);
    set_val(NEXTWEAPON, 100.0);
    wait(FloorPlaceTime);
    set_val(FIRE, 100.0);
    wait(WallPlaceTime);
    wait(WallPlaceTime);
    set_val(FIRE, 100.0);
    wait(WallPlaceTime);
    set_val(ADS, 100.0);
    wait(StairPlaceTime);
    wait(StairPlaceTime);
    set_val(ADS, 100.0);
    wait(RampRushTime);
}
 


Where the timings are:
Code: Select all
 
#define FloorPlaceTime       40
#define WallPlaceTime        40
#define StairPlaceTime       40
#define RampRushTime        120
 


If you have fast internet connection try small values for faster build, mine is 100ms ping on average, so it might don't work as fast as you prefer.

Keep in mind, you have to teach yourself to press the macro in the right moment to ramp rush for a normal ramp rush, and look down for a bit at the edge for double ramp-build. If you are having inconsistent internet connection, this macro will mess up. Personally I don't use it because of it(my internet sucks), but I know many does with great results.

Feel free to use it or added to any script or gamepack :smile0517:
User avatar
alanmcgregor
Major
Major
 
Posts: 988
Joined: Tue Mar 27, 2018 8:38 am


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 88 guests

cron