Skip to content

Instantly share code, notes, and snippets.

@MRSBLACK999
Last active May 15, 2023 17:33
Show Gist options
  • Save MRSBLACK999/b7f15c8f5e8bdbe902577210fada6c6a to your computer and use it in GitHub Desktop.
Save MRSBLACK999/b7f15c8f5e8bdbe902577210fada6c6a to your computer and use it in GitHub Desktop.
This script is a fe kill script for all r6 sword games
---///[[[ Script By: Blackwatch On YouTube ]]]\\\---
---///[[[ Btw: Script Works On Any R6 Sword Game You Just Need A Sword]]]\\\---
---Menu Can Be Moved Just Hold And Move
spawn(function()
local message = Instance.new("Message",workspace)
message.Text = "[SWORD KILL PLAYER LOADED]"
wait(2)
message:Destroy()
end)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Script Message";
Text = "Filter Enabled On";
Icon = "rbxthumb://type=Asset&id=https:8403291188&w=150&h=150"})
Duration = 6;
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Warning Message";
Text = "Use Only Players Usernames";
Icon = "rbxthumb://type=Asset&id=https:8403291188&w=150&h=150"})
Duration = 6;
local RevoidV3 = Instance.new("ScreenGui")
local MainFrame = Instance.new("Frame")
local SideCredits = Instance.new("Frame")
local LabelCredits = Instance.new("TextLabel")
local User = Instance.new("TextBox")
local Punish = Instance.new("TextButton")
local Bring = Instance.new("TextButton")
local Title = Instance.new("Frame")
local TitleCredits = Instance.new("TextLabel")
local Close = Instance.new("TextButton")
local Drag = Instance.new("TextLabel")
local Spook = Instance.new("TextButton")
local OpenFrame = Instance.new("Frame")
local OpenButton = Instance.new("TextButton")
--Properties:
RevoidV3.Name = "Admin Panel"
RevoidV3.Parent = game:GetService("CoreGui")
RevoidV3.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
MainFrame.Name = "MainFrame"
MainFrame.Parent = RevoidV3
MainFrame.Active = true
MainFrame.BackgroundColor3 = Color3.fromRGB(25, 255, 55)
MainFrame.Position = UDim2.new(0.832149327, 0, 0.459132463, 0)
MainFrame.Size = UDim2.new(0, 160, 0, 170)
MainFrame.Visible = false
MainFrame.Style = Enum.FrameStyle.RobloxSquare
MainFrame.Draggable = true
SideCredits.Name = "SideCredits"
SideCredits.Parent = MainFrame
SideCredits.Active = true
SideCredits.BackgroundColor3 = Color3.fromRGB(25, 25, 255)
SideCredits.Position = UDim2.new(0.551164389, 0, 1.04450607, 0)
SideCredits.Size = UDim2.new(0, 75, 0, 30)
SideCredits.Style = Enum.FrameStyle.DropShadow
LabelCredits.Name = "LabelCredits"
LabelCredits.Parent = SideCredits
LabelCredits.Active = true
LabelCredits.BackgroundColor3 = Color3.fromRGB(55, 255, 55)
LabelCredits.BackgroundTransparency = 1.000
LabelCredits.Position = UDim2.new(-0.148496658, 0, -0.598978698, 0)
LabelCredits.Size = UDim2.new(0, 75, 0, 30)
LabelCredits.Font = Enum.Font.GothamSemibold
LabelCredits.Text = "[FE]:On"
LabelCredits.TextColor3 = Color3.fromRGB(25, 255, 55)
LabelCredits.TextSize = 10.000
LabelCredits.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
User.Name = "User"
User.Parent = MainFrame
User.BackgroundColor3 = Color3.fromRGB(25, 25, 255)
User.BorderSizePixel = 0
User.Position = UDim2.new(0.0127221094, 0, 0.0180883408, 0)
User.Size = UDim2.new(0, 140, 0, 30)
User.Font = Enum.Font.GothamSemibold
User.Text = "Username Here"
User.TextColor3 = Color3.fromRGB(0, 0, 0)
User.TextSize = 18.000
Punish.Name = "Sword Player"
Punish.Parent = MainFrame
Punish.BackgroundColor3 = Color3.fromRGB(255, 55, 25)
Punish.Position = UDim2.new(0.00875015184, 0, 0.275160432, 0)
Punish.Size = UDim2.new(0, 140, 0, 30)
Punish.Font = Enum.Font.Gotham
Punish.Text = "Sword Player"
Punish.TextColor3 = Color3.fromRGB(0, 0, 0)
Punish.TextSize = 20.000
Bring.Name = "Damage Player"
Bring.Parent = MainFrame
Bring.BackgroundColor3 = Color3.fromRGB(255, 25, 55)
Bring.Position = UDim2.new(0.00875010714, 0, 0.532032609, 0)
Bring.Size = UDim2.new(0, 140, 0, 30)
Bring.Font = Enum.Font.Gotham
Bring.Text = "Damage Player"
Bring.TextColor3 = Color3.fromRGB(0, 0, 0)
Bring.TextSize = 20.000
Title.Name = "Title"
Title.Parent = MainFrame
Title.Active = true
Title.BackgroundColor3 = Color3.fromRGB(255, 55, 25)
Title.Position = UDim2.new(-0.0613356829, 0, -0.245539233, 0)
Title.Size = UDim2.new(0, 75, 0, 30)
Title.Style = Enum.FrameStyle.DropShadow
TitleCredits.Name = "TitleCredits"
TitleCredits.Parent = Title
TitleCredits.Active = true
TitleCredits.BackgroundColor3 = Color3.fromRGB(55, 25, 255)
TitleCredits.BackgroundTransparency = 1.000
TitleCredits.Position = UDim2.new(-0.175163627, 0, -0.598978519, 0)
TitleCredits.Size = UDim2.new(0, 75, 0, 30)
TitleCredits.Font = Enum.Font.GothamSemibold
TitleCredits.Text = "Sword Menu"
TitleCredits.TextColor3 = Color3.fromRGB(255, 55, 55)
TitleCredits.TextSize = 11.000
TitleCredits.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
Close.Name = "Close"
Close.Parent = MainFrame
Close.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
Close.BorderColor3 = Color3.fromRGB(255, 55, 25)
Close.BorderSizePixel = 3
Close.Position = UDim2.new(-0.0114120934, 0, 1.07837057, 0)
Close.Size = UDim2.new(0, 65, 0, 20)
Close.Font = Enum.Font.ArialBold
Close.Text = "Close"
Close.TextColor3 = Color3.fromRGB(55, 255, 55)
Close.TextSize = 16.000
Drag.Name = "Drag"
Drag.Parent = MainFrame
Drag.Active = true
Drag.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
Drag.BorderColor3 = Color3.fromRGB(255, 255, 255)
Drag.BorderSizePixel = 3
Drag.Position = UDim2.new(0.554499805, 0, -0.216541857, 0)
Drag.Size = UDim2.new(0, 65, 0, 20)
Drag.Font = Enum.Font.ArialBold
Drag.Text = "1.0.0"
Drag.TextColor3 = Color3.fromRGB(25, 255, 25)
Drag.TextSize = 12.000
Spook.Name = "Tpto Player"
Spook.Parent = MainFrame
Spook.BackgroundColor3 = Color3.fromRGB(255, 55, 25)
Spook.Position = UDim2.new(0.00875006337, 0, 0.790856123, 0)
Spook.Size = UDim2.new(0, 140, 0, 30)
Spook.Font = Enum.Font.Gotham
Spook.Text = "Tp To Player"
Spook.TextColor3 = Color3.fromRGB(0, 0, 0)
Spook.TextSize = 20.000
OpenFrame.Name = "OpenFrame"
OpenFrame.Parent = RevoidV3
OpenFrame.Active = true
OpenFrame.BackgroundColor3 = Color3.fromRGB(55, 255, 25)
OpenFrame.Position = UDim2.new(0, 0, 0, 196)
OpenFrame.Size = UDim2.new(0, 100, 0, 35)
OpenFrame.Style = Enum.FrameStyle.DropShadow
OpenButton.Name = "OpenButton"
OpenButton.Parent = OpenFrame
OpenButton.BackgroundColor3 = Color3.fromRGB(55, 25, 255)
OpenButton.BackgroundTransparency = 1.000
OpenButton.Position = UDim2.new(-0.113999903, 0, -0.855509281, 0)
OpenButton.Size = UDim2.new(0, 100, 0, 50)
OpenButton.Font = Enum.Font.Gotham
OpenButton.Text = "Sword Menu"
OpenButton.TextColor3 = Color3.fromRGB(255, 55, 25)
OpenButton.TextSize = 20.000
---Pre-Script:
OpenButton.MouseButton1Down:Connect(function()
OpenFrame.Visible = false
MainFrame.Visible = true
end)
Close.MouseButton1Down:Connect(function()
OpenFrame.Visible = true
MainFrame.Visible = false
end)
---Defintions:
Players = game.Players
LocalPlayer = game.Players.LocalPlayer
Players = game:GetService("Players")
LocalPlayer = Players.LocalPlayer
local function RemoveSpaces(String)
return String:gsub("%s+", "") or String
end
function PunishPlayer(String)
String = RemoveSpaces(String)
local Found = {}
local strl = String:lower()
if strl == "all" then for i,v in pairs(game.Players:GetPlayers()) do
table.insert(Found,v)
end
end
end
function FindPlayer(String)
String = RemoveSpaces(String)
for _, _Player in pairs(Players:GetPlayers()) do
if _Player.Name:lower():match('^'.. String:lower()) then
return _Player
end
end
return nil
end
Anim = Instance.new("Animation")--- Tap tap (These two animations might break after ur character dies)
Anim.AnimationId = "rbxassetid://273717479"
k1 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
---Code:
game.Players.LocalPlayer.Chatted:Connect(function(msg)
if (msg == ";tools") then
for i,v in pairs(game.Workspace:GetDescendants()) do
if v:IsA("Tool") and v.Parent == game.Workspace and v then
wait(0.1)
v.Parent = game.Players.LocalPlayer.Backpack
if v.Parent == game.Players.LocalPlayer.Backpack then
break
end
for i,a in pairs(game.Workspace:GetDescendants()) do
if a:IsA("Accessory") and a.Parent == game.Workspace and a then
wait(0.1)
a.Parent = game.Players.LocalPlayer.Character
end
end
for i,c in pairs(game.Workspace:GetDescendants()) do
if c:IsA("Part") and c.Parent == game.Workspace and c then
wait(0.1)
c.Parent = game.Players.LocalPlayer.Backpack
end
end
wait(0.5)
else warn'no tools available right now.'
end
end
end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
if (msg == ";swordkill random") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(99999999,9999999,9999999)
wait(0.01)
local LPos2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
wait(0.02)
local player=game.Players.LocalPlayer.Character
player.Humanoid:Remove()
Instance.new('Humanoid',player)
wait(0.01)
game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool"))
wait(0.01)
for i, a in pairs(game.Workspace:GetDescendants()) do
if a:IsA("Humanoid") and a ~= game.Players.LocalPlayer and a then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a.RootPart.CFrame
wait(0.1)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos2
end
end
end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
if (msg == ";re") then
local player=game.Players.LocalPlayer.Character
player.Humanoid:Remove()
Instance.new('Humanoid',player)
end
end)
Spook.MouseButton1Down:Connect(function()
local targetmode = true
local Target = FindPlayer(User.Text)
if Target and Target.Character then
k1:Play(0.75)
k1:AdjustSpeed()
wait(1)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,-35,0)
wait(0.1)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame * CFrame.new(-0.55,0,1.5)
end
end)
Bring.MouseButton1Down:Connect(function()
local Target = PunishPlayer(User.Text)
local LPos1 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
wait(0.02)
local player = game.Players.LocalPlayer.Character
player.Humanoid:Remove()
Instance.new('Humanoid',player)
wait(0.02)
game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool"))
wait(0.01)
local Target = FindPlayer(User.Text)
if Target and Target.Character then
game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool"))
wait(0.1)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame
wait(0.2)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos1
wait(0.3)
game.Players.LocalPlayer.Character.Humanoid.Health = 0
wait(2)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos1
end
end)
Punish.MouseButton1Down:Connect(function()
local Target = FindPlayer(User.Text)
if Target and Target.Character then
local LPos2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
wait(0.01)
local player = game.Players.LocalPlayer.Character
player.Humanoid:Remove()
Instance.new('Humanoid',player)
wait(0.01)
repeat game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame wait()
wait(0.01)
game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool"))
wait(0.02)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(-249.01095581054688, -14.677590370178223, 242.3706817626953)
until Target.Character == nil or Target.Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character.Humanoid.Health == 0 or (Target.Character:FindFirstChild("HumanoidRootPart").Velocity.magnitude - Target.Character:FindFirstChild("Humanoid").WalkSpeed) > (Target.Character:FindFirstChild("Humanoid").WalkSpeed + 20)
wait(0.5)
game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool"):Destroy()
wait(1)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos2
end
end)
wait(1)
game:GetService("StarterGui"):SetCore("SendNotification", { Text = "You will need Sword to use this script!"; Title = "Important Message"})
wait(2)
game:GetService("StarterGui"):SetCore("SendNotification", { Text = ";re ;tools ;swordkill random."; Title = "Chat Command"})
wait(2)
if game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") == nil then
game:GetService("StarterGui"):SetCore("SendNotification", { Text = "!: Sword not detected. YOU DO NOT HAVE ANY Swords, so this will NOT work for you, lul."; Title = "No Sword!!!!"})
else
print("FE SWORD KILL PLAYER")
end
wait(2)
game:GetService("StarterGui"):SetCore("SendNotification", { Text = "Innovating new scripts by the day. Edited By: Blackwatch | Enjoy"; Title = "Sword Player"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment