View difference between Paste ID: mbPw7yVZ and 2rPbx8uX
SHOW: | | - or go back to the newest paste.
1
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
2
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
3
local RealPlayer = Player
4
do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),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
5
6
7
local player = owner
8
local Cha = player.Character
9
local mouse = player:GetMouse()
10
local henshine = false
11
local RAC = Cha.Torso:WaitForChild("Right Shoulder")
12
local LAC = Cha.Torso:WaitForChild("Left Shoulder")
13
local RA = Cha:FindFirstChild("Right Arm")
14
local LA = Cha:FindFirstChild("Left Arm")
15
local Torso = Cha.Torso
16
local Head = Cha.Head
17
local RL = Cha:FindFirstChild("Right Leg")
18
local LL = Cha:FindFirstChild("Left Leg")
19
local Humanoid = Cha.Humanoid
20
21
function Driver()
22
23
local Driver = Instance.new("Part")
24
Driver.Parent = Cha.Torso
25
Driver.BrickColor = BrickColor.new("New Yeller")
26
Driver.CanCollide = false
27
Driver.Material = "Neon"
28
local weld = Instance.new("Weld")
29
weld.Part0 = Cha.Torso
30
weld.Part1 = Driver
31
weld.C1 = CFrame.new(0,0.7,0.1)
32
weld.Parent = Driver
33
local BeyondDriver = Instance.new("SpecialMesh")
34
BeyondDriver.MeshType = "FileMesh"
35
BeyondDriver.MeshId = "rbxassetid://3101785948"
36
BeyondDriver.Parent = Driver
37
local Black = Instance.new("Part")
38
Black.Parent = Cha.Torso
39
Black.BrickColor = BrickColor.new("Really black")
40
Black.CanCollide = false
41
Black.Material = "Neon"
42
local weld1 = Instance.new("Weld")
43
weld1.Part0 = Cha.Torso
44
weld1.Part1 = Black
45
weld1.C1 = CFrame.new(0.3,0.7,0.6)
46
weld1.Parent = Black
47
local E = Instance.new("SpecialMesh")
48
E.MeshType = "FileMesh"
49
E.MeshId = "rbxassetid://3101791766"
50
E.Parent = Black
51
local SongDriver = Instance.new("Sound")
52
SongDriver.Parent = Cha.Torso
53
SongDriver.SoundId = "rbxassetid://3096751301"
54
SongDriver.Volume = 15
55
SongDriver:Play()
56
wait(2.6)
57
SongDriver:Destroy()
58
59
end
60
61
62
Driver()
63
64
function henshin()
65
local SongDriver1 = Instance.new("Sound")
66
SongDriver1.Parent = Cha.Torso
67
SongDriver1.SoundId = "rbxassetid://3096751301"
68
SongDriver1.Volume = 0
69
SongDriver1:Play()
70
wait(2.6)
71
SongDriver1.Volume = 15
72
wait(3.5)
73
local Watch1 = Instance.new("Part")
74
Watch1.Parent = Cha.Torso
75
Watch1.CFrame = Cha.Torso.CFrame*CFrame.new(0,4,5)
76
Watch1.BrickColor = BrickColor.new("New Yeller")
77
Watch1.CanCollide = false
78
Watch1.Material = "Neon"
79
Watch1.Anchored = true 
80
local Screen = Instance.new("Part")
81
Screen.Parent = Cha.Torso
82
Screen.CFrame = Cha.Torso.CFrame*CFrame.new(0,4,4.3)
83
Screen.BrickColor = BrickColor.new("White")
84
Screen.CanCollide = false
85
Screen.Material = "Neon"
86
Screen.Anchored = true 
87
Screen.Size = Vector3.new(7.84, 7.24, 0.05)
88
Screen.Transparency = 1
89
local E = Instance.new("Part")
90
E.Parent = Cha.Torso
91
E.CFrame = Cha.Torso.CFrame*CFrame.new(0,2,0)
92
E.Shape = "Cylinder"
93
E.BrickColor = BrickColor.new("New Yeller")
94
E.CanCollide = false
95
E.Material = "Neon"
96
E.Anchored = true 
97
E.Size = Vector3.new(19.06,19.06,19.06)
98
E.Transparency = 1
99
game:GetService('RunService').Stepped:Connect(function()
100
	E.CFrame = E.CFrame*CFrame.fromEulerAnglesXYZ(0,0,0.1)
101
end)
102
local ParticleEmitter0 = Instance.new("ParticleEmitter")
103
ParticleEmitter0.Name = "FireParticle"
104
ParticleEmitter0.Parent = E
105
ParticleEmitter0.Speed = NumberRange.new(0, 0)
106
ParticleEmitter0.Rotation = NumberRange.new(50, 50)
107
ParticleEmitter0.Color = ColorSequence.new(Color3.new(0.268666, 1, 0.254551),Color3.new(0.268666, 1, 0.254551))
108
ParticleEmitter0.LightEmission = 0.20000000298023
109
ParticleEmitter0.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
110
ParticleEmitter0.Size = NumberSequence.new(1.9999998807907,0.75,0.3846150636673,0)
111
ParticleEmitter0.EmissionDirection = Enum.NormalId.Front
112
ParticleEmitter0.Lifetime = NumberRange.new(1, 1)
113
ParticleEmitter0.LockedToPart = true
114
ParticleEmitter0.Rate = 200
115
ParticleEmitter0.RotSpeed = NumberRange.new(50, 50)
116
local Watch = Instance.new("SpecialMesh")
117
Watch.MeshType = "FileMesh"
118
Watch.MeshId = "rbxassetid://3096963282"
119
Watch.Parent = Watch1
120
Watch.Scale = Watch.Scale*Vector3.new(0.1,0.1,0,1)
121
local Gear1 = Instance.new("Part")
122
Gear1.Parent = Cha.Torso
123
Gear1.CFrame = Cha.Torso.CFrame*CFrame.new(-6,4,5)
124
Gear1.CanCollide = false
125
Gear1.Material = "Neon"
126
Gear1.Anchored = true 
127
local Gear = Instance.new("SpecialMesh")
128
Gear.MeshType = "FileMesh"
129
Gear.MeshId = "rbxassetid://3097437816"
130
Gear.Parent = Gear1
131
Gear.Scale = Vector3.new(0.1,0.1,0.1)
132
wait(0.5)
133
for i = 1, 10 do wait(0.1)
134
	Watch.Scale = Watch.Scale+Vector3.new(0.1,0.1,0.1)
