Titan one double y one time

Titan One general support. Questions, firmware update, feature request.

Titan one double y one time

Postby Dany » Fri Oct 11, 2019 7:23 pm

Bonjour je voudrais trouver un script que quand j'appuis sur une fois sur y sa me le fasse deux fois. Comme si j'appuyais deux fois sur y en une seul fois. Sur black ops 2 xbox 360. Je cherche un script, merci a vous.

Hello I would like to find a script that when I press on once on it is me doing it twice. As if I was pressing twice on it at one time. On black ops 2 xbox 360. I am looking for a script, thank you to you.
User avatar
Dany
Private First Class
Private First Class
 
Posts: 2
Joined: Sat Oct 05, 2019 1:33 am

Re: Titan one double y one time

Postby Mad » Fri Oct 11, 2019 7:56 pm

Is this for reload cancel? there are better ways to do this.

Here is what you asked for though:
Code: Select all
main { 
  if (get_val(XB1_Y)) {
    set_val(XB1_Y, 0);
    combo_run(y);
  }
}
 
combo y {
  set_val(XB1_Y, 100);
  wait(40);
  wait(40);
  set_val(XB1_Y, 100);
  wait(40);
}
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: Titan one double y one time

Postby Dany » Sat Oct 12, 2019 2:52 pm

C'est pour faire un script et que je puisse faire le double y en une fois seulement sur xbox 360, pas sur xbox one. Pouvez vous me donner le script pour la xbox 360. Merci

This is to make a script and I can do the double there in one time only on xbox 360, not on xbox one. Can you give me the script for the xbox 360. Thanks
User avatar
Dany
Private First Class
Private First Class
 
Posts: 2
Joined: Sat Oct 05, 2019 1:33 am

Re: Titan one double y one time

Postby Scachi » Sat Oct 12, 2019 4:45 pm

It doesn't matter if the button in the script is named xb1_y or xb360_y.
It should work for both / all consoles.
User avatar
Scachi
Brigadier General
Brigadier General
 
Posts: 3044
Joined: Wed May 11, 2016 6:25 am
Location: Germany


Return to Titan One Device

Who is online

Users browsing this forum: No registered users and 124 guests