File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,11 @@ BadCoderz.heavy_funcs = {
1818 [Color ] = " Color" ,
1919 [Vector ] = " Vector" ,
2020 [Angle ] = " Angle" ,
21- --[[
22- candidates for "dumb fuckers" update :
23- CompileString
24- RunString
25- RunStringEx
26- ents.Create
27- surface.CreateFont
28- table.HasValue
29- ]]
21+ [CompileString ] = " CompileString" ,
22+ [RunString ] = " RunString" ,
23+ [RunStringEx ] = " RunStringEx" ,
24+ [table .HasValue ] = " table.HasValue" ,
25+
3026}
3127
3228-- bool is represending a required(true) knum/kshort or an optional one (false), it's used when inspecting the bytecode
164160
165161-- clientside functions
166162BadCoderz .potentialsHooksFiles = {}
167- BadCoderz .potentialsHooksFiles [" lua/includes/modules/hook.lua" ] = true
163+ BadCoderz .potentialsHooksFiles [" lua/includes/modules/hook.lua" ] = true
You can’t perform that action at this time.
0 commit comments