135
	Gear.Scale = Gear.Scale+Vector3.new(0.1,0.1,0.1)
136
	Screen.Transparency = Screen.Transparency - 0.1
137
end
138
game:GetService('RunService').Stepped:Connect(function()
139
	Gear1.CFrame = Gear1.CFrame*CFrame.fromEulerAnglesXYZ(0.1,0,0)
140
end)
141
142
local walkspeed = Cha.Humanoid
143
walkspeed.WalkSpeed = 0
144
for i = 1,4 do wait(0.2)
145
	Screen.BrickColor = BrickColor.new("Really black")
146
	wait(1)
147
	Screen.BrickColor = BrickColor.new("Lily white")
148
	wait(1)
149
	Screen.BrickColor = BrickColor.new("Really black")
150
	wait(1)
151
	Screen.BrickColor = BrickColor.new("Lily white")
152
end
153
wait(3)
154
if Cha:FindFirstChild("Shirt") then
155
    Cha["Shirt"]:remove()
156
end
157
if Cha:FindFirstChild("Pants") then
158
    Cha["Pants"]:remove()
159
end
160
wait(2)
161
local shirt = Instance.new("Shirt",Cha)
162
shirt.ShirtTemplate = "rbxassetid://3101417338"
163
local pants = Instance.new("Pants",Cha)
164
pants.PantsTemplate = "rbxassetid://3101418478"
165
local walkspeed = Cha.Humanoid
166
local Effect1 = Instance.new("Part")
167
Effect1.Parent = Cha.Torso
168
Effect1.CFrame = Cha.Torso.CFrame
169
Effect1.BrickColor = BrickColor.new("New Yeller")
170
Effect1.CanCollide = false
171
Effect1.Material = "Neon"
172
Effect1.Anchored = true 
173
local Mesh1 = Instance.new("SpecialMesh")
174
Mesh1.MeshType = "FileMesh"
175
Mesh1.MeshId = "rbxassetid://3096884346"
176
Mesh1.Parent = Effect1
177
local Effect2 = Instance.new("Part")
178
Effect2.Parent = Cha.Torso
179
Effect2.BrickColor = BrickColor.new("New Yeller")
180
Effect2.CanCollide = false
181
Effect2.Material = "Neon"
182
Effect2.Anchored = true 
183
Effect2.CFrame = Cha.Torso.CFrame
184
local Mesh2 = Instance.new("SpecialMesh")
185
Mesh2.MeshType = "FileMesh"
186
Mesh2.MeshId = "rbxassetid://3096900577"
187
Mesh2.Parent = Effect2
188
local headr= Instance.new("SpecialMesh")
189
headr.MeshType = "FileMesh"
190
headr.MeshId = "rbxassetid://3463707401"
191
headr.Parent = Blackhead
192
local Blackhead = Instance.new("Part")
193
Blackhead.Parent = Cha.Head
194
Blackhead.BrickColor = BrickColor.new("Really black")
195
Blackhead.CanCollide = false
196
Blackhead.Material = "Neon"
197
local weldhead1= Instance.new("Weld")
198
weldhead1.Part0 = Cha.Head
199
weldhead1.Part1 = Blackhead
200
weldhead1.C1 = CFrame.new(0.3,0.7,0.6)
201
weldhead1.Parent = Blackhead
202
203
game:GetService('RunService').Stepped:Connect(function()
204
    Effect1.CFrame = Effect2.CFrame*CFrame.fromEulerAnglesXYZ(0,0.1,0)
205
    Effect2.CFrame = Effect2.CFrame*CFrame.fromEulerAnglesXYZ(0.1,0.1,0.1)
206
207
	  
208
end)
209
210
wait(9)
211
Effect2:Destroy()
212
Effect1:Destroy()
213
walkspeed.WalkSpeed = 16
214
Gear1:Destroy()
215
E:Destroy()
216
Watch1:Destroy()
217
Screen:Destroy()
218
for i,e in pairs (Humanoid:GetPlayingAnimationTracks()) do
219
    e:Play()
220
end 
221
222
local SongDriver15 = Instance.new("Sound")
223
SongDriver15.Parent = Cha.Torso
224
SongDriver15.SoundId = "rbxassetid://3096751301"
225
SongDriver15.Volume = 3
226
SongDriver15:Play()
227
Player = owner
228
Mouse = Player:GetMouse()
229
PlayerGui = Player.PlayerGui
230
Cam = workspace.CurrentCamera
231
Backpack = Player.Backpack
232
Character = Player.Character
233
Humanoid = Character.Humanoid
234
RootPart = Character["HumanoidRootPart"]
235
Torso = Character["Torso"]
236
Head = Character["Head"]
237
RightArm = Character["Right Arm"]
238
LeftArm = Character["Left Arm"]
239
RightLeg = Character["Right Leg"]
240
LeftLeg = Character["Left Leg"]
241
RootJoint = RootPart["RootJoint"]
242
Neck = Torso["Neck"]
243
RightShoulder = Torso["Right Shoulder"]
244
LeftShoulder = Torso["Left Shoulder"]
245
RightHip = Torso["Right Hip"]
246
LeftHip = Torso["Left Hip"]
247
local TIME = 0
248
local sick = Instance.new("Sound",Torso)
249
 
