PUBG AFK BP COLLECTING (PC ONLY)

Created to make back my $30 I spent on this garbage hack infested game. You'll need to set up a number of things in order for it to work correctly. In Steam click Stream at the top > settings > controller > General controller Settings. Enable Xbox Configuration support. Uncheck "Guide Button Focuses Steam". Make sure detected controllers say Xbox 360 controller. Click Back. Now select "Desktop Configuration". Click the RB and change it to the Z key. Click the box that was the directional keys for the left joy stick. Select "Click Action" and change it to left shift. X out of there and click OK in settings. Done setting up steam. You should be able to move the mouse pointer around around using the right joystick now. Start PUBG and open settings > control. Time to set up the controller selecting only the right side boxes. Scroll down to "Move forward" etc and set up each direction with the left joystick. Find Prone and set it to RB on the controller. Should read as "Left Alt" once you set it. Scroll to "Parachute" and set up the left joyset. Scroll to "swimming" set "swim up" to the "A" button. Should read as enter. Run the game at lowest settings. Resolution MUST be set to 1650x1050. If everything is set up correctly move the cursor to the upper very left hand corner and press D-Pad UP to start the script. Give it a few cycles. If it fails to start a game then you can either troubleshoot yourself if possible or send me a message and Ill help get it working correctly._____________________________________________________________________________________________________________ I used a 2nd low end PC for this with driver settings set to the absolute lowest settings. Even lowered the LOD in the driver using Nvidia Inspector to lowest possible setting allowed. I underclocked CPU and Volts to lowest possible. Underclocked my video card to lowest settings. Trying to use the least amount of electricity as possible.
Version1.3
AuthorTRU-ASSASSIN
Publish DateWed, 4 Apr 2018 - 08:21
Last UpdateWed, 4 Apr 2018 - 08:21
Downloads126
RATE


0

0

Release Notes: Private message me at Consoletuner.com if you need help trouble shooting.
Code: Select all
 
 
int TimeA=15000; //
int TimeB=30000; //
int TimeC=30000;
int TimeD=30000;
 
int runLoop;
 
main {
vm_tctrl(-8);
    if (event_press(XB360_UP)) {
        if (runLoop == TRUE) {
            runLoop = FALSE;
        } else if (runLoop == FALSE) {                                                                                                                                                 
            runLoop = TRUE;
        }
    }
 
    if (runLoop == TRUE) {
        combo_run(autowalk);
        combo_run(autowalk1);
        combo_run(autowalk2);
    }
}
 
combo autowalk {
    set_val(XB360_RY, 100); //mouse right
    set_val(XB360_RX, 20); //mouse down
    wait(480);
    set_val(XB360_RY, 25); //mouse right
    wait(500);
    set_val(XB360_RT, 100); //Start game
    wait(100);
    //set_val(XB360_RY, 25); //mouse right
    //wait(100);
    //set_val(XB360_RT, 100); //Start game
    //wait(100);
    set_val(XB360_RY, 100); //mouse right
    set_val(XB360_RX, 100); //mouse down
    wait(2000);
    set_val(XB360_RX, -100); //mouse left
    set_val(XB360_RY, -70); //mouse up
    wait(520);
    set_val(XB360_RT, 100); //exit to lobby
    wait(4000);
    set_val(XB360_RY, 50); //mouse right
    set_val(XB360_RX, 100); //mouse down
    wait(75);
    set_val(XB360_RT, 100); //reconnect to server
    wait(500);
    set_val(XB360_RX, 20); //wait
    wait(100);
    set_val(XB360_A, 100); //restart game if crashed
    wait(500);
    set_val(XB360_RX, -100); //mouse left
    set_val(XB360_RY, -65); //mouse up
    wait(2000);
    set_val(XB360_START, 100); //reset mouse pointer
    wait(500);
    set_val(XB360_LT, 30); //wait
    wait(200);
    set_val(XB360_START, 100); //reset mouse pointer
    wait(500);
    set_val(XB360_LT, 100); //wait
    wait(500);
 
}
combo autowalk1 {
    set_val(XB360_LY, -100); //move forward
    set_val(XB360_A, 100); //move forward
    wait(1000);
    //set_val(XB360_LY, 100); //move forward
    //wait(TimeA);
}
combo autowalk2 {
    set_val(XB360_RB, 100); //move forward
    wait(2000);
    //set_val(XB360_LY, 100); //move forward
    //wait(TimeA);
}