diff --git a/src/crits.cpp b/src/crits.cpp index 47b33192..1bdb2f95 100644 --- a/src/crits.cpp +++ b/src/crits.cpp @@ -12,7 +12,7 @@ CatVar crit_info(CV_SWITCH, "crit_info", "0", "Show crit info"); CatVar crit_key(CV_KEY, "crit_key", "0", "Crit Key"); CatVar crit_melee(CV_SWITCH, "crit_melee", "0", "Melee crits"); CatVar crit_legiter( - CV_SWITCH, "crit_force_gameplay", "0", + CV_SWITCH, "crit_force_gameplay", "0", "Don't hinder gameplay", "Attempt to crit when possible but do not hinder normal gameplay"); CatVar crit_experimental(CV_SWITCH, "crit_experimental", "0", "Experimental crithack"); diff --git a/src/hacks/LagExploit.cpp b/src/hacks/LagExploit.cpp index 2086cf12..ed8c919f 100644 --- a/src/hacks/LagExploit.cpp +++ b/src/hacks/LagExploit.cpp @@ -15,19 +15,19 @@ 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"); +CatVar shoot(CV_SWITCH, "se_shoot", "0", "Instant revvup/shoot 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", +CatVar doom(CV_SWITCH, "se_doom", "0", "Shoot 2+ shots at once", + "See Center string on activation."); +CatVar stickyspam(CV_SWITCH, "se_stickyspam", "0", "Sticky spam", "Allows Spam of stickies simply by holding Mouse1."); CatVar cloak(CV_SWITCH, "se_cloak", "0", "Instant decloak/cloak"); CatVar cap(CV_SWITCH, "se_cap", "0", "Auto instant cap"); -CatVar cart(CV_SWITCH, "se_cart", "0", "Automatically farm points by touching " - "the cart (only works on attacking " - "team)"); +CatVar cart(CV_SWITCH, "se_cart", "0", "Farm cart points", + "Automatically farm points by touching " + "the cart (only works on attacking " + "team)"); CatVar instant_weapon_switch(CV_SWITCH, "se_switch", "0", "Instant weapon switch"); CatVar key(CV_KEY, "se_key", "0", "Sequence exploit key");