250
IT = Instance.new
251
CF = CFrame.new
252
VT = Vector3.new
253
RAD = math.rad
254
C3 = Color3.new
255
UD2 = UDim2.new
256
BRICKC = BrickColor.new
257
ANGLES = CFrame.Angles
258
EULER = CFrame.fromEulerAnglesXYZ
259
COS = math.cos
260
ACOS = math.acos
261
SIN = math.sin
262
ASIN = math.asin
263
ABS = math.abs
264
MRANDOM = math.random
265
FLOOR = math.floor
266
 
267
--//=================================\\
268
--||        Value shit things
269
--\\=================================//
270
 
271
Animation_Speed = 3
272
local FORCERESET = false
273
Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
274
local SIZE = 1
275
local Speed = 24
276
local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
277
local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
278
local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
279
local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
280
local DAMAGEMULTIPLIER = 1
281
local ANIM = "Idle"
282
local ATTACK = false
283
local EQUIPPED = false
284
local HOLD = false
285
local COMBO = 1
286
local Rooted = false
287
local SINE = 0
288
local KEYHOLD = false
289
local CHANGE = 2 / Animation_Speed
290
local WALKINGANIM = false
291
local VALUE1 = false
292
local VALUE2 = false
293
local ROBLOXIDLEANIMATION = IT("Animation")
294
ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
295
ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
296
--ROBLOXIDLEANIMATION.Parent = Humanoid
297
local WEAPONGUI = IT("ScreenGui", PlayerGui)
298
WEAPONGUI.Name = "BanishV3Gui"
299
local Weapon = IT("Model")
300
Weapon.Name = "Adds"
301
local Effects = IT("Folder", Weapon)
302
Effects.Name = "Effects"
303
local ANIMATOR = Humanoid.Animator
304
local ANIMATE = Character:FindFirstChild("Animate")
305
local UNANCHOR = true
306
local TOBANISH = {}
307
Player_Size = 1
308
local kan = Instance.new("Sound",Character)
309
kan.Volume = 1.25
310
kan.TimePosition = 0
311
kan.PlaybackSpeed = 1
312
kan.Pitch = 1
313
kan.SoundId = "rbxassetid://614032233"
314
kan.Name = "wrecked"
315
kan.Looped = true
316
kan:Play()
317
local Mode = 1
318
local currentThemePlaying = kan.SoundId
319
local currentPitch = kan.Pitch
320
local currentVol = kan.Volume
321
--//=================================\\
322
--\\=================================//
323
for i,v in pairs(Character:children()) do
324
    if v:IsA("Accessory") then
325
        v:Destroy()
326
    end
327
end
328
 
329
warn("CREATED BY AlmightyToast#6465")
330
warn("aka KrYn0MoRe or ShrekBenson")
331
warn("DOnt rEm0vE tH1s 0r uR gAy")
332
--//=================================\\
333
--|| SAZERENOS' ARTIFICIAL HEARTBEAT
334
--\\=================================//
335
 
336
ArtificialHB = Instance.new("BindableEvent", script)
337
ArtificialHB.Name = "ArtificialHB"
338
 
339
script:WaitForChild("ArtificialHB")
340
 
341
frame = Frame_Speed
342
tf = 0
343
allowframeloss = false
344
tossremainder = false
345
lastframe = tick()
346
script.ArtificialHB:Fire()
347
 
348
game:GetService("RunService").Heartbeat:connect(function(s, p)
349
    tf = tf + s
350
    if tf >= frame then
351
        if allowframeloss then
352
            script.ArtificialHB:Fire()
353
            lastframe = tick()
354
        else
355
            for i = 1, math.floor(tf / frame) do
356
                script.ArtificialHB:Fire()
357
            end
358
        lastframe = tick()
359
        end
360
        if tossremainder then
361
            tf = 0
362
        else
363
            tf = tf - frame * math.floor(tf / frame)
364
        end
365
    end
366
end)
367
 
368
--//=================================\\
369
--\\=================================//
370
 
371
--//=================================\\
372
--||          MOST FUNCTIONS
373
--\\=================================//
374
 
375
function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
376
    return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
377
end
378
 
379
function PositiveAngle(NUMBER)
380
    if NUMBER >= 0 then
381
        NUMBER = 0
382
    end
383
    return NUMBER
384
end
385
 
386
function NegativeAngle(NUMBER)
387
    if NUMBER <= 0 then
388
        NUMBER = 0
389
    end
390
    return NUMBER
391
end
392
 
393
function Swait(NUMBER)
394
    if NUMBER == 0 or NUMBER == nil then
395
        ArtificialHB.Event:wait()
396
    else
397
        for i = 1, NUMBER do
398
            ArtificialHB.Event:wait()
399
        end
400
    end
401
end
402
 
403
function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
404
    local NEWMESH = IT(MESH)
405
    if MESH == "SpecialMesh" then
406
        NEWMESH.MeshType = MESHTYPE
407
        if MESHID ~= "nil" and MESHID ~= "" then
408
            NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
409
        end
410
        if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
411
            NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
412
        end
413
    end
