underp
This commit is contained in:
parent
3befee0f6f
commit
5e274524c1
@ -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);
|
||||||
|
Reference in New Issue
Block a user