GTA Online - Character Strength Building Script and Capture

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

GTA Online - Character Strength Building Script and Capture

Postby GTAthrowawayaccount » Mon Jun 13, 2016 12:24 am

oI made a script and a capture (on PS4) to increase the strength stat of Grand Theft Auto V online characters. Feel free to modify it, comment about it below, or ask any questions you need.
http://www.consoletuner.com/gpclib/?s=1194
Code: Select all
//Here's a video of the script in action... http://www.dailymotion.com/video/x4fzpjb
//Here's a link to the job I made for PS4... https://socialclub.rockstargames.com/cr ... xE9SOYottQ
//Here's instructions on how to make the job for other platforms...
//Create a Capture with 20 unarmed, hostile enemies with high accuracy and a 20 meter patrol range all in 1 central location around a prop that a player can stand on.
//Placing a prop near the center for someone to stand on is helpful if a player doesn't wish to participate, but is just there to help out another player.
//Put the team spawn points and respawn points as close as possible to them.
//Put the capture objects and capture points slightly further out.
//Litter the area with Health packs and body armors.
//Set the weapons to Forced Only and the default weapon to the knuckle dusters.
//(I prefer the time and weather to be noon and clear.)
//Set the time to 30 minutes, and when you play the capture with a friend (or a 2nd system), set the End Conditions to ALL POINTS if you want it to last longer than 30 minutes.

    int Turbo_Punch = FALSE;
   
  main
    {

        if(get_val(PS4_L2) && get_ptime(PS4_L2) > 750 && !Turbo_Punch) 
          { Turbo_Punch = TRUE; }                                             
    else if(Turbo_Punch && event_press(PS4_CROSS))                             
          { Turbo_Punch = FALSE; }                                             
         if(Turbo_Punch && !combo_running(Punch_Turbo))                       
          { combo_run(Punch_Turbo);}                                       
}
    combo Punch_Turbo
      { set_val(PS4_L2, 100);                                             
        set_val(PS4_R2, 0);                                           
        wait(100);                                                         
        set_val(PS4_L2, 100);                                           
        set_val(PS4_R2, 100);                                           
        wait(100); }                                                       


Edit:
I just found out that there's an easy way to build strength in freemode without any cops, and only using 1 target, your friend (they wont take any damage).

1) Go to a Bincos clothing store with a motorcycle and a friend.
2) Have your friend go in clothing menu at the mirror in the back of the store (and wait).
3) Drive a motorcycle into the store. (You wont attract police attention, but the store will close and your friend will stay in the clothing menu.)
4) Stand in front of your friend and run the Strength Building Script.

Here's a video of this demonstrated. http://www.dailymotion.com/video/x4gws9k
Last edited by GTAthrowawayaccount on Thu Jun 16, 2016 11:26 pm, edited 2 times in total.
Do you play GTA V with your Titan One? Join the ConsoleTuner crew I made! viewtopic.php?f=22&t=3954
User avatar
GTAthrowawayaccount
Sergeant Major
Sergeant Major
 
Posts: 98
Joined: Fri Nov 27, 2015 11:55 pm

Re: GTA Online - Character Strength Building Script and Capt

Postby UK_Wildcats » Mon Jun 13, 2016 4:21 pm

Thank you for sharing
User avatar
UK_Wildcats
Brigadier General
Brigadier General
 
Posts: 2243
Joined: Thu Jan 08, 2015 6:53 pm

Re: GTA Online - Character Strength Building Script and Capt

Postby Valant » Tue Jun 14, 2016 5:46 am

Nice, RP and a small bit of cash too. My friend just started GTAO yesterday so this will work nicely.
XB360, XB1
GT: Valant
User avatar
Valant
Lieutenant
Lieutenant
 
Posts: 355
Joined: Thu Nov 06, 2014 3:11 am
Location: Colorado, USA

Re: GTA Online - Character Strength Building Script and Capt

Postby J2Kbr » Tue Jun 14, 2016 10:14 am

thanks for sharing and make it available in our online library!! :)
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: GTA Online - Character Strength Building Script and Capt

Postby GTAthrowawayaccount » Thu Jun 16, 2016 10:57 pm

I just found out that there's an easy way to build strength in freemode without any cops, and only using 1 target, your friend (they wont take any damage).

1) Go to a Bincos clothing store with a motorcycle and a friend.
2) Have your friend go in clothing menu at the mirror in the back of the store (and wait).
3) Drive a motorcycle into the store. (You wont attract police attention, but the store will close and your friend will stay in the clothing menu.)
4) Stand in front of your friend and run the Strength Building Script.

Here's a video of this demonstrated. http://www.dailymotion.com/video/x4gws9k
Do you play GTA V with your Titan One? Join the ConsoleTuner crew I made! viewtopic.php?f=22&t=3954
User avatar
GTAthrowawayaccount
Sergeant Major
Sergeant Major
 
Posts: 98
Joined: Fri Nov 27, 2015 11:55 pm

Re: GTA Online - Character Strength Building Script and Capt

Postby The_Rabid_Taco » Thu Jun 16, 2016 11:01 pm

Nice exploit! Thanks for sharing and for the video on it!
User avatar
The_Rabid_Taco
Major
Major
 
Posts: 1066
Joined: Wed Mar 16, 2016 6:04 pm
Location: Pensacola, FL

Re: GTA Online - Character Strength Building Script and Capt

Postby Valant » Fri Jun 17, 2016 8:22 pm