414
    NEWMESH.Offset = OFFSET or VT(0, 0, 0)
415
    NEWMESH.Scale = SCALE
416
    NEWMESH.Parent = PARENT
417
    return NEWMESH
418
end
419
 
420
function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
421
    local NEWPART = IT("Part")
422
    NEWPART.formFactor = FORMFACTOR
423
    NEWPART.Reflectance = REFLECTANCE
424
    NEWPART.Transparency = TRANSPARENCY
425
    NEWPART.CanCollide = false
426
    NEWPART.Locked = true
427
    NEWPART.Anchored = true
428
    if ANCHOR == false then
429
        NEWPART.Anchored = false
430
    end
431
    NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
432
    NEWPART.Name = NAME
433
    NEWPART.Size = SIZE
434
    NEWPART.Position = Torso.Position
435
    NEWPART.Material = MATERIAL
436
    NEWPART:BreakJoints()
437
    NEWPART.Parent = PARENT
438
    return NEWPART
439
end
440
 
441
    local function weldBetween(a, b)
442
        local weldd = IT("Weld")
443
        weldd.Part0 = a
444
        weldd.Part1 = b
445
        weldd.C0 = CF()
446
        weldd.C1 = b.CFrame:inverse() * a.CFrame
447
        weldd.Parent = a
448
        return weldd
449
    end
450
 
451
 
452
function QuaternionFromCFrame(cf)
453
    local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
454
    local trace = m00 + m11 + m22
455
    if trace > 0 then
456
        local s = math.sqrt(1 + trace)
457
        local recip = 0.5 / s
458
        return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
459
    else
460
        local i = 0
461
        if m11 > m00 then
462
            i = 1
463
        end
464
        if m22 > (i == 0 and m00 or m11) then
465
            i = 2
466
        end
467
        if i == 0 then
468
            local s = math.sqrt(m00 - m11 - m22 + 1)
469
            local recip = 0.5 / s
470
            return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
471
        elseif i == 1 then
472
            local s = math.sqrt(m11 - m22 - m00 + 1)
473
            local recip = 0.5 / s
474
            return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
475
        elseif i == 2 then
476
            local s = math.sqrt(m22 - m00 - m11 + 1)
477
            local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
478
        end
479
    end
480
end
481
 
482
function QuaternionToCFrame(px, py, pz, x, y, z, w)
483
    local xs, ys, zs = x + x, y + y, z + z
484
    local wx, wy, wz = w * xs, w * ys, w * zs
485
    local xx = x * xs
486
    local xy = x * ys
487
    local xz = x * zs
488
    local yy = y * ys
489
    local yz = y * zs
490
    local zz = z * zs
491
    return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
492
end
493
 
494
function QuaternionSlerp(a, b, t)
495
    local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
496
    local startInterp, finishInterp;
497
    if cosTheta >= 0.0001 then
498
        if (1 - cosTheta) > 0.0001 then
499
            local theta = ACOS(cosTheta)
500
            local invSinTheta = 1 / SIN(theta)
501
            startInterp = SIN((1 - t) * theta) * invSinTheta
502
            finishInterp = SIN(t * theta) * invSinTheta
503
        else
504
            startInterp = 1 - t
505
            finishInterp = t
506
        end
507
    else
508
        if (1 + cosTheta) > 0.0001 then
509
            local theta = ACOS(-cosTheta)
510
            local invSinTheta = 1 / SIN(theta)
511
            startInterp = SIN((t - 1) * theta) * invSinTheta
512
            finishInterp = SIN(t * theta) * invSinTheta
513
        else
514
            startInterp = t - 1
515
            finishInterp = t
516
        end
517
    end
518
    return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
519
end
520
 
521
function Clerp(a, b, t)
522
    local qa = {QuaternionFromCFrame(a)}
523
    local qb = {QuaternionFromCFrame(b)}
524
    local ax, ay, az = a.x, a.y, a.z
525
    local bx, by, bz = b.x, b.y, b.z
526
    local _t = 1 - t
527
    return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
528
end
529
 
530
function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
531
    local frame = IT("Frame")
532
    frame.BackgroundTransparency = TRANSPARENCY
533
    frame.BorderSizePixel = BORDERSIZEPIXEL
534
    frame.Position = POSITION
535
    frame.Size = SIZE
536
    frame.BackgroundColor3 = COLOR
537
    frame.BorderColor3 = BORDERCOLOR
538
    frame.Name = NAME
539
    frame.Parent = PARENT
540
    return frame
541
end
542
 
543
function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
544
    local label = IT("TextLabel")
545
    label.BackgroundTransparency = 1
546
    label.Size = UD2(1, 0, 1, 0)
547
    label.Position = UD2(0, 0, 0, 0)
548
    label.TextColor3 = TEXTCOLOR
549
    label.TextStrokeTransparency = STROKETRANSPARENCY
550
    label.TextTransparency = TRANSPARENCY
551
    label.FontSize = TEXTFONTSIZE
552
    label.Font = TEXTFONT
553
    label.BorderSizePixel = BORDERSIZEPIXEL
554
    label.TextScaled = false
555
    label.Text = TEXT
556
    label.Name = NAME
557
    label.Parent = PARENT
558
    return label
559
end
560
 
561
function NoOutlines(PART)
562
    PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
563
end
564
 
565
function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
566
    local NEWWELD = IT(TYPE)
567
    NEWWELD.Part0 = PART0
568
    NEWWELD.Part1 = PART1
569
    NEWWELD.C0 = C0
570
    NEWWELD.C1 = C1
571
    NEWWELD.Parent = PARENT
572
    return NEWWELD
573
end
574
 
