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