sword simulator script -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local kill = Instance.new("TextButton") local power = Instance.new("TextButton") local close = Instance.new("TextButton") local e = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextLabel_3 = Instance.new("TextLabel") local TextLabel_4 = Instance.new("TextLabel") sword simulator script How to use it? sword simulator script local TextLabel_5 = Instance.new("TextLabel") local TextLabel_6 = Instance.new("TextLabel") local open = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647) Frame.BackgroundTransparency = 0.31000000238419 sword simulator script PasteShr sword simulator script Frame.BorderSizePixel = 3 Frame.Position = UDim2.new(0.321611732, 0, 0.260756195, 0) Frame.Size = UDim2.new(0, 348, 0, 196) Frame.Active = true Frame.Draggable = true TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.new(0.584314, 0.552941, 0.572549) TextLabel.BackgroundTransparency = 0.40000000596046 sword simulator script How to get it for free? sword simulator script TextLabel.BorderSizePixel = 0 TextLabel.Size = UDim2.new(0, 348, 0, 50) TextLabel.Font = Enum.Font.SciFi TextLabel.Text = "Sword Sim" TextLabel.TextColor3 = Color3.new(0, 0, 0) TextLabel.TextSize = 14 kill.Name = "kill" kill.Parent = Frame kill.BackgroundColor3 = Color3.new(0.258824, 0.329412, 0.313726) sword simulator script How to use it? sword simulator script kill.Position = UDim2.new(0.0497387424, 0, 0.596938789, 0) kill.Size = UDim2.new(0, 120, 0, 43) kill.Font = Enum.Font.SciFi kill.Text = "Kill All" kill.TextColor3 = Color3.new(0, 0, 0) kill.TextSize = 14 power.Name = "power" power.Parent = Frame power.BackgroundColor3 = Color3.new(0.258824, 0.329412, 0.313726) sword simulator script How to get it for free? sword simulator script power.Position = UDim2.new(0.590595424, 0, 0.596938789, 0) power.Size = UDim2.new(0, 120, 0, 43) power.Font = Enum.Font.SciFi power.Text = "Power" power.TextColor3 = Color3.new(0, 0, 0) power.TextSize = 14 close.Name = "close" close.Parent = Frame close.BackgroundColor3 = Color3.new(1, 1, 1) sword simulator script How to use it? sword simulator script close.BackgroundTransparency = 1 close.Position = UDim2.new(0.892946601, 0, 0, 0) close.Size = UDim2.new(0, 37, 0, 35) close.Font = Enum.Font.GothamSemibold close.Text = "Close Gui" close.TextColor3 = Color3.new(0.784314, 0, 0) close.TextSize = 30 TextLabel_2.Parent = Frame TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1) sword simulator script How to dowload it? sword simulator script TextLabel_2.BackgroundTransparency = 1 TextLabel_2.Position = UDim2.new(0.212643683, 0, 0.418367296, 0) TextLabel_2.Size = UDim2.new(0, 200, 0, 50) TextLabel_2.Font = Enum.Font.Highway TextLabel_2.Text = "tahmeedisgone - script creator" TextLabel_2.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412) TextLabel_2.TextSize = 14 TextLabel_5.Parent = Frame TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1) sword simulator script How to get it? sword simulator script TextLabel_5.BackgroundTransparency = 1 TextLabel_5.Position = UDim2.new(0.212643668, 0, 0.673469365, 0) TextLabel_5.Size = UDim2.new(0, 200, 0, 50) TextLabel_5.Font = Enum.Font.SciFi TextLabel_5.Text = "Warning:" TextLabel_5.TextColor3 = Color3.new(0.807843, 0.141176, 0.0235294) TextLabel_5.TextSize = 14 TextLabel_6.Parent = Frame TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1) sword simulator script PasteShr sword simulator script TextLabel_6.BackgroundTransparency = 1 TextLabel_6.Position = UDim2.new(0.212643683, 0, 0.816326559, 0) TextLabel_6.Size = UDim2.new(0, 200, 0, 50) TextLabel_6.Font = Enum.Font.SciFi TextLabel_6.Text = "Equip your sword for it to work." TextLabel_6.TextColor3 = Color3.new(0.807843, 0.141176, 0.0235294) TextLabel_6.TextSize = 14 open.Name = "Open" open.Parent = ScreenGui sword simulator script How to dowload it? sword simulator script open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647) open.BackgroundTransparency = 0.20000000298023 open.Position = UDim2.new(-0.0109890113, 0, 0.799217761, 0) open.Size = UDim2.new(0, 200, 0, 50) open.Visible = false open.Font = Enum.Font.GothamBold open.Text = "OPEN" open.TextColor3 = Color3.new(0.823529, 0.882353, 0.180392) open.TextSize = 14 sword simulator script PasteShr sword simulator script kill.MouseButton1Down:Connect(function() local name = game.Players.LocalPlayer.Name for _,v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then local A_1 = game:GetService("Workspace")[v.Name].Humanoid local A_2 = 10140000000 local Event = game:GetService("Workspace")[name].sword.Handle.dmg.RemoteEvent:FireServer(A_1, A_2) else print'equip your sword' end sword simulator script How to get it? sword simulator script end end) power.MouseButton1Down:Connect(function() function power() local name = game.Players.LocalPlayer.Name local Event = game:GetService("Workspace")[name].sword.Handle.up.RemoteEvent:FireServer() end game:GetService("RunService").stepped:connect(power) end) sword simulator script How to use it? sword simulator script close.MouseButton1Down:Connect(function() Frame.Visible = false open.Visible = true end) open.MouseButton1Down:Connect(function() Frame.Visible = true open.Visible = false end) sword simulator script How to use it? sword simulator script -- Scripts: sword simulator script