NBA 2K18 VC FARM SIMPLE

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

NBA 2K18 VC FARM SIMPLE

Postby Kdtrey5 » Sat Oct 21, 2017 10:18 pm

HELLO,

I HAVE MADE A SIMPLE VC FARM WITH 2K18 IT SIMPLY STARTS AND RESTARTS PLAY NOW GAMES.
JUST LEAVE OVER NIGHT OR WHEN OUT I ESTIMATED I GOT AROUND 7K VC 4HRS WHILE I WAS TAKING A NAP I WOULD SAY BEST USED WHILE SLEEPING OR ALL DAY .THE VC YOU EARN IS RANDOM DUE TOO 2K BUT ITS THE BEST WAY IMO WITH ZERO WORK REQUIRED PLEASE REMEMBER TO CHANGE UR SETTING TO 1MIN QUARTER HALL OF FAME AND EDIT GAME SLIDERS SO THEIRS ZERO FOULS.

EACH GAME EARNS YOU (125VC)


SOOO LETS DO SOME MATH
125 x 500(times u let run) = 62,500 VC
Each Game is 300seconds (5min) soo if u let run 500 times and each game is 5min, you would do 300(Seconds) x 500(times u ran script) = 150000Seconds



Soo 150000 seconds in days equal too = 1.7( ONE day and 7hrs).


LET ME KNOW FEED BACK BELOW :smile0202:



Code: Select all
//// 2017-10-20 19:21:47
// NBA 2K18 VC FARM 1.O // BY KDTREY5
// PLEASE REMEBER TO CHANGE TO 1MIN QUARTERS ALSO HALL OF FAME
//----------------------------------------
int toggle;
 
 
main {
if (get_val(PS4_L2)) toggle = TRUE; // Turn it on when you press L2
if (get_val(PS4_R2)) toggle = FALSE; // turn it off when you press R2
if (toggle) {
combo_run(kvc);
}else combo_stop(kvc);
}
 
 
 
 
combo kvc {
set_val(PS4_CROSS, 100);
wait(70);
set_val(PS4_CROSS, 0);
wait(70);
set_val(PS4_CROSS, 100);
wait(60);
set_val(PS4_CROSS, 0);
wait(70);
wait(60);
set_val(PS4_CROSS, 100);
wait(70);
set_val(PS4_CROSS, 0);
wait(60);
}
 
User avatar
Kdtrey5
Sergeant
Sergeant
 
Posts: 6
Joined: Sat Oct 21, 2017 10:11 pm

Re: NBA 2K18 VC FARM SIMPLE

Postby J2Kbr » Wed Oct 25, 2017 11:38 am

Awesome work!! :) I didn't found your script in the Online Library, if possible please publish it there. This script will be an great addition to our GPC Script library. thanks.
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: NBA 2K18 VC FARM SIMPLE

Postby bmpt guard » Wed Dec 06, 2017 6:41 pm

J2Kbr wrote:Awesome work!! :) I didn't found your script in the Online Library, if possible please publish it there. This script will be an great addition to our GPC Script library. thanks.

how to use this what screnn do i gotta be on and whats on off buttons on xb1?
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm

Re: NBA 2K18 VC FARM SIMPLE

Postby bmpt guard » Wed Dec 06, 2017 6:43 pm

norge1 wrote:
J2Kbr wrote:Awesome work!! :) I didn't found your script in the Online Library, if possible please publish it there. This script will be an great addition to our GPC Script library. thanks.

how to use this what screnn do i gotta be on and whats on off buttons on xb1?

i figured it out
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm

Re: NBA 2K18 VC FARM SIMPLE

Postby bmpt guard » Wed Dec 06, 2017 7:15 pm

norge1 wrote:
norge1 wrote:
J2Kbr wrote:Awesome work!! :) I didn't found your script in the Online Library, if possible please publish it there. This script will be an great addition to our GPC Script library. thanks.

how to use this what screnn do i gotta be on and whats on off buttons on xb1?

i figured it out

this script is not bad. very good add to the communtiy. thanks a ton bro
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm

Re: NBA 2K18 VC FARM SIMPLE

Postby blazter » Tue Jan 09, 2018 5:16 pm

Kdtrey5 wrote:HELLO,

I HAVE MADE A SIMPLE VC FARM WITH 2K18 IT SIMPLY STARTS AND RESTARTS PLAY NOW GAMES.
JUST LEAVE OVER NIGHT OR WHEN OUT I ESTIMATED I GOT AROUND 7K VC 4HRS WHILE I WAS TAKING A NAP I WOULD SAY BEST USED WHILE SLEEPING OR ALL DAY .THE VC YOU EARN IS RANDOM DUE TOO 2K BUT ITS THE BEST WAY IMO WITH ZERO WORK REQUIRED PLEASE REMEMBER TO CHANGE UR SETTING TO 1MIN QUARTER HALL OF FAME AND EDIT GAME SLIDERS SO THEIRS ZERO FOULS.

EACH GAME EARNS YOU (125VC)


SOOO LETS DO SOME MATH
125 x 500(times u let run) = 62,500 VC
Each Game is 300seconds (5min) soo if u let run 500 times and each game is 5min, you would do 300(Seconds) x 500(times u ran script) = 150000Seconds

is there anyway that u could add that every 2 minutes this combo activates triangel rs up and x so this would work on my career too and mycareer u earn around 500 a game reply if u make that possible



Soo 150000 seconds in days equal too = 1.7( ONE day and 7hrs).


LET ME KNOW FEED BACK BELOW :smile0202:



Code: Select all
//// 2017-10-20 19:21:47
// NBA 2K18 VC FARM 1.O // BY KDTREY5
// PLEASE REMEBER TO CHANGE TO 1MIN QUARTERS ALSO HALL OF FAME
//----------------------------------------
int toggle;
 
 
main {
if (get_val(PS4_L2)) toggle = TRUE; // Turn it on when you press L2
if (get_val(PS4_R2)) toggle = FALSE; // turn it off when you press R2
if (toggle) {
combo_run(kvc);
}else combo_stop(kvc);
}
 
 
 
 
combo kvc {
set_val(PS4_CROSS, 100);
wait(70);
set_val(PS4_CROSS, 0);
wait(70);
set_val(PS4_CROSS, 100);
wait(60);
set_val(PS4_CROSS, 0);
wait(70);
wait(60);
set_val(PS4_CROSS, 100);
wait(70);
set_val(PS4_CROSS, 0);
wait(60);
}
 
User avatar
blazter
Sergeant
Sergeant
 
Posts: 8
Joined: Thu Jan 04, 2018 8:48 pm

Re: NBA 2K18 VC FARM SIMPLE

Postby bmpt guard » Thu Jan 11, 2018 1:42 am

there a new afk script or updated for 2k18?
i think they changed something to fix current script
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 74 guests