View difference between Paste ID: pyGeCMpP and D7rjE4Z8
SHOW: | | - or go back to the newest paste.
1
--workspace.ayyman:Remove() (Run this after each use of the guillotine)
2-
NiggaKilla = "XTheShowcaserX" -- Person who is going to kill the victim
2+
NiggaKilla = "darkneszxz" -- Person who is going to kill the victim
3
Victim = "the770zone" -- Person who gonna die xd
4
game.Players[Victim].Character.Humanoid.WalkSpeed = 0
5
game.Players[Victim].Character.Humanoid.JumpPower = 0
6
game:GetObjects("rbxassetid://1064951471")[1].Parent = game.Workspace
7
-- Lib Func --
8
loadstring(game:GetObjects("rbxassetid://1064957068")[1].Source)() -- Realistic Blood
9
loadstring(game:GetObjects("rbxassetid://1064956088")[1].Source)() -- Guillotine Script Main
10
-- Lib Func --
11
wait(.5)
12
game.Workspace[Victim].HumanoidRootPart.CFrame = CFrame.new(105.919, 2046.955, -40.277)
13
game.Workspace[NiggaKilla].HumanoidRootPart.CFrame = CFrame.new(109.305, 2045.6, -34.156)
14
15
--Gui version
16
17
local BitchHoldUp = Instance.new("ScreenGui")
18
local Opener = Instance.new("Frame")
19
local Open = Instance.new("TextButton")
20
local DaGui = Instance.new("Frame")
21
local Frame = Instance.new("Frame")
22
local Close = Instance.new("TextButton")
23
local Username = Instance.new("TextBox")
24
local VanDaPlayer = Instance.new("TextButton")
25
local TextLabel = Instance.new("TextLabel")
26
27
-- asd
28
29
BitchHoldUp.Name = "BitchHoldUp"
30
BitchHoldUp.Parent = game.CoreGui
31
32
Opener.Name = "Opener"
33
Opener.Parent = BitchHoldUp
34
Opener.BackgroundColor3 = Color3.new(0, 0, 0)
35
Opener.BackgroundTransparency = 0.5
36
Opener.Position = UDim2.new(0, 19, 0, 564)
37
Opener.Size = UDim2.new(0, 224, 0, 40)
38
39
Open.Name = "Open"
40
Open.Parent = Opener
41
Open.BackgroundColor3 = Color3.new(0, 0, 0)
42
Open.BackgroundTransparency = 0.5
43
Open.Size = UDim2.new(0, 224, 0, 40)
44
Open.Font = Enum.Font.SciFi
45
Open.FontSize = Enum.FontSize.Size42
46
Open.Text = "Open"
47
Open.TextColor3 = Color3.new(0, 1, 1)
48
Open.TextSize = 42
49
50
DaGui.Name = "DaGui"
51
DaGui.Parent = BitchHoldUp
52
DaGui.BackgroundColor3 = Color3.new(0, 0, 0)
53
DaGui.BackgroundTransparency = 0.5
54
DaGui.Draggable = true
55
DaGui.Position = UDim2.new(0, 0, 0, 311)
56
DaGui.Size = UDim2.new(0, 343, 0, 197)
57
DaGui.Visible = false
58
59
Frame.Parent = DaGui
60
Frame.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
61
Frame.Position = UDim2.new(0, 313, 0, 0)
62
Frame.Size = UDim2.new(0, 30, 0, 26)
63
64
Close.Name = "Close"
65
Close.Parent = Frame
66
Close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
67
Close.Size = UDim2.new(0, 30, 0, 26)
68
Close.Font = Enum.Font.SciFi
69
Close.FontSize = Enum.FontSize.Size14
70
Close.Text = "X"
71
Close.TextColor3 = Color3.new(1, 1, 1)
72
Close.TextSize = 14
73
Close.TextStrokeTransparency = 5
74
75
Username.Name = "Username"
76
Username.Parent = DaGui
77
Username.BackgroundColor3 = Color3.new(0, 0, 0)
78
Username.BackgroundTransparency = 0.5
79
Username.Position = UDim2.new(0, 72, 0, 76)
80
Username.Size = UDim2.new(0, 200, 0.0999999866, 24)
81
Username.Font = Enum.Font.SciFi
82
Username.FontSize = Enum.FontSize.Size18
83
Username.Text = "Username"
84
Username.TextColor3 = Color3.new(0, 1, 1)
85
Username.TextSize = 18
86
87
VanDaPlayer.Name = "VanDaPlayer"
88
VanDaPlayer.Parent = DaGui
89
VanDaPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
90
VanDaPlayer.BackgroundTransparency = 0.5
91
VanDaPlayer.Position = UDim2.new(0.0199999996, 90, 0.00999999978, 138)
92
VanDaPlayer.Size = UDim2.new(0, 150, 0, 26)
93
VanDaPlayer.Font = Enum.Font.SciFi
94
VanDaPlayer.FontSize = Enum.FontSize.Size14
95
VanDaPlayer.Text = "Van Player"
96
VanDaPlayer.TextColor3 = Color3.new(0, 1, 1)
97
VanDaPlayer.TextSize = 14
98
99
TextLabel.Parent = DaGui
100
TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
101
TextLabel.BackgroundTransparency = 0.5
102
TextLabel.Position = UDim2.new(0, 48, 0, 22)
103
TextLabel.Size = UDim2.new(0, 246, 0, 19)
104
TextLabel.TextScaled = true
105
TextLabel.Font = Enum.Font.SciFi
106
TextLabel.FontSize = Enum.FontSize.Size18
107
TextLabel.Text = "Van Player Gui by Hopeless (Talha)"
108
TextLabel.TextColor3 = Color3.new(0, 1, 1)
109
TextLabel.TextSize = 17
110
111
Open.MouseButton1Down:connect(function()
112
	DaGui.Visible = true
113
	Opener.Visible = false
114
115
end)
116
117
Close.MouseButton1Down:connect(function()
118
	DaGui.Visible = false
119
	Opener.Visible = true
120
end)
121
122
VanDaPlayer.MouseButton1Down:connect(function()
123
Victim = Username.Text -- Person who gonna die xd
124
game.Players[Victim].Character.Humanoid.WalkSpeed = 0
125
game.Players[Victim].Character.Humanoid.JumpPower = 0
126
game:GetObjects("rbxassetid://1064951471")[1].Parent = game.Workspace
127
-- Lib Func --
128
loadstring(game:GetObjects("rbxassetid://1064957068")[1].Source)() -- Realistic Blood
129
loadstring(game:GetObjects("rbxassetid://1064956088")[1].Source)() -- Guillotine Script Main
130
-- Lib Func --
131
wait(.5)
132
game.Workspace[Victim].HumanoidRootPart.CFrame = CFrame.new(105.919, 2046.955, -40.277)
133
game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(109.305, 2045.6, -34.156)
134
end)
135
136
-- I like to asd a lot