We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ea494 commit be98560Copy full SHA for be98560
Swing_Prediction.lua
@@ -25,7 +25,7 @@ local debug = menu:AddComponent(MenuLib.Checkbox("indicator", false))
25
local Swingpred = menu:AddComponent(MenuLib.Checkbox("Enable", true))
26
local mAutoRefill = menu:AddComponent(MenuLib.Checkbox("Auto Crit Refill", true))
27
local mKillaura = menu:AddComponent(MenuLib.Checkbox("Killaura (soon)", false))
28
-local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,400 , 250 ))
+local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,300 , 250 ))
29
local msamples = menu:AddComponent(MenuLib.Slider("Velocity Samples", 1 ,777 , 132 ))
30
--amples = menu:AddComponent(MenuLib.Slider("movement ahead", 1 ,25 , 200 ))
31
0 commit comments