aboutsummaryrefslogtreecommitdiff
path: root/builtin/client
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-05 10:57:31 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-05 10:57:31 +0100
commit1f56317d5f55b1dd33fb28363b555aa55a483a75 (patch)
treeef93828f8d7868f0c9336623f6feb02b757f3765 /builtin/client
parent75ecaa2173f327c1453bd36c2601b0833ecb905f (diff)
downloaddragonfireclient-1f56317d5f55b1dd33fb28363b555aa55a483a75.tar.xz
Added NodeESP
Diffstat (limited to 'builtin/client')
-rw-r--r--builtin/client/cheats/init.lua2
-rw-r--r--builtin/client/cheats/render.lua1
2 files changed, 3 insertions, 0 deletions
diff --git a/builtin/client/cheats/init.lua b/builtin/client/cheats/init.lua
index 03fc20c60..6f3046f3c 100644
--- a/builtin/client/cheats/init.lua
+++ b/builtin/client/cheats/init.lua
@@ -27,6 +27,8 @@ core.cheats = {
["Coords"] = "coords",
["Tracers"] = "enable_tracers",
["ESP"] = "enable_esp",
+ ["NodeTracers"] = "enable_node_tracers",
+ ["NodeESP"] = "enable_node_esp",
["CheatHUD"] = "cheat_hud",
},
["World"] = {
diff --git a/builtin/client/cheats/render.lua b/builtin/client/cheats/render.lua
index 092c7fefc..6402246f3 100644
--- a/builtin/client/cheats/render.lua
+++ b/builtin/client/cheats/render.lua
@@ -1 +1,2 @@
core.register_list_command("xray", "Configure X-Ray", "xray_nodes")
+core.register_list_command("search", "Configure NodeESP", "node_esp_nodes")