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