local AddHook = dismay and dismay.AddHook or hook and hook.Add or function() print("fuck i missed") end;
AddHook("CreateMove", "BHOP", function(cmd)
if (cmd:KeyDown(IN_JUMP)) then
if(cmd:GetMouseX() < 0) then --spinning right
cmd:SetSideMove(-10000);
elseif(cmd:GetMouseX() > 0) then
cmd:SetSideMove(10000);
end
if (LocalPlayer():IsOnGround()) then
cmd:SetButtons(bit.bor(cmd:GetButtons(), IN_JUMP));
return;
end
end
cmd:RemoveKey(IN_JUMP);
end)
Just copy and paste the text above into your garrys mod lua folder in a text document then save it as
"Strafe.lua" WITH THE "on each side for it to be an lua file.
YOU NEED A
LUA BYPASSER FOR THIS TOO WORK! But they are easy too find on MPGH or on any other website. Once your in game type lua_openscript_cl Strafe.lua to open the hack, it has no menu but it works automatically with BHOP but the strafe still is a little buggy but it does help a bit.
No anti virus check needed since there is no download.
Enjoy!
Credits: Daz