575
local S = IT("Sound")
576
function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
577
    local NEWSOUND = nil
578
    coroutine.resume(coroutine.create(function()
579
        NEWSOUND = S:Clone()
580
        NEWSOUND.Parent = PARENT
581
        NEWSOUND.Volume = VOLUME
582
        NEWSOUND.Pitch = PITCH
583
        NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
584
        NEWSOUND:play()
585
        if DOESLOOP == true then
586
            NEWSOUND.Looped = true
587
        else
588
            repeat wait(1) until NEWSOUND.Playing == false or NEWSOUND.Parent ~= PARENT
589
            NEWSOUND:remove()
590
        end
591
    end))
592
    return NEWSOUND
593
end
594
 
595
function CFrameFromTopBack(at, top, back)
596
    local right = top:Cross(back)
597
    return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
598
end
599
 
600
--WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
601
function WACKYEFFECT(Table)
602
    local TYPE = (Table.EffectType or "Sphere")
603
    local SIZE = (Table.Size or VT(1,1,1))
604
    local ENDSIZE = (Table.Size2 or VT(0,0,0))
605
    local TRANSPARENCY = (Table.Transparency or 0)
606
    local ENDTRANSPARENCY = (Table.Transparency2 or 1)
607
    local CFRAME = (Table.CFrame or Torso.CFrame)
608
    local MOVEDIRECTION = (Table.MoveToPos or nil)
609
    local ROTATION1 = (Table.RotationX or 0)
610
    local ROTATION2 = (Table.RotationY or 0)
611
    local ROTATION3 = (Table.RotationZ or 0)
612
    local MATERIAL = (Table.Material or "Neon")
613
    local COLOR = (Table.Color or C3(1,1,1))
614
    local TIME = (Table.Time or 45)
615
    local SOUNDID = (Table.SoundID or nil)
616
    local SOUNDPITCH = (Table.SoundPitch or nil)
617
    local SOUNDVOLUME = (Table.SoundVolume or nil)
618
    coroutine.resume(coroutine.create(function()
619
        local PLAYSSOUND = false
620
        local SOUND = nil
621
        local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
622
        if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
623
            PLAYSSOUND = true
624
            SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
625
        end
626
        EFFECT.Color = COLOR
627
        local MSH = nil
628
        if TYPE == "Sphere" then
629
            MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
630
        elseif TYPE == "Block" then
631
            MSH = IT("BlockMesh",EFFECT)
632
            MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
633
        elseif TYPE == "Wave" then
634
            MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
635
        elseif TYPE == "Ring" then
636
            MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
637
        elseif TYPE == "Slash" then
638
            MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
639
        elseif TYPE == "Round Slash" then
640
            MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
641
        elseif TYPE == "Swirl" then
642
            MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
643
        elseif TYPE == "Skull" then
644
            MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
645
        elseif TYPE == "Crystal" then
646
            MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
647
        end
648
        if MSH ~= nil then
649
            local MOVESPEED = nil
650
            if MOVEDIRECTION ~= nil then
651
                MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
652
            end
653
            local GROWTH = SIZE - ENDSIZE
654
            local TRANS = TRANSPARENCY - ENDTRANSPARENCY
655
            if TYPE == "Block" then
656
                EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
657
            else
658
                EFFECT.CFrame = CFRAME
659
            end
660
            for LOOP = 1, TIME+1 do
661
                Swait()
662
                MSH.Scale = MSH.Scale - GROWTH/TIME
663
                if TYPE == "Wave" then
664
                    MSH.Offset = VT(0,0,-MSH.Scale.X/8)
665
                end
666
                EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
667
                if TYPE == "Block" then
668
                    EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
669
                else
670
                    EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
671
                end
672
                if MOVEDIRECTION ~= nil then
673
                    local ORI = EFFECT.Orientation
674
                    EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
675
                    EFFECT.Orientation = ORI
676
                end
677
            end
678
            if PLAYSSOUND == false then
679
                EFFECT:remove()
680
            else
681
                SOUND.Stopped:Connect(function()
682
                    EFFECT:remove()
683
                end)
684
            end
685
        else
686
            if PLAYSSOUND == false then
687
                EFFECT:remove()
688
            else
689
                repeat Swait() until SOUND.Playing == false
690
                EFFECT:remove()
691
            end
692
        end
693
    end))
694
end
695
 
696
function MakeForm(PART,TYPE)
697
    if TYPE == "Cyl" then
698
        local MSH = IT("CylinderMesh",PART)
699
    elseif TYPE == "Ball" then
700
        local MSH = IT("SpecialMesh",PART)
701
        MSH.MeshType = "Sphere"
702
    elseif TYPE == "Wedge" then
703
        local MSH = IT("SpecialMesh",PART)
704
        MSH.MeshType = "Wedge"
705
    end
706
end
707
 
708
function SpawnTrail(FROM,TO,BIG)
709
    local TRAIL = CreatePart(3, Effects, "Neon", 0, 0.5, "New Yeller", "Trail", VT(0,0,0))
710
    MakeForm(TRAIL,"Cyl")
711
    local DIST = (FROM - TO).Magnitude
712
    if BIG == true then
713
        TRAIL.Size = VT(0.5,DIST,0.5)
714
    else
715
        TRAIL.Size = VT(0.25,DIST,0.25)
716
    end
717
    TRAIL.CFrame = CF(FROM, TO) * CF(0, 0, -DIST/2) * ANGLES(RAD(90),RAD(0),RAD(0))
718
    coroutine.resume(coroutine.create(function()
719
        for i = 1, 5 do
720
            Swait()
721
            TRAIL.Transparency = TRAIL.Transparency + 0.1
722
        end
723
        TRAIL:remove()
724
    end))