Someone remake the job for XB360? My friend just got GTA V for it so his skills could get boosted.
Otherwise the link redirects to pc jobs

Image

I am also looking forward to more stat boosting scripts from you :)
XB360, XB1
GT: Valant
User avatar
Valant
Lieutenant
Lieutenant
 
Posts: 355
Joined: Thu Nov 06, 2014 3:11 am
Location: Colorado, USA

Re: GTA Online - Character Strength Building Script and Capt

Postby GTAthrowawayaccount » Sun Jun 19, 2016 2:12 am

Valant wrote:Someone remake the job for XB360? My friend just got GTA V for it so his skills could get boosted.
Otherwise the link redirects to pc jobs
(image)
I am also looking forward to more stat boosting scripts from you :)

I posted a method/exploit to help your friend boost their strength at bottom of the original post. That way doesn't require any special job.

If you want some more stat boosting scripts, I've made more... Here's one - Lung Capacity 12.16.15
Code: Select all
int Turbo_On = FALSE;

main {

    if(get_val(PS4_LEFT) && get_ptime(PS4_LEFT) > 750 && !Turbo_On){
        Turbo_On = TRUE;
    }
    else if(Turbo_On && event_press(PS4_CROSS)){
        Turbo_On = FALSE;
    }

    if(Turbo_On && !combo_running(Automatic_Lung_Capacity)){
        combo_run(Automatic_Lung_Capacity);
    }
}

combo Automatic_Lung_Capacity {
    set_val(PS4_R1, 100);
    wait(200);
    set_val(PS4_R1, 0);
    wait(4000);
    set_val(PS4_LY, 34);
    wait(50);
    set_val(PS4_LY, 57);
    wait(80);
    set_val(PS4_LY, 82);
    wait(50);
    set_val(PS4_LY, 100);
    wait(30);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 100);
    wait(160);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 0);
    wait(130);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 100);
    wait(120);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 0);
    wait(90);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 100);
    wait(120);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 0);
    wait(90);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 100);
    wait(130);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 0);
    wait(90);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 100);
    wait(120);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 0);
    wait(80);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 100);
    wait(130);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 0);
    wait(570);
    set_val(PS4_LY, 77);
    wait(100);
    set_val(PS4_LY, 56);
    wait(550);
    set_val(PS4_LY, 77);
    wait(70);
    set_val(PS4_LY, 98);
    wait(90);
    set_val(PS4_LY, 100);
    wait(30);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 100);
    wait(130);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 0);
    wait(110);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 100);
    wait(100);
    set_val(PS4_LY, 100);
    set_val(PS4_CROSS, 0);
    wait(170);
    set_val(PS4_LY, 74);
    wait(20);
    set_val(PS4_LY, 41);
    wait(10);
    set_val(PS4_LY, 0);
}
I set it to start by holding Left on the D-pad, but I made it that way just for personal use. I actually forgot I had it.

From running it again I can say, "Face straight out to open sea, then run the script and let it do its thing."

It could probably use longer wait times, different IF values, and maybe make a sister script that swims in a circle instead of straight. From running it again, starting with 0/100 lung capacity, after an hour of swimming straight out to sea, I checked my stats and had reached 100/100 before I was able to reach the map's edge and die. I let the script for 2 hours before I reached the map's edge and died.
Last edited by GTAthrowawayaccount on Sun Jun 19, 2016 3:30 am, edited 1 time in total.
Do you play GTA V with your Titan One? Join the ConsoleTuner crew I made! viewtopic.php?f=22&t=3954
User avatar
GTAthrowawayaccount
Sergeant Major
Sergeant Major
 
Posts: 98
Joined: Fri Nov 27, 2015 11:55 pm

Re: GTA Online - Character Strength Building Script and Capt

Postby Valant » Sun Jun 19, 2016 5:25 am

You're the only reason I'm still playing GTA V rn, (I'm savage to my best friends) thanks
XB360, XB1
GT: Valant
User avatar
Valant
Lieutenant
Lieutenant
 
Posts: 355
Joined: Thu Nov 06, 2014 3:11 am
Location: Colorado, USA

Re: GTA Online - Character Strength Building Script and Capt

Postby MightyMo » Sun Jun 19, 2016 8:00 pm

Hello fella's. First of all I want to apologies for my upcoming noobish questions you guys may have heard quit alot..

But I am very new in this Titan One world. I have purchased one today and may arrive next week at home..
So yeah, I play GTA 5 Online on the PS4 everyday. So i have bought the Titan One especially for this game. I've already scrolled down the gamerpacks. Some of them are pretty clear to understand, But I stil have some questions about it..

1. Does all 9 classes works Online?
2. Can i add and combine all 9 classes into my Titan and play with it Online? Example: Combine Rapid Fire with Auto-aim Etc..
3. I play mostly in Free Aim lobby's. So I really don't understand what the 'Auto-Aim' does in this kind of lobby's?
Does it help me aim at other players, just like assisted aim?
4. Do i need to have/buy other things to instal and use the Titan One on the PC and PS4?
5. Can someone (Maybe a experienced GTA player with Titan one?) please explain what kind of classes I need to build for the ultimate Free Aim headshot shooter ( :innocent_smile_1:)

Thank you very much!
User avatar
MightyMo
Sergeant First Class
Sergeant First Class
 
Posts: 17
Joined: Sun Jun 19, 2016 6:46 pm

Next

Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 70 guests