PUBG GPC SCRIPT RELEASE [UPDATED] 2/18/18 STEADY AIM

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

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 1/24/18 fixed rapid/ji

Postby bmpt guard » Wed Jan 24, 2018 7:17 pm

mseaman1352 wrote:Thanks for the help. One issue I noticed is RS off interferes with leaning.

check now changing it now.
dpad right is on
press again is off
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 1/24/18 fixed rapid/ji

Postby mseaman1352 » Wed Jan 24, 2018 10:50 pm

Not seeing the updated script where dpad right is on and off now, is it posted somewhere else.
User avatar
mseaman1352
Private First Class
Private First Class
 
Posts: 3
Joined: Sat Jan 20, 2018 1:58 am

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 1/24/18 fixed rapid/ji

Postby bmpt guard » Wed Jan 24, 2018 10:53 pm

mseaman1352 wrote:Not seeing the updated script where dpad right is on and off now, is it posted somewhere else.

sorrry dpad right for on and off didnt work so off is A button
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 1/24/18 fixed rapid/ji

Postby Fak3messiah » Fri Jan 26, 2018 12:23 am

so you can't press A to jump or climb stuff?
User avatar
Fak3messiah
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Fri Jan 19, 2018 12:02 am

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 1/24/18 fixed rapid/ji

Postby Fak3messiah » Fri Jan 26, 2018 12:24 am

can you change it to D pad left for on since (D pad right if for grenades) and maybe D pad down for off?
sorry for the double post
User avatar
Fak3messiah
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Fri Jan 19, 2018 12:02 am

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 1/24/18 fixed rapid/ji

Postby dj_ryzan » Fri Jan 26, 2018 6:16 pm

Hey everyone,

-When I run the script it for some reason is pressing "RB" constantly.

-Is there a difference between "Jitter" and "autofire"?

-For the ones who have been testing, what is the biggest difference/help from this script?

Thanks
User avatar
dj_ryzan
Staff Sergeant
Staff Sergeant
 
Posts: 10
Joined: Mon Dec 29, 2014 7:14 pm

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 1/24/18 fixed rapid/ji

Postby bmpt guard » Fri Jan 26, 2018 6:27 pm

Fak3messiah wrote:can you change it to D pad left for on since (D pad right if for grenades) and maybe D pad down for off?
sorry for the double post


check you pms. you only mentioned off in pm if you want me to change on pm me again.



dj_ryzan wrote:Hey everyone,

-When I run the script it for some reason is pressing "RB" constantly.

-Is there a difference between "Jitter" and "autofire"?

-For the ones who have been testing, what is the biggest difference/help from this script?

Thanks

this could be because of jitter. i know jitter will do this but i just looked and i took out the bumper buttons in jitter combo so i dont know what is doing it.
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 1/24/18 fixed rapid/ji

Postby bmpt guard » Mon Feb 05, 2018 6:28 am

Fak3messiah wrote:can you change it to D pad left for on since (D pad right if for grenades) and maybe D pad down for off?
sorry for the double post

as requested. but it will interfere with changing fire rate since some guns even when on rapid will be funny in single rate of fire. sorry for lateness. :smile0517:
edit then again just pressing on again and again till full auto i guess it really wouldnt just might be more of a hassle than you think.


Code: Select all
//
// Sat Dec 23 2017 17:23:26
// Script generated by Visual to GPC
//----------------------------------------
 
define ONLY_WITH_SCOPE = FALSE;// Use Anti-recoil only when scoping
define ANTI_RECOIL = 50;       //change "0" to compensate vertical recoil (0 - 100)
define ANTI_RECOIL_LEFT = 50//change this value to compensate to the left (0 - 100)
define ANTI_RECOIL_RIGHT = 50; //change this value to compensate to the right (0 - 100)
 
 
// VARIABLES
// ---------------------------------------------------------
 
int AutoSpotOnOff;
int toggle;
int anti_recoil;
int anti_recoil_left;
int anti_recoil_right;
 
/* ----------------------------------------------------------------------------------------------------------------------
 *  MAIN
**/

