Has anyone got a auto move loot for PUBG

GPC2 script programming for Titan Two. Code examples, questions, requests.

Has anyone got a auto move loot for PUBG

Postby Beryl » Tue Dec 01, 2020 8:36 am

Just wondered if anyone managed to put a script together for PUBG that when you go into loot inventory itl make your charactor auto strafe left to right to make looting smoother on PUBG lazy i know but final circles this could be very useful for speed. Thanks in advamce!
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Has anyone got a auto move loot for PUBG

Postby Mad » Tue Dec 01, 2020 8:48 am

What button do you use for loot inventory?
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

Re: Has anyone got a auto move loot for PUBG

Postby Beryl » Tue Dec 01, 2020 9:20 am

I use k3 on my mouse but the loot button on pubg xbox is the pause button
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Has anyone got a auto move loot for PUBG

Postby Beryl » Tue Dec 01, 2020 9:21 am

1 tap
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Has anyone got a auto move loot for PUBG

Postby Mad » Tue Dec 01, 2020 9:59 am

Code: Select all
#include <xb1.gph>
 
bool looting;
 
main {
    if(event_active(XB1_MENU)) {
        looting = !looting;
    }
 
    if(looting) {
        set_val(XB1_LX, clamp((sin(((fix32)system_time()/2500f)*45f) * 100f) * (100f - abs(get_val(XB1_LX))) / 100. + get_actual(XB1_LX), -100., 100.));
    }
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am

Re: Has anyone got a auto move loot for PUBG

Postby Beryl » Tue Dec 01, 2020 11:10 am

Fantastic will give this a try when i get back online! Thanks for your kind help
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Has anyone got a auto move loot for PUBG

Postby Beryl » Wed Nov 03, 2021 11:03 am

Mad wrote:
Code: Select all
#include <xb1.gph>
 
bool looting;
 
main {
    if(event_active(XB1_MENU)) {
        looting = !looting;
    }
 
    if(looting) {
        set_val(XB1_LX, clamp((sin(((fix32)system_time()/2500f)*45f) * 100f) * (100f - abs(get_val(XB1_LX))) / 100. + get_actual(XB1_LX), -100., 100.));
    }
}



Would it be possible to add a 360° movement to this, iv always used this but always wondered if there was a way to make rotate above loot to make it harder for that headshot to be lined up? Anyone?
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 75 guests