SHOW:
|
|
- or go back to the newest paste.
1 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
2 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
3 | local RealPlayer = Player | |
4 | 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()}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;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 t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end,__call=function(self,...)local t=rawget(self,"_RealService")if t then return t(...)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 self[t]end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;x.RunService=v({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")setmetatable(x,{__index=function(self,t)return r:GetService(t)or typeof(r[t])=="function"and function(m,...)return r[t](r,...)end or r[t]end,__newindex=s.__newindex,__call=s.__call})game,owner=x,x.Players.LocalPlayer end | |
5 | --Edited by VV_rk | |
6 | -- date:7/15/17 | |
7 | function TakeDamage(hum, dmg) | |
8 | hum:TakeDamage(dmg) | |
9 | end | |
10 | plr = game.Players.LocalPlayer | |
11 | repeat | |
12 | wait(0.4) | |
13 | until plr.Character | |
14 | chr = plr.Character | |
15 | human = chr:FindFirstChild("Humanoid") | |
16 | human.Name = "hi" | |
17 | human.MaxHealth, human.Health = math.huge, math.huge | |
18 | mouse = plr:GetMouse() | |
19 | cam = workspace.CurrentCamera | |
20 | selected = false | |
21 | equipd = false | |
22 | tors = chr.Torso | |
23 | rarm = chr["Right Arm"] | |
24 | larm = chr["Left Arm"] | |
25 | rleg = chr["Right Leg"] | |
26 | lleg = chr["Left Leg"] | |
27 | hrp = chr.HumanoidRootPart | |
28 | hed = chr.Head | |
29 | anim = human.Animator | |
30 | activu = false | |
31 | appeared = false | |
32 | animpose = nil | |
33 | POSU = false | |
34 | local wherto = hrp | |
35 | local addcfr = CFrame.new(0, 0, 0) | |
36 | Heartbeat = Instance.new("BindableEvent") | |
37 | Heartbeat.Name = "Heartbeat" | |
38 | Heartbeat.Parent = script | |
39 | frame = 0.03333333333333333 | |
40 | tf = 0 | |
41 | ||
42 | for i,v in pairs(chr:children()) do | |
43 | if v:IsA("Accessory") then | |
44 | v:Destroy() | |
45 | end | |
46 | end | |
47 | ||
48 | for i,v in pairs(chr:children()) do | |
49 | if v:IsA("Shirt") then | |
50 | v:Destroy() | |
51 | end | |
52 | end | |
53 | ||
54 | for i,v in pairs(chr:children()) do | |
55 | if v:IsA("Pants") then | |
56 | v:Destroy() | |
57 | end | |
58 | end | |
59 | ||
60 | ||
61 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
62 | tf = tf + s | |
63 | if tf >= frame then | |
64 | for i = 1, math.floor(tf / frame) do | |
65 | Heartbeat:Fire() | |
66 | end | |
67 | tf = tf - frame * math.floor(tf / frame) | |
68 | end | |
69 | end) | |
70 | function swait(num) | |
71 | if num == 0 or num == nil then | |
72 | Heartbeat.Event:wait() | |
73 | else | |
74 | for i = 1, num do | |
75 | Heartbeat.Event:wait() | |
76 | end | |
77 | end | |
78 | end | |
79 | tool = Instance.new("Tool") | |
80 | tool.CanBeDropped = false | |
81 | tool.RequiresHandle = false | |
82 | tool.Name = "Za Warudo" | |
83 | tool.Parent = plr.Backpack | |
84 | modz = Instance.new("Model") | |
85 | modz.Name = "efx" | |
86 | modz.Parent = chr | |
87 | ZaWarudo = Instance.new("Model") | |
88 | ZaWarudo.Name = "Za Warudo" | |
89 | ZaWarudo.Parent = chr | |
90 | RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
91 | RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
92 | LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
93 | LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
94 | RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
95 | RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
96 | LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
97 | RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
98 | LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
99 | NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
100 | NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
101 | RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
102 | RS = tors:FindFirstChild("Right Shoulder") | |
103 | LS = tors:FindFirstChild("Left Shoulder") | |
104 | RH = tors:FindFirstChild("Right Hip") | |
105 | LH = tors:FindFirstChild("Left Hip") | |
106 | RJ = hrp:FindFirstChild("RootJoint") | |
107 | N = tors:FindFirstChild("Neck") | |
108 | cf = CFrame.new | |
109 | ang = CFrame.Angles | |
110 | rd = math.rad | |
111 | rd2 = math.random | |
112 | function nooutline(p) | |
113 | p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10 | |
114 | end | |
115 | function makepart(color, name, reflec, mater, parnt, cfram) | |
116 | local port = Instance.new("Part") | |
117 | port.BrickColor = BrickColor.new(color) | |
118 | port.Name = name | |
119 | port.Transparency = 1 | |
120 | nooutline(port) | |
121 | port.Reflectance = reflec | |
122 | port.Material = mater | |
123 | port.Anchored = false | |
124 | port.CanCollide = false | |
125 | port.Locked = true | |
126 | port.Size = Vector3.new(0.2, 0.2, 0.2) | |
127 | port.Parent = parnt | |
128 | return port | |
129 | end | |
130 | function makemesh(meshtype, scale, meshid, parent) | |
131 | local mes = Instance.new("SpecialMesh") | |
132 | mes.MeshType = meshtype | |
133 | mes.Scale = scale | |
134 | if meshtype == "FileMesh" then | |
135 | mes.MeshId = meshid | |
136 | end | |
137 | mes.Parent = parent | |
138 | return mes | |
139 | end | |
140 | function makemotor(parent, p0, p1, c0, c1) | |
141 | swait() | |
142 | local wel = Instance.new("Motor6D") | |
143 | wel.Part0 = p0 | |
144 | wel.Part1 = p1 | |
145 | wel.C0 = c0 | |
146 | if c1 ~= nil then | |
147 | wel.C1 = c1 | |
148 | end | |
149 | wel.Parent = parent | |
150 | return wel | |
151 | end | |
152 | local konodioda = Instance.new("Sound") | |
153 | konodioda.SoundId = "rbxassetid://276263776" | |
154 | konodioda.Volume = 3.5 | |
155 | konodioda.Parent = hrp | |
156 | local bast = Instance.new("Sound") | |
157 | bast.SoundId = "rbxassetid://616576465" | |
158 | bast.Volume = 0.5 | |
159 | bast.Parent = hrp | |
160 | local zaworld = Instance.new("Sound") | |
161 | zaworld.SoundId = "rbxassetid://616576400" | |
162 | zaworld.Volume = 0.8 | |
163 | zaworld.Parent = hrp | |
164 | local wry = Instance.new("Sound") | |
165 | wry.SoundId = "rbxassetid://276152532" | |
166 | wry.Volume = 5 | |
167 | wry.Parent = hrp | |
168 | function animo(yep) | |
169 | if yep == true then | |
170 | anim.Parent = human | |
171 | chr.Animate.Disabled = false | |
172 | elseif yep == false then | |
173 | chr.Animate.Disabled = true | |
174 | anim.Parent = nil | |
175 | end | |
176 | end | |
177 | animo(false) | |
178 | function lerpz(joint, prop, cfrmz, alp) | |
179 | joint[prop] = joint[prop]:lerp(cfrmz, alp) | |
180 | end | |
181 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
182 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
183 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
184 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
185 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
186 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
187 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
188 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
189 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
190 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
191 | function resetlerp(whoever) | |
192 | if whoever == nil then | |
193 | RJ.C0 = RJC0 | |
194 | RJ.C1 = RJC1 | |
195 | N.C0 = NC0 | |
196 | N.C1 = NC1 | |
197 | RS.C0 = RSC0 | |
198 | RS.C1 = RSC1 | |
199 | LS.C0 = LSC0 | |
200 | LS.C1 = LSC1 | |
201 | RH.C0 = RHC0 | |
202 | RH.C1 = RHC1 | |
203 | LH.C0 = LHC0 | |
204 | LH.C1 = LHC1 | |
205 | elseif whoever ~= nil then | |
206 | nRJ.C0 = RJC0 | |
207 | nRJ.C1 = RJC1 | |
208 | nN.C0 = NC0 | |
209 | nN.C1 = NC1 | |
210 | nRS.C0 = RSC0 | |
211 | nRS.C1 = RSC1 | |
212 | nLS.C0 = LSC0 | |
213 | nLS.C1 = LSC1 | |
214 | nRH.C0 = RHC0 | |
215 | nRH.C1 = RHC1 | |
216 | nLH.C0 = LHC0 | |
217 | nLH.C1 = LHC1 | |
218 | end | |
219 | end | |
220 | ||
221 | ---- Dio Hair | |
222 | local pa = Instance.new("Part",chr) | |
223 | pa.Name = "Hair" | |
224 | ||
225 | local me = Instance.new("SpecialMesh",pa) | |
226 | me.MeshType = "FileMesh" | |
227 | me.MeshId = "rbxassetid://166681225" | |
228 | me.TextureId = "rbxassetid://292751453" | |
229 | me.Scale = Vector3.new(0.923,0.923,0.925) | |
230 | ||
231 | local we = Instance.new("Weld") | |
232 | we.Parent = pa | |
233 | we.Part0 = hed | |
234 | we.Part1 = pa | |
235 | we.C1 = CFrame.new(-.1,-.5,-.2) | |
236 | we.C0 = CFrame.Angles(-.3,-.8,-0.9) | |
237 | -----------Head Band/Heart | |
238 | local hb = Instance.new("Part",chr) | |
239 | hb.Name = "HeadBand" | |
240 | hb.CanCollide = false | |
241 | hb.Size = Vector3.new(1,1.2,1) | |
242 | hb.BrickColor = BrickColor.new("Forest green") | |
243 | ||
244 | local hbm = Instance.new("SpecialMesh",hb) | |
245 | hbm.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
246 | hbm.MeshType = "FileMesh" | |
247 | hbm.Scale = Vector3.new(1.2, 1.2, 1.2) | |
248 | ||
249 | local hbw = Instance.new("Weld") | |
250 | hbw.Parent = hb | |
251 | hbw.Part0 = hed | |
252 | hbw.Part1 = hb | |
253 | hbw.C1 = CFrame.new(0,0,-.4) | |
254 | hbw.C0 = CFrame.Angles(29.9,0,0) | |
255 | ---Heart | |
256 | local hp = Instance.new("Part",chr) | |
257 | hp.Name = "Heart Piece" | |
258 | hp.Size = Vector3.new(0.41, 0.8, 0.2) | |
259 | hp.CanCollide = false | |
260 | hp.BrickColor = BrickColor.new("Forest green") | |
261 | ||
262 | local hpm = Instance.new("SpecialMesh",hp) | |
263 | hpm.MeshId = "http://www.roblox.com/asset/?id=105992239" | |
264 | hpm.MeshType = "FileMesh" | |
265 | hpm.Scale = Vector3.new(1.1, 1.1, 1.1) | |
266 | ||
267 | local hpw = Instance.new("Weld") | |
268 | hpw.Parent = hp | |
269 | hpw.Part0 = hed | |
270 | hpw.Part1 = hp | |
271 | hpw.C1 = CFrame.new(-.1,-.47,.68) | |
272 | ||
273 | ------Dio shirt/Pants | |
274 | local sh = Instance.new("Shirt",chr) | |
275 | sh.ShirtTemplate = "rbxassetid://298260655" | |
276 | ||
277 | local pan = Instance.new("Pants",chr) | |
278 | pan.PantsTemplate = "rbxassetid://298260668" | |
279 | ------Hearts | |
280 | local heart1 = Instance.new("Part",chr) | |
281 | heart1.Name = "LHeart" | |
282 | heart1.BrickColor = BrickColor.new("Forest green") | |
283 | heart1.Size = Vector3.new(0.05, 0.05, 0.05) | |
284 | ||
285 | local heartm = Instance.new("SpecialMesh",heart1) | |
286 | heartm.MeshId = "http://www.roblox.com/asset/?id=105992239" | |
287 | heartm.MeshType = "FileMesh" | |
288 | heartm.Scale = Vector3.new(1.1,1.1,1.1) | |
289 | ||
290 | local heartw = Instance.new("Weld") | |
291 | heartw.Parent = heart1 | |
292 | heartw.Part0 = lleg | |
293 | heartw.Part1 = heart1 | |
294 | heartw.C1 = CFrame.new(0,.15,.55) | |
295 | ------------------------------------- | |
296 | local heart2 = Instance.new("Part",chr) | |
297 | heart2.Name = "RHeart" | |
298 | heart2.BrickColor = BrickColor.new("Forest green") | |
299 | heart2.Size = Vector3.new(0.05, 0.05, 0.05) | |
300 | ||
301 | local heartm = Instance.new("SpecialMesh",heart2) | |
302 | heartm.MeshId = "http://www.roblox.com/asset/?id=105992239" | |
303 | heartm.MeshType = "FileMesh" | |
304 | heartm.Scale = Vector3.new(1.1,1.1,1.1) | |
305 | ||
306 | local heartw = Instance.new("Weld") | |
307 | heartw.Parent = heart2 | |
308 | heartw.Part0 = rleg | |
309 | heartw.Part1 = heart2 | |
310 | heartw.C1 = CFrame.new(0,.15,.55) | |
311 | ------------------------------------- | |
312 | local heart3 = Instance.new("Part",chr) | |
313 | heart3.Name = "THeart" | |
314 | heart3.BrickColor = BrickColor.new("Forest green") | |
315 | heart3.Size = Vector3.new(0.05, 0.05, 0.05) | |
316 | ||
317 | local heartm = Instance.new("SpecialMesh",heart3) | |
318 | heartm.MeshId = "http://www.roblox.com/asset/?id=105992239" | |
319 | heartm.MeshType = "FileMesh" | |
320 | heartm.Scale = Vector3.new(1.1,1.1,1.1) | |
321 | ||
322 | local heartw = Instance.new("Weld") | |
323 | heartw.Parent = heart3 | |
324 | heartw.Part0 = tors | |
325 | heartw.Part1 = heart3 | |
326 | heartw.C1 = CFrame.new(0,1,.55) | |
327 | ||
328 | ------ end of dio | |
329 | function STANDO(cfr) | |
330 | local rooto = Instance.new("Part") | |
331 | nooutline(rooto) | |
332 | rooto.Name = "HumanoidRootPart" | |
333 | rooto.Anchored = true | |
334 | rooto.CFrame = cfr | |
335 | rooto.Size = Vector3.new(2, 2, 1) | |
336 | rooto.CanCollide = false | |
337 | rooto.Locked = true | |
338 | rooto.Transparency = 1 | |
339 | rooto.Parent = ZaWarudo | |
340 | local head = Instance.new("Part") | |
341 | nooutline(head) | |
342 | head.Anchored = false | |
343 | head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0) | |
344 | head.Size = Vector3.new(2, 1, 1) | |
345 | head.BrickColor = BrickColor.new("Sand blue") | |
346 | head.CanCollide = false | |
347 | head.Name = "Head" | |
348 | head.Locked = true | |
349 | head.Transparency = 1 | |
350 | head.Parent = ZaWarudo | |
351 | local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head) | |
352 | local headdecal = Instance.new("Decal") | |
353 | headdecal.Name = "face" | |
354 | headdecal.Texture = "rbxassetid://64064193" | |
355 | headdecal.Face = "Front" | |
356 | headdecal.Transparency = 1 | |
357 | headdecal.Parent = head | |
358 | -------- Mask-ZaWarudo | |
359 | local mp = Instance.new("Part",ZaWarudo) | |
360 | mp.Name = "Mask" | |
361 | mp.BrickColor = BrickColor.new("Gold") | |
362 | mp.Transparency = 1 | |
363 | mp.CanCollide = false | |
364 | local mask = Instance.new("SpecialMesh",mp) | |
365 | mask.MeshId = "rbxassetid://882264338" | |
366 | mask.MeshType = "FileMesh" | |
367 | mask.Scale = Vector3.new(0.03, 0.04, 0.03) | |
368 | local mw = Instance.new("Weld") | |
369 | mw.Parent = mask | |
370 | mw.Part0 = head | |
371 | mw.Part1 = mp | |
372 | mw.C1 = CFrame.new(0,-.6,0) | |
373 | mw.C0 = CFrame.Angles(0,0,0) | |
374 | -----------Chin | |
375 | local hp2 = Instance.new("Part",ZaWarudo) | |
376 | hp2.Name = "Heart Piece2" | |
377 | hp2.Size = Vector3.new(0.41, 0.8, 0.2) | |
378 | hp2.Transparency = 1 | |
379 | hp2.CanCollide = false | |
380 | hp2.BrickColor = BrickColor.new("Forest green") | |
381 | ||
382 | ||
383 | local hpm2 = Instance.new("SpecialMesh",hp2) | |
384 | hpm2.MeshId = "http://www.roblox.com/asset/?id=105992239" | |
385 | hpm2.MeshType = "FileMesh" | |
386 | hpm2.Scale = Vector3.new(1.1, 1.1, 1.1) | |
387 | ||
388 | local hpw2 = Instance.new("Weld") | |
389 | hpw2.Parent = hp2 | |
390 | hpw2.Part0 = head | |
391 | hpw2.Part1 = hp2 | |
392 | hpw2.C1 = CFrame.new(0,.41,.6) | |
393 | ||
394 | ||
395 | local torso = Instance.new("Part") | |
396 | nooutline(torso) | |
397 | torso.Name = "Torso" | |
398 | torso.Anchored = false | |
399 | torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0) | |
400 | torso.Size = Vector3.new(2, 1, 1) | |
401 | torso.BrickColor = BrickColor.new("Sand blue") | |
402 | torso.CanCollide = false | |
403 | torso.Transparency = 1 | |
404 | torso.Locked = true | |
405 | torso.Parent = ZaWarudo | |
406 | local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso) | |
407 | ||
408 | local leftarm = Instance.new("Part") | |
409 | nooutline(leftarm) | |
410 | leftarm.Anchored = false | |
411 | leftarm.Name = "Left Arm" | |
412 | leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0) | |
413 | leftarm.Size = Vector3.new(1, 2, 1) | |
414 | leftarm.BrickColor = BrickColor.new("Sand blue") | |
415 | leftarm.CanCollide = false | |
416 | leftarm.Transparency = 1 | |
417 | leftarm.Locked = true | |
418 | leftarm.Parent = ZaWarudo | |
419 | local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm) | |
420 | ||
421 | local rightarm = Instance.new("Part") | |
422 | nooutline(rightarm) | |
423 | rightarm.Anchored = false | |
424 | rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0) | |
425 | rightarm.Name = "Right Arm" | |
426 | rightarm.Size = Vector3.new(1, 2, 1) | |
427 | rightarm.BrickColor = BrickColor.new("Sand blue") | |
428 | rightarm.CanCollide = false | |
429 | rightarm.Locked = true | |
430 | rightarm.Transparency = 1 | |
431 | rightarm.Parent = ZaWarudo | |
432 | local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm) | |
433 | ||
434 | local leftleg = Instance.new("Part") | |
435 | nooutline(leftleg) | |
436 | leftleg.Anchored = false | |
437 | leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0) | |
438 | leftleg.Name = "Left Leg" | |
439 | leftleg.Size = Vector3.new(1, 2, 1) | |
440 | leftleg.BrickColor = BrickColor.new("Sand blue") | |
441 | leftleg.CanCollide = false | |
442 | leftleg.Transparency = 1 | |
443 | leftleg.Locked = true | |
444 | leftleg.Parent = ZaWarudo | |
445 | local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg) | |
446 | ||
447 | local rightleg = Instance.new("Part") | |
448 | nooutline(rightleg) | |
449 | rightleg.Anchored = false | |
450 | rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0) | |
451 | rightleg.Name = "Right Leg" | |
452 | rightleg.Size = Vector3.new(1, 2, 1) | |
453 | rightleg.BrickColor = BrickColor.new("Sand blue") | |
454 | rightleg.CanCollide = false | |
455 | rightleg.Locked = true | |
456 | rightleg.Transparency = 1 | |
457 | rightleg.Parent = ZaWarudo | |
458 | local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg) | |
459 | ||
460 | ||
461 | ------------Armor | |
462 | local arp = Instance.new("Part",ZaWarudo) | |
463 | arp.Name = "lap" | |
464 | arp.Transparency = 1 | |
465 | arp.CanCollide = false | |
466 | arp.BrickColor = BrickColor.new("Gold") | |
467 | arp.Size = Vector3.new(0,0,0) | |
468 | ||
469 | local smp = Instance.new("SpecialMesh",arp) | |
470 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
471 | smp.MeshType = "FileMesh" | |
472 | smp.Scale = Vector3.new(1.1, 0.4, 1.1) | |
473 | ||
474 | local weld = Instance.new("Weld") | |
475 | weld.Parent = arp | |
476 | weld.Part0 = leftarm | |
477 | weld.Part1 = arp | |
478 | weld.C1 = CFrame.new(0,-.62,0) | |
479 | -------------------- | |
480 | local arp1 = Instance.new("Part",ZaWarudo) | |
481 | arp1.Name = "lap1" | |
482 | arp1.Transparency = 1 | |
483 | arp1.CanCollide = false | |
484 | arp1.BrickColor = BrickColor.new("Gold") | |
485 | arp1.Size = Vector3.new(0,0,0) | |
486 | ||
487 | local smp1 = Instance.new("SpecialMesh",arp1) | |
488 | smp1.MeshId = "rbxasset://fonts/leftarm.mesh" | |
489 | smp1.MeshType = "FileMesh" | |
490 | smp1.Scale = Vector3.new(0.6, 0.4, 0.5) | |
491 | ||
492 | local weld1 = Instance.new("Weld") | |
493 | weld1.Parent = arp1 | |
494 | weld1.Part0 = leftarm | |
495 | weld1.Part1 = arp1 | |
496 | weld1.C1 = CFrame.new(.25,0,0) | |
497 | -------------------- | |
498 | local arp2 = Instance.new("Part",ZaWarudo) | |
499 | arp2.Name = "lap2" | |
500 | arp2.Transparency = 1 | |
501 | arp2.CanCollide = false | |
502 | arp2.BrickColor = BrickColor.new("Gold") | |
503 | arp2.Size = Vector3.new(0,0,0) | |
504 | ||
505 | local smp2 = Instance.new("SpecialMesh",arp2) | |
506 | smp2.MeshId = "rbxasset://fonts/leftarm.mesh" | |
507 | smp2.MeshType = "FileMesh" | |
508 | smp2.Scale = Vector3.new(0.6, 0.4, 0.5) | |
509 | ||
510 | local weld2 = Instance.new("Weld") | |
511 | weld2.Parent = arp2 | |
512 | weld2.Part0 = leftarm | |
513 | weld2.Part1 = arp2 | |
514 | weld2.C1 = CFrame.new(-.25,0,0) | |
515 | ||
516 | -------------------- | |
517 | local arp3 = Instance.new("Part",ZaWarudo) | |
518 | arp3.Name = "lap3" | |
519 | arp3.Transparency = 1 | |
520 | arp3.CanCollide = false | |
521 | arp3.BrickColor = BrickColor.new("Gold") | |
522 | arp3.Size = Vector3.new(0,0,0) | |
523 | ||
524 | local smp = Instance.new("SpecialMesh",arp3) | |
525 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
526 | smp.MeshType = "FileMesh" | |
527 | smp.Scale = Vector3.new(1.1, 0.4, 1.1) | |
528 | ||
529 | local weld = Instance.new("Weld") | |
530 | weld.Parent = arp3 | |
531 | weld.Part0 = rightarm | |
532 | weld.Part1 = arp3 | |
533 | weld.C1 = CFrame.new(0,-.62,0) | |
534 | -------------------- | |
535 | local arp4 = Instance.new("Part",ZaWarudo) | |
536 | arp4.Name = "lap4" | |
537 | arp4.Transparency = 1 | |
538 | arp4.CanCollide = false | |
539 | arp4.BrickColor = BrickColor.new("Gold") | |
540 | arp4.Size = Vector3.new(0,0,0) | |
541 | ||
542 | local smp = Instance.new("SpecialMesh",arp4) | |
543 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
544 | smp.MeshType = "FileMesh" | |
545 | smp.Scale = Vector3.new(0.6, 0.4, 0.5) | |
546 | ||
547 | local weld = Instance.new("Weld") | |
548 | weld.Parent = arp4 | |
549 | weld.Part0 = rightarm | |
550 | weld.Part1 = arp4 | |
551 | weld.C1 = CFrame.new(-.25,0,0) | |
552 | -------------------- | |
553 | local arp5 = Instance.new("Part",ZaWarudo) | |
554 | arp5.Name = "lap5" | |
555 | arp5.Transparency = 1 | |
556 | arp5.CanCollide = false | |
557 | arp5.BrickColor = BrickColor.new("Gold") | |
558 | arp5.Size = Vector3.new(0,0,0) | |
559 | ||
560 | local smp = Instance.new("SpecialMesh",arp5) | |
561 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
562 | smp.MeshType = "FileMesh" | |
563 | smp.Scale = Vector3.new(0.6, 0.4, 0.5) | |
564 | ||
565 | local weld = Instance.new("Weld") | |
566 | weld.Parent = arp5 | |
567 | weld.Part0 = rightarm | |
568 | weld.Part1 = arp5 | |
569 | weld.C1 = CFrame.new(.25,0,0) | |
570 | -------------------- | |
571 | ||
572 | local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1) | |
573 | rootweld.Name = "RootJoint" | |
574 | local neckweld = makemotor(torso, torso, head, NC0, NC1) | |
575 | neckweld.Name = "Neck" | |
576 | local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1) | |
577 | rshoulderweld.Name = "Right Shoulder" | |
578 | local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1) | |
579 | lshoulderweld.Name = "Left Shoulder" | |
580 | local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1) | |
581 | rhipweld.Name = "Right Hip" | |
582 | local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1) | |
583 | lhipweld.Name = "Left Hip" | |
584 | local pa1 = Instance.new("Part") | |
585 | nooutline(pa1) | |
586 | pa1.Anchored = false | |
587 | pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
588 | pa1.Name = "pa1" | |
589 | pa1.Size = Vector3.new(0.2, 0.2, 0.2) | |
590 | pa1.BrickColor = BrickColor.new("Gold") | |
591 | pa1.CanCollide = false | |
592 | pa1.Locked = true | |
593 | pa1.Transparency = 1 | |
594 | pa1.Parent = ZaWarudo | |
595 | local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1) | |
596 | local pa1w = makemotor(pa1, pa1, torso, ang(rd(0), rd(90), rd(15)) * cf(-0.75, -0.75, 0.3), ang(rd(20), 0, 0)) | |
597 | local pa2 = Instance.new("Part") | |
598 | nooutline(pa2) | |
599 | pa2.Anchored = false | |
600 | pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
601 | pa2.Name = "pa2" | |
602 | pa2.Size = Vector3.new(0.2, 0.2, 0.2) | |
603 | pa2.BrickColor = BrickColor.new("Gold") | |
604 | pa2.CanCollide = false | |
605 | pa2.Locked = true | |
606 | pa2.Transparency = 1 | |
607 | pa2.Parent = ZaWarudo | |
608 | local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2) | |
609 | local pa2w = makemotor(pa2, pa2, torso, ang(rd(0), rd(90), rd(-15)) * cf(0.75, -0.75, 0.3), ang(rd(20), 0, 0)) | |
610 | local pa3 = Instance.new("Part") | |
611 | nooutline(pa3) | |
612 | pa3.Anchored = false | |
613 | pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
614 | pa3.Name = "pa3" | |
615 | pa3.Size = Vector3.new(0.2, 0.2, 0.2) | |
616 | pa3.BrickColor = BrickColor.new("Gold") | |
617 | pa3.CanCollide = false | |
618 | pa3.Locked = true | |
619 | pa3.Transparency = 1 | |
620 | pa3.Parent = ZaWarudo | |
621 | local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3) | |
622 | local pa3w = makemotor(pa3, pa3, torso, ang(rd(0), rd(90), rd(5)) * cf(-0.575, -0.1, 0.275), ang(rd(0), 0, 0)) | |
623 | local pa4 = Instance.new("Part") | |
624 | nooutline(pa4) | |
625 | pa4.Anchored = false | |
626 | pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
627 | pa4.Name = "pa4" | |
628 | pa4.Size = Vector3.new(0.2, 0.2, 0.2) | |
629 | pa4.BrickColor = BrickColor.new("Gold") | |
630 | pa4.CanCollide = false | |
631 | pa4.Locked = true | |
632 | pa4.Transparency = 1 | |
633 | pa4.Parent = ZaWarudo | |
634 | local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4) | |
635 | local pa4w = makemotor(pa4, pa4, torso, ang(rd(0), rd(90), rd(-5)) * cf(0.575, -0.1, 0.275), ang(rd(0), 0, 0)) | |
636 | local pa5 = Instance.new("Part") | |
637 | nooutline(pa5) | |
638 | pa5.Anchored = false | |
639 | pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
640 | pa5.Name = "pa5" | |
641 | pa5.Size = Vector3.new(0.2, 0.2, 0.2) | |
642 | pa5.BrickColor = BrickColor.new("Gold") | |
643 | pa5.CanCollide = false | |
644 | pa5.Locked = true | |
645 | pa5.Transparency = 1 | |
646 | pa5.Parent = ZaWarudo | |
647 | local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5) | |
648 | local pa5w = makemotor(pa5, pa5, torso, ang(rd(0), rd(90), rd(-15)) * cf(-0.625, 0.375, 0.45), ang(rd(-20), 0, 0)) | |
649 | local pa6 = Instance.new("Part") | |
650 | nooutline(pa6) | |
651 | pa6.Anchored = false | |
652 | pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
653 | pa6.Name = "pa6" | |
654 | pa6.Size = Vector3.new(0.2, 0.2, 0.2) | |
655 | pa6.BrickColor = BrickColor.new("Gold") | |
656 | pa6.CanCollide = false | |
657 | pa6.Locked = true | |
658 | pa6.Transparency = 1 | |
659 | pa6.Parent = ZaWarudo | |
660 | local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6) | |
661 | local pa6w = makemotor(pa6, pa6, torso, ang(rd(0), rd(90), rd(15)) * cf(0.625, 0.375, 0.45), ang(rd(-20), 0, 0)) | |
662 | local pa7 = Instance.new("Part") | |
663 | nooutline(pa7) | |
664 | pa7.Anchored = false | |
665 | pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
666 | pa7.Name = "pa7" | |
667 | pa7.Size = Vector3.new(0.2, 0.2, 0.2) | |
668 | pa7.BrickColor = BrickColor.new("Gold") | |
669 | pa7.CanCollide = false | |
670 | pa7.Locked = true | |
671 | pa7.Transparency = 1 | |
672 | pa7.Parent = ZaWarudo | |
673 | local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7) | |
674 | local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0)) | |
675 | ||
676 | local pa9 = Instance.new("Part") | |
677 | nooutline(pa9) | |
678 | pa9.Anchored = false | |
679 | pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
680 | pa9.Name = "pa9" | |
681 | pa9.Size = Vector3.new(0.2, 0.2, 0.2) | |
682 | pa9.BrickColor = BrickColor.new("Forest green") | |
683 | pa9.CanCollide = false | |
684 | pa9.Locked = true | |
685 | pa9.Transparency = 1 | |
686 | pa9.Parent = ZaWarudo | |
687 | local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9) | |
688 | local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0)) | |
689 | ||
690 | local pa10 = Instance.new("Part") | |
691 | nooutline(pa10) | |
692 | pa10.Anchored = false | |
693 | pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
694 | pa10.Name = "pa10" | |
695 | pa10.Size = Vector3.new(2,1,1) | |
696 | pa10.BrickColor = BrickColor.new("Gold") | |
697 | pa10.CanCollide = false | |
698 | pa10.Locked = true | |
699 | pa10.Transparency = 1 | |
700 | pa10.Parent = ZaWarudo | |
701 | pa10.Shape = "Cylinder" | |
702 | pa10.Material = "SmoothPlastic" | |
703 | local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0)) | |
704 | ||
705 | local pa10d = Instance.new("Part") | |
706 | nooutline(pa10d) | |
707 | pa10d.Anchored = false | |
708 | pa10d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
709 | pa10d.Name = "pa10d" | |
710 | pa10d.Size = Vector3.new(2.2,.8,.8) | |
711 | pa10d.BrickColor = BrickColor.new("Gold") | |
712 | pa10d.CanCollide = false | |
713 | pa10d.Locked = true | |
714 | pa10d.Transparency = 1 | |
715 | pa10d.Parent = ZaWarudo | |
716 | pa10d.Shape = "Cylinder" | |
717 | pa10d.Material = "SmoothPlastic" | |
718 | local pa10wd = makemotor(pa10d, pa10d, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0)) | |
719 | ||
720 | local pa11 = Instance.new("Part") | |
721 | nooutline(pa11) | |
722 | pa11.Anchored = false | |
723 | pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
724 | pa11.Name = "pa11" | |
725 | pa11.Size = Vector3.new(2,1,1) | |
726 | pa11.BrickColor = BrickColor.new("Gold") | |
727 | pa11.CanCollide = false | |
728 | pa11.Locked = true | |
729 | pa11.Transparency = 1 | |
730 | pa11.Parent = ZaWarudo | |
731 | pa11.Shape = "Cylinder" | |
732 | pa11.Material = "SmoothPlastic" | |
733 | local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0)) | |
734 | ||
735 | local pa11d = Instance.new("Part") | |
736 | nooutline(pa11d) | |
737 | pa11d.Anchored = false | |
738 | pa11d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
739 | pa11d.Name = "pa11d" | |
740 | pa11d.Size = Vector3.new(2.2,.8,.8) | |
741 | pa11d.BrickColor = BrickColor.new("Gold") | |
742 | pa11d.CanCollide = false | |
743 | pa11d.Locked = true | |
744 | pa11d.Transparency = 1 | |
745 | pa11d.Parent = ZaWarudo | |
746 | pa11d.Shape = "Cylinder" | |
747 | pa11d.Material = "SmoothPlastic" | |
748 | local pa11wd = makemotor(pa11d, pa11d, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0)) | |
749 | ||
750 | local raemblem = Instance.new("Part") | |
751 | nooutline(raemblem) | |
752 | raemblem.Anchored = false | |
753 | raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
754 | raemblem.Name = "raemblem" | |
755 | raemblem.Size = Vector3.new(0.2, 0.2, 0.2) | |
756 | raemblem.BrickColor = BrickColor.new("Gold") | |
757 | raemblem.CanCollide = false | |
758 | raemblem.Locked = true | |
759 | raemblem.Material = "SmoothPlastic" | |
760 | raemblem.Transparency = 1 | |
761 | raemblem.Parent = ZaWarudo | |
762 | local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem) | |
763 | local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0)) | |
764 | local emmes = Instance.new("Decal") | |
765 | emmes.Texture = "rbxassetid://0" | |
766 | emmes.Transparency = 1 | |
767 | emmes.Face = "Right" | |
768 | emmes.Name = "embe" | |
769 | emmes.Parent = raemblem | |
770 | local ra1 = Instance.new("Part") | |
771 | nooutline(ra1) | |
772 | ra1.Anchored = false | |
773 | ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
774 | ra1.Name = "ra1" | |
775 | ra1.Size = Vector3.new(0.2, 0.2, 0.2) | |
776 | ra1.BrickColor = BrickColor.new("Gold") | |
777 | ra1.CanCollide = false | |
778 | ra1.Locked = true | |
779 | ra1.Transparency = 1 | |
780 | ra1.Parent = ZaWarudo | |
781 | local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1) | |
782 | local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
783 | local ra2 = Instance.new("Part") | |
784 | nooutline(ra2) | |
785 | ra2.Anchored = false | |
786 | ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
787 | ra2.Name = "ra2" | |
788 | ra2.Size = Vector3.new(0.2, 0.2, 0.2) | |
789 | ra2.BrickColor = BrickColor.new("Gold") | |
790 | ra2.CanCollide = false | |
791 | ra2.Locked = true | |
792 | ra2.Transparency = 1 | |
793 | ra2.Parent = ZaWarudo | |
794 | local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2) | |
795 | local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
796 | ||
797 | local ra5 = Instance.new("Part") | |
798 | nooutline(ra5) | |
799 | ra5.Anchored = false | |
800 | ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
801 | ra5.Name = "ra5" | |
802 | ra5.Size = Vector3.new(0.2, 0.2, 0.2) | |
803 | ra5.BrickColor = BrickColor.new("Forest green") | |
804 | ra5.CanCollide = false | |
805 | ra5.Locked = true | |
806 | ra5.Transparency = 1 | |
807 | ra5.Parent = ZaWarudo | |
808 | local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5) | |
809 | local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0)) | |
810 | local la1 = Instance.new("Part") | |
811 | nooutline(la1) | |
812 | la1.Anchored = false | |
813 | la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
814 | la1.Name = "la1" | |
815 | la1.Size = Vector3.new(0.2, 0.2, 0.2) | |
816 | la1.BrickColor = BrickColor.new("Gold") | |
817 | la1.CanCollide = false | |
818 | la1.Locked = true | |
819 | la1.Transparency = 1 | |
820 | la1.Parent = ZaWarudo | |
821 | local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1) | |
822 | local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
823 | local la2 = Instance.new("Part") | |
824 | nooutline(la2) | |
825 | la2.Anchored = false | |
826 | la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
827 | la2.Name = "la2" | |
828 | la2.Size = Vector3.new(0.2, 0.2, 0.2) | |
829 | la2.BrickColor = BrickColor.new("Gold") | |
830 | la2.CanCollide = false | |
831 | la2.Locked = true | |
832 | la2.Transparency = 1 | |
833 | la2.Parent = ZaWarudo | |
834 | local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2) | |
835 | local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
836 | ||
837 | local la5 = Instance.new("Part") | |
838 | nooutline(la5) | |
839 | la5.Anchored = false | |
840 | la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
841 | la5.Name = "la5" | |
842 | la5.Size = Vector3.new(0.2, 0.2, 0.2) | |
843 | la5.BrickColor = BrickColor.new("Forest green") | |
844 | la5.CanCollide = false | |
845 | la5.Locked = true | |
846 | la5.Transparency = 1 | |
847 | la5.Parent = ZaWarudo | |
848 | local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5) | |
849 | local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0)) | |
850 | ||
851 | local ll3 = Instance.new("Part") | |
852 | nooutline(ll3) | |
853 | ll3.Anchored = false | |
854 | ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
855 | ll3.Name = "ll3" | |
856 | ll3.Size = Vector3.new(0.2, 0.2, 0.2) | |
857 | ll3.BrickColor = BrickColor.new("Forest green") | |
858 | ll3.CanCollide = false | |
859 | ll3.Locked = true | |
860 | ll3.Transparency = 1 | |
861 | ll3.Parent = ZaWarudo | |
862 | local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3) | |
863 | local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0)) | |
864 | ||
865 | local rr3 = Instance.new("Part") | |
866 | nooutline(rr3) | |
867 | rr3.Anchored = false | |
868 | rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
869 | rr3.Name = "rr3" | |
870 | rr3.Size = Vector3.new(0.2, 0.2, 0.2) | |
871 | rr3.BrickColor = BrickColor.new("Forest green") | |
872 | rr3.CanCollide = false | |
873 | rr3.Locked = true | |
874 | rr3.Transparency = 1 | |
875 | rr3.Parent = ZaWarudo | |
876 | local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3) | |
877 | local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0)) | |
878 | return ZaWarudo | |
879 | end | |
880 | local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0)) | |
881 | coroutine.resume(coroutine.create(function() | |
882 | local rot = thenoob.HumanoidRootPart | |
883 | repeat | |
884 | swait() | |
885 | rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5) | |
886 | until rot == nil | |
887 | end)) | |
888 | local rot = thenoob.HumanoidRootPart | |
889 | local ntorso = thenoob:FindFirstChild("Torso") | |
890 | local rightarm = thenoob:FindFirstChild("Right Arm") | |
891 | local leftarm = thenoob:FindFirstChild("Left Arm") | |
892 | local leftleg = thenoob:FindFirstChild("Left Leg") | |
893 | local rightleg = thenoob:FindFirstChild("Right Leg") | |
894 | local head = thenoob:FindFirstChild("Head") | |
895 | local face = head:FindFirstChild("face") | |
896 | local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe") | |
897 | local embpart = thenoob:FindFirstChild("raemblem") | |
898 | local nRJ = rot:FindFirstChild("RootJoint") | |
899 | local nN = ntorso:FindFirstChild("Neck") | |
900 | local nRS = ntorso:FindFirstChild("Right Shoulder") | |
901 | local nLS = ntorso:FindFirstChild("Left Shoulder") | |
902 | local nRH = ntorso:FindFirstChild("Right Hip") | |
903 | local nLH = ntorso:FindFirstChild("Left Hip") | |
904 | function standappear(nbz) | |
905 | if selected == false or activu == true then | |
906 | return | |
907 | end | |
908 | if appeared == false then | |
909 | appeared = true | |
910 | wherto = hrp | |
911 | addcfr = cf(-2, 1, 2) | |
912 | local apear = Instance.new("Sound") | |
913 | apear.SoundId = "rbxassetid://463010917" | |
914 | apear.Parent = rot | |
915 | apear.Volume = 1.25 | |
916 | game.Debris:AddItem(apear, 1.5) | |
917 | apear:Play() | |
918 | for _, n in pairs(nbz:GetChildren()) do | |
919 | coroutine.resume(coroutine.create(function() | |
920 | for _ = 1, 5 do | |
921 | if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then | |
922 | swait() | |
923 | n.Transparency = n.Transparency - 0.2 | |
924 | face.Transparency = face.Transparency - 0.2 | |
925 | emblem.Transparency = emblem.Transparency - 0.2 | |
926 | end | |
927 | end | |
928 | if n ~= rot and n ~= embpart then | |
929 | n.Transparency = 0 | |
930 | end | |
931 | face.Transparency = 0 | |
932 | emblem.Transparency = 0 | |
933 | end)) | |
934 | end | |
935 | elseif appeared == true then | |
936 | appeared = false | |
937 | wherto = hrp | |
938 | addcfr = cf(0, 0, 0) | |
939 | for _, n in pairs(nbz:GetChildren()) do | |
940 | coroutine.resume(coroutine.create(function() | |
941 | for _ = 1, 5 do | |
942 | if n ~= rot and n ~= embpart then | |
943 | swait() | |
944 | n.Transparency = n.Transparency + 0.2 | |
945 | face.Transparency = face.Transparency + 0.2 | |
946 | emblem.Transparency = emblem.Transparency + 0.2 | |
947 | ||
948 | end | |
949 | end | |
950 | if n ~= rot and n ~= embpart then | |
951 | n.Transparency = 1 | |
952 | end | |
953 | face.Transparency = 1 | |
954 | emblem.Transparency = 1 | |
955 | ||
956 | end)) | |
957 | end | |
958 | end | |
959 | end | |
960 | function THREATENING() | |
961 | if selected == false or activu == true then | |
962 | return | |
963 | end | |
964 | if POSU == false then | |
965 | POSU = true | |
966 | human.WalkSpeed = 0 | |
967 | local d = Instance.new("ParticleEmitter") | |
968 | d.Name = "MENACINGU" | |
969 | d.Lifetime = NumberRange.new(1) | |
970 | d.Rate = 2 | |
971 | d.Texture = "rbxassetid://298768656" | |
972 | d.VelocitySpread = 60 | |
973 | d.Parent = tors | |
974 | human:SetStateEnabled(3, false) | |
975 | local randomoth = math.random(1, 2) | |
976 | if randomoth == 1 then | |
977 | repeat | |
978 | swait() | |
979 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3) | |
980 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3) | |
981 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3) | |
982 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
983 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3) | |
984 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
985 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3) | |
986 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
987 | lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3) | |
988 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
989 | until POSU == false | |
990 | elseif randomoth == 2 then | |
991 | repeat | |
992 | swait() | |
993 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3) | |
994 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3) | |
995 | lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3) | |
996 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
997 | lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3) | |
998 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
999 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3) | |
1000 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1001 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3) | |
1002 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1003 | until POSU == false | |
1004 | end | |
1005 | elseif POSU == true then | |
1006 | POSU = false | |
1007 | human.WalkSpeed = 16 | |
1008 | human:SetStateEnabled(3, true) | |
1009 | tors.MENACINGU:Destroy() | |
1010 | activu = true | |
1011 | activu = false | |
1012 | end | |
1013 | end | |
1014 | local EHMMM = 0 | |
1015 | function block() | |
1016 | if EHMMM == 50 or selected == false or activu == true then | |
1017 | return | |
1018 | end | |
1019 | if appeared == false then | |
1020 | standappear(thenoob) | |
1021 | end | |
1022 | wherto = hrp | |
1023 | addcfr = cf(0, 0, -3) | |
1024 | local bep = true | |
1025 | local humanshealth = human.Health | |
1026 | activu = true | |
1027 | human:SetStateEnabled(15, false) | |
1028 | local de = mouse.KeyUp:connect(function(key) | |
1029 | if key == "e" then | |
1030 | bep = false | |
1031 | end | |
1032 | end) | |
1033 | local poopes = 0 | |
1034 | repeat | |
1035 | swait() | |
1036 | poopes = poopes + 1 | |
1037 | human.Health = humanshealth | |
1038 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5) | |
1039 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5) | |
1040 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5) | |
1041 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
1042 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5) | |
1043 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
1044 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1045 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1046 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1047 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1048 | until bep == false or poopes > 240 | |
1049 | de:Disconnect() | |
1050 | human:SetStateEnabled(15, true) | |
1051 | activu = false | |
1052 | EHMMM = 50 | |
1053 | coroutine.resume(coroutine.create(function() | |
1054 | wait(7) | |
1055 | EHMMM = 0 | |
1056 | end)) | |
1057 | wherto = hrp | |
1058 | addcfr = cf(-2, 1, 2) | |
1059 | end | |
1060 | function MUDA() | |
1061 | if selected == false or activu == true then | |
1062 | return | |
1063 | end | |
1064 | if appeared == false then | |
1065 | standappear(thenoob) | |
1066 | wherto = hrp | |
1067 | addcfr = cf(0, 0, -3.5) | |
1068 | end | |
1069 | wry:Stop() | |
1070 | local bep = true | |
1071 | activu = true | |
1072 | wherto = hrp | |
1073 | addcfr = cf(0, 0, -3.5) | |
1074 | local function blur(limb) | |
1075 | coroutine.resume(coroutine.create(function() | |
1076 | local memedon = {} | |
1077 | for i = 1, 6 do | |
1078 | local b1 = Instance.new("Part") | |
1079 | nooutline(b1) | |
1080 | b1.Size = Vector3.new(1, 2, 1) | |
1081 | b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
1082 | b1.CanCollide = false | |
1083 | b1.BrickColor = limb.BrickColor | |
1084 | b1.Anchored = true | |
1085 | b1.Transparency = 0.7 | |
1086 | b1.Locked = true | |
1087 | b1.Parent = modz | |
1088 | table.insert(memedon, b1) | |
1089 | end | |
1090 | local num = 0 | |
1091 | repeat | |
1092 | swait() | |
1093 | num = num % 6 + 1 | |
1094 | memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
1095 | until bep == false | |
1096 | for i = 1, #memedon do | |
1097 | swait() | |
1098 | memedon[i]:Destroy() | |
1099 | end | |
1100 | end)) | |
1101 | end | |
1102 | local de = mouse.KeyUp:connect(function(key) | |
1103 | if key == "r" then | |
1104 | bep = false | |
1105 | end | |
1106 | end) | |
1107 | blur(rightarm) | |
1108 | blur(leftarm) | |
1109 | local mudodo = Instance.new("Sound") | |
1110 | mudodo.Volume = 7.5 | |
1111 | mudodo.SoundId = "rbxassetid://616593932" | |
1112 | mudodo.Looped = true | |
1113 | mudodo.Parent = hrp | |
1114 | mudodo:Play() | |
1115 | repeat | |
1116 | for _ = 1, 2 do | |
1117 | swait() | |
1118 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85) | |
1119 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85) | |
1120 | lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85) | |
1121 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1122 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85) | |
1123 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1124 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
1125 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1126 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
1127 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1128 | end | |
1129 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
1130 | for _ = 1, 2 do | |
1131 | swait() | |
1132 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85) | |
1133 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85) | |
1134 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85) | |
1135 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1136 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85) | |
1137 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1138 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
1139 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1140 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
1141 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1142 | end | |
1143 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
1144 | for _ = 1, 2 do | |
1145 | swait() | |
1146 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85) | |
1147 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85) | |
1148 | lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85) | |
1149 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1150 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85) | |
1151 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1152 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
1153 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1154 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
1155 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1156 | end | |
1157 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
1158 | for _ = 1, 2 do | |
1159 | swait() | |
1160 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85) | |
1161 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85) | |
1162 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85) | |
1163 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1164 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85) | |
1165 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1166 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
1167 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1168 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
1169 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1170 | end | |
1171 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
1172 | until bep == false or 0 >= human.Health | |
1173 | de:Disconnect() | |
1174 | mudodo:Stop() | |
1175 | wry:Play() | |
1176 | for _ = 1, 6 do | |
1177 | swait() | |
1178 | lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75) | |
1179 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75) | |
1180 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75) | |
1181 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1182 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
1183 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1184 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
1185 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1186 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
1187 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1188 | end | |
1189 | for _ = 1, 7 do | |
1190 | swait() | |
1191 | hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50) | |
1192 | lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75) | |
1193 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75) | |
1194 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75) | |
1195 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75) | |
1196 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
1197 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1198 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
1199 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1200 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
1201 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1202 | end | |
1203 | swait(5) | |
1204 | wherto = hrp | |
1205 | mudodo:Destroy() | |
1206 | addcfr = cf(-2, 1, 2) | |
1207 | activu = false | |
1208 | end | |
1209 | function cability() | |
1210 | if selected == false or activu == true then | |
1211 | return | |
1212 | end | |
1213 | if appeared == false then | |
1214 | standappear(thenoob) | |
1215 | wherto = hrp | |
1216 | addcfr = cf(0, 0, -3.75) | |
1217 | end | |
1218 | activu = true | |
1219 | wherto = hrp | |
1220 | addcfr = cf(0, 0, -3.5) | |
1221 | local ZAWRUA = Instance.new("Sound") | |
1222 | ZAWRUA.SoundId = "rbxassetid://257346558" | |
1223 | ZAWRUA.Volume = 3 | |
1224 | ZAWRUA.Parent = hrp | |
1225 | ZAWRUA:Play() | |
1226 | game.Debris:AddItem(ZAWRUA, 2.5) | |
1227 | local wate = Instance.new("Part") | |
1228 | nooutline(wate) | |
1229 | wate.Size = Vector3.new(0.2, 0.2, 0.2) | |
1230 | wate.Material = "Neon" | |
1231 | wate.Transparency = 1 | |
1232 | wate.BrickColor = BrickColor.new("Forest green") | |
1233 | wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0) | |
1234 | wate.Anchored = true | |
1235 | wate.CanCollide = false | |
1236 | wate.Parent = modz | |
1237 | local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate) | |
1238 | coroutine.resume(coroutine.create(function() | |
1239 | repeat | |
1240 | swait() | |
1241 | wate.CFrame = rightarm.CFrame * cf(0, -1, 0) | |
1242 | wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5) | |
1243 | until not wate | |
1244 | end)) | |
1245 | coroutine.resume(coroutine.create(function() | |
1246 | local pt = {} | |
1247 | for _ = 1, 10 do | |
1248 | local wp = Instance.new("Part") | |
1249 | nooutline(wp) | |
1250 | wp.Size = Vector3.new(0.2, 0.2, 0.2) | |
1251 | wp.Material = "Neon" | |
1252 | wp.Transparency = 1 | |
1253 | wp.BrickColor = BrickColor.new("Forest green") | |
1254 | wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0) | |
1255 | wp.Anchored = true | |
1256 | wp.CanCollide = false | |
1257 | wp.Parent = modz | |
1258 | local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp) | |
1259 | table.insert(pt, wp) | |
1260 | table.insert(pt, wmz) | |
1261 | end | |
1262 | for m = 1, 45 do | |
1263 | swait() | |
1264 | for _, hey in pairs(pt) do | |
1265 | if hey.ClassName == "SpecialMesh" then | |
1266 | hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005) | |
1267 | elseif hey.ClassName == "Part" then | |
1268 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
1269 | hey.Transparency = hey.Transparency - 0.015 | |
1270 | end | |
1271 | end | |
1272 | end | |
1273 | for m = 45, 50 do | |
1274 | swait() | |
1275 | for _, hey in pairs(pt) do | |
1276 | if hey.ClassName == "SpecialMesh" then | |
1277 | hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025) | |
1278 | elseif hey.ClassName == "Part" then | |
1279 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
1280 | hey.Transparency = hey.Transparency + 0.2 | |
1281 | end | |
1282 | end | |
1283 | end | |
1284 | for _, AAA in pairs(pt) do | |
1285 | if AAA.ClassName == "Part" then | |
1286 | AAA:Destroy() | |
1287 | end | |
1288 | end | |
1289 | end)) | |
1290 | for _ = 1, 50 do | |
1291 | swait() | |
1292 | wmesh.Scale = Vector3.new(9, 9, 9) | |
1293 | wate.Transparency = wate.Transparency - 0.008 | |
1294 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2) | |
1295 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2) | |
1296 | lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2) | |
1297 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1298 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2) | |
1299 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1300 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2) | |
1301 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1302 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2) | |
1303 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1304 | end | |
1305 | local pooo = Instance.new("Sound") | |
1306 | pooo.SoundId = "rbxassetid://686423225" | |
1307 | pooo.Volume = 3 | |
1308 | pooo.Parent = hrp | |
1309 | pooo:Play() | |
1310 | game.Debris:AddItem(pooo, 2.5) | |
1311 | for _ = 1, 1 do | |
1312 | swait() | |
1313 | wate.Transparency = wate.Transparency + 0.15 | |
1314 | lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5) | |
1315 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5) | |
1316 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5) | |
1317 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
1318 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1319 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1320 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1321 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1322 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1323 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1324 | end | |
1325 | local swoo = Instance.new("Part") | |
1326 | nooutline(swoo) | |
1327 | swoo.Size = Vector3.new(0.2, 0.2, 0.2) | |
1328 | swoo.Material = "Neon" | |
1329 | swoo.Transparency = 0.2 | |
1330 | swoo.BrickColor = BrickColor.new("Forest green") | |
1331 | swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0) | |
1332 | swoo.Anchored = true | |
1333 | swoo.CanCollide = false | |
1334 | swoo.Parent = modz | |
1335 | local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo) | |
1336 | local pli = Instance.new("PointLight") | |
1337 | pli.Brightness = 2 | |
1338 | pli.Color = Color3.new(0.45098039215686275, 1, 0) | |
1339 | pli.Range = 10 | |
1340 | pli.Shadows = true | |
1341 | pli.Parent = swoo | |
1342 | hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80) | |
1343 | tagability(swoo, 4) | |
1344 | for _ = 1, 10 do | |
1345 | swait() | |
1346 | wate.Transparency = wate.Transparency + 0.05 | |
1347 | swoo.Transparency = swoo.Transparency + 0.075 | |
1348 | pli.Range = pli.Range - 1 | |
1349 | lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5) | |
1350 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5) | |
1351 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5) | |
1352 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
1353 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1354 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1355 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1356 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1357 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1358 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1359 | end | |
1360 | wate:Destroy() | |
1361 | swoo:Destroy() | |
1362 | pli:Destroy() | |
1363 | swait(15) | |
1364 | wherto = hrp | |
1365 | addcfr = cf(-2, 1, 2) | |
1366 | activu = false | |
1367 | end | |
1368 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462") | |
1369 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208") | |
1370 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400") | |
1371 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606") | |
1372 | function THEBEST() | |
1373 | if selected == false or activu == true or appeared == true or POSU == true then | |
1374 | return | |
1375 | end | |
1376 | local dipperhat = chr:FindFirstChild("DXD_DipperHat") | |
1377 | local dipperrot | |
1378 | if dipperhat then | |
1379 | dipperrot = dipperhat.Handle.HatAttachment.Rotation | |
1380 | end | |
1381 | activu = true | |
1382 | POSU = true | |
1383 | cam.CameraType = "Scriptable" | |
1384 | chr.PrimaryPart = hrp | |
1385 | human.WalkSpeed = 0 | |
1386 | human:SetStateEnabled(3, false) | |
1387 | local actmus1 = Instance.new("Sound") | |
1388 | actmus1.SoundId = "rbxassetid://188959462" | |
1389 | actmus1.Volume = 1.5 | |
1390 | actmus1.RollOffMode = 1 | |
1391 | actmus1.TimePosition = 0 | |
1392 | actmus1.Parent = cam | |
1393 | local actmus2 = Instance.new("Sound") | |
1394 | actmus2.SoundId = "rbxassetid://188959462" | |
1395 | actmus2.Volume = 1.5 | |
1396 | actmus2.RollOffMode = 1 | |
1397 | actmus2.TimePosition = 0 | |
1398 | actmus2.Parent = hrp | |
1399 | actmus1:Play() | |
1400 | actmus2:Play() | |
1401 | local mus1 = Instance.new("Sound") | |
1402 | mus1.SoundId = "rbxassetid://616594208" | |
1403 | mus1.Volume = 1.25 | |
1404 | mus1.TimePosition = 0.45 | |
1405 | mus1.Parent = cam | |
1406 | local mus2 = Instance.new("Sound") | |
1407 | mus2.SoundId = "rbxassetid://616594208" | |
1408 | mus2.Volume = 1.25 | |
1409 | mus2.TimePosition = 0.45 | |
1410 | mus2.Parent = hrp | |
1411 | local zawarudoda = Instance.new("Sound") | |
1412 | zawarudoda.SoundId = "rbxassetid://616576400" | |
1413 | zawarudoda.Volume = 2 | |
1414 | zawarudoda.TimePosition = 0.3 | |
1415 | zawarudoda.Parent = hrp | |
1416 | mus1:Play() | |
1417 | mus2:Play() | |
1418 | cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7) | |
1419 | local regface = hed.face.Texture | |
1420 | local whogothit, bodyvel | |
1421 | local function checkhit(partoz, magn) | |
1422 | for _, guy in pairs(workspace:GetChildren()) do | |
1423 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then | |
1424 | whogothit = guy | |
1425 | guy:FindFirstChild("Humanoid").PlatformStand = true | |
1426 | do | |
1427 | local derp = Instance.new("BodyPosition") | |
1428 | derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999) | |
1429 | derp.P = 8000 | |
1430 | derp.D = 500 | |
1431 | derp.Position = hrp.Position + hrp.CFrame.lookVector * 20 | |
1432 | derp.Parent = guy:FindFirstChild("HumanoidRootPart") | |
1433 | bodyvel = derp | |
1434 | local derp2 = Instance.new("BodyAngularVelocity") | |
1435 | derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999) | |
1436 | derp2.P = 8000 | |
1437 | derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0) | |
1438 | derp2.Parent = guy:FindFirstChild("HumanoidRootPart") | |
1439 | delay(0.1, function() | |
1440 | derp2:Destroy() | |
1441 | guy.Torso:Remove() | |
1442 | guy.Head:Remove() | |
1443 | end) | |
1444 | bodyvel = derp | |
1445 | end | |
1446 | end | |
1447 | end | |
1448 | end | |
1449 | coroutine.resume(coroutine.create(function() | |
1450 | for _ = 1, 25 do | |
1451 | swait() | |
1452 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
1453 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3) | |
1454 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
1455 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1456 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3) | |
1457 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1458 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
1459 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1460 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1461 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1462 | end | |
1463 | for _ = 1, 20 do | |
1464 | swait() | |
1465 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
1466 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3) | |
1467 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
1468 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1469 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3) | |
1470 | if dipperhat then | |
1471 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3) | |
1472 | end | |
1473 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1474 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
1475 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1476 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1477 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1478 | end | |
1479 | end)) | |
1480 | repeat | |
1481 | swait() | |
1482 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0) | |
1483 | until mus1.TimePosition > 2.9 | |
1484 | mus1:Pause() | |
1485 | mus2:Pause() | |
1486 | zawarudoda:Play() | |
1487 | coroutine.resume(coroutine.create(function() | |
1488 | for _ = 1, 7 do | |
1489 | swait() | |
1490 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4) | |
1491 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3) | |
1492 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3) | |
1493 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1494 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3) | |
1495 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1496 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3) | |
1497 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1498 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1499 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1500 | end | |
1501 | for _ = 1, 16 do | |
1502 | swait() | |
1503 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4) | |
1504 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3) | |
1505 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3) | |
1506 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1507 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3) | |
1508 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1509 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3) | |
1510 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1511 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3) | |
1512 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1513 | end | |
1514 | end)) | |
1515 | repeat | |
1516 | swait() | |
1517 | until zawarudoda.TimePosition > 1.4 | |
1518 | zawarudoda:Pause() | |
1519 | activu = false | |
1520 | standappear(thenoob) | |
1521 | wherto = hrp | |
1522 | addcfr = cf(3, 0.25, -1.5) | |
1523 | activu = true | |
1524 | cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3) | |
1525 | for _ = 1, 10 do | |
1526 | swait() | |
1527 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5) | |
1528 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5) | |
1529 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5) | |
1530 | lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5) | |
1531 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1532 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1533 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1534 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1535 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1536 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1537 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1538 | end | |
1539 | wherto = hrp | |
1540 | addcfr = cf(-3, 0.25, -1.5) | |
1541 | for _ = 1, 25 do | |
1542 | swait() | |
1543 | checkhit(rightarm, 3) | |
1544 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4) | |
1545 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4) | |
1546 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4) | |
1547 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1548 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4) | |
1549 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1550 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4) | |
1551 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1552 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4) | |
1553 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1554 | end | |
1555 | if whogothit then | |
1556 | print("derp") | |
1557 | cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4) | |
1558 | local laugo = Instance.new("Sound") | |
1559 | laugo.SoundId = "rbxassetid://291088606" | |
1560 | laugo.Volume = 1.5 | |
1561 | laugo.Parent = hrp | |
1562 | game.Debris:AddItem(laugo, 2.5) | |
1563 | laugo:Play() | |
1564 | local sda = 0 | |
1565 | local chn = 2 | |
1566 | local cs = math.cos | |
1567 | for D = 1, 60 do | |
1568 | swait() | |
1569 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15) | |
1570 | sda = sda + chn | |
1571 | lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D) | |
1572 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D) | |
1573 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D) | |
1574 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1575 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D) | |
1576 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1577 | lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D) | |
1578 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1579 | lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D) | |
1580 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1581 | end | |
1582 | hed.face.Texture = "rbxassetid://176777497" | |
1583 | mus1.TimePosition = 2.75 | |
1584 | mus1:Play() | |
1585 | for C = 1, 30 do | |
1586 | swait() | |
1587 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60)) | |
1588 | sda = sda + chn | |
1589 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31) | |
1590 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31) | |
1591 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31) | |
1592 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1593 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31) | |
1594 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1595 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31) | |
1596 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1597 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31) | |
1598 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1599 | end | |
1600 | for _ = 1, 5 do | |
1601 | swait() | |
1602 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02) | |
1603 | sda = sda + chn | |
1604 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5) | |
1605 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5) | |
1606 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5) | |
1607 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1608 | lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5) | |
1609 | if dipperhat then | |
1610 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5) | |
1611 | end | |
1612 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1613 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5) | |
1614 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1615 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5) | |
1616 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1617 | end | |
1618 | wait(2) | |
1619 | elseif whogothit == nil then | |
1620 | print("noderp") | |
1621 | end | |
1622 | human:SetStateEnabled(3, true) | |
1623 | activu = false | |
1624 | standappear(thenoob) | |
1625 | activu = true | |
1626 | if dipperhat then | |
1627 | dipperhat.Handle.HatAttachment.Rotation = dipperrot | |
1628 | end | |
1629 | actmus1:Destroy() | |
1630 | actmus2:Destroy() | |
1631 | bast:Play() | |
1632 | if bodyvel then | |
1633 | bodyvel:Destroy() | |
1634 | end | |
1635 | cam.CameraType = "Custom" | |
1636 | hed.face.Texture = regface | |
1637 | chr.PrimaryPart = head | |
1638 | human.WalkSpeed = 16 | |
1639 | activu = false | |
1640 | POSU = false | |
1641 | end | |
1642 | function hito(partoz, magn, dmg, debtim, bodyfdire) | |
1643 | for _, guy in pairs(workspace:GetChildren()) do | |
1644 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then | |
1645 | do | |
1646 | local humz = guy:FindFirstChild("Humanoid") | |
1647 | local horp = guy:FindFirstChild("HumanoidRootPart") | |
1648 | TakeDamage(humz, dmg) | |
1649 | local db = Instance.new("StringValue") | |
1650 | db.Name = "alabo" | |
1651 | db.Parent = horp | |
1652 | delay(debtim, function() | |
1653 | db:Destroy() | |
1654 | end) | |
1655 | local b = Instance.new("Part") | |
1656 | nooutline(b) | |
1657 | b.Size = Vector3.new(0.2, 0.2, 0.2) | |
1658 | b.Transparency = 0.25 | |
1659 | b.Anchored = true | |
1660 | b.CanCollide = false | |
1661 | b.BrickColor = BrickColor.new("Institutional white") | |
1662 | b.Locked = true | |
1663 | b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1)) | |
1664 | b.Parent = modz | |
1665 | local c = Instance.new("SpecialMesh") | |
1666 | c.MeshType = "Sphere" | |
1667 | c.Scale = Vector3.new(3.5, 3.5, 3.5) | |
1668 | c.Parent = b | |
1669 | game.Debris:AddItem(b, 1) | |
1670 | if bodyfdire then | |
1671 | local boopyve = Instance.new("BodyVelocity") | |
1672 | boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge) | |
1673 | boopyve.P = math.huge | |
1674 | boopyve.Velocity = bodyfdire | |
1675 | boopyve.Parent = horp | |
1676 | game.Debris:AddItem(boopyve, debtim) | |
1677 | end | |
1678 | local bet = Instance.new("Sound") | |
1679 | bet.Pitch = rd2(9, 11) / 10 | |
1680 | bet.Volume = rd2(12, 14) / 10 | |
1681 | bet.SoundId = "rbxassetid://165604684" | |
1682 | bet.Parent = b | |
1683 | bet:Play() | |
1684 | coroutine.resume(coroutine.create(function() | |
1685 | for _ = 1, 5 do | |
1686 | swait() | |
1687 | b.Transparency = b.Transparency + 0.15 | |
1688 | c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg) | |
1689 | end | |
1690 | end)) | |
1691 | end | |
1692 | end | |
1693 | end | |
1694 | end | |
1695 | function tagability(partoz, magn) | |
1696 | for _, guy in pairs(workspace:GetChildren()) do | |
1697 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("derbaba") == nil and guy:FindFirstChildOfClass("ForceField") == nil then | |
1698 | do | |
1699 | local humz = guy:FindFirstChild("Humanoid") | |
1700 | humz.PlatformStand = true | |
1701 | delay(1, function() | |
1702 | humz.PlatformStand = false | |
1703 | end) | |
1704 | local horp = guy:FindFirstChild("HumanoidRootPart") | |
1705 | local db = Instance.new("StringValue") | |
1706 | db.Name = "dedrbaba" | |
1707 | db.Parent = horp | |
1708 | local bodyrot = Instance.new("BodyAngularVelocity") | |
1709 | bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999) | |
1710 | bodyrot.P = math.huge | |
1711 | bodyrot.AngularVelocity = Vector3.new(0, 5, 50) | |
1712 | bodyrot.Parent = horp | |
1713 | local hL, tL, aL, bL, cL, dL | |
1714 | game.Debris:AddItem(bodyrot, 0.2) | |
1715 | if guy:FindFirstChild("Head") then | |
1716 | hL = guy:FindFirstChild("Head") | |
1717 | hL.BrickColor = BrickColor.new("Gold") | |
1718 | end | |
1719 | if guy:FindFirstChild("Torso") then | |
1720 | tL = guy:FindFirstChild("Torso") | |
1721 | tL.BrickColor = BrickColor.new("Bright blue") | |
1722 | end | |
1723 | if guy:FindFirstChild("Left Arm") then | |
1724 | aL = guy:FindFirstChild("Left Arm") | |
1725 | aL.BrickColor = BrickColor.new("Gold") | |
1726 | end | |
1727 | if guy:FindFirstChild("Right Arm") then | |
1728 | bL = guy:FindFirstChild("Right Arm") | |
1729 | bL.BrickColor = BrickColor.new("Gold") | |
1730 | end | |
1731 | if guy:FindFirstChild("Left Leg") then | |
1732 | cL = guy:FindFirstChild("Left Leg") | |
1733 | cL.BrickColor = BrickColor.new("Forest green") | |
1734 | end | |
1735 | if guy:FindFirstChild("Right Leg") then | |
1736 | dL = guy:FindFirstChild("Right Leg") | |
1737 | dL.BrickColor = BrickColor.new("Forest green") | |
1738 | end | |
1739 | coroutine.resume(coroutine.create(function() | |
1740 | if aL then | |
1741 | aL.Name = "Right Arm" | |
1742 | wait() | |
1743 | end | |
1744 | if bL then | |
1745 | bL.Name = "Left Leg" | |
1746 | wait() | |
1747 | end | |
1748 | if cL then | |
1749 | cL.Name = "Left Arm" | |
1750 | wait() | |
1751 | end | |
1752 | if dL then | |
1753 | dL.Name = "Right Leg" | |
1754 | end | |
1755 | end)) | |
1756 | end | |
1757 | end | |
1758 | end | |
1759 | end | |
1760 | mouse.KeyDown:connect(function(key) | |
1761 | if human.Health <= 0 then | |
1762 | return | |
1763 | end | |
1764 | if key == "f" then | |
1765 | standappear(thenoob) | |
1766 | end | |
1767 | if key == "r" then | |
1768 | MUDA() | |
1769 | end | |
1770 | if key == "e" then | |
1771 | block() | |
1772 | end | |
1773 | if key == "v" then | |
1774 | cability() | |
1775 | end | |
1776 | if key == "m" and plr.UserId then | |
1777 | THEBEST() | |
1778 | end | |
1779 | if key == "j" then | |
1780 | THREATENING() | |
1781 | end | |
1782 | if key == "k" then | |
1783 | konodioda:Play() | |
1784 | end | |
1785 | if key == "l" then | |
1786 | bast:Play() | |
1787 | end | |
1788 | if key == "p" then | |
1789 | zaworld:Play() | |
1790 | end | |
1791 | end) | |
1792 | tool.Equipped:connect(function() | |
1793 | selected = true | |
1794 | end) | |
1795 | tool.Unequipped:connect(function() | |
1796 | selected = false | |
1797 | end) | |
1798 | sine = 0 | |
1799 | charge = 1 | |
1800 | cos = math.cos | |
1801 | game:GetService("RunService").RenderStepped:connect(function() | |
1802 | if POSU == false then | |
1803 | local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4) | |
1804 | local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false) | |
1805 | local checkstate = human:GetState() | |
1806 | if checkstate.Value == 13 then | |
1807 | animpose = "Sitting" | |
1808 | elseif hrp.Velocity.y > 1 and checkpart == nil then | |
1809 | animpose = "Jumping" | |
1810 | elseif hrp.Velocity.y < -1 and checkpart == nil then | |
1811 | animpose = "Falling" | |
1812 | elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then | |
1813 | animpose = "Idle" | |
1814 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then | |
1815 | animpose = "Walking" | |
1816 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then | |
1817 | animpose = "TooFast" | |
1818 | end | |
1819 | if animpose == "Idle" then | |
1820 | sine = sine + charge | |
1821 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1822 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
1823 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3) | |
1824 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1825 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3) | |
1826 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1827 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3) | |
1828 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1829 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3) | |
1830 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1831 | end | |
1832 | if animpose == "Walking" then | |
1833 | sine = sine + charge | |
1834 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1835 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
1836 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3) | |
1837 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1838 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3) | |
1839 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1840 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6) | |
1841 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1842 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6) | |
1843 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1844 | end | |
1845 | if animpose == "Jumping" then | |
1846 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3) | |
1847 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3) | |
1848 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
1849 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1850 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
1851 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1852 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
1853 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1854 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
1855 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1856 | end | |
1857 | if animpose == "Falling" then | |
1858 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3) | |
1859 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
1860 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
1861 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1862 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
1863 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1864 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3) | |
1865 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1866 | lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
1867 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1868 | end | |
1869 | if animpose == "TooFast" then | |
1870 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3) | |
1871 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
1872 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3) | |
1873 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1874 | lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3) | |
1875 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3) | |
1876 | lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3) | |
1877 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1878 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3) | |
1879 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1880 | end | |
1881 | if animpose == "Sitting" then | |
1882 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1883 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1884 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
1885 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1886 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
1887 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1888 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
1889 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1890 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
1891 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1892 | end | |
1893 | end | |
1894 | if appeared == false and activu == false then | |
1895 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1896 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1897 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1898 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1899 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1900 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1901 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1902 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1903 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1904 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1905 | elseif appeared == true and activu == false then | |
1906 | sine = sine + charge | |
1907 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3) | |
1908 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3) | |
1909 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
1910 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1911 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
1912 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1913 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3) | |
1914 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1915 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3) | |
1916 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1917 | end | |
1918 | end) | |
1919 | function dispose() | |
1920 | for i, v in pairs(getfenv(0)) do | |
1921 | v = nil | |
1922 | end | |
1923 | error = nil | |
1924 | print = nil | |
1925 | warn = nil | |
1926 | end | |
1927 | human.Died:connect(dispose) | |
1928 | chr.Changed:connect(function() | |
1929 | if chr.Parent == nil then | |
1930 | dispose() | |
1931 | end | |
1932 | end) | |
1933 | local p = game.Players.LocalPlayer | |
1934 | local char = p.Character | |
1935 | local hed = char.Head | |
1936 | local LocalPlayer = p | |
1937 | ||
1938 | local Player = game.Players.localPlayer | |
1939 | local Character = p.Character | |
1940 | local LeftArm2 = Character["Left Arm"] | |
1941 | local RightArm2 = Character["Right Arm"] | |
1942 | local LeftLeg2 = Character["Left Leg"] | |
1943 | local RightLeg2 = Character["Right Leg"] | |
1944 | local Head2 = Character.Head | |
1945 | local Torso2 = Character.Torso | |
1946 | ||
1947 | --created by SoldierJoao | |
1948 | --Credits to metabee for the knives edit | |
1949 | cut = Instance.new("Sound", Character) | |
1950 | cut.SoundId = "https://www.roblox.com/asset/?id=0" | |
1951 | cut.Volume = 1.5 | |
1952 | thri = Instance.new("Sound", Character) | |
1953 | thri.SoundId = "https://www.roblox.com/asset/?id=186311262" | |
1954 | thri.Volume = 2.5 | |
1955 | WRY = Instance.new("Sound", Character) | |
1956 | WRY.SoundId = "https://www.roblox.com/asset/?id=276152532" | |
1957 | WRY.Volume = 5 | |
1958 | ||
1959 | local Players=game:service'Players' | |
1960 | local Player=Players.LocalPlayer | |
1961 | local Mouse=Player:GetMouse'' | |
1962 | local RenderStepped=game:service'RunService'.RenderStepped | |
1963 | ||
1964 | local MeshId='http://www.roblox.com/asset?id=202083123' | |
1965 | local TextureId='http://www.roblox.com/asset/?id=189436355' | |
1966 | ||
1967 | local BeeSpeed= 100 | |
1968 | ||
1969 | local QHold=false | |
1970 | local EHold=false | |
1971 | ||
1972 | Mouse.Button1Down:connect(function() | |
1973 | ||
1974 | cut:Play() | |
1975 | if Mouse.Target and canworld == false then | |
1976 | ||
1977 | local Bee=Instance.new('Part',Player.Character) | |
1978 | Bee.CanCollide=false | |
1979 | Bee.Size=Vector3.new(2,2,2) | |
1980 | Bee.CFrame=Player.Character.Torso.CFrame | |
1981 | local BeeMesh=Instance.new('SpecialMesh',Bee) | |
1982 | BeeMesh.MeshType='FileMesh' | |
1983 | BeeMesh.MeshId=MeshId | |
1984 | BeeMesh.TextureId=TextureId | |
1985 | BeeMesh.Scale=Vector3.new(1,1,1) | |
1986 | local BodyVel=Instance.new('BodyVelocity',Bee) | |
1987 | BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
1988 | local BodyGyro=Instance.new('BodyGyro',Bee) | |
1989 | BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge) | |
1990 | BodyGyro.P=2e4 | |
1991 | coroutine.wrap(function() | |
1992 | RenderStepped:connect(function() | |
1993 | BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p) | |
1994 | BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed | |
1995 | end) | |
1996 | end)() | |
1997 | Bee.Touched:connect(function(p) | |
1998 | if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then | |
1999 | p.Parent:BreakJoints() | |
2000 | Bee:Destroy'' | |
2001 | thri:Play() | |
2002 | end | |
2003 | end) | |
2004 | end | |
2005 | end) | |
2006 | ||
2007 | ||
2008 | Mouse.KeyDown:connect(function(k) | |
2009 | local Key=k:lower'' | |
2010 | if Key=='q'then | |
2011 | QHold=true | |
2012 | elseif Key=='e'then | |
2013 | EHold=true | |
2014 | end | |
2015 | end) | |
2016 | ||
2017 | Mouse.KeyUp:connect(function(k) | |
2018 | local Key=k:lower'' | |
2019 | if Key=='q'then | |
2020 | QHold=false | |
2021 | elseif Key=='e'then | |
2022 | EHold=false | |
2023 | end | |
2024 | end) | |
2025 | ||
2026 | coroutine.wrap(function() | |
2027 | RenderStepped:connect(function() | |
2028 | if QHold then | |
2029 | if BeeSpeed>0 then | |
2030 | BeeSpeed=BeeSpeed-1 | |
2031 | end | |
2032 | elseif EHold then | |
2033 | BeeSpeed=BeeSpeed+1 | |
2034 | end | |
2035 | end) | |
2036 | end)() | |
2037 | ||
2038 | ||
2039 | ||
2040 | ||
2041 | mse = Player:GetMouse() | |
2042 | ||
2043 | sound2 = Instance.new("Sound", Character) | |
2044 | sound2.SoundId = "https://www.roblox.com/asset/?id=864569342" | |
2045 | sound2.Volume = 2.5 | |
2046 | sound4 = Instance.new("Sound", Character) | |
2047 | sound4.SoundId = "https://www.roblox.com/asset/?id=616576400" | |
2048 | sound4.Volume = 2 | |
2049 | TSTheme = Instance.new("Sound", Character) | |
2050 | TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380" | |
2051 | TSTheme.Volume = 2 | |
2052 | canworld = true | |
2053 | mse.KeyDown:connect(function(key) | |
2054 | key = key:lower() | |
2055 | if key == "t" then | |
2056 | sound4:Play() | |
2057 | if canworld == false then return end | |
2058 | if canworld then | |
2059 | canworld = false | |
2060 | TSTheme:Play() | |
2061 | ||
2062 | local function spawnpart() | |
2063 | sphere = Instance.new("Part") | |
2064 | --game.Debris:AddItem(sphere,3) | |
2065 | local sm = Instance.new("SpecialMesh", sphere) | |
2066 | sm.MeshType = "Sphere" | |
2067 | sphere.Transparency = 0.5 | |
2068 | sphere.Anchored = true | |
2069 | sphere.CanCollide = false | |
2070 | sphere.Material = "Neon" | |
2071 | sphere.BrickColor = BrickColor.new("Black") | |
2072 | end | |
2073 | ||
2074 | local function weld(lol) | |
2075 | local weld = Instance.new("Weld", Player.Character.Torso) | |
2076 | weld.Part0 = Player.Character.Torso | |
2077 | weld.Part1 = lol | |
2078 | weld.C0 = Player.Character.Torso.CFrame:inverse() | |
2079 | weld.C1 = lol.CFrame:inverse() | |
2080 | end | |
2081 | wait() | |
2082 | spawnpart() | |
2083 | for i, v in pairs(game.Players:GetChildren()) do | |
2084 | t = v.Character:FindFirstChild("Torso") | |
2085 | if t then | |
2086 | t.Anchored = true | |
2087 | Player.Character:FindFirstChild("Torso").Anchored = false | |
2088 | end | |
2089 | RA = v.Character:FindFirstChild("Right Arm") | |
2090 | if RA then | |
2091 | RA.Anchored = true | |
2092 | Player.Character:FindFirstChild("Right Arm").Anchored = false | |
2093 | end | |
2094 | LA = v.Character:FindFirstChild("Left Arm") | |
2095 | if LA then | |
2096 | LA.Anchored = true | |
2097 | Player.Character:FindFirstChild("Left Arm").Anchored = false | |
2098 | end | |
2099 | RL = v.Character:FindFirstChild("Right Leg") | |
2100 | if RL then | |
2101 | RL.Anchored = true | |
2102 | Player.Character:FindFirstChild("Right Leg").Anchored = false | |
2103 | end | |
2104 | LL = v.Character:FindFirstChild("Left Leg") | |
2105 | if LL then | |
2106 | LL.Anchored = true | |
2107 | Player.Character:FindFirstChild("Left Leg").Anchored = false | |
2108 | end | |
2109 | end | |
2110 | weld(sphere) | |
2111 | cce = Instance.new("ColorCorrectionEffect", game.Lighting) | |
2112 | cce.Saturation = -5 | |
2113 | --game.Debris:AddItem(cce, 5) | |
2114 | sphere.Parent = Character.Torso | |
2115 | for i = 1,3 do | |
2116 | sphere.Size = sphere.Size + Vector3.new(50,50,50) | |
2117 | wait() | |
2118 | end | |
2119 | wait() | |
2120 | sphere:Destroy() | |
2121 | BeeSpeed = 0 | |
2122 | cce.Saturation = -0.1 | |
2123 | wait(0.3) | |
2124 | cce.Saturation = -0.2 | |
2125 | wait(0.3) | |
2126 | cce.Saturation = -0.3 | |
2127 | wait(0.2) | |
2128 | cce.Saturation = -1.5 | |
2129 | wait() | |
2130 | end | |
2131 | end | |
2132 | end | |
2133 | ) | |
2134 | if canworld == false then | |
2135 | wait(9) | |
2136 | canworld = true | |
2137 | end | |
2138 | ||
2139 | mse.KeyDown:connect(function(key) | |
2140 | key = key:lower() | |
2141 | if key == "y" then | |
2142 | canworld = true | |
2143 | sound2:Play() | |
2144 | wait() | |
2145 | BeeSpeed = 1 | |
2146 | cce.Saturation = -1.3 | |
2147 | wait(0.5) | |
2148 | BeeSpeed = 1.2 | |
2149 | cce.Saturation = -0.5 | |
2150 | wait(0.5) | |
2151 | BeeSpeed = 1.4 | |
2152 | cce.Saturation = -0.4 | |
2153 | wait(0.3) | |
2154 | BeeSpeed = 1.5 | |
2155 | cce.Saturation = -0.2 | |
2156 | wait(0.2) | |
2157 | cce.Saturation = 0 | |
2158 | ||
2159 | for i, v in pairs(game.Players:GetChildren()) do | |
2160 | t = v.Character:FindFirstChild("Torso") | |
2161 | if t then | |
2162 | t.Anchored = false | |
2163 | end | |
2164 | RA = v.Character:FindFirstChild("Right Arm") | |
2165 | if RA then | |
2166 | RA.Anchored = false | |
2167 | end | |
2168 | LA = v.Character:FindFirstChild("Left Arm") | |
2169 | if LA then | |
2170 | LA.Anchored = false | |
2171 | end | |
2172 | RL = v.Character:FindFirstChild("Right Leg") | |
2173 | if RL then | |
2174 | RL.Anchored = false | |
2175 | end | |
2176 | LL = v.Character:FindFirstChild("Left Leg") | |
2177 | if LL then | |
2178 | LL.Anchored = false | |
2179 | end | |
2180 | end | |
2181 | BeeSpeed = 100 | |
2182 | TSTheme:Stop() | |
2183 | end | |
2184 | end) |