This commit is contained in:
LIghty 2018-03-20 16:59:54 +01:00
parent 3befee0f6f
commit 5e274524c1

View File

@ -10,9 +10,6 @@
#include "common.hpp" #include "common.hpp"
#include "sdk.hpp" #include "sdk.hpp"
CatVar var0(CV_SWITCH, "var0", "0", "Enable Aimbot",
"Main aimbot switch");
CKeyInput::CKeyInput(std::string name, IWidget* parent) : CBaseWidget(name, parent) { CKeyInput::CKeyInput(std::string name, IWidget* parent) : CBaseWidget(name, parent) {
Props()->SetInt("value", 0); Props()->SetInt("value", 0);
Props()->SetBool("capturing", false); Props()->SetBool("capturing", false);