How???
When i load this it doesnt work it gives me , Couldn't include file 'includes\modules\cvar3.lua' (File not found) (require("cvar3")
GetConVar("sv_cheats"):SetValue(1)
hook.Add("CreateMove", "Speed", function(CUserCmd)
if CUserCmd:KeyDown(131072) then
GetConVar("host_timescale"):SetValue(5)
else
GetConVar("host_timescale"):SetValue(1)
end
end) (line 1))
[gDaap Bypasser] [ERROR] Error calling Lua code (Runtime Error)[[string "require("cvar3")..."]:1: Module not found!]