Skip to content

Commit 3042a1d

Browse files
Add files via upload
1 parent 47f8662 commit 3042a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Hvh_Tools.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ local mslowwalk = menu:AddComponent(MenuLib.Slider("Walk Speed", 1, 200, 17))
2929
local mSKey = menu:AddComponent(MenuLib.Keybind("Key", KEY_LSHIFT, ItemFlags.FullWidth))
3030
menu:AddComponent(MenuLib.Seperator())
3131

32-
local MinFakeLag = menu:AddComponent(MenuLib.Slider("Fake Lag Min", 1, 329, 3))
33-
local MaxFakeLag = menu:AddComponent(MenuLib.Slider("Fake Lag Max", 2, 330, 2))
32+
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))
3434

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

0 commit comments

Comments
 (0)