Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- This Only Works With A Lvl 7 Exploit, Sorry
- local VanGui = Instance.new("ScreenGui")
- local Opener = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local DaGui = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local Username = Instance.new("TextBox")
- local VanDaPlayer = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- -- Properties
- VanGui.Name = "VanGui"
- if game.PlaceId == "843495510,843468296" then
- VanGui.Parent = game.Players.LocalPlayer.PlayerGui
- VanGui.ResetOnSpawn = false
- else
- VanGui.Parent = game.CoreGui
- end
- Opener.Name = "Opener"
- Opener.Parent = VanGui
- Opener.BackgroundColor3 = Color3.new(0, 0, 0)
- Opener.BackgroundTransparency = 0.5
- Opener.Position = UDim2.new(0, 19, 0, 564)
- Opener.Size = UDim2.new(0, 224, 0, 40)
- Open.Name = "Open"
- Open.Parent = Opener
- Open.BackgroundColor3 = Color3.new(0, 0, 0)
- Open.BackgroundTransparency = 0.5
- Open.Size = UDim2.new(0, 224, 0, 40)
- Open.Font = Enum.Font.SciFi
- Open.FontSize = Enum.FontSize.Size42
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 1, 1)
- Open.TextSize = 42
- DaGui.Name = "DaGui"
- DaGui.Parent = VanGui
- DaGui.BackgroundColor3 = Color3.new(0, 0, 0)
- DaGui.BackgroundTransparency = 0.5
- DaGui.Draggable = true
- DaGui.Position = UDim2.new(0, 0, 0, 311)
- DaGui.Size = UDim2.new(0, 343, 0, 197)
- DaGui.Visible = false
- Frame.Parent = DaGui
- Frame.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- Frame.Position = UDim2.new(0, 313, 0, 0)
- Frame.Size = UDim2.new(0, 30, 0, 26)
- Close.Name = "Close"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- Close.Size = UDim2.new(0, 30, 0, 26)
- Close.Font = Enum.Font.SciFi
- Close.FontSize = Enum.FontSize.Size14
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 14
- Close.TextStrokeTransparency = 5
- Username.Name = "Username"
- Username.Parent = DaGui
- Username.BackgroundColor3 = Color3.new(0, 0, 0)
- Username.BackgroundTransparency = 0.5
- Username.Position = UDim2.new(0, 72, 0, 76)
- Username.Size = UDim2.new(0, 200, 0.0999999866, 24)
- Username.Font = Enum.Font.SciFi
- Username.FontSize = Enum.FontSize.Size18
- Username.Text = "Username"
- Username.TextColor3 = Color3.new(0, 1, 1)
- Username.TextSize = 18
- VanDaPlayer.Name = "VanDaPlayer"
- VanDaPlayer.Parent = DaGui
- VanDaPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
- VanDaPlayer.BackgroundTransparency = 0.5
- VanDaPlayer.Position = UDim2.new(0.0199999996, 90, 0.00999999978, 138)
- VanDaPlayer.Size = UDim2.new(0, 150, 0, 26)
- VanDaPlayer.Font = Enum.Font.SciFi
- VanDaPlayer.FontSize = Enum.FontSize.Size14
- VanDaPlayer.Text = "Guillotine"
- VanDaPlayer.TextColor3 = Color3.new(0, 1, 1)
- VanDaPlayer.TextSize = 14
- TextLabel.Parent = DaGui
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.BackgroundTransparency = 0.5
- TextLabel.Position = UDim2.new(0, 48, 0, 22)
- TextLabel.Size = UDim2.new(0, 246, 0, 19)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Guillotine GUI"
- TextLabel.TextColor3 = Color3.new(0, 1, 1)
- TextLabel.TextSize = 17
- Open.MouseButton1Down:connect(function()
- DaGui.Visible = true
- Opener.Visible = false
- end)
- Close.MouseButton1Down:connect(function()
- DaGui.Visible = false
- Opener.Visible = true
- end)
- VanDaPlayer.MouseButton1Down:connect(function()
- Killer = game.Players.LocalPlayer
- Victim = game.Players[Username.Text]
- game:GetObjects("rbxassetid://503217496")[1].Parent=game.Workspace
- wait(0.5)
- game.Workspace.Guillo:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector* 30)
- wait(2)
- function onTouched(hit)
- p = hit.Parent:findFirstChild("Humanoid")
- ra = hit.Parent:findFirstChild("Right Arm")
- rl = hit.Parent:findFirstChild("Right Leg")
- la = hit.Parent:findFirstChild("Left Arm")
- lr = hit.Parent:findFirstChild("Left Leg")
- t = hit.Parent:findFirstChild("Torso")
- if p ~= nil then
- p.Health = 0
- ra.CanCollide = false
- ra.Anchored = true
- rl.CanCollide = false
- rl.Anchored = true
- la.CanCollide = false
- la.Anchored = true
- lr.CanCollide = false
- lr.Anchored = true
- t.CanCollide = false
- t.Anchored = true
- local bp = Instance.new("BodyPosition")
- bp.Parent = hit.Parent.Head
- bp.position = game.Workspace.Guillo.sModel.pos.Position
- wait(.2)
- hit.Parent.Head.Size = Vector3.new(1,1,1)
- bp:Remove()
- end
- end
- game.Workspace.Guillo.sModel.Blade.Touched:connect(onTouched)
- function onClicked()
- if game.Workspace.Guillo.sModel.Rdy.Value == true then
- game.Workspace.Guillo.Safety:Destroy()
- game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,-50,0)
- game.Workspace.Guillo.sModel.lvr2.Transparency = 1
- game.Workspace.Guillo.sModel.lvr1.Transparency = 0
- game.Workspace.Guillo.sModel.lvr2.CanCollide = false
- game.Workspace.Guillo.sModel.lvr1.CanCollide = true
- wait(0.3)
- game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,0,0)
- game.Workspace.Guillo.sModel.Rdy.Value = false
- wait(5)
- game.Workspace.Guillo:Destroy()
- elseif game.Workspace.Guillo.sModel.Rdy.Value == false then
- game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,1,0)
- game.Workspace.Guillo.sModel.lvr2.Transparency = 0
- game.Workspace.Guillo.sModel.lvr1.Transparency = 1
- game.Workspace.Guillo.sModel.lvr2.CanCollide = true
- game.Workspace.Guillo.sModel.lvr1.CanCollide = false
- game.Workspace.Guillo.sModel.Rdy.Value = true
- end
- end
- game.Workspace.Guillo.sModel.lvr1.ClickDetector.MouseClick:connect(onClicked)
- game.Workspace.Guillo.sModel.lvr2.ClickDetector.MouseClick:connect(onClicked)
- Killer.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.PartTPer.CFrame
- game.Workspace.Guillo.PartTPer:Destroy()
- wait(1)
- Victim.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.Seat.CFrame
- game.Workspace.Guillo.PartTP2:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement