Xbox one: Fortnite Aimbot.

GPC1 script programming for Titan One. Code examples, questions, requests.

Xbox one: Fortnite Aimbot.

Postby Loggannj » Tue Mar 20, 2018 11:04 pm

Can someone make or give me a script for titan one for Xbox one aimbot for fortnite?!
User avatar
Loggannj
Private First Class
Private First Class
 
Posts: 3
Joined: Tue Mar 20, 2018 11:02 pm

Re: Xbox one: Fortnite Aimbot.

Postby J2Kbr » Wed Mar 21, 2018 3:15 pm

Activates when pressing the Fire button.
Code: Select all
main {
    if(get_val(PS4_R2)) {
        combo_run(AutoAim);
    }
}
 
combo AutoAim {
    set_val(PS4_L2, 100);
    wait(150);
    set_val(PS4_L2, 0);
    wait(40);
    set_val(PS4_L2, 0);
}
 
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: Xbox one: Fortnite Aimbot.

Postby Evasi0n001 » Wed Feb 13, 2019 2:55 am

Where do you put the scripts at?
User avatar
Evasi0n001
Private First Class
Private First Class
 
Posts: 3
Joined: Tue Feb 12, 2019 10:39 pm

Re: Xbox one: Fortnite Aimbot.

Postby J2Kbr » Thu Feb 14, 2019 11:55 am

Evasi0n001 wrote:Where do you put the scripts at?

The basic steps to load a script into Titan One are:

1) Copy and paste the code into a blank document in Gtuner's Compiler panel;
2) Make any necessary change on the code and save the script;
3) Go to the the Programmer Panel;
4) Drag-and-drop the script name to any memory slot;
5) Click on the "Program Device" button;
6) Follow the programming wizard until it finishes;

7) Connect the Titan One on console, launch the game and press the button on the device until the display shows the same number you programmed the script.

That's all. hope it helps.
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 GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 129 guests