Fortnite Battle Royale: Instant Edit and Ramp Rush Script

Documentation, usage tips and configuration guides for Titan Two scripts and bytecodes published by the community users.

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby alanmcgregor » Tue Apr 09, 2019 6:23 pm

A quick update.

I going to revisit this Script (I reinstalled the game), so wait for updates next.

I have however questions for you guys.

1. Auto Aim (ADS Spam), I know it was nerfed, even though I came up with a version that seems to get a more sticky like before the nerf(is not in the script yet), and it looks like you are doing it manually. Now, how convenient is this mod?, everybody is now aware of it and can potentially get your account banned or reported.

2. Should I kept the Scritps Instant-Build?

3. Auto Weapon Slot still useful?

Now, about Instant Edit..
The only way this script supports instant edit, is as follows:
a) Using Builder Pro. Right D-Pad or Left D-Pad can be use as Custom Edit Button Only, but the should be also the Confirm Edit too. However the Change Mats or Place Traps mods should be disabled (Left or Right D-Pad, depending which one are you using)

b)PC Builder.
L3|LS should be your Instant Edit and Confirm button, and Sprint as Default most be ON to be able to sprint, walk is not possible.

Script doesn't support any other way to use Instant Edit. Specially when you are using the Circle|B button to confirm. That button is tracked in a very complex way, is unusable for Confirm an Edit to avoid off-syncs.
User avatar
alanmcgregor
Major
Major
 
Posts: 995
Joined: Tue Mar 27, 2018 8:38 am

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby alanmcgregor » Tue Apr 09, 2019 10:02 pm

UPDATE Ver 10.11
Code improvements. Script runs 40% less CPU, than before.
User avatar
alanmcgregor
Major
Major
 
Posts: 995
Joined: Tue Mar 27, 2018 8:38 am

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby alanmcgregor » Wed Apr 10, 2019 5:16 am

UPDATE Ver 10.12
NEW Auto-Aim . This one doesn't need to be manual tuned. :smile0517:

Removed: Deadzone Fixer. Very unused feature.
Removed: Auto Aim Tuning Dials, not needed anymore.

I'm trying to make this script more easy to use.

Added a new Auto-Aim code that is giving me great results.

Enjoy!
User avatar
alanmcgregor
Major
Major
 
Posts: 995
Joined: Tue Mar 27, 2018 8:38 am

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby Dima1 » Wed Apr 10, 2019 8:28 am

Nice
User avatar
Dima1
Sergeant First Class
Sergeant First Class
 
Posts: 21
Joined: Sun Mar 17, 2019 5:22 pm

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby Dima1 » Wed Apr 10, 2019 9:18 am

Dude can you add D90 future?
User avatar
Dima1
Sergeant First Class
Sergeant First Class
 
Posts: 21
Joined: Sun Mar 17, 2019 5:22 pm

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby alanmcgregor » Wed Apr 10, 2019 5:09 pm

Man, I going to say this straight up because it seems you don't get it.

1. AimBots are not possible on consoles, these require to read the game code. Devices like Titan Two only manipulates input, makes things automatically. Those scripts are only assholes who trying to make a profit from your ignorance.

2. So called AimBots on consoles are only ADS spammers, these force the auto lock-on into targets, Fortnite has this flaw on its aim mechanics. About the "Aim Assist" or "shake" they just add a stick movement to get stuck in the aim assist bubble (aka magnetic).

3. The "Aim Assist" they use on D90 is the simplest just diagonal move which is not that effective. Besides the D90 this script had 3 more complex and effective algorithms for it.

Adding "shake" makes the stick get stuck in the target, it might be OK for joysticks but for mouse is AWFUL, overkill, With both you can't do micro movement/corrections like aiming to the head once you are stuck in the trunk, in the long run are useless. That's why they are not longer in the script.

4. Should I sell my script so you start to feel a placebo effect?.

5. ADS spammers without "shake" are more effective and allows micro-movements, but Epic has nerfed this flawed mechanic. The New Auto-Aim (Aim Abuse or ADS Spammer) I introduce on the latest update is works around this nerf and doesn't need to be manual adjusted. I should sell it instead of give it for free?.

