X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=builtin%2Fclient%2Fcheats.lua;h=e4cace74409263f1887dafa0d3c02c4824051f25;hb=b7abc8df281390b1fb5def31866086029209aa67;hp=43d79d49829c2ac72c9e73b182a69772a17730b1;hpb=044a12666e6140f15e073f528a9168348554dc52;p=dragonfireclient.git diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index 43d79d498..e4cace744 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -1,18 +1,17 @@ core.cheats = { ["Combat"] = { - ["Killaura"] = "killaura", ["AntiKnockback"] = "antiknockback", - ["FastHit"] = "spamclick", + ["AttachmentFloat"] = "float_above_parent", }, ["Movement"] = { ["Freecam"] = "freecam", - ["PrivBypass"] = "priv_bypass", ["AutoForward"] = "continuous_forward", ["PitchMove"] = "pitch_move", ["AutoJump"] = "autojump", ["Jesus"] = "jesus", ["NoSlow"] = "no_slow", - + ["JetPack"] = "jetpack", + ["AntiSlip"] = "antislip", }, ["Render"] = { ["Xray"] = "xray", @@ -21,25 +20,34 @@ core.cheats = { ["NoHurtCam"] = "no_hurt_cam", ["BrightNight"] = "no_night", ["Coords"] = "coords", - ["Tracers"] = "enable_tracers", + ["CheatHUD"] = "cheat_hud", + ["EntityESP"] = "enable_entity_esp", + ["EntityTracers"] = "enable_entity_tracers", + ["PlayerESP"] = "enable_player_esp", + ["PlayerTracers"] = "enable_player_tracers", + ["NodeESP"] = "enable_node_esp", + ["NodeTracers"] = "enable_node_tracers", }, - ["World"] = { + ["Interact"] = { ["FastDig"] = "fastdig", ["FastPlace"] = "fastplace", ["AutoDig"] = "autodig", ["AutoPlace"] = "autoplace", ["InstantBreak"] = "instant_break", - ["IncreasedRange"] = "increase_tool_range", - ["UnlimitedRange"] = "increase_tool_range_plus", - ["PointLiquids"] = "point_liquids", + ["FastHit"] = "spamclick", + ["AutoHit"] = "autohit", }, ["Exploit"] = { ["EntitySpeed"] = "entity_speed", - ["ParticleExploit"] = "log_particles", }, ["Player"] = { ["NoFallDamage"] = "prevent_natural_damage", ["NoForceRotate"] = "no_force_rotate", + ["Reach"] = "reach", + ["PointLiquids"] = "point_liquids", + ["PrivBypass"] = "priv_bypass", + ["AutoRespawn"] = "autorespawn", + ["ThroughWalls"] = "dont_point_nodes", }, }