SHOW:
|
|
- or go back to the newest paste.
1 | --https://github.com/Mokiros/roblox-FE-compatibility | |
2 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
3 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
4 | local RealPlayer = Player | |
5 | do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer | |
6 | end | |
7 | create = game.Players.LocalPlayer | |
8 | ||
9 | function ChRem(child, c) | |
10 | if child.className == "Snap" or child.className == "Motor" or child.className == "Weld" then | |
11 | m = Instance.new("Motor") | |
12 | m.Name = child.Name | |
13 | m.Part0 = child.Part0 | |
14 | m.Part1 = child.Part1 | |
15 | m.C1 = child.C1 | |
16 | m.C0 = child.C0 | |
17 | m.Parent = c | |
18 | if child.className == "Motor" then | |
19 | m.MaxVelocity = child.MaxVelocity | |
20 | end | |
21 | end | |
22 | end | |
23 | ||
24 | function Armour() | |
25 | me = create.Character | |
26 | ||
27 | Object1 = Instance.new("Model") | |
28 | Object1.Name = create.Name.."'s Suit" | |
29 | Object1.Parent = me | |
30 | ||
31 | Object2 = Instance.new("Part") | |
32 | Object2.Name = "LL2 Claw" | |
33 | Object2.Parent = Object1 | |
34 | Object2.CanCollide = false | |
35 | Object2.Locked = true | |
36 | Object2.BottomSurface = 0 | |
37 | Object2.TopSurface = 0 | |
38 | Object2.formFactor = 2 | |
39 | Object2.BrickColor = BrickColor.White() | |
40 | Object2.Size = Vector3.new(1, 0.4, 1) | |
41 | ||
42 | Object3 = Instance.new("SpecialMesh") | |
43 | Object3.Parent = Object2 | |
44 | Object3.MeshType = 2 | |
45 | Object3.Scale = Vector3.new(0.2, 0.5, 0.3) | |
46 | ||
47 | Object4 = Instance.new("Weld") | |
48 | Object4.Parent = Object1 | |
49 | Object4.Part0 = Object2 | |
50 | Object4.Part1 = me["Left Leg"] | |
51 | Object4.C1 = CFrame.new(-0.11000824, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
52 | Object4.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0) | |
53 | ||
54 | Object5 = Instance.new("Part") | |
55 | Object5.Name = "LL3 Claw" | |
56 | Object5.Parent = Object1 | |
57 | Object5.CanCollide = false | |
58 | Object5.Locked = true | |
59 | Object5.BottomSurface = 0 | |
60 | Object5.TopSurface = 0 | |
61 | Object5.formFactor = 2 | |
62 | Object5.BrickColor = BrickColor.White() | |
63 | Object5.Size = Vector3.new(1, 0.4, 1) | |
64 | ||
65 | Object6 = Instance.new("SpecialMesh") | |
66 | Object6.Parent = Object5 | |
67 | Object6.MeshType = 2 | |
68 | Object6.Scale = Vector3.new(0.2, 0.5, 0.3) | |
69 | ||
70 | Object7 = Instance.new("Weld") | |
71 | Object7.Parent = Object1 | |
72 | Object7.Part0 = Object5 | |
73 | Object7.Part1 = me["Left Leg"] | |
74 | Object7.C1 = CFrame.new(0.13999176, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
75 | Object7.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0) | |
76 | ||
77 | Object8 = Instance.new("Part") | |
78 | Object8.Name = "LL4 Claw" | |
79 | Object8.Parent = Object1 | |
80 | Object8.CanCollide = false | |
81 | Object8.Locked = true | |
82 | Object8.BottomSurface = 0 | |
83 | Object8.TopSurface = 0 | |
84 | Object8.formFactor = 2 | |
85 | Object8.BrickColor = BrickColor.White() | |
86 | Object8.Size = Vector3.new(1, 0.4, 1) | |
87 | ||
88 | Object9 = Instance.new("SpecialMesh") | |
89 | Object9.Parent = Object8 | |
90 | Object9.MeshType = 2 | |
91 | Object9.Scale = Vector3.new(0.2, 0.5, 0.3) | |
92 | ||
93 | Object10 = Instance.new("Weld") | |
94 | Object10.Parent = Object1 | |
95 | Object10.Part0 = Object8 | |
96 | Object10.Part1 = me["Left Leg"] | |
97 | Object10.C1 = CFrame.new(0.38999176, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
98 | Object10.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0) | |
99 | ||
100 | Object11 = Instance.new("Part") | |
101 | Object11.Name = "RL1 Claw" | |
102 | Object11.Parent = Object1 | |
103 | Object11.CanCollide = false | |
104 | Object11.Locked = true | |
105 | Object11.BottomSurface = 0 | |
106 | Object11.TopSurface = 0 | |
107 | Object11.formFactor = 2 | |
108 | Object11.BrickColor = BrickColor.White() | |
109 | Object11.Size = Vector3.new(1, 0.4, 1) | |
110 | ||
111 | Object12 = Instance.new("SpecialMesh") | |
112 | Object12.Parent = Object11 | |
113 | Object12.MeshType = 2 | |
114 | Object12.Scale = Vector3.new(0.2, 0.5, 0.3) | |
115 | ||
116 | Object13 = Instance.new("Weld") | |
117 | Object13.Parent = Object1 | |
118 | Object13.Part0 = Object11 | |
119 | Object13.Part1 = me["Right Leg"] | |
120 | Object13.C1 = CFrame.new(-0.36000824, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
121 | Object13.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0) | |
122 | ||
123 | Object14 = Instance.new("Part") | |
124 | Object14.Name = "RL2 Claw" | |
125 | Object14.Parent = Object1 | |
126 | Object14.CanCollide = false | |
127 | Object14.Locked = true | |
128 | Object14.BottomSurface = 0 | |
129 | Object14.TopSurface = 0 | |
130 | Object14.formFactor = 2 | |
131 | Object14.BrickColor = BrickColor.White() | |
132 | Object14.Size = Vector3.new(1, 0.4, 1) | |
133 | ||
134 | Object15 = Instance.new("SpecialMesh") | |
135 | Object15.Parent = Object14 | |
136 | Object15.MeshType = 2 | |
137 | Object15.Scale = Vector3.new(0.2, 0.5, 0.3) | |
138 | ||
139 | Object16 = Instance.new("Weld") | |
140 | Object16.Parent = Object1 | |
141 | Object16.Part0 = Object14 | |
142 | Object16.Part1 = me["Right Leg"] | |
143 | Object16.C1 = CFrame.new(-0.11000824, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
144 | Object16.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0) | |
145 | ||
146 | Object17 = Instance.new("Part") | |
147 | Object17.Name = "RL4 Claw" | |
148 | Object17.Parent = Object1 | |
149 | Object17.CanCollide = false | |
150 | Object17.Locked = true | |
151 | Object17.BottomSurface = 0 | |
152 | Object17.TopSurface = 0 | |
153 | Object17.formFactor = 2 | |
154 | Object17.BrickColor = BrickColor.White() | |
155 | Object17.Size = Vector3.new(1, 0.4, 1) | |
156 | ||
157 | Object18 = Instance.new("SpecialMesh") | |
158 | Object18.Parent = Object17 | |
159 | Object18.MeshType = 2 | |
160 | Object18.Scale = Vector3.new(0.2, 0.5, 0.3) | |
161 | ||
162 | Object19 = Instance.new("Weld") | |
163 | Object19.Parent = Object1 | |
164 | Object19.Part0 = Object17 | |
165 | Object19.Part1 = me["Right Leg"] | |
166 | Object19.C1 = CFrame.new(0.38999176, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
167 | Object19.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0) | |
168 | ||
169 | Object20 = Instance.new("Part") | |
170 | Object20.Name = "RL3 Claw" | |
171 | Object20.Parent = Object1 | |
172 | Object20.CanCollide = false | |
173 | Object20.Locked = true | |
174 | Object20.BottomSurface = 0 | |
175 | Object20.TopSurface = 0 | |
176 | Object20.formFactor = 2 | |
177 | Object20.BrickColor = BrickColor.White() | |
178 | Object20.Size = Vector3.new(1, 0.4, 1) | |
179 | ||
180 | Object21 = Instance.new("SpecialMesh") | |
181 | Object21.Parent = Object20 | |
182 | Object21.MeshType = 2 | |
183 | Object21.Scale = Vector3.new(0.2, 0.5, 0.3) | |
184 | ||
185 | Object22 = Instance.new("Weld") | |
186 | Object22.Parent = Object1 | |
187 | Object22.Part0 = Object20 | |
188 | Object22.Part1 = me["Right Leg"] | |
189 | Object22.C1 = CFrame.new(0.13999176, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
190 | Object22.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0) | |
191 | ||
192 | Object23 = Instance.new("Part") | |
193 | Object23.Name = "LL1 Claw" | |
194 | Object23.Parent = Object1 | |
195 | Object23.CanCollide = false | |
196 | Object23.Locked = true | |
197 | Object23.BottomSurface = 0 | |
198 | Object23.TopSurface = 0 | |
199 | Object23.formFactor = 2 | |
200 | Object23.BrickColor = BrickColor.White() | |
201 | Object23.Size = Vector3.new(1, 0.4, 1) | |
202 | ||
203 | Object24 = Instance.new("SpecialMesh") | |
204 | Object24.Parent = Object23 | |
205 | Object24.MeshType = 2 | |
206 | Object24.Scale = Vector3.new(0.2, 0.5, 0.3) | |
207 | ||
208 | Object25 = Instance.new("Weld") | |
209 | Object25.Parent = Object1 | |
210 | Object25.Part0 = Object23 | |
211 | Object25.Part1 = me["Left Leg"] | |
212 | Object25.C1 = CFrame.new(-0.36000824, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
213 | Object25.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0) | |
214 | ||
215 | Object26 = Instance.new("Part") | |
216 | Object26.Name = "Tail" | |
217 | Object26.Parent = Object1 | |
218 | Object26.CanCollide = false | |
219 | Object26.Locked = true | |
220 | Object26.BottomSurface = 0 | |
221 | Object26.TopSurface = 0 | |
222 | Object26.formFactor = 2 | |
223 | Object26.BrickColor = BrickColor.new("Really black") | |
224 | Object26.Size = Vector3.new(1, 1.6, 1) | |
225 | ||
226 | Object27 = Instance.new("SpecialMesh") | |
227 | Object27.Parent = Object26 | |
228 | Object27.Scale = Vector3.new(0.2, 2, 0.2) | |
229 | ||
230 | Object28 = Instance.new("Weld") | |
231 | Object28.Parent = Object1 | |
232 | Object28.Part0 = Object26 | |
233 | Object28.Part1 = me["Torso"] | |
234 | Object28.C1 = CFrame.new(0, -0.399998665, 1.29999924, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
235 | Object28.C0 = CFrame.new(-8.04715796e-008, 2.21908465e-008, -7.49787574e-008, 0.44721359, 0.89442718, -5.57973502e-031, 0.893032908, -0.446516454, 0.0558145568, 0.04992228, -0.0249608997, -0.9984411) | |
236 | ||
237 | Object29 = Instance.new("Part") | |
238 | Object29.Name = "LA1 Claw" | |
239 | Object29.Parent = Object1 | |
240 | Object29.CanCollide = false | |
241 | Object29.Locked = true | |
242 | Object29.BottomSurface = 0 | |
243 | Object29.TopSurface = 0 | |
244 | Object29.formFactor = 2 | |
245 | Object29.BrickColor = BrickColor.White() | |
246 | Object29.Size = Vector3.new(1, 0.4, 1) | |
247 | ||
248 | Object30 = Instance.new("SpecialMesh") | |
249 | Object30.Parent = Object29 | |
250 | Object30.MeshType = 2 | |
251 | Object30.Scale = Vector3.new(0.2, 0.5, 0.3) | |
252 | ||
253 | Object31 = Instance.new("Weld") | |
254 | Object31.Parent = Object1 | |
255 | Object31.Part0 = Object29 | |
256 | Object31.Part1 = me["Left Arm"] | |
257 | Object31.C1 = CFrame.new(-0.379997253, -1.09999609, 0.390000105, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
258 | Object31.C0 = CFrame.new(-9.96358551e-012, -1.11199938e-012, 2.12851958e-012, 1, 6.36521597e-013, 3.60457107e-013, -3.60457107e-013, 4.67405952e-015, -1, 6.36521597e-013, 1, -4.67405952e-015) | |
259 | ||
260 | Object32 = Instance.new("Part") | |
261 | Object32.Name = "LA2 Claw" | |
262 | Object32.Parent = Object1 | |
263 | Object32.CanCollide = false | |
264 | Object32.Locked = true | |
265 | Object32.BottomSurface = 0 | |
266 | Object32.TopSurface = 0 | |
267 | Object32.formFactor = 2 | |
268 | Object32.BrickColor = BrickColor.White() | |
269 | Object32.Size = Vector3.new(1, 0.4, 1) | |
270 | ||
271 | Object33 = Instance.new("SpecialMesh") | |
272 | Object33.Parent = Object32 | |
273 | Object33.MeshType = 2 | |
274 | Object33.Scale = Vector3.new(0.2, 0.5, 0.3) | |
275 | ||
276 | Object34 = Instance.new("Weld") | |
277 | Object34.Parent = Object1 | |
278 | Object34.Part0 = Object32 | |
279 | Object34.Part1 = me["Left Arm"] | |
280 | Object34.C1 = CFrame.new(-0.379997253, -1.09999609, 0.140000105, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
281 | Object34.C0 = CFrame.new(-9.96358551e-012, -1.20081722e-012, 2.28750352e-012, 1, 6.36521597e-013, 3.60457107e-013, -3.60457107e-013, 4.67405952e-015, -1, 6.36521597e-013, 1, -4.67405952e-015) | |
282 | ||
283 | Object35 = Instance.new("Part") | |
284 | Object35.Name = "LA3 Claw" | |
285 | Object35.Parent = Object1 | |
286 | Object35.CanCollide = false | |
287 | Object35.Locked = true | |
288 | Object35.BottomSurface = 0 | |
289 | Object35.TopSurface = 0 | |
290 | Object35.formFactor = 2 | |
291 | Object35.BrickColor = BrickColor.White() | |
292 | Object35.Size = Vector3.new(1, 0.4, 1) | |
293 | ||
294 | Object36 = Instance.new("SpecialMesh") | |
295 | Object36.Parent = Object35 | |
296 | Object36.MeshType = 2 | |
297 | Object36.Scale = Vector3.new(0.2, 0.5, 0.3) | |
298 | ||
299 | Object37 = Instance.new("Weld") | |
300 | Object37.Parent = Object1 | |
301 | Object37.Part0 = Object35 | |
302 | Object37.Part1 = me["Left Arm"] | |
303 | Object37.C1 = CFrame.new(-0.379997253, -1.09999609, -0.109999895, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
304 | Object37.C0 = CFrame.new(-9.96358551e-012, -1.28963507e-012, 2.44693155e-012, 1, 6.36521597e-013, 3.60457107e-013, -3.60457107e-013, 4.67405952e-015, -1, 6.36521597e-013, 1, -4.67405952e-015) | |
305 | ||
306 | Object38 = Instance.new("Part") | |
307 | Object38.Name = "LA4 Claw" | |
308 | Object38.Parent = Object1 | |
309 | Object38.CanCollide = false | |
310 | Object38.Locked = true | |
311 | Object38.BottomSurface = 0 | |
312 | Object38.TopSurface = 0 | |
313 | Object38.formFactor = 2 | |
314 | Object38.BrickColor = BrickColor.White() | |
315 | Object38.Size = Vector3.new(1, 0.4, 1) | |
316 | ||
317 | Object39 = Instance.new("SpecialMesh") | |
318 | Object39.Parent = Object38 | |
319 | Object39.MeshType = 2 | |
320 | Object39.Scale = Vector3.new(0.2, 0.5, 0.3) | |
321 | ||
322 | Object40 = Instance.new("Weld") | |
323 | Object40.Parent = Object1 | |
324 | Object40.Part0 = Object38 | |
325 | Object40.Part1 = me["Left Arm"] | |
326 | Object40.C1 = CFrame.new(-0.379997253, -1.09999609, -0.359999895, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
327 | Object40.C0 = CFrame.new(-9.96358551e-012, -1.38200562e-012, 2.60591548e-012, 1, 6.36521597e-013, 3.60457107e-013, -3.60457107e-013, 4.67405952e-015, -1, 6.36521597e-013, 1, -4.67405952e-015) | |
328 | ||
329 | Object41 = Instance.new("Part") | |
330 | Object41.Name = "RA1 Claw" | |
331 | Object41.Parent = Object1 | |
332 | Object41.CanCollide = false | |
333 | Object41.Locked = true | |
334 | Object41.BottomSurface = 0 | |
335 | Object41.TopSurface = 0 | |
336 | Object41.formFactor = 2 | |
337 | Object41.BrickColor = BrickColor.White() | |
338 | Object41.Size = Vector3.new(1, 0.4, 1) | |
339 | ||
340 | Object42 = Instance.new("SpecialMesh") | |
341 | Object42.Parent = Object41 | |
342 | Object42.MeshType = 2 | |
343 | Object42.Scale = Vector3.new(0.2, 0.5, 0.3) | |
344 | ||
345 | Object43 = Instance.new("Weld") | |
346 | Object43.Parent = Object1 | |
347 | Object43.Part0 = Object41 | |
348 | Object43.Part1 = me["Right Arm"] | |
349 | Object43.C1 = CFrame.new(0.36999321, -1.10000086, 0.390000105, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
350 | Object43.C0 = CFrame.new(2.33346675e-011, 2.26307861e-012, -4.22195612e-012, -1, 1.27304319e-012, -7.20914214e-013, 7.20914214e-013, 9.34811903e-015, 1, -1.27304319e-012, 1, 9.34811903e-015) | |
351 | ||
352 | Object44 = Instance.new("Part") | |
353 | Object44.Name = "RA2 Claw" | |
354 | Object44.Parent = Object1 | |
355 | Object44.CanCollide = false | |
356 | Object44.Locked = true | |
357 | Object44.BottomSurface = 0 | |
358 | Object44.TopSurface = 0 | |
359 | Object44.formFactor = 2 | |
360 | Object44.BrickColor = BrickColor.White() | |
361 | Object44.Size = Vector3.new(1, 0.4, 1) | |
362 | ||
363 | Object45 = Instance.new("SpecialMesh") | |
364 | Object45.Parent = Object44 | |
365 | Object45.MeshType = 2 | |
366 | Object45.Scale = Vector3.new(0.2, 0.5, 0.3) | |
367 | ||
368 | Object46 = Instance.new("Weld") | |
369 | Object46.Parent = Object1 | |
370 | Object46.Part0 = Object44 | |
371 | Object46.Part1 = me["Right Arm"] | |
372 | Object46.C1 = CFrame.new(0.36999321, -1.10000086, 0.140000105, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
373 | Object46.C0 = CFrame.new(2.33346675e-011, 2.44426701e-012, -4.54036808e-012, -1, 1.27304319e-012, -7.20914214e-013, 7.20914214e-013, 9.34811903e-015, 1, -1.27304319e-012, 1, 9.34811903e-015) | |
374 | ||
375 | Object47 = Instance.new("Part") | |
376 | Object47.Name = "RA3 Claw" | |
377 | Object47.Parent = Object1 | |
378 | Object47.CanCollide = false | |
379 | Object47.Locked = true | |
380 | Object47.BottomSurface = 0 | |
381 | Object47.TopSurface = 0 | |
382 | Object47.formFactor = 2 | |
383 | Object47.BrickColor = BrickColor.White() | |
384 | Object47.Size = Vector3.new(1, 0.4, 1) | |
385 | ||
386 | Object48 = Instance.new("SpecialMesh") | |
387 | Object48.Parent = Object47 | |
388 | Object48.MeshType = 2 | |
389 | Object48.Scale = Vector3.new(0.2, 0.5, 0.3) | |
390 | ||
391 | Object49 = Instance.new("Weld") | |
392 | Object49.Parent = Object1 | |
393 | Object49.Part0 = Object47 | |
394 | Object49.Part1 = me["Right Arm"] | |
395 | Object49.C1 = CFrame.new(0.36999321, -1.10000086, -0.109999895, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
396 | Object49.C0 = CFrame.new(2.33346675e-011, 2.62545541e-012, -4.85878004e-012, -1, 1.27304319e-012, -7.20914214e-013, 7.20914214e-013, 9.34811903e-015, 1, -1.27304319e-012, 1, 9.34811903e-015) | |
397 | ||
398 | Object50 = Instance.new("Part") | |
399 | Object50.Name = "RA4 Claw" | |
400 | Object50.Parent = Object1 | |
401 | Object50.CanCollide = false | |
402 | Object50.Locked = true | |
403 | Object50.BottomSurface = 0 | |
404 | Object50.TopSurface = 0 | |
405 | Object50.formFactor = 2 | |
406 | Object50.BrickColor = BrickColor.White() | |
407 | Object50.Size = Vector3.new(1, 0.4, 1) | |
408 | ||
409 | Object51 = Instance.new("SpecialMesh") | |
410 | Object51.Parent = Object50 | |
411 | Object51.MeshType = 2 | |
412 | Object51.Scale = Vector3.new(0.2, 0.5, 0.3) | |
413 | ||
414 | Object52 = Instance.new("Weld") | |
415 | Object52.Parent = Object1 | |
416 | Object52.Part0 = Object50 | |
417 | Object52.Part1 = me["Right Arm"] | |
418 | Object52.C1 = CFrame.new(0.36999321, -1.10000086, -0.359999895, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
419 | Object52.C0 = CFrame.new(2.33346675e-011, 2.80309109e-012, -5.17674792e-012, -1, 1.27304319e-012, -7.20914214e-013, 7.20914214e-013, 9.34811903e-015, 1, -1.27304319e-012, 1, 9.34811903e-015) | |
420 | ||
421 | Object53 = Instance.new("Part") | |
422 | Object53.Name = "Tail R Spike" | |
423 | Object53.Parent = Object1 | |
424 | Object53.CanCollide = false | |
425 | Object53.Locked = true | |
426 | Object53.BottomSurface = 0 | |
427 | Object53.TopSurface = 0 | |
428 | Object53.formFactor = 2 | |
429 | Object53.BrickColor = BrickColor.new("Really black") | |
430 | Object53.Size = Vector3.new(1, 0.4, 1) | |
431 | ||
432 | Object54 = Instance.new("SpecialMesh") | |
433 | Object54.Parent = Object53 | |
434 | Object54.MeshType = 2 | |
435 | Object54.Scale = Vector3.new(0.25, 1.5, 0.7) | |
436 | ||
437 | Object55 = Instance.new("Weld") | |
438 | Object55.Parent = Object1 | |
439 | Object55.Part0 = Object53 | |
440 | Object55.Part1 = me["Torso"] | |
441 | Object55.C1 = CFrame.new(0.247131348, 0.298247337, 2.6945343, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
442 | Object55.C0 = CFrame.new(-5.17727337e-008, 8.63192668e-007, 1.54554129e-008, 0.447213531, 0.894427001, -2.11881769e-007, -0.0499224998, 0.0249607731, 0.998441041, 0.893033147, -0.446516573, 0.0558144264) | |
443 | ||
444 | Object56 = Instance.new("Part") | |
445 | Object56.Name = "Tail L Spike" | |
446 | Object56.Parent = Object1 | |
447 | Object56.CanCollide = false | |
448 | Object56.Locked = true | |
449 | Object56.BottomSurface = 0 | |
450 | Object56.TopSurface = 0 | |
451 | Object56.formFactor = 2 | |
452 | Object56.BrickColor = BrickColor.new("Really black") | |
453 | Object56.Size = Vector3.new(1, 0.4, 1) | |
454 | ||
455 | Object57 = Instance.new("SpecialMesh") | |
456 | Object57.Parent = Object56 | |
457 | Object57.MeshType = 2 | |
458 | Object57.Scale = Vector3.new(0.25, 1.5, 0.7) | |
459 | ||
460 | Object58 = Instance.new("Weld") | |
461 | Object58.Parent = Object1 | |
462 | Object58.Part0 = Object56 | |
463 | Object58.Part1 = me["Torso"] | |
464 | Object58.C1 = CFrame.new(-0.352249146, 0.284265518, 2.66456413, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
465 | Object58.C0 = CFrame.new(-1.14032318e-007, 3.97256628e-009, -9.15905503e-008, -0.447213292, -0.894426346, 1.51309007e-006, 0.0499238037, -0.0249599647, -0.998440146, 0.893032849, -0.446516395, 0.0558135547) | |
466 | ||
467 | Object59 = Instance.new("Part") | |
468 | Object59.Name = "RA" | |
469 | Object59.Parent = Object1 | |
470 | Object59.CanCollide = false | |
471 | Object59.Locked = true | |
472 | Object59.BottomSurface = 0 | |
473 | Object59.TopSurface = 0 | |
474 | Object59.formFactor = 0 | |
475 | Object59.BrickColor = BrickColor.new("Really black") | |
476 | Object59.Size = Vector3.new(1, 1, 1) | |
477 | ||
478 | Object60 = Instance.new("SpecialMesh") | |
479 | Object60.Parent = Object59 | |
480 | Object60.MeshType = 6 | |
481 | Object60.Scale = Vector3.new(1.01, 2.01, 1.01) | |
482 | ||
483 | Object61 = Instance.new("Weld") | |
484 | Object61.Parent = Object1 | |
485 | Object61.Part0 = Object59 | |
486 | Object61.Part1 = me["Right Arm"] | |
487 | Object61.C1 = CFrame.new(0, -5.24520874e-006, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
488 | Object61.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
489 | ||
490 | Object62 = Instance.new("Part") | |
491 | Object62.Name = "LA" | |
492 | Object62.Parent = Object1 | |
493 | Object62.CanCollide = false | |
494 | Object62.Locked = true | |
495 | Object62.BottomSurface = 0 | |
496 | Object62.TopSurface = 0 | |
497 | Object62.formFactor = 0 | |
498 | Object62.BrickColor = BrickColor.new("Really black") | |
499 | Object62.Size = Vector3.new(1, 1, 1) | |
500 | ||
501 | Object63 = Instance.new("SpecialMesh") | |
502 | Object63.Parent = Object62 | |
503 | Object63.MeshType = 6 | |
504 | Object63.Scale = Vector3.new(1.01, 2.01, 1.01) | |
505 | ||
506 | Object64 = Instance.new("Weld") | |
507 | Object64.Parent = Object1 | |
508 | Object64.Part0 = Object62 | |
509 | Object64.Part1 = me["Left Arm"] | |
510 | Object64.C1 = CFrame.new(0, -5.24520874e-006, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
511 | Object64.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
512 | ||
513 | Object65 = Instance.new("Part") | |
514 | Object65.Name = "RL" | |
515 | Object65.Parent = Object1 | |
516 | Object65.CanCollide = false | |
517 | Object65.Locked = true | |
518 | Object65.BottomSurface = 0 | |
519 | Object65.TopSurface = 0 | |
520 | Object65.formFactor = 0 | |
521 | Object65.BrickColor = BrickColor.new("Really black") | |
522 | Object65.Size = Vector3.new(1, 1, 1) | |
523 | ||
524 | Object66 = Instance.new("SpecialMesh") | |
525 | Object66.Parent = Object65 | |
526 | Object66.MeshType = 6 | |
527 | Object66.Scale = Vector3.new(1.01, 2.01, 1.01) | |
528 | ||
529 | Object67 = Instance.new("Weld") | |
530 | Object67.Parent = Object1 | |
531 | Object67.Part0 = Object65 | |
532 | Object67.Part1 = me["Right Leg"] | |
533 | Object67.C1 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
534 | Object67.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
535 | ||
536 | Object68 = Instance.new("Part") | |
537 | Object68.Name = "LL" | |
538 | Object68.Parent = Object1 | |
539 | Object68.CanCollide = false | |
540 | Object68.Locked = true | |
541 | Object68.BottomSurface = 0 | |
542 | Object68.TopSurface = 0 | |
543 | Object68.formFactor = 0 | |
544 | Object68.BrickColor = BrickColor.new("Really black") | |
545 | Object68.Size = Vector3.new(1, 1, 1) | |
546 | ||
547 | Object69 = Instance.new("SpecialMesh") | |
548 | Object69.Parent = Object68 | |
549 | Object69.MeshType = 6 | |
550 | Object69.Scale = Vector3.new(1.01, 2.01, 1.01) | |
551 | ||
552 | Object70 = Instance.new("Weld") | |
553 | Object70.Parent = Object1 | |
554 | Object70.Part0 = Object68 | |
555 | Object70.Part1 = me["Left Leg"] | |
556 | Object70.C1 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
557 | Object70.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
558 | ||
559 | Object71 = Instance.new("Part") | |
560 | Object71.Name = "H" | |
561 | Object71.Parent = Object1 | |
562 | Object71.CanCollide = false | |
563 | Object71.Locked = true | |
564 | Object71.BottomSurface = 0 | |
565 | Object71.TopSurface = 0 | |
566 | Object71.formFactor = 0 | |
567 | Object71.BrickColor = BrickColor.new("Really black") | |
568 | Object71.Size = Vector3.new(1, 1, 1) | |
569 | ||
570 | Object72 = Instance.new("SpecialMesh") | |
571 | Object72.Parent = Object71 | |
572 | Object72.Scale = Vector3.new(1.27, 1.27, 1.27) | |
573 | ||
574 | Object73 = Instance.new("Weld") | |
575 | Object73.Parent = Object1 | |
576 | Object73.Part0 = Object71 | |
577 | Object73.Part1 = me["Head"] | |
578 | Object73.C1 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
579 | Object73.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
580 | ||
581 | Object74 = Instance.new("Part") | |
582 | Object74.Name = "T" | |
583 | Object74.Parent = Object1 | |
584 | Object74.CanCollide = false | |
585 | Object74.Locked = true | |
586 | Object74.BottomSurface = 0 | |
587 | Object74.TopSurface = 0 | |
588 | Object74.formFactor = 0 | |
589 | Object74.BrickColor = BrickColor.new("Really black") | |
590 | Object74.Size = Vector3.new(1, 1, 1) | |
591 | ||
592 | Object75 = Instance.new("SpecialMesh") | |
593 | Object75.Parent = Object74 | |
594 | Object75.MeshType = 6 | |
595 | Object75.Scale = Vector3.new(2.01, 2.01, 1.01) | |
596 | ||
597 | Object76 = Instance.new("Weld") | |
598 | Object76.Parent = Object1 | |
599 | Object76.Part0 = Object74 | |
600 | Object76.Part1 = me["Torso"] | |
601 | Object76.C1 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
602 | Object76.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
603 | ||
604 | Object77 = Instance.new("Part") | |
605 | Object77.Name = "H Left Eye" | |
606 | Object77.Parent = Object1 | |
607 | Object77.CanCollide = false | |
608 | Object77.Locked = true | |
609 | Object77.BottomSurface = 0 | |
610 | Object77.TopSurface = 0 | |
611 | Object77.formFactor = 2 | |
612 | Object77.BrickColor = BrickColor.Red() | |
613 | Object77.Reflectance = 0 | |
614 | Object77.Size = Vector3.new(1, 0.4, 1) | |
615 | ||
616 | Object78 = Instance.new("SpecialMesh") | |
617 | Object78.Parent = Object77 | |
618 | Object78.MeshType = 2 | |
619 | Object78.Scale = Vector3.new(0.3, 0.5, 0.4) | |
620 | ||
621 | Object79 = Instance.new("Weld") | |
622 | Object79.Parent = Object1 | |
623 | Object79.Part0 = Object77 | |
624 | Object79.Part1 = me["Head"] | |
625 | Object79.C1 = CFrame.new(-0.239994049, 0.280013084, -0.469988823, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
626 | Object79.C0 = CFrame.new(2.56106247e-012, 2.62900812e-013, -3.90798505e-013, -1, -7.07544849e-014, -9.72084487e-014, 7.07544849e-014, 1, 5.83444235e-016, -9.72084487e-014, -5.83444235e-016, -1) | |
627 | ||
628 | Object80 = Instance.new("Part") | |
629 | Object80.Name = "H Right Eye" | |
630 | Object80.Parent = Object1 | |
631 | Object80.CanCollide = false | |
632 | Object80.Locked = true | |
633 | Object80.BottomSurface = 0 | |
634 | Object80.TopSurface = 0 | |
635 | Object80.formFactor = 2 | |
636 | Object80.BrickColor = BrickColor.Red() | |
637 | Object80.Reflectance = 0 | |
638 | Object80.Size = Vector3.new(1, 0.4, 1) | |
639 | ||
640 | Object81 = Instance.new("SpecialMesh") | |
641 | Object81.Parent = Object80 | |
642 | Object81.MeshType = 2 | |
643 | Object81.Scale = Vector3.new(0.3, 0.5, 0.4) | |
644 | ||
645 | Object82 = Instance.new("Weld") | |
646 | Object82.Parent = Object1 | |
647 | Object82.Part0 = Object80 | |
648 | Object82.Part1 = me["Head"] | |
649 | Object82.C1 = CFrame.new(0.239994049, 0.280013084, -0.469988823, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
650 | Object82.C0 = CFrame.new(2.59159361e-010, 1.98138395e-010, 5.98632255e-011, 1, 9.19924553e-011, 7.6129502e-012, 9.19924553e-011, 1, 5.61392903e-012, 7.6129502e-012, 5.61392903e-012, 1) | |
651 | ||
652 | Object83 = Instance.new("Part") | |
653 | Object83.Name = "H Left Fang" | |
654 | Object83.Parent = Object1 | |
655 | Object83.CanCollide = false | |
656 | Object83.Locked = true | |
657 | Object83.BottomSurface = 0 | |
658 | Object83.TopSurface = 0 | |
659 | Object83.formFactor = 2 | |
660 | Object83.BrickColor = BrickColor.White() | |
661 | Object83.Size = Vector3.new(1, 0.4, 1) | |
662 | ||
663 | Object84 = Instance.new("SpecialMesh") | |
664 | Object84.Parent = Object83 | |
665 | Object84.MeshType = 2 | |
666 | Object84.Scale = Vector3.new(0.1, 0.5, 0.2) | |
667 | ||
668 | Object85 = Instance.new("Weld") | |
669 | Object85.Parent = Object1 | |
670 | Object85.Part0 = Object83 | |
671 | Object85.Part1 = me["Head"] | |
672 | Object85.C1 = CFrame.new(-0.0999832153, -0.299978733, -0.579990387, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
673 | Object85.C0 = CFrame.new(1.26509052e-008, 5.1445781e-010, -1.97520222e-009, -1, 1.18413213e-009, -2.35397646e-010, 2.35397646e-010, -9.48852732e-011, 1, -1.18413213e-009, 1, -9.48852732e-011) | |
674 | ||
675 | Object86 = Instance.new("Part") | |
676 | Object86.Name = "H Right Fang" | |
677 | Object86.Parent = Object1 | |
678 | Object86.CanCollide = false | |
679 | Object86.Locked = true | |
680 | Object86.BottomSurface = 0 | |
681 | Object86.TopSurface = 0 | |
682 | Object86.formFactor = 2 | |
683 | Object86.BrickColor = BrickColor.White() | |
684 | Object86.Size = Vector3.new(1, 0.4, 1) | |
685 | ||
686 | Object87 = Instance.new("SpecialMesh") | |
687 | Object87.Parent = Object86 | |
688 | Object87.MeshType = 2 | |
689 | Object87.Scale = Vector3.new(0.1, 0.5, 0.2) | |
690 | ||
691 | Object88 = Instance.new("Weld") | |
692 | Object88.Parent = Object1 | |
693 | Object88.Part0 = Object86 | |
694 | Object88.Part1 = me["Head"] | |
695 | Object88.C1 = CFrame.new(0.119983673, -0.299983978, -0.579990387, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
696 | Object88.C0 = CFrame.new(7.37400363e-009, 3.82594578e-009, 3.23536717e-008, 1, 1.76859516e-009, 3.14060444e-011, -3.14060444e-011, 8.41292036e-010, -1, 1.76859516e-009, 1, -8.41292036e-010) | |
697 | ||
698 | Object89 = Instance.new("Part") | |
699 | Object89.Name = "H Right Horn" | |
700 | Object89.Parent = Object1 | |
701 | Object89.CanCollide = false | |
702 | Object89.Locked = true | |
703 | Object89.BottomSurface = 0 | |
704 | Object89.TopSurface = 0 | |
705 | Object89.formFactor = 2 | |
706 | Object89.BrickColor = BrickColor.White() | |
707 | Object89.Size = Vector3.new(1, 0.4, 1) | |
708 | ||
709 | Object90 = Instance.new("SpecialMesh") | |
710 | Object90.Parent = Object89 | |
711 | Object90.MeshType = 2 | |
712 | Object90.Scale = Vector3.new(0.2, 1, 1) | |
713 | ||
714 | Object91 = Instance.new("Weld") | |
715 | Object91.Parent = Object1 | |
716 | Object91.Part0 = Object89 | |
717 | Object91.Part1 = me["Head"] | |
718 | Object91.C1 = CFrame.new(0.5, 0.899998188, 4.76837158e-007, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
719 | Object91.C0 = CFrame.new(0, -2.24828085e-007, -3.23874474e-008, -1, 0, 0, 0, 0.287347883, -0.957826257, 0, -0.957826257, -0.287347883) | |
720 | ||
721 | Object92 = Instance.new("Part") | |
722 | Object92.Name = "H Left Horn" | |
723 | Object92.Parent = Object1 | |
724 | Object92.CanCollide = false | |
725 | Object92.Locked = true | |
726 | Object92.BottomSurface = 0 | |
727 | Object92.TopSurface = 0 | |
728 | Object92.formFactor = 2 | |
729 | Object92.BrickColor = BrickColor.White() | |
730 | Object92.Size = Vector3.new(1, 0.4, 1) | |
731 | ||
732 | Object93 = Instance.new("SpecialMesh") | |
733 | Object93.Parent = Object92 | |
734 | Object93.MeshType = 2 | |
735 | Object93.Scale = Vector3.new(0.2, 1, 1) | |
736 | ||
737 | Object94 = Instance.new("Weld") | |
738 | Object94.Parent = Object1 | |
739 | Object94.Part0 = Object92 | |
740 | Object94.Part1 = me["Head"] | |
741 | Object94.C1 = CFrame.new(-0.5, 0.900005341, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
742 | Object94.C0 = CFrame.new(0, 3.99932674e-007, -3.26783777e-007, 1, 0, 0, 0, 0.287347883, 0.957826257, 0, -0.957826257, 0.287347883) | |
743 | ||
744 | Object95 = Instance.new("Part") | |
745 | Object95.Name = "T Right Wing" | |
746 | Object95.Parent = Object1 | |
747 | Object95.CanCollide = false | |
748 | Object95.BottomSurface = 0 | |
749 | Object95.Locked = true | |
750 | Object95.TopSurface = 0 | |
751 | Object95.formFactor = 0 | |
752 | Object95.BrickColor = BrickColor.new("Really black") | |
753 | Object95.Size = Vector3.new(1, 1, 1) | |
754 | ||
755 | Object96 = Instance.new("SpecialMesh") | |
756 | Object96.Parent = Object95 | |
757 | Object96.MeshType = 2 | |
758 | Object96.Scale = Vector3.new(0.2, 4, 5) | |
759 | ||
760 | ||
761 | Object97 = Instance.new("Weld") | |
762 | Object97.Parent = Object1 | |
763 | Object97.Part0 = Object95 | |
764 | Object97.Part1 = me["Torso"] | |
765 | Object97.C1 = CFrame.new(2.5, 0.300005198, 2.5, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
766 | Object97.C0 = CFrame.new(-1.94669454e-007, -2.73952764e-007, -1.85190402e-007, -0.691714466, 0.207514346, -0.691714466, -0.346301407, 0.745205581, 0.569863081, 0.633724272, 0.633724213, -0.443606973) | |
767 | ||
768 | Object98 = Instance.new("Part") | |
769 | Object98.Name = "T Left Wing" | |
770 | Object98.Parent = Object1 | |
771 | Object98.CanCollide = false | |
772 | Object98.Locked = true | |
773 | Object98.BottomSurface = 0 | |
774 | Object98.TopSurface = 0 | |
775 | Object98.formFactor = 0 | |
776 | Object98.BrickColor = BrickColor.new("Really black") | |
777 | Object98.Size = Vector3.new(1, 1, 1) | |
778 | ||
779 | Object99 = Instance.new("SpecialMesh") | |
780 | Object99.Parent = Object98 | |
781 | Object99.MeshType = 2 | |
782 | Object99.Scale = Vector3.new(0.2, 4, 5) | |
783 | ||
784 | ||
785 | Object100 = Instance.new("Weld") | |
786 | Object100.Parent = Object1 | |
787 | Object100.Part0 = Object98 | |
788 | Object100.Part1 = me["Torso"] | |
789 | Object100.C1 = CFrame.new(-2.5, 0.300005198, 2.5, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
790 | Object100.C0 = CFrame.new(-5.20586298e-007, 6.79721552e-007, 2.91646757e-007, 0.691714466, -0.207514346, -0.691714466, -0.346301407, 0.745205581, -0.569863081, 0.633724272, 0.633724213, 0.443606973) | |
791 | ||
792 | Object1.ChildRemoved:connect(function(child, c) ChRem(child, Object1) end) | |
793 | end | |
794 | ||
795 | Armour() | |
796 | ||
797 | player = create | |
798 | player.Changed:connect(function(p) | |
799 | if (p ~= "Character") then return end | |
800 | Armour() | |
801 | end) |