diff --git a/src/hacks/LagExploit.cpp b/src/hacks/LagExploit.cpp index 3e1c04e2..d2369999 100644 --- a/src/hacks/LagExploit.cpp +++ b/src/hacks/LagExploit.cpp @@ -17,6 +17,8 @@ namespace lagexploit CatVar toggle(CV_SWITCH, "se_toggle", "0", "Toggle sequence exploit"); CatVar shoot(CV_SWITCH, "se_shoot", "0", "Allows instant revving up or shooting two shots at once"); + +// SHOUTOUTS TO BLACKFIRE CatVar doom(CV_SWITCH, "se_doom", "0", "Shoot 2+ shots at once, see Center string on activate."); CatVar stickyspam(CV_SWITCH, "se_stickyspam", "0", @@ -392,6 +394,7 @@ void CreateMove() } } } + // SHOUTOUTS TO BLACKFIRE if (doom) { static int i = 0;