ADVERTISEMENTREMOVE ADS
Game icon

Knife Aura

[FPS] Flick
3 weeks ago
Script preview thumbnail
Script Preview
ADVERTISEMENTREMOVE ADS
38 Lines • 1.33 KiB
Verified
Raw
-- 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

Comments

3 comments
to add a comment
Ma

dont work for xeno

0
0
09

@Mani1 bc it’s xeno….

0
0
Ma

@090 ok then what should i use?

0
0
ADVERTISEMENTREMOVE ADS