
30.3k Views
sword killaura
Universal Script ๐Uploaded by 4 years ago
Please login to perform these actions:
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
Comments
5

Offline
Singularity 4 years ago - Edited
@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
Offline
Singularity 4 years ago - Edited
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 :)
Offline
knowing 4 years ago - Edited
@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
Offline
knowing 4 years ago - Edited
alr thanks much appreciated
Offline
adamowaissi055 6 months ago
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)
![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
