Skip to content

Commit a57a4c5

Browse files
Add files via upload
1 parent 3042a1d commit a57a4c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Hvh_Tools.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Muqa for aa help
66
lmaobox for fixing cheat
77
Vodeninja.ru for config help
8+
trophy for Fakelag explaination
89
others... who inspired me
910
]]
1011
---@alias AimTarget { entity : Entity, pos : Vector3, angles : EulerAngles, factor : number }
@@ -30,7 +31,7 @@ local mSKey = menu:AddComponent(MenuLib.Keybind("Key", KEY_LSHIFT, ItemFlags
3031
menu:AddComponent(MenuLib.Seperator())
3132

3233
local MinFakeLag = menu:AddComponent(MenuLib.Slider("Fake Lag Min", 1, 329, 120))
33-
local MaxFakeLag = menu:AddComponent(MenuLib.Slider("Fake Lag Max", 2, 330, 330))
34+
local MaxFakeLag = menu:AddComponent(MenuLib.Slider("Fake Lag Max", 2, 330, 315))
3435

3536
local mLegJitter = menu:AddComponent(MenuLib.Checkbox("Leg Jitter", true))
3637
local mlgstrengh = menu:AddComponent(MenuLib.Slider("Leg Jitter Strengh", 9, 47, 33))

0 commit comments

Comments
 (0)