SHOW:
|
|
- or go back to the newest paste.
1 | local main = Instance.new("ScreenGui") | |
2 | local top = Instance.new("Frame") | |
3 | local back = Instance.new("Frame") | |
4 | local kill = Instance.new("TextButton") | |
5 | local btools = Instance.new("TextButton") | |
6 | local top_2 = Instance.new("TextLabel") | |
7 | local naked = Instance.new("TextButton") | |
8 | local credits = Instance.new("TextLabel") | |
9 | local hatless = Instance.new("TextButton") | |
10 | local sink = Instance.new("TextButton") | |
11 | local nuke = Instance.new("TextButton") | |
12 | local kick = Instance.new("TextButton") | |
13 | local target = Instance.new("TextBox") | |
14 | local queue = Instance.new("TextLabel") | |
15 | local nolimbs = Instance.new("TextButton") | |
16 | --Properties: | |
17 | main.Name = "main" | |
18 | main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") | |
19 | ||
20 | top.Name = "top" | |
21 | top.Parent = main | |
22 | top.Draggable = true | |
23 | top.Active = true | |
24 | top.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235) | |
25 | top.BackgroundTransparency = 0.30000001192093 | |
26 | top.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) | |
27 | top.Position = UDim2.new(0.612145662, 0, 0.311965823, 0) | |
28 | top.Size = UDim2.new(0, 291, 0, 30) | |
29 | ||
30 | back.Name = "back" | |
31 | back.Parent = top | |
32 | back.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235) | |
33 | back.BackgroundTransparency = 0.30000001192093 | |
34 | back.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) | |
35 | back.BorderSizePixel = 0 | |
36 | back.Position = UDim2.new(-0.00343642617, 0, 1, 0) | |
37 | back.Size = UDim2.new(0, 293, 0, 293) | |
38 | ||
39 | kill.Name = "kill" | |
40 | kill.Parent = top | |
41 | kill.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) | |
42 | kill.BackgroundTransparency = 0.5 | |
43 | kill.BorderSizePixel = 0 | |
44 | kill.Position = UDim2.new(0.0206185561, 0, 1.76666665, 0) | |
45 | kill.Size = UDim2.new(0, 134, 0, 40) | |
46 | kill.Font = Enum.Font.SourceSansLight | |
47 | kill.Text = "Kill" | |
48 | kill.TextColor3 = Color3.new(1, 1, 1) | |
49 | kill.TextSize = 23 | |
50 | ||
51 | btools.Name = "btools" | |
52 | btools.Parent = top | |
53 | btools.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) | |
54 | btools.BackgroundTransparency = 0.5 | |
55 | btools.BorderSizePixel = 0 | |
56 | btools.Position = UDim2.new(0.525773168, 0, 1.76666665, 0) | |
57 | btools.Size = UDim2.new(0, 131, 0, 40) | |
58 | btools.Font = Enum.Font.SourceSansLight | |
59 | btools.Text = "Btools" | |
60 | btools.TextColor3 = Color3.new(1, 1, 1) | |
61 | btools.TextSize = 23 | |
62 | ||
63 | top_2.Name = "top" | |
64 | top_2.Parent = top | |
65 | top_2.BackgroundColor3 = Color3.new(1, 1, 1) | |
66 | top_2.BackgroundTransparency = 1 | |
67 | top_2.Position = UDim2.new(0.154639184, 0, -0.333333343, 0) | |
68 | top_2.Size = UDim2.new(0, 200, 0, 50) | |
69 | top_2.Font = Enum.Font.SourceSansLight | |
70 | top_2.Text = "Harked" | |
71 | top_2.TextColor3 = Color3.new(1, 1, 1) | |
72 | top_2.TextSize = 45 | |
73 | ||
74 | naked.Name = "naked" | |
75 | naked.Parent = top | |
76 | naked.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) | |
77 | naked.BackgroundTransparency = 0.5 | |
78 | naked.BorderSizePixel = 0 | |
79 | naked.Position = UDim2.new(0.0206185561, 0, 3.56217241, 0) | |
80 | naked.Size = UDim2.new(0, 134, 0, 40) | |
81 | naked.Font = Enum.Font.SourceSansLight | |
82 | naked.Text = "Naked" | |
83 | naked.TextColor3 = Color3.new(1, 1, 1) | |
84 | naked.TextSize = 23 | |
85 | ||
86 | credits.Name = "credits" | |
87 | credits.Parent = top | |
88 | credits.BackgroundColor3 = Color3.new(1, 1, 1) | |
89 | credits.BackgroundTransparency = 1 | |
90 | credits.Position = UDim2.new(0, 0, 1, 0) | |
91 | credits.Size = UDim2.new(0, 291, 0, 23) | |
92 | credits.Font = Enum.Font.SourceSansLight | |
93 | credits.Text = "Commands/Scripts by Dong , UI by Unverified" | |
94 | credits.TextColor3 = Color3.new(1, 1, 1) | |
95 | credits.TextSize = 17 | |
96 | credits.TextWrapped = true | |
97 | ||
98 | hatless.Name = "hatless" | |
99 | hatless.Parent = top | |
100 | hatless.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) | |
101 | hatless.BackgroundTransparency = 0.5 | |
102 | hatless.BorderSizePixel = 0 | |
103 | hatless.Position = UDim2.new(0.0206185561, 0, 5.39550591, 0) | |
104 | hatless.Size = UDim2.new(0, 134, 0, 40) | |
105 | hatless.Font = Enum.Font.SourceSansLight | |
106 | hatless.Text = "Hatless" | |
107 | hatless.TextColor3 = Color3.new(1, 1, 1) | |
108 | hatless.TextSize = 23 | |
109 | ||
110 | sink.Name = "sink" | |
111 | sink.Parent = top | |
112 | sink.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) | |
113 | sink.BackgroundTransparency = 0.5 | |
114 | sink.BorderSizePixel = 0 | |
115 | sink.Position = UDim2.new(0.525773168, 0, 5.39550591, 0) | |
116 | sink.Size = UDim2.new(0, 131, 0, 40) | |
117 | sink.Font = Enum.Font.SourceSansLight | |
118 | sink.Text = "Sink" | |
119 | sink.TextColor3 = Color3.new(1, 1, 1) | |
120 | sink.TextSize = 23 | |
121 | ||
122 | nuke.Name = "nuke" | |
123 | nuke.Parent = top | |
124 | nuke.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) | |
125 | nuke.BackgroundTransparency = 0.5 | |
126 | nuke.BorderSizePixel = 0 | |
127 | nuke.Position = UDim2.new(0.525773168, 0, 7.1955061, 0) | |
128 | nuke.Size = UDim2.new(0, 131, 0, 40) | |
129 | nuke.Font = Enum.Font.SourceSansLight | |
130 | nuke.Text = "Nuke" | |
131 | nuke.TextColor3 = Color3.new(1, 1, 1) | |
132 | nuke.TextSize = 23 | |
133 | ||
134 | kick.Name = "kick" | |
135 | kick.Parent = top | |
136 | kick.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) | |
137 | kick.BackgroundTransparency = 0.5 | |
138 | kick.BorderSizePixel = 0 | |
139 | kick.Position = UDim2.new(0.0206185561, 0, 7.1955061, 0) | |
140 | kick.Size = UDim2.new(0, 134, 0, 40) | |
141 | kick.Font = Enum.Font.SourceSansLight | |
142 | kick.Text = "Kick" | |
143 | kick.TextColor3 = Color3.new(1, 1, 1) | |
144 | kick.TextSize = 23 | |
145 | ||
146 | target.Name = "target" | |
147 | target.Parent = top | |
148 | target.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) | |
149 | target.BackgroundTransparency = 0.40000000596046 | |
150 | target.Position = UDim2.new(0.0206185561, 0, 8.86666584, 0) | |
151 | target.Size = UDim2.new(0, 278, 0, 33) | |
152 | target.Font = Enum.Font.SourceSans | |
153 | target.Text = "" | |
154 | target.TextColor3 = Color3.new(1, 1, 1) | |
155 | target.TextSize = 23 | |
156 | ||
157 | queue.Name = "queue" | |
158 | queue.Parent = top | |
159 | queue.BackgroundColor3 = Color3.new(1, 1, 1) | |
160 | queue.BackgroundTransparency = 1 | |
161 | queue.Position = UDim2.new(0.15463917, 0, 10.0333328, 0) | |
162 | queue.Size = UDim2.new(0, 201, 0, 23) | |
163 | queue.Font = Enum.Font.SourceSans | |
164 | queue.Text = "Replication Queue: 0" | |
165 | queue.TextColor3 = Color3.new(1, 0, 0.0156863) | |
166 | queue.TextSize = 20 | |
167 | queue.TextWrapped = true | |
168 | ||
169 | nolimbs.Name = "nolimbs" | |
170 | nolimbs.Parent = top | |
171 | nolimbs.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) | |
172 | nolimbs.BackgroundTransparency = 0.5 | |
173 | nolimbs.BorderSizePixel = 0 | |
174 | nolimbs.Position = UDim2.new(0.525773168, 0, 3.56217265, 0) | |
175 | nolimbs.Size = UDim2.new(0, 131, 0, 40) | |
176 | nolimbs.Font = Enum.Font.SourceSansLight | |
177 | nolimbs.Text = "NoLimbs" | |
178 | nolimbs.TextColor3 = Color3.new(1, 1, 1) | |
179 | nolimbs.TextSize = 23 | |
180 | ||
181 | -- SLAVE'S WORK -- | |
182 | ||
183 | for i,slaves in pairs(game:GetDescendants()) do | |
184 | - | if slaves.Name == "DestroySegway" then |
184 | + | if slaves.Name == "RequestRespawn" then |
185 | print("no u") | |
186 | ||
187 | ||
188 | kill.MouseButton1Down:connect(function() | |
189 | penguin = Instance.new("Part",workspace) | |
190 | mesh = Instance.new("SpecialMesh",penguin) | |
191 | - | ohok = c.Character["Head"] |
191 | + | mesh.MeshType = Enum.MeshType.FileMesh |
192 | mesh.MeshId = "rbxassetid://891312072" | |
193 | mesh.TextureId = "rbxassetid://891312078" | |
194 | penguin.Touched:connect(function(otherpart) | |
195 | - | if game.Players:FindFirstChild(target.Text) then |
195 | + | slaves:FireServer(penguin, mesh {Value = penguin, mesb}) |
196 | - | if game.Players:FindFirstChild(target.Text).Character then |
196 | + | |
197 | - | slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Head, {Value = game.Players:FindFirstChild(target.Text).Character.Head}) else |
197 | + | |
198 | else | |
199 | print("nibba who this") | |
200 | ||
201 | end | |
202 | ||
203 | end | |
204 | ||
205 | end | |
206 | end) | |
207 | ||
208 | btools.MouseButton1Down:connect(function() | |
209 | local Tool = Instance.new("Tool",game.Players.LocalPlayer.Backpack) | |
210 | local Equipped = false | |
211 | ||
212 | Tool.RequiresHandle = false | |
213 | Tool.Name = "Destroy Tool" | |
214 | local Field = Instance.new("SelectionBox",game.Workspace) | |
215 | local Mouse = game.Players.LocalPlayer:GetMouse() | |
216 | Field.LineThickness = 0.1 | |
217 | ||
218 | Tool.Equipped:connect(function() | |
219 | Equipped = true | |
220 | ||
221 | while Equipped == true do | |
222 | if Mouse.Target ~= nil then | |
223 | Field.Adornee = Mouse.Target | |
224 | ||
225 | else | |
226 | Field.Adornee = nil | |
227 | end | |
228 | wait() | |
229 | end | |
230 | end) | |
231 | ||
232 | Tool.Unequipped:connect(function() | |
233 | Equipped = false | |
234 | Field.Adornee = nil | |
235 | end) | |
236 | ||
237 | Tool.Activated:connect(function() | |
238 | if Mouse.Target ~= nil then | |
239 | slaves:FireServer(Mouse.Target, {Value = Mouse.Target}) | |
240 | local AttemptTarget = Mouse.Target | |
241 | while AttemptTarget ~= nil do | |
242 | AttemptTarget.Velocity = Vector3.new(0,-1000000000000000,0) | |
243 | AttemptTarget.CanCollide = false | |
244 | wait() | |
245 | end | |
246 | ||
247 | end | |
248 | end) | |
249 | end) | |
250 | ||
251 | naked.MouseButton1Down:connect(function() | |
252 | if string.lower(target.Text) == "all" then | |
253 | for i,c in pairs(game.Players:GetPlayers()) do | |
254 | ohok = c.Character.Shirt | |
255 | ohoka = c.Character.Pants | |
256 | slaves:FireServer(ohok, {Value = ohok}) | |
257 | slaves:FireServer(ohoka, {Value = ohoka}) | |
258 | end | |
259 | else | |
260 | slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Shirt, {Value = game.Players:FindFirstChild(target.Text).Character.Shirt}) | |
261 | slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Pants, {Value = game.Players:FindFirstChild(target.Text).Character.Pants}) | |
262 | end | |
263 | end) | |
264 | ||
265 | nolimbs.MouseButton1Down:connect(function() | |
266 | if string.lower(target.Text) == "all" then | |
267 | for i,c in pairs(game.Players:GetPlayers()) do | |
268 | ohok = c.Character["Right Arm"] | |
269 | ohoka = c.Character["Left Arm"] | |
270 | ohokb = c.Character["Right Leg"] | |
271 | ohokc = c.Character["Left Leg"] | |
272 | slaves:FireServer(ohok, {Value = ohok}) | |
273 | slaves:FireServer(ohoka, {Value = ohoka}) | |
274 | slaves:FireServer(ohokb, {Value = ohokb}) | |
275 | slaves:FireServer(ohokc, {Value = ohokc}) | |
276 | end | |
277 | else | |
278 | slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Right Arm"], {Value = game.Players:FindFirstChild(target.Text).Character["Right Arm"]}) | |
279 | slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Right Leg"], {Value = game.Players:FindFirstChild(target.Text).Character["Right Leg"]}) | |
280 | slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Left Arm"], {Value = game.Players:FindFirstChild(target.Text).Character["Left Arm"]}) | |
281 | slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Left Leg"], {Value = game.Players:FindFirstChild(target.Text).Character["Left Leg"]}) | |
282 | end | |
283 | end) | |
284 | ||
285 | hatless.MouseButton1Down:connect(function() | |
286 | if string.lower(target.Text) == "all" then | |
287 | for i,x in pairs(game.Players:GetPlayers()) do | |
288 | for i,c in pairs(x.Character:GetChildren()) do | |
289 | if c:IsA("Accessory") then | |
290 | ohok = c | |
291 | slaves:FireServer(ohok, {Value = ohok}) | |
292 | ||
293 | ||
294 | end | |
295 | end | |
296 | end | |
297 | else | |
298 | for i, hats in pairs(game.Players:FindFirstChild(target.Text).Character:GetChildren()) do | |
299 | if hats:IsA("Accessory") then | |
300 | slaves:FireServer(hats, {Value = hats }) | |
301 | end | |
302 | end | |
303 | end | |
304 | end) | |
305 | ||
306 | sink.MouseButton1Down:connect(function() | |
307 | if string.lower(target.Text) == "all" then | |
308 | for i,c in pairs(game.Players:GetPlayers()) do | |
309 | ohok = c.Character.HumanoidRootPart | |
310 | slaves:FireServer(ohok, {Value = ohok}) | |
311 | end | |
312 | else | |
313 | slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"], {Value = game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"]}) | |
314 | end | |
315 | end) | |
316 | ||
317 | kick.MouseButton1Down:connect(function() | |
318 | if string.lower(target.Text) == "all" then | |
319 | for i,c in pairs(game.Players:GetPlayers()) do | |
320 | ohok = c | |
321 | slaves:FireServer(ohok, {Value = ohok}) | |
322 | end | |
323 | else | |
324 | slaves:FireServer(game.Players:FindFirstChild(target.Text), {Value = game.Players:FindFirstChild(target.Text)}) | |
325 | end | |
326 | end) | |
327 | ||
328 | nuke.MouseButton1Down:connect(function() | |
329 | for i,c in pairs(game.Workspace:GetChildren()) do | |
330 | ohok = c | |
331 | slaves:FireServer(ohok, {Value = ohok}) | |
332 | end | |
333 | end) | |
334 | ||
335 | end | |
336 | end |