725
end
726
 
727
Debris = game:GetService("Debris")
728
 
729
function CastProperRay(StartPos, EndPos, Distance, Ignore)
730
    local DIRECTION = CF(StartPos,EndPos).lookVector
731
    return Raycast(StartPos, DIRECTION, Distance, Ignore)
732
end
733
 
734
function turnto(position)
735
    RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
736
end
737
local asd = Instance.new("ParticleEmitter")
738
asd.Color = ColorSequence.new(Color3.new(0.5, 0, 0), Color3.new(.3, 0, 0))
739
asd.LightEmission = .1
740
asd.Texture = "http://www.roblox.com/asset/?ID=291880914"
741
aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.6),NumberSequenceKeypoint.new(1, 2)})
742
bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
743
asd.Transparency = bbb
744
asd.Size = aaa
745
asd.ZOffset = .9
746
asd.Acceleration = Vector3.new(0, -15, 0)
747
asd.LockedToPart = false
748
asd.EmissionDirection = "Back"
749
asd.Lifetime = NumberRange.new(1, 2)
750
asd.Rotation = NumberRange.new(-100, 100)
751
asd.RotSpeed = NumberRange.new(-100, 100)
752
asd.Speed = NumberRange.new(10)
753
asd.Enabled = false
754
asd.VelocitySpread = 999
755
 
756
function getbloody(victim,amount)
757
    local PART = CreatePart(3, Effects, "Neon", 0, 1, "New Yeller", "Blood", victim.Size)
758
    PART.CFrame = victim.CFrame
759
    local HITPLAYERSOUNDS = {"356551938","264486467"}
760
    Debris:AddItem(PART,5)
761
    CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
762
    CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
763
    CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
764
    local prtcl = asd:Clone()
765
    prtcl.Parent = PART
766
    prtcl:Emit(amount*10)
767
end
768
 
769
local Particle = IT("ParticleEmitter",nil)
770
Particle.Enabled = false
771
Particle.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.3,0.95),NumberSequenceKeypoint.new(1,1)})
772
Particle.LightEmission = 0.5
773
Particle.Rate = 150
774
Particle.ZOffset = 1
775
Particle.Rotation = NumberRange.new(-180, 180)
776
Particle.RotSpeed = NumberRange.new(-180, 180)
777
Particle.Texture = "http://www.roblox.com/asset/?id=304437537"
778
Particle.Color = ColorSequence.new(C3(0,1,0),C3(0.4,0,0))
779
 
780
--ParticleEmitter({Speed = 5, Drag = 0, Size1 = 1, Size2 = 5, Lifetime1 = 1, Lifetime2 = 1.5, Parent = Torso, Emit = 100, Offset = 360, Enabled = false})
781
function ParticleEmitter(Table)
782
    local PRTCL = Particle:Clone()
783
    local Speed = Table.Speed or 5
784
    local Drag = Table.Drag or 0
785
    local Size1 = Table.Size1 or 1
786
    local Size2 = Table.Size2 or 5
787
    local Lifetime1 = Table.Lifetime1 or 1
788
    local Lifetime2 = Table.Lifetime2 or 1.5
789
    local Parent = Table.Parent or Torso
790
    local Emit = Table.Emit or 100
791
    local Offset = Table.Offset or 360
792
    local Acel = Table.Acel or VT(0,0,0)
793
    local Enabled = Table.Enabled or false
794
    PRTCL.Parent = Parent
795
    PRTCL.Size = NumberSequence.new(Size1,Size2)
796
    PRTCL.Lifetime = NumberRange.new(Lifetime1,Lifetime2)
797
    PRTCL.Speed = NumberRange.new(Speed)
798
    PRTCL.VelocitySpread = Offset
799
    PRTCL.Drag = Drag
800
    PRTCL.Acceleration = Acel
801
    if Enabled == false then
802
        PRTCL:Emit(Emit)
803
        Debris:AddItem(PRTCL,Lifetime2)
804
    else
805
        PRTCL.Enabled = true
806
    end
807
    return PRTCL
808
end
809
 
810
function unanchor()
811
    if UNANCHOR == true then
812
        g = Character:GetChildren()
813
        for i = 1, #g do
814
            if g[i].ClassName == "Part" then
815
                g[i].Anchored = false
816
            end
817
        end
818
    end
819
end
820
 
821
function newTheme(ID,timepos,pitch,vol)
822
local kanz = kan
823
--kanz:Stop()
824
kanz.Volume = vol
825
--kanz.TimePosition = timepos
826
kanz.PlaybackSpeed = pitch
827
kanz.Pitch = pitch
828
kanz.SoundId = ID
829
kanz.Name = "wrecked"
830
kanz.Looped = true
831
currentThemePlaying = kanz.SoundId
832
currentVol = kanz.Volume
833
currentPitch = kanz.Pitch
834
--kanz:Play()
835
--coroutine.resume(coroutine.create(function()
836
--wait(0.05)
837
--end))
838
end
839
newTheme("rbxassetid://1191722766",0,1,1)
840
 
841
--//=================================\\
842
--||            Attacks
843
--\\=================================//
844
function switch()
845
    ATTACK = true
846
    Rooted = true
847
    CreateSound("363808674",workspace,8,1,false)
848
    for i=0, 1.5, 0.1 / Animation_Speed do
849
        Swait()
850
        Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(18), RAD(0)), 1 / Animation_Speed)
851
        RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(180), RAD(0), RAD(-24)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
852
        LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(180), RAD(0), RAD(12)) * LEFTSHOULDERC0, 1 / Animation_Speed)
