Speed Hack

Posts 112 of 12 · Page 1 of 1
Speed Hack
I have been looking for a Gmod speed hack for about a week does anyone have a working speedhack?
I have one, Ill release it shortly.

---------- Post added at 12:39 AM ---------- Previous post was at 12:20 AM ----------

K i uploaded a speedhack, i didnt make it lenny did but its good
Or something much easier


alias +sh "host_framerate 12"; alias -sh "host_framerate 0"; bind g +sh

put that in console hold g and space and you run fast
Gokus i did that and my Gmod crashed xD
Quote Originally Posted by Ragion View Post
Gokus i did that and my Gmod crashed xD
Maybe you don't need it at 12? You really only need it on 3.
This is what i put in console "alias +sh "host_framerate 3"; alias -sh "host_framerate 0"; bind v +sh" i binded "v" but still dont work
You need a bypasser to use host_framerate in most servers. ABYSS is a pretty good one.
You could bind like bind "mouse4 host_framerate 3" ; bind "mouse5 host_framterate 0"

Speedhack on = mouse4
Speedhack off= mouse5
Just bind it in the autoexec.cfg and start the game afterwards.
Code:
require("cvar3")
local cheats = GetConVar("sv_cheats")
cheats:SetValue(1)
LocalPlayer():EmitSound("UI/buttonclick.wav", 500, 100)

function Speed()
	local timescale = GetConVar("host_timescale")
	timescale:SetValue(10)
end
function OffSpeed()
	local timescale = GetConVar("host_timescale")
	timescale:SetValue(1)
end
concommand.Add("+speedh", Speed)
concommand.Add("-speedh", OffSpeed)
Bind a key to +speedh. You're going to need cvar3 for this, by the way. Remember to rename both files to have add _win32 to their name.
You only really need gmcl. The gmsv is for servers.
Where can i get cvar3?

---------- Post added at 01:13 AM ---------- Previous post was at 12:39 AM ----------

SOLVED!! "alias +sh "host_framerate 8"; alias -sh "host_framerate 0"; bind v +sh"
for some reason it works now xD
Posts 112 of 12 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?