Skip to content

Commit a383eb0

Browse files
v2.6.9
1 parent b967bd9 commit a383eb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Swing_Prediction.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu.Style.Outline = true -- Outline around the menu
2929
end, ItemFlags.FullWidth))]]
3030
local debug = menu:AddComponent(MenuLib.Checkbox("indicator", false))
3131
local Swingpred = menu:AddComponent(MenuLib.Checkbox("Enable", true))
32-
local mKillaura = menu:AddComponent(MenuLib.Checkbox("Killaura (Beta)", true))
32+
local mKillaura = menu:AddComponent(MenuLib.Checkbox("Killaura (soon)", false))
3333
local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,295 , 250 ))
3434
local msamples = menu:AddComponent(MenuLib.Slider("Velocity Samples", 1 ,777 , 132 ))
3535
--amples = menu:AddComponent(MenuLib.Slider("movement ahead", 1 ,25 , 200 ))
@@ -245,6 +245,7 @@ if not isMelee then return end
245245
can_attack = isWithinHitbox(GetTriggerboxMin(swingrange, vPlayerFuture), GetTriggerboxMax(swingrange, vPlayerFuture), pLocalFuture, vPlayerFuture)
246246
if mKillaura:GetValue() == true and warp.GetChargedTicks() >= 22 then
247247
--warp.TriggerWarp()
248+
--warp.TriggerDoubleTap()
248249
end
249250
end
250251

0 commit comments

Comments
 (0)