Need Help With Some Code Please

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

Need Help With Some Code Please

Postby NikTheGamer » Sun Oct 30, 2022 12:00 pm

Can someone please convert this combo code to work with a different controller button combination.
It is a slide cancel combo made for Modern Warfare Warzone that automatically let you slide cancel by pressing R3, and worked great. Now i want it to work with MW2 (2022).
To slide cancel in MW2 the combination is: Slide, then press ADS twice, then Jump. I have tried to figure it out but could not get it to work. Would appreciate the help.
Code: Select all
combo ASCE { // Easy Slide Cancel.
    set_val(PS4_R3, 100);
    wait(120);
    set_val(PS4_R3, 0);
    wait(60);
    set_val(PS4_R3, 100);
    wait(50);
    set_val(PS4_R3, 100);
    set_val(PS4_CROSS, 100);
    wait(60);
    set_val(PS4_R3, 0);
    set_val(PS4_CROSS, 100);
    wait(10);
    set_val(PS4_CROSS, 0);
User avatar
NikTheGamer
Staff Sergeant
Staff Sergeant
 
Posts: 10
Joined: Thu Mar 25, 2021 3:09 pm

Re: Need Help With Some Code Please

Postby Mad » Mon Oct 31, 2022 2:59 am

Slide cancel method was patched after the beta.
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4532
Joined: Wed May 22, 2019 5:39 am


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 68 guests