853
        RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
854
        LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-50), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
855
    end
856
    CreateSound("363808674",workspace,8,1,false)
857
    for i=0, 1.5, 0.1 / Animation_Speed do
858
        Swait()
859
        Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-18), RAD(0)), 1 / Animation_Speed)
860
        RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(180), RAD(0), RAD(-12)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
861
        LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(180), RAD(0), RAD(24)) * LEFTSHOULDERC0, 1 / Animation_Speed)
862
        RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
863
        LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-50), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
864
    end
865
if Mode == 1 and Mode ~= 2 then
866
Mode = 2
867
Speed = 38
868
Humanoid.WalkSpeed = Speed
869
newTheme("rbxassetid://228255592",0,1,1)
870
elseif Mode == 2 and Mode ~= 1 then
871
Mode = 1
872
Speed = 24
873
Humanoid.WalkSpeed = Speed
874
newTheme("rbxassetid://1191722766",0,1,1)
875
end
876
ATTACK = false
877
Rooted = false
878
end
879
 
880
function Spinning_Attack()
881
    ATTACK = true
882
    CreatePart("Block",LeftArm,"Plastic",0,1,BrickColor.new(0,0,0),"HitBox",Vector3.new(1,2,1),false)
883
    local HitBox = LeftArm.HitBox
884
    weldBetween(HitBox, LeftArm)
885
    Humanoid.WalkSpeed = 3.01
886
    for i = 0, 1.2, 0.1 do
887
        Swait()
888
        RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CFrame.new(0, -0.5, 0) * ANGLES(math.rad(0), math.rad(0), math.rad(-65)), 0.3)
889
        Torso.Neck.C0 = Clerp(Torso.Neck.C0, NECKC0 * ANGLES(math.rad(10), math.rad(0), math.rad(0)), 0.1)
890
        RightShoulder.C0 = Clerp(RightShoulder.C0, CFrame.new(1.5, 0.5, 0) * ANGLES(math.rad(0), math.rad(0), math.rad(10)), 0.1)
891
        LeftShoulder.C0 = Clerp(LeftShoulder.C0, CFrame.new(-1.5, 0.5, 0) * ANGLES(math.rad(-35), math.rad(0), math.rad(-10)), 0.3)
892
        RightHip.C0 = Clerp(RightHip.C0, CFrame.new(1, -1, 0) * RIGHTSHOULDERC0 * ANGLES(math.rad(-2.5), math.rad(-25), math.rad(-25)), 0.3)
893
        LeftHip.C0 = Clerp(LeftHip.C0, CFrame.new(-1, -1, 0) * LEFTSHOULDERC0 * ANGLES(math.rad(-2.5), math.rad(-0), math.rad(-20)), 0.3)
894
      end
895
    for i = 0, 4.6, 0.1 do
896
        Swait()
897
    CreateSound("2304904662",workspace,3,1,false)
898
        HitBox.Touched:connect(function(hit)
899
            if hit.Parent and hit.Parent ~= Character and hit.Parent:FindFirstChildOfClass('Humanoid') then
900
                hit.Parent:FindFirstChildOfClass('Humanoid').Health = 1 - 9999e+999
901
            end
902
        end)
903
        RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CFrame.new(0, -0.5, 0) * ANGLES(math.rad(0), math.rad(0), math.rad(65 + 255.45 * i)), 0.3)
904
        Torso.Neck.C0 = Clerp(Torso.Neck.C0, NECKC0 * ANGLES(math.rad(10), math.rad(0), math.rad(0)), 0.1)
905
        RightShoulder.C0 = Clerp(RightShoulder.C0, CFrame.new(1.5, 0.5, 0) * ANGLES(math.rad(-90), math.rad(0), math.rad(47)), 0.1)
906
        LeftShoulder.C0 = Clerp(LeftShoulder.C0, CFrame.new(-1.5, 0.5, 0) * ANGLES(math.rad(-90), math.rad(-90), math.rad(-47)), 0.3)
907
        RightHip.C0 = Clerp(RightHip.C0, CFrame.new(1, -1, 0) * RIGHTSHOULDERC0 * ANGLES(math.rad(-2.5), math.rad(-25), math.rad(95)), 0.3)
908
        LeftHip.C0 = Clerp(LeftHip.C0, CFrame.new(-1, -1, 0) * LEFTSHOULDERC0 * ANGLES(math.rad(-4.5), math.rad(0), math.rad(30)), 0.3)
909
      end
910
    ATTACK = false
911
    Humanoid.WalkSpeed = 8
912
    HitBox:Destroy()
913
end
914
 
915
--//=================================\\
916
--||          Key Functions
917
--\\=================================//
918
Mouse.KeyDown:connect(function(k)
919
    if(ATTACK)then return end
920
    if(k == 't')then
921
        switch()
922
    elseif(k == 'v')then
923
        Spinning_Attack()
924
    end
925
end)
926
--//=================================\\
927
--||           Animations
928
--\\=================================//
929
 
930
local CONNECT = nil
931
 
932
while true do
933
    Swait()
934
    ANIMATE.Parent = nil
935
    if Character:FindFirstChildOfClass("Humanoid") == nil then
936
        Humanoid = IT("Humanoid",Character)
937
    end
938
    for _,v in next, Humanoid:GetPlayingAnimationTracks() do
939
        v:Stop();
940
    end
941
    SINE = SINE + CHANGE
942
    local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
943
    local TORSOVERTICALVELOCITY = RootPart.Velocity.y
944
    local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4, Character)
945
    local WALKSPEEDVALUE = 12 / (Humanoid.WalkSpeed / 12)
