
31.1k Views
324 Executions
Description
sword kill aura, works with any sword game, don't use the speed feature though since it will most likely kick you from any major sword fighting game note: i don't know if anyone else has posted this script so if someone has and they are the original owner i will take this down


AFEM Max [ LITE ] [ NO KEY ]






@tomergamertv i was just scrolling through my scripts folder and found this script and i didn't see it on this site so i thought i would post it, i didn't make it nor do i know anything about scripting as i am getting into it today thanks for showing me original though
No hate but no need to obfuscate it, it's too easy : local range = 15 local player = game:GetService("Players").LocalPlayer game:GetService("RunService").RenderStepped:Connect(function() local p = game.Players:GetPlayers() for i = 2, #p do local v = p[i].Character if v and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 and v:FindFirstChild("HumanoidRootPart") and player:DistanceFromCharacter(v.HumanoidRootPart.Position) <= range then local tool = player.Character and player.Character:FindFirstChildOfCl*("Tool") if tool and tool:FindFirstChild("Handle") then tool:Activate() for i,v in next, v:GetChildren() do if v:IsA("BasePart") then firetouchinterest(tool.Handle,v,0) firetouchinterest(tool.Handle,v,1) end end end end end end)
alr thanks much appreciated
@knowing np, next time if you see a loadstring that is similar to this just use this website to deobfuscate it if you want https://glot.io/snippets/fnarug0ca6
why tf did you obfuscated the loadscript if the original script is already protected with moonsec? btw https://ani.yt/wolfware/script/games/flex-time-sword-v1.2.lua :)