NBA 2K19 perfect shot script.... myCareer

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

Re: NBA 2K19 perfect shot script.... myCareer

Postby JooCe » Tue Mar 26, 2019 8:45 pm

Smeedly wrote:Script not working for me. Using PS4 Pro, NBA 2K 19, on slot 1 og Titan Two
No errors on compile or test/debug. Enter game , go to gym to test and no timed release. Suggestions? Plz help!

Code: Select all
#pragma METAINFO("Titan Green", 1, 0, "Console Tuner")
 
#include <ps4.gph>
int shottime = 619; //Adjust time SQUARE is held down. 1000 = 1 second  FADE
int time = 700; //Adjust time SQUARE is held down. 1000 = 1 second  LAY UP
int freethrow = 750; //Jumpshot 49-Rudy Gay-Kevin Durant-75%-25%
 
main {
     if(get_val(PS4_SQUARE)) {
        combo_run(magick);
        }
        {
  if(event_active(PS4_R3)) {
    combo_run(HOLDSQUARE);
  }
  if(event_active(PS4_L3)) {
    combo_run(FADE);
  }
  if(event_active(PS4_TOUCH)) {
    combo_run(EASY)
}
}
}
combo magick {
    set_val(PS4_SQUARE, 100);
    wait(514);
    set_val(PS4_SQUARE, 0);
}
combo HOLDSQUARE
{
    set_val(PS4_SQUARE, 100);
    wait(shottime);
    set_val(PS4_SQUARE, 0);
}
combo FADE
{
    set_val(PS4_SQUARE, 100);
    wait(time);
    set_val(PS4_SQUARE, 0);
} 
combo EASY
{
    set_val(PS4_SQUARE, 100);
    wait(freethrow);
    set_val(PS4_SQUARE, 0);
 
}


Same! Did you figure out what's up?
User avatar
JooCe
Corporal
Corporal
 
Posts: 5
Joined: Thu Mar 21, 2019 5:31 pm

Re: NBA 2K19 perfect shot script.... myCareer

Postby WombRaider » Fri Mar 29, 2019 8:44 am

None of this shit can be used online so it's kind of a flop. I mean career has to be played to grind badges but would be best if could be used online. I think 2k took measures against it. Too many different timings for the same shot in the same game.
User avatar
WombRaider
Sergeant
Sergeant
 
Posts: 9
Joined: Wed Mar 27, 2019 8:08 am

Previous

Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 55 guests