ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
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

View Raw
Edited By: knowing Download


Comments
5
User profile picture
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
User profile picture
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 :)
User profile picture
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
User profile picture
knowing 4 years ago - Edited
alr thanks much appreciated
User profile picture
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)
Please Login to add a comment.