ShOuToUtS tO bLaCkFiRe
This commit is contained in:
parent
539fff0022
commit
626bc8a5f1
@ -17,6 +17,8 @@ namespace lagexploit
|
|||||||
CatVar toggle(CV_SWITCH, "se_toggle", "0", "Toggle sequence exploit");
|
CatVar toggle(CV_SWITCH, "se_toggle", "0", "Toggle sequence exploit");
|
||||||
CatVar shoot(CV_SWITCH, "se_shoot", "0",
|
CatVar shoot(CV_SWITCH, "se_shoot", "0",
|
||||||
"Allows instant revving up or shooting two shots at once");
|
"Allows instant revving up or shooting two shots at once");
|
||||||
|
|
||||||
|
// SHOUTOUTS TO BLACKFIRE
|
||||||
CatVar doom(CV_SWITCH, "se_doom", "0",
|
CatVar doom(CV_SWITCH, "se_doom", "0",
|
||||||
"Shoot 2+ shots at once, see Center string on activate.");
|
"Shoot 2+ shots at once, see Center string on activate.");
|
||||||
CatVar stickyspam(CV_SWITCH, "se_stickyspam", "0",
|
CatVar stickyspam(CV_SWITCH, "se_stickyspam", "0",
|
||||||
@ -392,6 +394,7 @@ void CreateMove()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// SHOUTOUTS TO BLACKFIRE
|
||||||
if (doom)
|
if (doom)
|
||||||
{
|
{
|
||||||
static int i = 0;
|
static int i = 0;
|
||||||
|
Reference in New Issue
Block a user