From 5f0fe2547e30260e9b4ac14962b8798008f7a14c Mon Sep 17 00:00:00 2001 From: ExtReMLapin <3909752+ExtReMLapin@users.noreply.github.com> Date: Sat, 25 Sep 2021 17:59:23 +0200 Subject: [PATCH] updated definitions --- lua/badcoderz/sh_data.lua | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/lua/badcoderz/sh_data.lua b/lua/badcoderz/sh_data.lua index 41bbb1e..f928e7a 100644 --- a/lua/badcoderz/sh_data.lua +++ b/lua/badcoderz/sh_data.lua @@ -18,15 +18,11 @@ BadCoderz.heavy_funcs = { [Color] = "Color", [Vector] = "Vector", [Angle] = "Angle", - --[[ - candidates for "dumb fuckers" update : - CompileString - RunString - RunStringEx - ents.Create - surface.CreateFont - table.HasValue - ]] + [CompileString] = "CompileString", + [RunString] = "RunString", + [RunStringEx] = "RunStringEx", + [table.HasValue] = "table.HasValue", + } -- bool is represending a required(true) knum/kshort or an optional one (false), it's used when inspecting the bytecode @@ -164,4 +160,4 @@ end -- clientside functions BadCoderz.potentialsHooksFiles = {} -BadCoderz.potentialsHooksFiles["lua/includes/modules/hook.lua"] = true \ No newline at end of file +BadCoderz.potentialsHooksFiles["lua/includes/modules/hook.lua"] = true