diff --git a/data/menu/nullified-ui.xml b/data/menu/nullified-ui.xml
index 4d75fdb0..2b277f8d 100644
--- a/data/menu/nullified-ui.xml
+++ b/data/menu/nullified-ui.xml
@@ -8,6 +8,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -35,11 +78,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -72,6 +139,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -131,6 +221,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/hacks/Aimbot.cpp b/src/hacks/Aimbot.cpp
index 75ace90a..dc01249e 100644
--- a/src/hacks/Aimbot.cpp
+++ b/src/hacks/Aimbot.cpp
@@ -36,7 +36,7 @@ static settings::Bool extrapolate{ "aimbot.extrapolate", "0" };
static settings::Int slow_aim{ "aimbot.slow", "0" };
static settings::Float miss_chance{ "aimbot.miss-chance", "0" };
-static settings::Bool projectile_aimbot{ "aimbot.projectile.enabled", "1" };
+static settings::Bool projectile_aimbot{ "aimbot.projectile.enable", "true" };
static settings::Float proj_gravity{ "aimbot.projectile.gravity", "0" };
static settings::Float proj_speed{ "aimbot.projectile.speed", "0" };
static settings::Float huntsman_autoshoot{ "aimbot.projectile.huntsman-autoshoot", "0.5" };
@@ -60,7 +60,7 @@ static settings::Bool buildings_sentry{ "aimbot.target.sentry", "1" };
static settings::Bool buildings_other{ "aimbot.target.other-buildings", "1" };
static settings::Bool stickybot{ "aimbot.target.stickybomb", "0" };
static settings::Bool rageonly{ "aimbot.target.ignore-non-rage", "0" };
-static settings::Int teammates{ "aimbot.target.teammates", "0" };
+static settings::Bool teammates{ "aimbot.target.teammates", "0" };
#if ENABLE_VISUALS
static settings::Bool fov_draw{ "aimbot.fov-circle.enable", "0" };