Destiny 2 INSTA-SHOT ANY FUSION RIFLE help with script plz

Titan One general support. Questions, firmware update, feature request.

Destiny 2 INSTA-SHOT ANY FUSION RIFLE help with script plz

Postby socalbum » Fri Oct 12, 2018 8:37 pm

LIke the title says could we get help making this script, i found nothing on this and I'm not good at making them any help would be greatly appreciated ty.

User avatar
socalbum
Sergeant
Sergeant
 
Posts: 6
Joined: Sat Dec 27, 2014 10:41 pm

Re: Destiny 2 INSTA-SHOT ANY FUSION RIFLE help with script p

Postby J2Kbr » Tue Oct 16, 2018 7:39 pm

This will charge the fusion rifle by pressing Dpad left.
The value in the combo must be tweaked for the fusion rifle.
Code: Select all
main {
    if(get_val(PS4_LEFT)) {
        combo_run(FusionGlitch);
    }
}
 
combo FusionGlitch {
    set_val(PS4_R2, 100);
    wait(800); // This value should be tweaked for the fuisoin rifle.
 
    set_val(PS4_CROSS, 100);
    wait(40); wait(200);
    set_val(PS4_CROSS, 100);
    wait(40);
}
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: Destiny 2 INSTA-SHOT ANY FUSION RIFLE help with script p

Postby socalbum » Tue Oct 30, 2018 3:02 am

here is another video maybe we should be going after the jump values?

User avatar
socalbum
Sergeant
Sergeant
 
Posts: 6
Joined: Sat Dec 27, 2014 10:41 pm


Return to Titan One Device

Who is online

Users browsing this forum: devlivings and 132 guests