946
    if ANIM == "Walk" and TORSOVELOCITY > 1 then
947
        RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, -0.15 * COS(SINE / (WALKSPEEDVALUE / 2))) * ANGLES(RAD(0), RAD(0) - RootPart.RotVelocity.Y / 75, RAD(0)), 2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
948
        Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(2.5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0) - Head.RotVelocity.Y / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
949
        RightHip.C1 = Clerp(RightHip.C1, CF(0.5, 0.875 - 0.125 * SIN(SINE / WALKSPEEDVALUE) - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.125 * COS(SINE / WALKSPEEDVALUE) +0.2+ 0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
950
        LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5, 0.875 + 0.125 * SIN(SINE / WALKSPEEDVALUE) - 0.15 * COS(SINE / WALKSPEEDVALUE*2), 0.125 * COS(SINE / WALKSPEEDVALUE) +0.2+ -0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
951
    elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) then
952
        RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
953
        Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
954
        RightHip.C1 = Clerp(RightHip.C1, CF(0.5, 1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
955
        LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5, 1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
956
    end
957
    if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
958
        ANIM = "Jump"
959
        if ATTACK == false then
960
            RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
961
            Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
962
            RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(45), RAD(0), RAD(25))* RIGHTSHOULDERC0, 0.15 / Animation_Speed)
963
            LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
964
            RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
965
            LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 0.2 / Animation_Speed)
966
        end
967
    elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
968
        ANIM = "Fall"
969
        if ATTACK == false then
970
            RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 ) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
971
            Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
972
            RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(45), RAD(0), RAD(25))* RIGHTSHOULDERC0, 0.15 / Animation_Speed)
973
            LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
974
            RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
975
            LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 0.2 / Animation_Speed)
976
        end
977
    elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
978
        ANIM = "Idle"
979
        if ATTACK == false and Mode == 1 then
980
            RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-45)), 0.15 / Animation_Speed)
981
            Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 0.15 / Animation_Speed)
982
            RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.5 + 0.2 * COS(SINE / 12), -0.1 + 0.2) * ANGLES(RAD(220), RAD(45), RAD(-75))* RIGHTSHOULDERC0, 0.15 / Animation_Speed)
983
            LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.2 * COS(SINE / 12), -0.1 + 0.2) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
984
            RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.1 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
985
            LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.1 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-50), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
986
        end
987
    if Mode == 2 then
988
        ANIM = "Idle"
989
RightHip.C0=Clerp(RightHip.C0,CF(1,-1 - 0.05 * math.cos(SINE / 32),0)*ANGLES(math.rad(0),math.rad(90),math.rad(0))*ANGLES(math.rad(-3),math.rad(0 - 1 * math.cos(SINE / 56)),math.rad(25 - 2 * math.cos(SINE / 32))),.1)
990
LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1 - 0.05 * math.cos(SINE / 32),0)*ANGLES(math.rad(0),math.rad(-90),math.rad(0))*ANGLES(math.rad(-3),math.rad(0 - 1 * math.cos(SINE / 56)),math.rad(-25 + 2 * math.cos(SINE / 32))),.1)
991
RootJoint.C0=Clerp(RootJoint.C0,ROOTC0*CF(0,-0.25 + 0.02 * math.cos(SINE / 32),-0.1 + 0.05 * math.cos(SINE / 32))*ANGLES(math.rad(25 - 2 * math.cos(SINE / 32)),math.rad(0),math.rad(0)),.1)
992
Torso.Neck.C0=Clerp(Torso.Neck.C0,NECKC0*ANGLES(math.rad(25 + math.random(-1,1)),math.rad(math.random(-1,1)),math.rad(math.random(-1,1))),0.6)
993
RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.7 + 0.025 * math.cos(SINE / 45),-0.5)*ANGLES(math.rad(25 + 5 * math.cos(SINE / 74) + math.random(-1,1)),math.rad(1 - 3 * math.cos(SINE / 53)),math.rad(1 + 3 * math.cos(SINE / 45))),.1)
994
LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.7 + 0.025 * math.cos(SINE / 45),-0.5)*ANGLES(math.rad(25 - 3 * math.cos(SINE / 73) + math.random(-1,1)),math.rad(2 - 1 * math.cos(SINE / 55)),math.rad(-3 - 3 * math.cos(SINE / 45))),.1)
995
end
996
    elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
997
        ANIM = "Walk"
998
        if ATTACK == false then
999
            RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.1) * ANGLES(RAD(5), RAD(0), RAD(0)), 0.15 / Animation_Speed)
1000
            Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 8 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0)), 0.15 / Animation_Speed)
1001
            RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(60 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 0.35 / Animation_Speed)
1002
            LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-60 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(-5)) * LEFTSHOULDERC0, 0.35 / Animation_Speed)
1003
            RightHip.C0 = Clerp(RightHip.C0, CF(1 , -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 2 / Animation_Speed)
1004
            LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(15)), 2 / Animation_Speed)
1005
        end
1006
    end
1007
    unanchor()
1008
    Humanoid.MaxHealth = "inf"
1009
    Humanoid.Health = "inf"
1010
    if Rooted == false then
1011
        Disable_Jump = false
1012
        Humanoid.WalkSpeed = Speed
1013
    elseif Rooted == true then
1014
        Disable_Jump = true
1015
        Humanoid.WalkSpeed = 0
1016
    end
1017
end
1018
1019
end
1020
1021
1022
mouse.KeyDown:connect(function(key)
1023
	if key == "e" and henshine == false then
1024
		henshin()
1025
		henshine = true
1026
		
1027
	end
1028
	end)