need script help autospot for pubg

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

need script help autospot for pubg

Postby bmpt guard » Sat Jan 13, 2018 10:51 pm

so im trying to find a way to do autospot mod for pubg.
the mark as shooting seems good idea but in pubg in order to mark map has to be up and is only way i believe, doesnt seem possible otherwise.

but second thought was with the autospot i already have but wanted to know how to adjust this script?
im thinking editing value numbers on autospot on the combo

Code: Select all
if (event_press(SPOT)){         
        if (AutoSpotOnOff == 1) {
            AutoSpotOnOff = 2;
        } else if (AutoSpotOnOff == 2) {
            AutoSpotOnOff = 1;
        }
        set_pvar(SPVAR_7, AutoSpotOnOff);
 
        if (AutoSpotOnOff == 1) {
            combo_run(RumbleNotifier);
        }
    }
    if (AutoSpotOnOff == 1) {
        combo_run(AutoSpot);
    }

Code: Select all
combo       AutoSpot         {
    set_val       (SPOT, 100);
    wait                (100);
    set_val         (SPOT, 0);
    wait                (980);
}
User avatar
bmpt guard
Command Sergeant Major
Command Sergeant Major
 
Posts: 142
Joined: Thu May 12, 2016 9:33 pm

Re: need script help autospot for pubg

Postby J2Kbr » Mon Jan 15, 2018 4:05 pm

The autospot script above is for Battlefield, in Battlefield while aiming an enemy you can press the spot button to mark the enemy for a certain amount of time. This script auto press the spot button, so it will mark all enemies automatically.

PUBG -unfortunately- does not have this mechanics.
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: need script help autospot for pubg

Postby Acquablu08 » Thu Jan 23, 2020 10:36 am

My ideal script for PUBG would be

Anti Recoil
Auto Spot
Hold Breath
Rapid Fire

Can anyone help me with that?
User avatar
Acquablu08
Sergeant First Class
Sergeant First Class
 
Posts: 23
Joined: Thu Jan 02, 2020 9:12 am

Re: need script help autospot for pubg

Postby J2Kbr » Thu Jan 23, 2020 8:34 pm

Please give a try to the gamepack, with exception of auto spot, it has all mods you listed:

https://www.consoletuner.com/kbase/pubg.htm
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: need script help autospot for pubg

Postby Acquablu08 » Thu Jan 23, 2020 11:17 pm

The hold breath does not work on game pack
User avatar
Acquablu08
Sergeant First Class
Sergeant First Class
 
Posts: 23
Joined: Thu Jan 02, 2020 9:12 am

Re: need script help autospot for pubg

Postby J2Kbr » Fri Jan 24, 2020 10:17 am

Acquablu08 wrote:The hold breath does not work on game pack

Try the "XIM4 Compatible" option. It will add a little delay between the ADS and the hold breath.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 87 guests