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