ADVERTISEMENTREMOVE ADS
Knife Aura
33,211 views
Script Preview
ADVERTISEMENTREMOVE ADS
38 Lines • 1.33 KiB
Verified
-- Adonis Bypass (Not Mine)
loadstring(
game:HttpGet(
'https://raw.githubusercontent.com/Pixeluted/adoniscries/main/Source.lua',
true
)
)()
-- Knife Aura
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
while task.wait(0.1) do
local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
local Root = Character:FindFirstChild("HumanoidRootPart")
local LocalCrit = Character:FindFirstChild("Crit")
if not (Root and LocalCrit) then continue end
local Closest, Distance = nil, math.huge
for _, Player in pairs(Players:GetPlayers()) do
if Player ~= LocalPlayer and Player.Character and Player.Character:FindFirstChild("HumanoidRootPart") then
local Magnitude = (Player.Character.HumanoidRootPart.Position - Root.Position).Magnitude
if Magnitude < Distance then
Distance = Magnitude
Closest = Player
end
end
end
if Closest and Closest.Character and Closest.Character:FindFirstChild("Crit") then
local TargetCrit = Closest.Character.Crit
TargetCrit.CFrame = LocalCrit.CFrame
local args = { TargetCrit }
LocalPlayer:WaitForChild("ClientRemotes"):WaitForChild("MeleeEvent"):FireServer(unpack(args))
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS
![[FPS] Flick - FlickAcxV1.3 *No Key* Script | AcxScripter thumbnail](/_next/image?url=%2Fassets%2Fscripts%2F6915e0874eea72995be281c9_1763041423026_P4cCOx1fF9_0.webp&w=640&q=75)
Comments
dont work for xeno
@Mani1 bc it’s xeno….
@090 ok then what should i use?