SHOW:
|
|
- or go back to the newest paste.
1 | --Made by OpTic Wisdom/LikeATrollFace/TheStrikes | |
2 | ||
3 | --leaked umm i guess | |
4 | ||
5 | KlanLeader = game.Players.LocalPlayer | |
6 | - | Victim = game.Players["shadow250104"] |
6 | + | Victim = game.Players["iSkarmony"] |
7 | ||
8 | if not KlanLeader.Character:FindFirstChild("Shirt Graphic") then | |
9 | Instance.new("ShirtGraphic", KlanLeader.Character) | |
10 | end | |
11 | ||
12 | ||
13 | if KlanLeader.Character:FindFirstChild("Shirt") then KlanLeader.Character.Shirt:Destroy() | |
14 | end | |
15 | if KlanLeader.Character:FindFirstChild("Pants") then KlanLeader.Character.Pants:Destroy() | |
16 | end | |
17 | ||
18 | for _, v in pairs(KlanLeader.Character:GetChildren()) do | |
19 | if v:IsA("Hat") then | |
20 | v:Destroy() | |
21 | end | |
22 | end | |
23 | ||
24 | for _, v in pairs(KlanLeader.Character:GetChildren()) do | |
25 | if v:IsA("CharacterMesh") then | |
26 | v:Destroy() | |
27 | end | |
28 | end | |
29 | ||
30 | if Victim.Character:FindFirstChild("Pants") then Victim.Character.Pants:Destroy() | |
31 | end | |
32 | if Victim.Character:FindFirstChild("Shirt") then Victim.Character.Shirt:Destroy() | |
33 | end | |
34 | ||
35 | x = game:GetService("InsertService"):LoadAsset(1082932) | |
36 | for i,v in pairs(x:GetChildren()) do | |
37 | v.Parent = game.Players.LocalPlayer.Character | |
38 | end | |
39 | wait(0.1) | |
40 | x = game:GetService("InsertService"):LoadAsset(15727015) | |
41 | for i,v in pairs(x:GetChildren()) do | |
42 | v.Parent = game.Players.LocalPlayer.Character | |
43 | end | |
44 | wait(0.1) | |
45 | KlanLeader.Character.TrafficCone.Handle.Mesh.MeshId = "http://www.roblox.com/asset/?id=1082802" | |
46 | KlanLeader.Character.TrafficCone.Handle.Mesh.Scale = Vector3.new(1.08,1.7,1.08) | |
47 | KlanLeader.Character["Gaga glasses"].Handle.Mesh.Scale = Vector3.new(0.5,0.6,0.6) | |
48 | KlanLeader.Character.TrafficCone.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=37911695" | |
49 | KlanLeader.Character["Gaga glasses"].Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=15721268" | |
50 | KlanLeader.Character.TrafficCone.AttachmentForward = Vector3.new(0,0,-1) | |
51 | KlanLeader.Character.TrafficCone.AttachmentRight = Vector3.new(1,0,0) | |
52 | KlanLeader.Character.TrafficCone.AttachmentUp = Vector3.new(0,1,0) | |
53 | KlanLeader.Character["Shirt Graphic"].Graphic = "http://www.roblox.com/asset/?id=396340736" | |
54 | KlanLeader.Character.Head.BrickColor = BrickColor.new(1) | |
55 | KlanLeader.Character.Torso.BrickColor = BrickColor.new(1) | |
56 | KlanLeader.Character["Left Arm"].BrickColor = BrickColor.new(1) | |
57 | KlanLeader.Character["Right Arm"].BrickColor = BrickColor.new(1) | |
58 | KlanLeader.Character["Left Leg"].BrickColor = BrickColor.new(1) | |
59 | KlanLeader.Character["Right Leg"].BrickColor = BrickColor.new(1) | |
60 | ||
61 | Victim.Character.Head.BrickColor = BrickColor.new("Dirt brown") | |
62 | Victim.Character.Torso.BrickColor = BrickColor.new("Dirt brown") | |
63 | Victim.Character["Left Arm"].BrickColor = BrickColor.new("Dirt brown") | |
64 | Victim.Character["Right Arm"].BrickColor = BrickColor.new("Dirt brown") | |
65 | Victim.Character["Left Leg"].BrickColor = BrickColor.new("Dirt brown") | |
66 | Victim.Character["Right Leg"].BrickColor = BrickColor.new("Dirt brown") | |
67 | ||
68 | Create = function(itemClass,tabl) | |
69 | local item = Instance.new(itemClass) | |
70 | for i,v in pairs(tabl) do | |
71 | local a,b = ypcall(function() return item[i] end) | |
72 | if a then | |
73 | item[i] = tabl[i] | |
74 | end | |
75 | end | |
76 | return item | |
77 | end | |
78 | function runDummyScript(f,scri) | |
79 | local oldenv = getfenv(f) | |
80 | local newenv = setmetatable({}, { | |
81 | __index = function(_, k) | |
82 | if k:lower() == 'script' then | |
83 | return scri | |
84 | else | |
85 | return oldenv[k] | |
86 | end | |
87 | end | |
88 | }) | |
89 | setfenv(f, newenv) | |
90 | ypcall(function() f() end) | |
91 | end | |
92 | cors = {} | |
93 | mas = Instance.new("Model",game:GetService("Lighting")) | |
94 | mas.Name = "CompiledModel" | |
95 | o1 = Create("Model",{ | |
96 | ["Name"] = "Gallows", | |
97 | ["Parent"] = mas, | |
98 | }) | |
99 | o2 = Create("Part",{ | |
100 | ["Name"] = "Smooth Block Model", | |
101 | ["Parent"] = o1, | |
102 | ["Material"] = Enum.Material.Wood, | |
103 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
104 | ["Position"] = Vector3.new(-24, 0.600031018, 62), | |
105 | ["Anchored"] = true, | |
106 | ["CFrame"] = CFrame.new(-24, 0.600031018, 62, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
107 | ["Size"] = Vector3.new(2, 1.20000005, 8), | |
108 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
109 | }) | |
110 | o3 = Create("Part",{ | |
111 | ["Name"] = "Smooth Block Model", | |
112 | ["Parent"] = o1, | |
113 | ["Material"] = Enum.Material.Wood, | |
114 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
115 | ["Position"] = Vector3.new(-22, 1.20002401, 62), | |
116 | ["Anchored"] = true, | |
117 | ["CFrame"] = CFrame.new(-22, 1.20002401, 62, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
118 | ["Size"] = Vector3.new(2, 2.4000001, 8), | |
119 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
120 | }) | |
121 | o4 = Create("Part",{ | |
122 | ["Name"] = "Smooth Block Model", | |
123 | ["Parent"] = o1, | |
124 | ["Material"] = Enum.Material.Wood, | |
125 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
126 | ["Position"] = Vector3.new(-18, 2.40002704, 62), | |
127 | ["Anchored"] = true, | |
128 | ["CFrame"] = CFrame.new(-18, 2.40002704, 62, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
129 | ["Size"] = Vector3.new(2, 4.80000019, 8), | |
130 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
131 | }) | |
132 | o5 = Create("Part",{ | |
133 | ["Name"] = "Smooth Block Model", | |
134 | ["Parent"] = o1, | |
135 | ["Material"] = Enum.Material.Wood, | |
136 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
137 | ["Position"] = Vector3.new(-20, 1.80002904, 62), | |
138 | ["Anchored"] = true, | |
139 | ["CFrame"] = CFrame.new(-20, 1.80002904, 62, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
140 | ["Size"] = Vector3.new(2, 3.60000014, 8), | |
141 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
142 | }) | |
143 | o6 = Create("Part",{ | |
144 | ["Name"] = "Smooth Block Model", | |
145 | ["Parent"] = o1, | |
146 | ["Material"] = Enum.Material.Wood, | |
147 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
148 | ["Position"] = Vector3.new(-16, 3.00002789, 62), | |
149 | ["Anchored"] = true, | |
150 | ["CFrame"] = CFrame.new(-16, 3.00002789, 62, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
151 | ["Size"] = Vector3.new(2, 6, 8), | |
152 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
153 | }) | |
154 | o7 = Create("Part",{ | |
155 | ["Name"] = "Smooth Block Model", | |
156 | ["Parent"] = o1, | |
157 | ["Material"] = Enum.Material.Wood, | |
158 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
159 | ["Position"] = Vector3.new(-14.5, 2.40002704, 69.5), | |
160 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
161 | ["Anchored"] = true, | |
162 | ["CFrame"] = CFrame.new(-14.5, 2.40002704, 69.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
163 | ["Size"] = Vector3.new(1, 4.80000019, 1), | |
164 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
165 | }) | |
166 | o8 = Create("Part",{ | |
167 | ["Name"] = "Smooth Block Model", | |
168 | ["Parent"] = o1, | |
169 | ["Material"] = Enum.Material.Wood, | |
170 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
171 | ["Position"] = Vector3.new(-5.5, 2.40002704, 69.5), | |
172 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
173 | ["Anchored"] = true, | |
174 | ["CFrame"] = CFrame.new(-5.5, 2.40002704, 69.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
175 | ["Size"] = Vector3.new(1, 4.80000019, 1), | |
176 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
177 | }) | |
178 | o9 = Create("Part",{ | |
179 | ["Name"] = "Smooth Block Model", | |
180 | ["Parent"] = o1, | |
181 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
182 | ["Position"] = Vector3.new(-3.5, 5.40002203, 50.5), | |
183 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
184 | ["Anchored"] = true, | |
185 | ["CFrame"] = CFrame.new(-3.5, 5.40002203, 50.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
186 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
187 | ["LeftSurface"] = Enum.SurfaceType.Hinge, | |
188 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
189 | }) | |
190 | o10 = Create("Part",{ | |
191 | ["Name"] = "Smooth Block Model", | |
192 | ["Parent"] = o1, | |
193 | ["Material"] = Enum.Material.Wood, | |
194 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
195 | ["Position"] = Vector3.new(-10, 5.40002203, 47.5), | |
196 | ["Anchored"] = true, | |
197 | ["CFrame"] = CFrame.new(-10, 5.40002203, 47.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
198 | ["Size"] = Vector3.new(10, 1.20000005, 45), | |
199 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
200 | }) | |
201 | o11 = Create("Part",{ | |
202 | ["Name"] = "Smooth Block Model", | |
203 | ["Parent"] = o1, | |
204 | ["Material"] = Enum.Material.Wood, | |
205 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
206 | ["Position"] = Vector3.new(-1, 5.40002203, 60.5), | |
207 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
208 | ["Anchored"] = true, | |
209 | ["CFrame"] = CFrame.new(-1, 5.40002203, 60.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
210 | ["Size"] = Vector3.new(19, 1.20000005, 8), | |
211 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
212 | }) | |
213 | o12 = Create("Part",{ | |
214 | ["Name"] = "trap", | |
215 | ["Parent"] = o1, | |
216 | ["Material"] = Enum.Material.Wood, | |
217 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
218 | ["Position"] = Vector3.new(-1, 5.40002203, 47), | |
219 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
220 | ["Anchored"] = true, | |
221 | ["CFrame"] = CFrame.new(-1, 5.40002203, 47, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
222 | ["Size"] = Vector3.new(6, 1.20000005, 6), | |
223 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
224 | }) | |
225 | o13 = Create("Part",{ | |
226 | ["Name"] = "Smooth Block Model", | |
227 | ["Parent"] = o1, | |
228 | ["Material"] = Enum.Material.Wood, | |
229 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
230 | ["Position"] = Vector3.new(-2.5, 7.20002079, 57.5), | |
231 | ["CFrame"] = CFrame.new(-2.5, 7.20002079, 57.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
232 | ["Size"] = Vector3.new(1, 2.4000001, 3), | |
233 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
234 | }) | |
235 | o14 = Create("Part",{ | |
236 | ["Name"] = "Smooth Block Model", | |
237 | ["Parent"] = o1, | |
238 | ["Material"] = Enum.Material.Wood, | |
239 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
240 | ["Position"] = Vector3.new(3.5, 2.40002704, 69.5), | |
241 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
242 | ["Anchored"] = true, | |
243 | ["CFrame"] = CFrame.new(3.5, 2.40002704, 69.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
244 | ["Size"] = Vector3.new(1, 4.80000019, 1), | |
245 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
246 | }) | |
247 | o15 = Create("Part",{ | |
248 | ["Name"] = "Smooth Block Model", | |
249 | ["Parent"] = o1, | |
250 | ["Material"] = Enum.Material.Wood, | |
251 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
252 | ["Position"] = Vector3.new(2.5, 5.40002203, 47), | |
253 | ["Anchored"] = true, | |
254 | ["CFrame"] = CFrame.new(2.5, 5.40002203, 47, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
255 | ["CanCollide"] = false, | |
256 | ["Size"] = Vector3.new(1, 1.20000005, 8), | |
257 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
258 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
259 | }) | |
260 | o16 = Create("Part",{ | |
261 | ["Name"] = "Smooth Block Model", | |
262 | ["Parent"] = o1, | |
263 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
264 | ["Position"] = Vector3.new(-3.5, 5.40002203, 43.5), | |
265 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
266 | ["Anchored"] = true, | |
267 | ["CFrame"] = CFrame.new(-3.5, 5.40002203, 43.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
268 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
269 | ["RightSurface"] = Enum.SurfaceType.Hinge, | |
270 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
271 | }) | |
272 | o17 = Create("Part",{ | |
273 | ["Name"] = "welder", | |
274 | ["Parent"] = o1, | |
275 | ["Material"] = Enum.Material.Wood, | |
276 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
277 | ["Position"] = Vector3.new(-0.5, 6.60002804, 47), | |
278 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
279 | ["CFrame"] = CFrame.new(-0.5, 6.60002804, 47, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
280 | ["Size"] = Vector3.new(4, 1.20000005, 3), | |
281 | ["BottomSurface"] = Enum.SurfaceType.Weld, | |
282 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
283 | }) | |
284 | o18 = Create("Part",{ | |
285 | ["Name"] = "Smooth Block Model", | |
286 | ["Parent"] = o1, | |
287 | ["Material"] = Enum.Material.Wood, | |
288 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
289 | ["Position"] = Vector3.new(0, 7.20002079, 56.5), | |
290 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
291 | ["CFrame"] = CFrame.new(0, 7.20002079, 56.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
292 | ["Size"] = Vector3.new(1, 2.4000001, 4), | |
293 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
294 | }) | |
295 | o19 = Create("Part",{ | |
296 | ["Name"] = "Smooth Block Model", | |
297 | ["Parent"] = o1, | |
298 | ["Material"] = Enum.Material.Wood, | |
299 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
300 | ["Position"] = Vector3.new(3.5, 5.40002203, 47.5), | |
301 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
302 | ["Anchored"] = true, | |
303 | ["CFrame"] = CFrame.new(3.5, 5.40002203, 47.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
304 | ["Size"] = Vector3.new(45, 1.20000005, 1), | |
305 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
306 | }) | |
307 | o20 = Create("Part",{ | |
308 | ["Name"] = "Smooth Block Model", | |
309 | ["Parent"] = o1, | |
310 | ["Material"] = Enum.Material.Wood, | |
311 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
312 | ["Position"] = Vector3.new(0, 7.20002079, 58.5), | |
313 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
314 | ["CFrame"] = CFrame.new(0, 7.20002079, 58.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
315 | ["Size"] = Vector3.new(1, 2.4000001, 4), | |
316 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
317 | }) | |
318 | o21 = Create("Part",{ | |
319 | ["Name"] = "gallowswitch", | |
320 | ["Parent"] = o1, | |
321 | ["Material"] = Enum.Material.Wood, | |
322 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
323 | ["Position"] = Vector3.new(-1.63906896, 8.80330181, 57.5), | |
324 | ["Rotation"] = Vector3.new(-90, 60.0933647, -90), | |
325 | ["Anchored"] = true, | |
326 | ["CFrame"] = CFrame.new(-1.63906896, 8.80330181, 57.5, 1.78087221e-017, 0.498588145, 0.866838992, 4.72897554e-019, -0.866839051, 0.498588145, 1.00000012, -8.46929136e-018, -1.56730758e-017), | |
327 | ["Size"] = Vector3.new(1, 4.80000019, 1), | |
328 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
329 | }) | |
330 | o22 = Create("Part",{ | |
331 | ["Name"] = "Smooth Block Model", | |
332 | ["Parent"] = o1, | |
333 | ["Material"] = Enum.Material.Wood, | |
334 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
335 | ["Position"] = Vector3.new(-0.5, 10.800024, 51.5), | |
336 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
337 | ["Anchored"] = true, | |
338 | ["CFrame"] = CFrame.new(-0.5, 10.800024, 51.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
339 | ["Size"] = Vector3.new(1, 9.60000038, 1), | |
340 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
341 | }) | |
342 | o23 = Create("Part",{ | |
343 | ["Name"] = "Smooth Block Model", | |
344 | ["Parent"] = o1, | |
345 | ["Material"] = Enum.Material.Wood, | |
346 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
347 | ["Position"] = Vector3.new(-0.5, 10.800024, 42.5), | |
348 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
349 | ["Anchored"] = true, | |
350 | ["CFrame"] = CFrame.new(-0.5, 10.800024, 42.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
351 | ["Size"] = Vector3.new(1, 9.60000038, 1), | |
352 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
353 | }) | |
354 | o24 = Create("Part",{ | |
355 | ["Name"] = "Smooth Block Model", | |
356 | ["Parent"] = o1, | |
357 | ["Material"] = Enum.Material.Wood, | |
358 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
359 | ["Position"] = Vector3.new(2.5, 7.20002079, 57.5), | |
360 | ["CFrame"] = CFrame.new(2.5, 7.20002079, 57.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
361 | ["Size"] = Vector3.new(1, 2.4000001, 3), | |
362 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
363 | }) | |
364 | o25 = Create("Part",{ | |
365 | ["Name"] = "gallowswitch2", | |
366 | ["Parent"] = o1, | |
367 | ["Material"] = Enum.Material.Wood, | |
368 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
369 | ["Transparency"] = 1, | |
370 | ["Position"] = Vector3.new(1.5, 9.00002384, 57.5), | |
371 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
372 | ["Anchored"] = true, | |
373 | ["CFrame"] = CFrame.new(1.5, 9.00002384, 57.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
374 | ["Size"] = Vector3.new(1, 6, 1), | |
375 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
376 | }) | |
377 | o26 = Create("Part",{ | |
378 | ["Name"] = "rope", | |
379 | ["Parent"] = o1, | |
380 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
381 | ["Position"] = Vector3.new(-0.5, 12.6000204, 46.5), | |
382 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
383 | ["RotVelocity"] = Vector3.new(9.29485318e-017, 7.26643592e-018, 9.29485318e-017), | |
384 | ["Velocity"] = Vector3.new(6.78266e-017, -0.644254982, 6.78266e-017), | |
385 | ["CFrame"] = CFrame.new(-0.5, 12.6000204, 46.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
386 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
387 | ["BottomSurface"] = Enum.SurfaceType.Motor, | |
388 | ["TopSurface"] = Enum.SurfaceType.Motor, | |
389 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
390 | }) | |
391 | o27 = Create("SpecialMesh",{ | |
392 | ["Parent"] = o26, | |
393 | ["MeshType"] = Enum.MeshType.Sphere, | |
394 | }) | |
395 | o28 = Create("Part",{ | |
396 | ["Name"] = "Smooth Block Model", | |
397 | ["Parent"] = o1, | |
398 | ["Material"] = Enum.Material.Wood, | |
399 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
400 | ["Position"] = Vector3.new(-1, 5.40002203, 34), | |
401 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
402 | ["Anchored"] = true, | |
403 | ["CFrame"] = CFrame.new(-1, 5.40002203, 34, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
404 | ["Size"] = Vector3.new(18, 1.20000005, 8), | |
405 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
406 | }) | |
407 | o29 = Create("Part",{ | |
408 | ["Name"] = "rope", | |
409 | ["Parent"] = o1, | |
410 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
411 | ["Position"] = Vector3.new(-0.5, 13.8000278, 46.5), | |
412 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
413 | ["RotVelocity"] = Vector3.new(9.29485318e-017, 5.65548431e-018, 9.29485318e-017), | |
414 | ["Velocity"] = Vector3.new(6.78266e-017, -0.42925173, 6.78266e-017), | |
415 | ["CFrame"] = CFrame.new(-0.5, 13.8000278, 46.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
416 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
417 | ["BottomSurface"] = Enum.SurfaceType.Motor, | |
418 | ["TopSurface"] = Enum.SurfaceType.Motor, | |
419 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
420 | }) | |
421 | o30 = Create("SpecialMesh",{ | |
422 | ["Parent"] = o29, | |
423 | ["MeshType"] = Enum.MeshType.Sphere, | |
424 | }) | |
425 | o31 = Create("Part",{ | |
426 | ["Name"] = "Smooth Block Model", | |
427 | ["Parent"] = o1, | |
428 | ["Material"] = Enum.Material.Wood, | |
429 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
430 | ["Position"] = Vector3.new(-24, 0.600031018, 33), | |
431 | ["Anchored"] = true, | |
432 | ["CFrame"] = CFrame.new(-24, 0.600031018, 33, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
433 | ["Size"] = Vector3.new(2, 1.20000005, 8), | |
434 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
435 | }) | |
436 | o32 = Create("Part",{ | |
437 | ["Name"] = "Smooth Block Model", | |
438 | ["Parent"] = o1, | |
439 | ["Material"] = Enum.Material.Wood, | |
440 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
441 | ["Position"] = Vector3.new(-22, 1.20002401, 33), | |
442 | ["Anchored"] = true, | |
443 | ["CFrame"] = CFrame.new(-22, 1.20002401, 33, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
444 | ["Size"] = Vector3.new(2, 2.4000001, 8), | |
445 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
446 | }) | |
447 | o33 = Create("Part",{ | |
448 | ["Name"] = "Smooth Block Model", | |
449 | ["Parent"] = o1, | |
450 | ["Material"] = Enum.Material.Wood, | |
451 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
452 | ["Position"] = Vector3.new(-16, 3.00002789, 33), | |
453 | ["Anchored"] = true, | |
454 | ["CFrame"] = CFrame.new(-16, 3.00002789, 33, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
455 | ["Size"] = Vector3.new(2, 6, 8), | |
456 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
457 | }) | |
458 | o34 = Create("Part",{ | |
459 | ["Name"] = "Smooth Block Model", | |
460 | ["Parent"] = o1, | |
461 | ["Material"] = Enum.Material.Wood, | |
462 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
463 | ["Position"] = Vector3.new(-18, 2.40002704, 33), | |
464 | ["Anchored"] = true, | |
465 | ["CFrame"] = CFrame.new(-18, 2.40002704, 33, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
466 | ["Size"] = Vector3.new(2, 4.80000019, 8), | |
467 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
468 | }) | |
469 | o35 = Create("Part",{ | |
470 | ["Name"] = "Smooth Block Model", | |
471 | ["Parent"] = o1, | |
472 | ["Material"] = Enum.Material.Wood, | |
473 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
474 | ["Position"] = Vector3.new(-20, 1.80002904, 33), | |
475 | ["Anchored"] = true, | |
476 | ["CFrame"] = CFrame.new(-20, 1.80002904, 33, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
477 | ["Size"] = Vector3.new(2, 3.60000014, 8), | |
478 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
479 | }) | |
480 | o36 = Create("Part",{ | |
481 | ["Name"] = "rope", | |
482 | ["Parent"] = o1, | |
483 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
484 | ["Position"] = Vector3.new(-0.5, 15.0000238, 46.5), | |
485 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
486 | ["RotVelocity"] = Vector3.new(9.29485318e-017, 3.22718457e-018, 9.29485318e-017), | |
487 | ["Velocity"] = Vector3.new(6.78266e-017, -0.210931048, 6.78266e-017), | |
488 | ["CFrame"] = CFrame.new(-0.5, 15.0000238, 46.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
489 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
490 | ["BottomSurface"] = Enum.SurfaceType.Motor, | |
491 | ["TopSurface"] = Enum.SurfaceType.Motor, | |
492 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
493 | }) | |
494 | o37 = Create("SpecialMesh",{ | |
495 | ["Parent"] = o36, | |
496 | ["MeshType"] = Enum.MeshType.Sphere, | |
497 | }) | |
498 | o38 = Create("Part",{ | |
499 | ["Name"] = "Smooth Block Model", | |
500 | ["Parent"] = o1, | |
501 | ["Material"] = Enum.Material.Wood, | |
502 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
503 | ["Position"] = Vector3.new(3.5, 2.40002704, 25.5), | |
504 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
505 | ["Anchored"] = true, | |
506 | ["CFrame"] = CFrame.new(3.5, 2.40002704, 25.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
507 | ["Size"] = Vector3.new(1, 4.80000019, 1), | |
508 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
509 | }) | |
510 | o39 = Create("Part",{ | |
511 | ["Name"] = "Smooth Block Model", | |
512 | ["Parent"] = o1, | |
513 | ["Material"] = Enum.Material.Wood, | |
514 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
515 | ["Position"] = Vector3.new(-0.5, 16.2000294, 47), | |
516 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
517 | ["Anchored"] = true, | |
518 | ["CFrame"] = CFrame.new(-0.5, 16.2000294, 47, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
519 | ["Size"] = Vector3.new(10, 1.20000005, 1), | |
520 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
521 | }) | |
522 | o40 = Create("Part",{ | |
523 | ["Name"] = "Smooth Block Model", | |
524 | ["Parent"] = o1, | |
525 | ["Material"] = Enum.Material.Wood, | |
526 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
527 | ["Position"] = Vector3.new(-5.5, 2.40002704, 25.5), | |
528 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
529 | ["Anchored"] = true, | |
530 | ["CFrame"] = CFrame.new(-5.5, 2.40002704, 25.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
531 | ["Size"] = Vector3.new(1, 4.80000019, 1), | |
532 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
533 | }) | |
534 | o41 = Create("Part",{ | |
535 | ["Name"] = "Smooth Block Model", | |
536 | ["Parent"] = o1, | |
537 | ["Material"] = Enum.Material.Wood, | |
538 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
539 | ["Position"] = Vector3.new(-14.5, 2.40002704, 25.5), | |
540 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
541 | ["Anchored"] = true, | |
542 | ["CFrame"] = CFrame.new(-14.5, 2.40002704, 25.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
543 | ["Size"] = Vector3.new(1, 4.80000019, 1), | |
544 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
545 | }) | |
546 | o42 = Create("Part",{ | |
547 | ["Name"] = "hanger", | |
548 | ["Parent"] = o1, | |
549 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
550 | ["Position"] = Vector3.new(-0.5, 11.4000158, 46.5), | |
551 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
552 | ["RotVelocity"] = Vector3.new(9.29485318e-017, 8.0695067e-018, 9.29485318e-017), | |
553 | ["Velocity"] = Vector3.new(6.78266e-017, -0.611982644, 6.78266e-017), | |
554 | ["CFrame"] = CFrame.new(-0.5, 11.4000158, 46.5, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
555 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
556 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
557 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
558 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
559 | }) | |
560 | o43 = Create("SpecialMesh",{ | |
561 | ["Parent"] = o42, | |
562 | ["MeshId"] = "http://www.roblox.com/asset/?id=3270017", | |
563 | ["Scale"] = Vector3.new(2, 2, 1), | |
564 | ["MeshType"] = Enum.MeshType.FileMesh, | |
565 | }) | |
566 | ||
567 | mas.Parent = workspace | |
568 | mas:MakeJoints() | |
569 | ||
570 | local mas1 = mas:GetChildren() | |
571 | ||
572 | for i=1,#mas1 do | |
573 | mas1[i].Parent = workspace | |
574 | ypcall(function() mas1[i]:MakeJoints() end) | |
575 | end | |
576 | ||
577 | mas:Destroy() | |
578 | ||
579 | for i=1,#cors do | |
580 | coroutine.resume(cors[i]) | |
581 | end | |
582 | ||
583 | model = o1 | |
584 | switch = model.gallowswitch | |
585 | backup = model:Clone() --I was young and stupid when I made this! D: | |
586 | ||
587 | function onClick() | |
588 | model.trap.Anchored = false | |
589 | c = game.Workspace:GetChildren() | |
590 | switch.Transparency = 1 | |
591 | model.gallowswitch2.Transparency = 0 | |
592 | for i = 1, #c do | |
593 | if c[i].Name == "Help!" then | |
594 | w = Instance.new("Weld") | |
595 | c[i].Humanoid.Health = 0 | |
596 | wait(.01) | |
597 | w.Parent = c[i].Head | |
598 | w.Part0 = w.Parent | |
599 | w.Part1 = c[i].Torso | |
600 | w.C1 = CFrame.new(0,1.5,0) | |
601 | w1 = Instance.new("Weld") | |
602 | w1.Parent = c[i].Torso | |
603 | w1.Part0 = w1.Parent | |
604 | w1.Part1 = c[i]["Right Arm"] | |
605 | w1.C1 = CFrame.new(1.5,0,0) | |
606 | w2 = Instance.new("Weld") | |
607 | w2.Parent = c[i].Torso | |
608 | w2.Part0 = w2.Parent | |
609 | w2.Part1 = c[i]["Left Arm"] | |
610 | w2.C1 = CFrame.new(-1.5,0,0) | |
611 | w3 = Instance.new("Weld") | |
612 | w3.Parent = c[i].Torso | |
613 | w3.Part0 = w3.Parent | |
614 | w3.Part1 = c[i]["Left Leg"] | |
615 | w3.C1 = CFrame.new(-.5,2,0) | |
616 | w4 = Instance.new("Weld") | |
617 | w4.Parent = c[i].Torso | |
618 | w4.Part0 = w4.Parent | |
619 | w4.Part1 = c[i]["Right Leg"] | |
620 | w4.C1 = CFrame.new(.5,2,0) | |
621 | end | |
622 | end | |
623 | Victim.Character.Humanoid.Health = 0 | |
624 | wait(1) | |
625 | switch.Transparency = 0 | |
626 | model.gallowswitch2.Transparency = 1 | |
627 | wait(4) | |
628 | model:remove() | |
629 | backup.Parent = game.Workspace | |
630 | backup:makeJoints() | |
631 | wait(5) | |
632 | game.Workspace.Gallows:Destroy() | |
633 | end | |
634 | ||
635 | Instance.new("ClickDetector", switch) | |
636 | ||
637 | connection = switch.ClickDetector.MouseClick:connect(onClick) | |
638 | b = model.welder | |
639 | ||
640 | function onTouched(part) | |
641 | if part.Parent.Humanoid ~= nil then | |
642 | w = Instance.new("Weld") | |
643 | w.Parent = part.Parent.Head | |
644 | w.Part0 = w.Parent | |
645 | w.Part1 = model.hanger | |
646 | Victim.Character.Name = "N1gger" | |
647 | end | |
648 | end | |
649 | ||
650 | connection = b.Touched:connect(onTouched) | |
651 | ||
652 | game.Workspace.Gallows:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,-10,-30)) | |
653 | ||
654 | Victim.Character.HumanoidRootPart.CFrame = game.Workspace.Gallows.hanger.CFrame |