[Invention] Time Manipulator Tool
Hello there people of the world.
I, the amazing
KorkiPoo am here to present to you my newest and latest invention. Yes, that's right. Just for you!
This amazing script will make you move faster in the world of Garry's Modification! You'll be the Road Runner of the server. A true champion.
[
Manual]
Step 1. Extract the contents of the .RAR file into the lua folder.
Step 2. Start Garry's Modification.
Step 3. Use an application to inject your super secret private bypasser.
Step 4. Open up the console and enter this powerful code "lua_openscript_cl speed.lua"
Step 5. Enter it without the quotes.
Step 6. Press shift and you'll be time traveling through the world of Garry's Modification!
VirusTotal Scan 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)
seriously?
You should be a salesperson. I'd buy it.
Is there any way I can edit the lua to bind the speed to a different key other than "sprint"?
your invention is marvelous thank you for your contributions to dr.who
Pretty sure this was actually patented by Thomas Edison already.
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!]
Just crashes my game when I open speed.lua
yea i put that thing in the bin folder and run it and it gives me the error:
Couldn't include file 'includes\modules\cvar3.lua' (File not found) (@lua/speed.lua (line 1))
[ERROR] lua/speed.lua:1: Module not found!
1. require - [C]:-1
2. unknown - lua/speed.lua:1