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