main {
    // If RT is pressed, jitter will run//
    if(get_val(XB1_RT)){combo_run(jitter);
    }
    if(get_val(XB1_RT)) {
        combo_run(rapidfire);
    }   
    if(get_val(XB1_LT)) {
        if(get_val(XB1_LT)) {
            combo_run(quickscope);
        } else {
            combo_run(quickscope2);
        }
    }
    if (get_val(XB1_LEFT)) toggle =  TRUE; // Turn it on when you press DPAD LEFT
    if (get_val(XB1_A)) toggle = FALSE; // turn it off when you press DPAD LEFT
    if (toggle) {
    }else combo_stop(jitter);
    if (toggle) {
    }else combo_stop(rapidfire);
    if (toggle) {
    }else combo_stop(quickscope);
    if (toggle) {
    }else combo_stop(quickscope2);
}
 
combo    RumbleNotifier      {
    set_rumble(RUMBLE_A, 100);
    wait                (300);
    reset_rumble();
}
 
combo jitter{
set_val(XB1_RT, 40);
wait (20);
set_val(XB1_RT, 40);
wait (20);
set_val(XB1_RT, 40);
wait (20);
set_val(XB1_RT, 40);
wait (20);
set_val(XB1_RT, 40);
wait (20);
set_val(XB1_RT, 0);
}
 
combo rapidfire {
    set_val(XB1_RT, 40);
    wait(40);
    set_val(XB1_RT, 0);
}
 
combo FastReloadIMR {
    set_val(XB1_X, 100);
    wait(40);
    set_val(XB1_X, 0);
    wait(500); // << Adjustable timing
    set_val(XB1_X, 0);
    set_val(XB1_LX, 0);
    set_val(XB1_LY, -100);
    wait(40);
}
 
combo quickscope {
    set_val(XB1_LT, 100);
    wait(10);
    set_val(XB1_LT, 0);
}
 
combo quickscope2 {
    set_val(XB1_LT, 100);
    wait(20);
    set_val(XB1_LT, 0);
    wait(10);
    set_val(XB1_LT, 0);
}
 
combo AntiRecoil { // This combo must be the last one
    if(get_val(XB1_RT)) {
    anti_recoil = get_val(10) + ANTI_RECOIL;
    if(anti_recoil > 100) anti_recoil = 100;
    set_val(10, anti_recoil);
    anti_recoil_left = get_val(9) -ANTI_RECOIL_LEFT;
    if(anti_recoil_left > 100) anti_recoil_left = 100;
    set_val(9, anti_recoil_left);
    anti_recoil_right = get_val(9) +ANTI_RECOIL_RIGHT;
    if(anti_recoil_right > 100) anti_recoil_right = 100;
    set_val(9, anti_recoil_right);
    }
}
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 2/5/18 BETTER ANTIRECO

Postby mannyg1992 » Wed Feb 07, 2018 3:24 am

Hello can someone please help me since im new here how to properly get this script to work on the Titan Two. Im also using Xim 4. Thanks a bunch.
User avatar
mannyg1992
Staff Sergeant
Staff Sergeant
 
Posts: 14
Joined: Thu Dec 21, 2017 2:51 am

Re: PUBG GPC SCRIPT RELEASE [UPDATED] 2/5/18 BETTER ANTIRECO

Postby bmpt guard » Wed Feb 07, 2018 6:32 am

mannyg1992 wrote:Hello can someone please help me since im new here how to properly get this script to work on the Titan Two. Im also using Xim 4. Thanks a bunch.


how to add script to thread:
1) copy script in thread first post at top
2)in gtuner for titan two go to gpc compiler and click new delete the starter shit and paste the script. then save it
3) go to programmer in gtuner titan two and select the script you saved and hit program when titan two connect to pc.
4) when it programmed make sure to select slot when plugged in xbox one also device got to be connected like diagram before console turns on.
5) remember toggle for rapidfire/jitter/quickscope is dpad right=on A button =off

this is diagram of how its connected.
xbox one <<<<< titan two <<<<< xim 4 <<<<<< your controller
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm

PreviousNext

Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 60 guests