h1z1

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

h1z1

Postby gav » Sat Feb 29, 2020 1:58 pm

hi, dont know if this is in the right place to ask but....can anyone write a script for hiz1 that has aimbot and all the good bits?
User avatar
gav
Sergeant
Sergeant
 
Posts: 6
Joined: Sat Feb 15, 2020 8:45 pm

Re: h1z1

Postby J2Kbr » Sun Mar 01, 2020 10:03 am

A real aim-bot is not possible on consoles. What can be done is abuse of the aim-assist mechanics, by repetitively pressing and releasing the ADS/Aim button. This "technique" can be very effective when playing campaign mode, but its effect is usually reduced in multiplayer.

With the Titan One you can load script to automatically perform the above technique, here is an example:

Code: Select all
main {
    if(get_val(PS4_L2) && get_ptime(PS4_L2) > 200) {
        combo_run(AimAssistAbuse);
    }
}
 
combo AimAssistAbuse {
    set_val(PS4_L2, 100);
    wait(40);
    set_val(PS4_L2, 0);
    wait(30);
    set_val(PS4_L2, 0);
}
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: h1z1

Postby gav » Sun Mar 01, 2020 11:24 am

thanks,,,, can i just add that script to the one i have already with the rapid fire?
User avatar
gav
Sergeant
Sergeant
 
Posts: 6
Joined: Sat Feb 15, 2020 8:45 pm

Re: h1z1

Postby J2Kbr » Mon Mar 02, 2020 11:14 am

gav wrote:thanks,,,, can i just add that script to the one i have already with the rapid fire?

Sure, please post your original script so we can help add the above aim-assist abuse code to it. :smile0517:
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: h1z1

Postby gav » Mon Mar 02, 2020 6:46 pm

User avatar
gav
Sergeant
Sergeant
 
Posts: 6
Joined: Sat Feb 15, 2020 8:45 pm

Re: h1z1

Postby Mad » Mon Mar 02, 2020 7:57 pm

added:
h1z1.gpc
(13.52 KiB) Downloaded 141 times
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: h1z1

Postby gav » Mon Mar 02, 2020 9:12 pm

thankyou very much
User avatar
gav
Sergeant
Sergeant
 
Posts: 6
Joined: Sat Feb 15, 2020 8:45 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 118 guests