We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624c0d7 commit 11572e6Copy full SHA for 11572e6
ttyd-tools/rel/source/codes.cpp
@@ -626,6 +626,13 @@ uint32_t autoMashText(uint32_t controllerPort)
626
return ttyd::system::keyGetButtonTrg(controllerPort);
627
}
628
629
+ // Don't auto mash if currently changing button combos
630
+ if (MenuVar.ChangingCheatButtonCombo)
631
+ {
632
+ // Return the intended value
633
+ return ttyd::system::keyGetButtonTrg(controllerPort);
634
+ }
635
+
636
if (!checkButtonComboEveryFrame(Cheat[AUTO_MASH_TEXT].ButtonCombo))
637
{
638
// Return the intended value
0 commit comments