And Please don't DM trying to sell me something to added to my script that's not how I do things. I have seen the code of all of these scripts for sale are CRAP, how I seen it? well people who bought it and realize they were scammed ask me to fix it for them.

#micdrop
User avatar
alanmcgregor
Major
Major
 
Posts: 995
Joined: Tue Mar 27, 2018 8:38 am

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby bonefisher » Wed Apr 10, 2019 5:35 pm

Code: Select all
 
#pragma METAINFO("ASA", 1, 0, "bonefisher")
 
main
{
    if(get_actual(BUTTON_8))set_val(BUTTON_8, irand(100, 0));
 
    if(get_val(BUTTON_8)&& !get_actual(BUTTON_5)) {
        combo_run(ARA);
    } else
    if(get_val(BUTTON_5)) {
        combo_run(ARAF);
    }
    if(is_active(STICK_1_X)){combo_stop(ARA);combo_stop(ARAF);}
    if(is_active(STICK_1_Y)){combo_stop(ARA);combo_stop(ARAF);}
 
}
combo ARA
{
    set_val(STICK_1_Y, irand(40, 16));
    set_val(STICK_1_X, irand(40, 16));
    set_val(STICK_1_X, irand(-40, -16));
    wait(40);
    set_val(STICK_1_Y, irand(-40, -16));
    set_val(STICK_1_X, irand(-40, -16));
    set_val(STICK_1_X, irand(40, 16));
    wait(40);
}
combo ARAF
{
    set_val(STICK_1_Y, irand(50, 16));
    set_val(STICK_1_X, irand(50, 16));
    set_val(STICK_1_X, irand(-50, -16));
    wait(40);
    set_val(STICK_1_Y, irand(-50, -16));
    set_val(STICK_1_X, irand(-50, -16));
    set_val(STICK_1_X, irand(50, 16));
    wait(40);
}
 
int irand(int vmin, int vmax) {
    return(((int)(rand() * (fix32)(vmax + 1 - vmin))) + vmin);
}
 

Try this new I just built to see if it works on game!
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby alanmcgregor » Wed Apr 10, 2019 5:54 pm

See? this gentleman right here, writes the best innovative scripts, with ideas which would never occur to those guys who are selling shit.

bonefisher I also include a random values for the new ADS Spammer that make a huge difference.

I will try these as always, thanks :D !
User avatar
alanmcgregor
Major
Major
 
Posts: 995
Joined: Tue Mar 27, 2018 8:38 am

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby alanmcgregor » Wed Apr 10, 2019 8:09 pm

All right, I tried on Fortnite Save The World where I can use Zombies hitbox.

Findings:
For Fortnite, the default values are way too high, unplayable but that was expected. Then I adjust to the range of values I know works for the game, and things start to be less noise more control. Twist a little bit more, and I got a effective shake.

Then I start to test against another 2 shake algorithms once is a soft one that allows micro adjustments and the other one is very magnetic (most magnetic I ever wrote) better for joystick, yet too strong.

Results. Using the mouse, the shake is unconfortable and I still believe ADS spam is enough to get a better auto lock on.
For controller, the bonefisher random stick code with the values for Fortnite, works pretty well, with small flicks of the stick the mod track between heads easier and micro-movements were possible, better than the other two mods.

And the best results are always using ADS Spammer.
User avatar
alanmcgregor
Major
Major
 
Posts: 995
Joined: Tue Mar 27, 2018 8:38 am

Re: Fortnite Battle Royale: Turbo Instant-Build AIO Script

Postby Gamer416 » Wed Apr 10, 2019 9:27 pm

Can anyone help me with the auto peek shot?
I understand how it works and got it going...but it keeps crouching then going back ti standing position so i cannot conplete what im trying to do without being exposed...
User avatar
Gamer416
Sergeant
Sergeant
 
Posts: 7
Joined: Wed Mar 20, 2019 5:53 pm

PreviousNext

Return to User's Script Documentation

Who is online

Users browsing this forum: No registered users and 156 guests