Advertisement
-----------------

Eren titan (AOT) (FE) (LEAK)

Mar 9th, 2020
3,772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.91 KB | None | 0 0
  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,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code V2 by Mokiros")
  7. local RealPlayer = RealPlayer
  8. script.Parent = RealPlayer.Character
  9.  
  10. --Fake event to make stuff like Mouse.KeyDown work
  11. local Disconnect_Function = function(this)
  12. this[1].Functions[this[2]] = nil
  13. end
  14. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  15. local FakeEvent_Metatable = {__index={
  16. Connect = function(this,f)
  17. local i = tostring(math.random(0,10000))
  18. while this.Functions[i] do
  19. i = tostring(math.random(0,10000))
  20. end
  21. this.Functions[i] = f
  22. return setmetatable({this,i},Disconnect_Metatable)
  23. end
  24. }}
  25. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  26. local function fakeEvent()
  27. return setmetatable({Functions={}},FakeEvent_Metatable)
  28. end
  29.  
  30. --Creating fake input objects with fake variables
  31. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  32. FakeMouse.keyUp = FakeMouse.KeyUp
  33. FakeMouse.keyDown = FakeMouse.KeyDown
  34. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  35. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  36. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  37. end}
  38. --Merged 2 functions into one by checking amount of arguments
  39. CAS.UnbindAction = CAS.BindAction
  40.  
  41. --This function will trigger the events that have been :Connect()'ed
  42. local function TriggerEvent(self,ev,...)
  43. for _,f in pairs(self[ev].Functions) do
  44. f(...)
  45. end
  46. end
  47. FakeMouse.TriggerEvent = TriggerEvent
  48. UIS.TriggerEvent = TriggerEvent
  49.  
  50. --Client communication
  51. local Event = Instance.new("RemoteEvent")
  52. Event.Name = "UserInput_Event"
  53. Event.OnServerEvent:Connect(function(plr,io)
  54. if plr~=RealPlayer then return end
  55. FakeMouse.Target = io.Target
  56. FakeMouse.Hit = io.Hit
  57. if not io.isMouse then
  58. local b = io.UserInputState == Enum.UserInputState.Begin
  59. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  60. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  61. end
  62. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  63. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  64. end
  65. for _,t in pairs(CAS.Actions) do
  66. for _,k in pairs(t.Keys) do
  67. if k==io.KeyCode then
  68. t.Function(t.Name,io.UserInputState,io)
  69. end
  70. end
  71. end
  72. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  73. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  74. end
  75. end)
  76. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  77. local Mouse = owner:GetMouse()
  78. local UIS = game:GetService("UserInputService")
  79. local input = function(io,RobloxHandled)
  80. if RobloxHandled then return end
  81. --Since InputObject is a client-side instance, we create and pass table instead
  82. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  83. end
  84. UIS.InputBegan:Connect(input)
  85. UIS.InputEnded:Connect(input)
  86.  
  87. local h,t
  88. --Give the server mouse data every second frame, but only if the values changed
  89. --If player is not moving their mouse, client won't fire events
  90. local HB = game:GetService("RunService").Heartbeat
  91. while true do
  92. if h~=Mouse.Hit or t~=Mouse.Target then
  93. h,t=Mouse.Hit,Mouse.Target
  94. Event:FireServer({isMouse=true,Target=t,Hit=h})
  95. end
  96. --Wait 2 frames
  97. for i=1,2 do
  98. HB:Wait()
  99. end
  100. end]==],script)
  101.  
  102. ----Sandboxed game object that allows the usage of client-side methods and services
  103. --Real game object
  104. local RealGame = game
  105.  
  106. --Metatable for fake service
  107. local FakeService_Metatable = {
  108. __index = function(self,k)
  109. local s = rawget(self,"_RealService")
  110. if s then
  111. return typeof(s[k])=="function"
  112. and function(_,...)return s[k](s,...)end or s[k]
  113. end
  114. end,
  115. __newindex = function(self,k,v)
  116. local s = rawget(self,"_RealService")
  117. if s then s[k]=v end
  118. end
  119. }
  120. local function FakeService(t,RealService)
  121. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  122. return setmetatable(t,FakeService_Metatable)
  123. end
  124.  
  125. --Fake game object
  126. local FakeGame = {
  127. GetService = function(self,s)
  128. return rawget(self,s) or RealGame:GetService(s)
  129. end,
  130. Players = FakeService({
  131. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  132. },"Players"),
  133. UserInputService = FakeService(UIS,"UserInputService"),
  134. ContextActionService = FakeService(CAS,"ContextActionService"),
  135. RunService = FakeService({
  136. _btrs = {},
  137. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  138. BindToRenderStep = function(self,name,_,fun)
  139. self._btrs[name] = self.Heartbeat:Connect(fun)
  140. end,
  141. UnbindFromRenderStep = function(self,name)
  142. self._btrs[name]:Disconnect()
  143. end,
  144. },"RunService")
  145. }
  146. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  147. FakeGame.service = FakeGame.GetService
  148. FakeService(FakeGame,game)
  149. --Changing owner to fake player object to support owner:GetMouse()
  150. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  151. end
  152. local num = 0
  153. local p = game.Players.LocalPlayer
  154. local char = p.Character
  155. local rad = math.rad
  156. local hum = char.Humanoid
  157. ---------------------------------------------------
  158. local LeftUpperArm = char.LeftUpperArm
  159. local LeftShoulder = char.LeftUpperArm.LeftShoulder
  160. local LeftLowerArm = char.LeftLowerArm
  161. local LeftElbow = char.LeftLowerArm.LeftElbow
  162. --------------------------------------------------------
  163. local LeftUpperLeg = char.LeftUpperLeg
  164. local LeftHip = char.LeftUpperLeg.LeftHip
  165. local LeftLowerLeg = char.LeftLowerLeg
  166. local LeftKnee = char.LeftLowerLeg.LeftKnee
  167. ----------------------------------------------------------
  168. local RightUpperArm = char.RightUpperArm
  169. local RightShoulder = char.RightUpperArm.RightShoulder
  170. local RightLowerArm = char.RightLowerArm
  171. local RightElbow = char.RightLowerArm.RightElbow
  172. ----------------------------------------------------------
  173. local RightUpperLeg = char.RightUpperLeg
  174. local RightHip = char.RightUpperLeg.RightHip
  175. local RightLowerLeg = char.RightLowerLeg
  176. local RightKnee = char.RightLowerLeg.RightKnee
  177. ----------------------------------------------------------
  178. local UpperTorso = char.UpperTorso
  179. local LowerTorso = char.LowerTorso
  180. local Root = char.LowerTorso.Root
  181. --------------------------------------------
  182. local Head = char.Head
  183. local Neck = char.Head.Neck
  184. local RootPart = char.HumanoidRootPart
  185. local LeftHand = char.LeftHand
  186. local RightHand = char.RightHand
  187. local LeftFoot = char.LeftFoot
  188. local RightFoot = char.RightFoot
  189. ---------------------------------------------
  190.  
  191. local txt2 = Instance.new("BillboardGui", char)
  192. txt2.Adornee = char.Head
  193. txt2.Name = "_status2"
  194. txt2.Size = UDim2.new(2, 0, 1.2, 0)
  195. txt2.StudsOffset = Vector3.new(-14, 3, 0)
  196. local text2 = Instance.new("TextLabel", txt2)
  197. text2.Size = UDim2.new(15, 0,2, 0)
  198. text2.FontSize = "Size24"
  199. text2.TextScaled = true
  200. text2.TextTransparency = 0
  201. text2.BackgroundTransparency = 1
  202. text2.TextTransparency = 0
  203. text2.TextStrokeTransparency = 0
  204. text2.Font = Enum.Font.SourceSansBold
  205. text2.TextStrokeColor3 = Color3.new(0,0,0)
  206. text2.TextColor3 = Color3.new(26, 234, 33)
  207. text2.Text = "Berserker Titan"
  208. v2=Instance.new("Part")
  209. v2.Name = "ColorBrick"
  210. v2.Parent= char
  211. v2.FormFactor="Symmetric"
  212. v2.Anchored=true
  213. v2.CanCollide=false
  214. v2.BottomSurface="Smooth"
  215. v2.TopSurface="Smooth"
  216. v2.Size=Vector3.new(10,5,3)
  217. v2.Transparency=1
  218. v2.CFrame=char.HumanoidRootPart.CFrame
  219. v2.BrickColor=BrickColor.new("Lime green")
  220. v2.Transparency=1
  221. v2.Shape="Block"
  222.  
  223. hum.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
  224. local v3 = Vector3.new
  225. local idle = true
  226. local walk = true
  227. local walk1 = true
  228. local mouse = p:GetMouse()
  229. local walkon3 = false
  230. local walkon2 = false
  231. local walkon = true
  232. local ns = NumberSequence.new
  233. local new = Instance.new
  234. local nr = NumberRange.new
  235. local debounce = true
  236. local SaveFaceID = Head.face.Texture
  237. local SaveShirtID = char.Shirt.ShirtTemplate
  238. local SavePantsID = char.Pants.PantsTemplate
  239. local SaveSkinColor = UpperTorso.BrickColor
  240. local bc =BrickColor.new
  241. local UpperTorso = char.UpperTorso
  242. local Waist = char.UpperTorso.Waist
  243. new("ForceField",char).Visible = false
  244. hum:SetStateEnabled("Dead",false)
  245. hum:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  246. local Transformed = false
  247. local Sprint = false
  248. local hdebounce = true
  249. local RageMode = false
  250. char:FindFirstChild'Animate':Destroy()
  251. hum.Animator.Parent = nil
  252. local YellowMotion2 = Instance.new("Sound",char)
  253. YellowMotion2.SoundId = "rbxassetid://177471401"
  254. YellowMotion2.Volume = 10
  255. YellowMotion2.Pitch = 1
  256. YellowMotion2.Looped = true
  257.  
  258. local YellowMotion = Instance.new("Sound",char)
  259. YellowMotion.SoundId = "rbxassetid://150382925"
  260. YellowMotion.Volume = 10
  261. YellowMotion.Pitch = 1
  262. YellowMotion.Looped = true
  263.  
  264. local Roar = Instance.new("Sound",char)
  265. Roar.SoundId = "rbxassetid://440794203"
  266. Roar.Volume = math.huge
  267. Roar.Pitch = 1
  268. Roar.Looped = false
  269. local kicking = false
  270. local x = Instance.new("Sound", char.HumanoidRootPart)
  271. x.SoundId = "http://www.roblox.com/asset/?id=273962540"
  272. x.Looped = true
  273. x.Volume = 1
  274. x.Pitch = 1
  275.  
  276. local punchsnd = new("Sound",char)
  277. punchsnd.SoundId = "rbxassetid://131237241"
  278. punchsnd.Volume = 1
  279. local punchsnd2 = new("Sound",char)
  280. punchsnd2.SoundId = "rbxassetid://743886825"
  281. punchsnd2.Volume = 1
  282. local punch11 = false
  283. local punch12 = false
  284.  
  285. RightLowerLeg.Touched:connect(function(hit)
  286.  
  287. if kicking == true then
  288.  
  289. if hit.Parent == char then return end
  290. for i,v in pairs(hit.Parent:GetChildren()) do
  291. if v:IsA("Humanoid") then
  292. if hdebounce == true then
  293. hdebounce = false
  294. local BodyVelocity = Instance.new("BodyVelocity",hit)
  295. BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  296. BodyVelocity.velocity = char.HumanoidRootPart.CFrame*CFrame.new(0,-2,0).lookVector*10
  297. v.Health = v.Health - 30
  298. hit.Parent.Humanoid.PlatformStand = true
  299. wait(0.5)
  300. BodyVelocity:destroy()
  301. hdebounce = true
  302. end
  303. end
  304. end
  305. end
  306.  
  307. end)
  308. game:service'RunService'.RenderStepped:connect(function()
  309. if hum.MoveDirection.x == 0 and idle == true then
  310. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1) --LeftUpperArm
  311. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperArm
  312. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  313. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  314. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  315. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  316. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  317. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  318. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  319. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  320. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  321. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  322. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  323. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  324. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  325. wait()
  326.  
  327. end
  328. if hum.MoveDirection.x == 0 and Sprint == true then
  329. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(0, math.rad(-19.652), math.rad(-10.084)),.05) --LeftUpperArm
  330. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(45.436), math.rad(7.219), math.rad(7.047)),.05)--RightUpperArm
  331. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(math.rad(69.614), math.rad(-18.392), math.rad(10.313)),.05)--LeftLowerArm
  332. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(90.585),rad(0),rad(0)),.05)--RightLowerArm
  333. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(8.136), math.rad(-1.261), math.rad(-8.652)),.05)--LeftUpperLeg
  334. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(6.245), math.rad(-18.621), math.rad(7.105)),.05)--RightUpperLeg
  335. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-5.271),rad(0),rad(0)),.05)--LeftLowerLeg
  336. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-8.422),rad(0),rad(0)),.05)--RightUpperLeg
  337. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(44.576),rad(0)),.05)--Torso
  338. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(-34.32),rad(0)),.05)--Head
  339. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.05)--Head
  340. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.05)--Head
  341. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.05)--Head
  342. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.05)--Head
  343. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(0),rad(-7.792),rad(0)),.05)--Head
  344. wait()
  345.  
  346. end
  347.  
  348. if walkon == true then
  349.  
  350. walkon = false
  351. for i = 1,10 do
  352. if hum.MoveDirection.x > 0 and idle == true or hum.MoveDirection.x < 0 and idle == true then
  353.  
  354. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(40), math.rad(-6.474), math.rad(-6.589)),.1) --LeftUpperArm
  355. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-40), math.rad(-4.985), math.rad(7.792)),.1)--RightUpperArm
  356. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  357. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  358. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(70.241), math.rad(-5.443), math.rad(0.458)),.1)--LeftUpperLeg
  359. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(-70.74), math.rad(0.344), math.rad(4.526)),.1)--RightUpperLeg
  360. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  361. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  362. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  363. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  364. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.1)--UpperTorso
  365. wait()
  366.  
  367.  
  368. end
  369. end
  370.  
  371.  
  372. for i = 1,10 do
  373. if hum.MoveDirection.x > 0 and idle == true or hum.MoveDirection.x < 0 and idle == true then
  374.  
  375. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-40), math.rad(7.391), math.rad(-5.558)),.1) --LeftUpperArm
  376. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(40), math.rad(6.818), math.rad(6.245)),.1)--RightUpperArm
  377. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  378. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  379. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-70.241), math.rad(-4.354), math.rad(-3.323)),.1)--LeftUpperLeg
  380. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(70.74), math.rad(3.552), math.rad(2.865)),.1)--RightUpperLeg
  381. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  382. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  383. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  384. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  385. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.1)--UpperTorso
  386. wait()
  387.  
  388.  
  389. end
  390.  
  391. end
  392. walkon = true
  393. end
  394. if walkon2 == true then
  395.  
  396. walkon2 = false
  397. for i = 1,20 do
  398. if hum.MoveDirection.x > 0 and idle == true or hum.MoveDirection.x < 0 and idle == true then
  399.  
  400. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(40), math.rad(-6.474), math.rad(-6.589)),.1) --LeftUpperArm
  401. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-40), math.rad(-4.985), math.rad(7.792)),.1)--RightUpperArm
  402. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  403. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  404. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(70.241), math.rad(-5.443), math.rad(0.458)),.1)--LeftUpperLeg
  405. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(-70.74), math.rad(0.344), math.rad(4.526)),.1)--RightUpperLeg
  406. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  407. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  408. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  409. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  410. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.1)--UpperTorso
  411. wait()
  412.  
  413.  
  414. end
  415. end
  416.  
  417.  
  418. for i = 1,20 do
  419. if hum.MoveDirection.x > 0 and idle == true or hum.MoveDirection.x < 0 and idle == true then
  420.  
  421. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-40), math.rad(7.391), math.rad(-5.558)),.1) --LeftUpperArm
  422. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(40), math.rad(6.818), math.rad(6.245)),.1)--RightUpperArm
  423. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  424. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  425. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-70.241), math.rad(-4.354), math.rad(-3.323)),.1)--LeftUpperLeg
  426. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(70.74), math.rad(3.552), math.rad(2.865)),.1)--RightUpperLeg
  427. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.1)--LeftLowerLeg
  428. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.1)--RightUpperLeg
  429. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  430. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  431. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0), 0),.1)--UpperTorso
  432. wait()
  433.  
  434.  
  435. end
  436.  
  437. end
  438. walkon2 = true
  439. end
  440.  
  441.  
  442. if walkon3 == true then
  443.  
  444. walkon3 = false
  445. for i = 1,5 do
  446. if hum.MoveDirection.x > 0 and Sprint == true or hum.MoveDirection.x < 0 and Sprint == true then
  447.  
  448. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(100.272), math.rad(-6.474), math.rad(-6.589)),.2) --LeftUpperArm
  449. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-20), math.rad(-4.985), math.rad(7.792)),.2)--RightUpperArm
  450. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),.2)--LeftLowerArm
  451. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--RightLowerArm
  452. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(80.241), math.rad(-5.443), math.rad(0.458)),.2)--LeftUpperLeg
  453. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(-90.74), math.rad(0.344), math.rad(4.526)),.2)--RightUpperLeg
  454. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-20.949),rad(0),rad(0)),.2)--LeftLowerLeg
  455. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.2)--RightUpperLeg
  456. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Torso
  457. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(20.743),rad(0),rad(0)),.2)--Head
  458. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-30.817), math.rad(-12.147), math.rad(0), 0),.2)--UpperTorso
  459. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),.2)--Head
  460. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Head
  461. wait()
  462.  
  463.  
  464. end
  465. end
  466. for i = 1,4 do
  467. if hum.MoveDirection.x > 0 and Sprint == true or hum.MoveDirection.x < 0 and Sprint == true then
  468.  
  469. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(100.272), math.rad(-6.474), math.rad(-6.589)),.2) --LeftUpperArm
  470. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-40), math.rad(-4.985), math.rad(7.792)),.2)--RightUpperArm
  471. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(90),rad(0),rad(0)),.2)--LeftLowerArm
  472. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--RightLowerArm
  473. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(80.241), math.rad(-5.443), math.rad(0.458)),.2)--LeftUpperLeg
  474. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(-90.74), math.rad(0.344), math.rad(4.526)),.2)--RightUpperLeg
  475. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-20.949),rad(0),rad(0)),.2)--LeftLowerLeg
  476. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.2)--RightUpperLeg
  477. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Torso
  478. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(20.743),rad(0),rad(0)),.2)--Head
  479. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-30.817), math.rad(-12.147), math.rad(0), 0),.2)--UpperTorso
  480. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),.2)--Head
  481. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Head
  482. wait()
  483.  
  484.  
  485. end
  486. end
  487.  
  488. for i = 1,4 do
  489. if hum.MoveDirection.x > 0 and Sprint == true or hum.MoveDirection.x < 0 and Sprint == true then
  490. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-40), math.rad(7.391), math.rad(-5.558)),.2) --LeftUpperArm
  491. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(100.272), math.rad(6.818), math.rad(6.245)),.2)--RightUpperArm
  492. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--LeftLowerArm
  493. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(90),rad(0),rad(0)),.2)--RightLowerArm
  494. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-70.241), math.rad(-4.354), math.rad(-3.323)),.2)--LeftUpperLeg
  495. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(70.74), math.rad(3.552), math.rad(2.865)),.2)--RightUpperLeg
  496. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.2)--LeftLowerLeg
  497. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.2)--RightUpperLeg
  498. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Torso
  499. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(20.743),rad(0),rad(0)),.2)--Head
  500. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-30.817), math.rad(12.147), math.rad(0), 0),.2)--UpperTorso
  501. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),.2)--Head
  502. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Head
  503. wait()
  504.  
  505.  
  506. end
  507.  
  508. end
  509. for i = 1,3 do
  510. if hum.MoveDirection.x > 0 and Sprint == true or hum.MoveDirection.x < 0 and Sprint == true then
  511. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-70), math.rad(7.391), math.rad(-5.558)),.2) --LeftUpperArm
  512. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(100.272), math.rad(6.818), math.rad(6.245)),.2)--RightUpperArm
  513. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--LeftLowerArm
  514. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(90),rad(0),rad(0)),.2)--RightLowerArm
  515. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-90.241), math.rad(-4.354), math.rad(-3.323)),.2)--LeftUpperLeg
  516. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(91.74), math.rad(3.552), math.rad(2.865)),.2)--RightUpperLeg
  517. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.2)--LeftLowerLeg
  518. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.2)--RightUpperLeg
  519. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  520. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(20.743),rad(0),rad(0)),.1)--Head
  521. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-30.817), math.rad(12.147), math.rad(0), 0),.1)--UpperTorso
  522. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),.2)--Head
  523. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Head
  524. wait()
  525.  
  526.  
  527. end
  528.  
  529. end
  530. for i = 1,2 do
  531. if hum.MoveDirection.x > 0 and Sprint == true or hum.MoveDirection.x < 0 and Sprint == true then
  532. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-70), math.rad(7.391), math.rad(-5.558)),.2) --LeftUpperArm
  533. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(120.272), math.rad(6.818), math.rad(6.245)),.2)--RightUpperArm
  534. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--LeftLowerArm
  535. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(90),rad(0),rad(0)),.2)--RightLowerArm
  536. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(-90.241), math.rad(-4.354), math.rad(-3.323)),.2)--LeftUpperLeg
  537. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(91.74), math.rad(3.552), math.rad(2.865)),.2)--RightUpperLeg
  538. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.949),rad(0),rad(0)),.2)--LeftLowerLeg
  539. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-10.371),rad(0),rad(0)),.2)--RightUpperLeg
  540. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  541. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(20.743),rad(0),rad(0)),.1)--Head
  542. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(-30.817), math.rad(12.147), math.rad(0), 0),.1)--UpperTorso
  543. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),.2)--Head
  544. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Head
  545. wait()
  546.  
  547.  
  548. end
  549.  
  550. end
  551. walkon3 = true
  552. end
  553. end)
  554.  
  555. function Transform()
  556. if Transformed == false then
  557. if debounce == true then
  558. debounce = false
  559. idle = false
  560. Transformed = true
  561. hum.WalkSpeed = 0
  562. hum.JumpPower = 0
  563. for i = 1,20 do
  564. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1) --LeftUpperArm
  565. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperArm
  566. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(18.564),rad(0),rad(0)),.1)--LeftLowerArm
  567. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(24.523),rad(0),rad(0)),.1)--RightLowerArm
  568. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(33.862), math.rad(21.658), math.rad(-9.74)),.1)--LeftUpperLeg
  569. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(60.275), math.rad(-20.225), math.rad(31.169)),.1)--RightUpperLeg
  570. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-24.293),rad(0),rad(0)),.1)--LeftLowerLeg
  571. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-55.921),rad(0),rad(0)),.1)--RightUpperLeg
  572. Root.C0 = Root.C0:lerp(CFrame.new(0,-0.213,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  573. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  574. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(-21.142),rad(0),rad(0)),.1)--Head
  575. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  576. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  577. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  578. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(-26.299),rad(0),rad(0)),.1)--Head
  579. wait()
  580. end
  581. for i = 1,10 do
  582. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-17.303)),.1) --LeftUpperArm
  583. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10.943)),.1)--RightUpperArm
  584. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(18.564),rad(0),rad(0)),.1)--LeftLowerArm
  585. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10.829),rad(0),rad(0)),.1)--RightLowerArm
  586. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(18.507), math.rad(4.011), math.rad(1.833)),.1)--LeftUpperLeg
  587. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(2.177), math.rad(3.209), math.rad(4.698)),.1)--RightUpperLeg
  588. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.662),rad(0),rad(0)),.1)--LeftLowerLeg
  589. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-0.859), math.rad(-1.089), math.rad(-0.745)),.1)--RightUpperLeg
  590. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  591. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  592. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(-21.142),rad(0),rad(0)),.1)--Head
  593. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-9.11),rad(0),rad(0)),.1)--Head
  594. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  595. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  596. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(40.777),rad(0),rad(0)),.1)--Head
  597. wait()
  598. end
  599.  
  600. char.Shirt:Destroy()
  601. char.Pants:Destroy()
  602. shirt = Instance.new("Shirt", char)
  603. shirt.Name = "Shirt"
  604. pants = Instance.new("Pants", char)
  605. pants.Name = "Pants"
  606. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=270992313"
  607. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=917519857"
  608. char.Head.face.Texture = "rbxassetid://1036875641"
  609. local Eye2 = Instance.new("Part",char)
  610. Eye2.Size = Vector3.new(3,3,3)
  611. Eye2.BrickColor = BrickColor.new("Really black")
  612. Eye2.CanCollide = false
  613. Eye2.TopSurface = 0
  614. Eye2.BottomSurface = 0
  615. Eye2.Transparency = 1
  616. local Eye22 = Instance.new("SpecialMesh",Eye2)
  617. Eye22.MeshType = "Sphere"
  618. Eye22.Scale = Vector3.new(1.2,0.6,0.1)
  619. local Eye32 = Instance.new("Weld",Eye2)
  620. Eye32.Part0 = char.Head
  621. Eye32.Part1 = Eye2
  622. Eye32.C0 = CFrame.new(1.3,0.5,-3)*CFrame.Angles(0,0,0.3)
  623. local Eye = Instance.new("Part",char)
  624. Eye.Size = Vector3.new(3,3,3)
  625. Eye.BrickColor = BrickColor.new("Really black")
  626. Eye.CanCollide = false
  627. Eye.TopSurface = 0
  628. Eye.BottomSurface = 0
  629. Eye.Transparency = 1
  630. local Eye212 = Instance.new("SpecialMesh",Eye)
  631. Eye212.MeshType = "Sphere"
  632. Eye212.Scale = Vector3.new(1.2,0.6,0.1)
  633. local Eye3 = Instance.new("Weld",Eye)
  634. Eye3.Part0 = char.Head
  635. Eye3.Part1 = Eye
  636. Eye3.C0 = CFrame.new(-1.3,0.5,-2.8)*CFrame.Angles(0,0,-0.3)
  637. Eye4 = Instance.new("Part", char)
  638. Eye4.Transparency = 1
  639. Eye4.Size = Vector3.new(0.3,0.3,0.3)
  640. local Eye32 = Instance.new("Weld",Eye4)
  641. Eye32.Part0 = char.Head
  642. Eye32.Part1 = Eye4
  643. Eye32.C0 = CFrame.new(1.3,0.5,-3)*CFrame.Angles(0,0,0.3)
  644. pe = Instance.new("ParticleEmitter", Eye4)
  645. color1 = Color3.new(0,255,255)
  646. pe.Texture = "rbxassetid://242550536"
  647. pe.Color = ColorSequence.new(color1)
  648. pe.Rate = 300
  649. pe.Speed = NumberRange.new(10)
  650. pe.Lifetime = NumberRange.new(0.1)
  651. pe.Rotation = NumberRange.new(1000)
  652. pe.RotSpeed = NumberRange.new(1000)
  653. pe.Size = NumberSequence.new(0,1.4)
  654.  
  655.  
  656. Glow4 = Instance.new("Part", char)
  657. Glow4.Transparency = 1
  658. Glow4.Size = Vector3.new(0.2,0.2,0.2)
  659. local Glow3 = Instance.new("Weld",Glow4)
  660. Glow3.Part0 = Eye
  661. Glow3.Part1 = Glow4
  662. Glow3.C0 = CFrame.new(0,0,-0.2)*CFrame.Angles(0,0,0)
  663. pe = Instance.new("ParticleEmitter", Glow4)
  664. color1 = Color3.new(0,255,255)
  665. pe.Texture = "rbxassetid://242550536"
  666. pe.Color = ColorSequence.new(color1)
  667. pe.Rate = 300
  668. pe.Speed = NumberRange.new(10)
  669. pe.Lifetime = NumberRange.new(0.1)
  670. pe.Rotation = NumberRange.new(1000)
  671. pe.RotSpeed = NumberRange.new(1000)
  672. pe.Size = NumberSequence.new(0,1.4)
  673.  
  674.  
  675. YellowMotion2:Play()
  676. for i = 1,10 do
  677. char.Humanoid.BodyWidthScale.Value = char.Humanoid.BodyWidthScale.Value +0.3
  678. char.Humanoid.BodyHeightScale.Value = char.Humanoid.BodyHeightScale.Value +0.4
  679. char.Humanoid.BodyDepthScale.Value = char.Humanoid.BodyDepthScale.Value +0.3
  680. char.Humanoid.HeadScale.Value = char.Humanoid.HeadScale.Value +0.4
  681. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-17.303)),.1) --LeftUpperArm
  682. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10.943)),.1)--RightUpperArm
  683. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(18.564),rad(0),rad(0)),.1)--LeftLowerArm
  684. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10.829),rad(0),rad(0)),.1)--RightLowerArm
  685. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(18.507), math.rad(4.011), math.rad(1.833)),.1)--LeftUpperLeg
  686. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(2.177), math.rad(3.209), math.rad(4.698)),.1)--RightUpperLeg
  687. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.662),rad(0),rad(0)),.1)--LeftLowerLeg
  688. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-0.859), math.rad(-1.089), math.rad(-0.745)),.1)--RightUpperLeg
  689. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  690. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  691. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(-21.142),rad(0),rad(0)),.1)--Head
  692. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-9.11),rad(0),rad(0)),.1)--Head
  693. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  694. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  695. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(40.777),rad(0),rad(0)),.1)--Head
  696. wait()
  697. end
  698. txt2.StudsOffset = Vector3.new(-14, 10, 0)
  699.  
  700. Roar:Play()
  701. local cam = game.workspace.CurrentCamera
  702. text2.Text = "W0KE AF"
  703. text2.Size = UDim2.new(15, 0,4, 0)
  704. for i = 1,40 do
  705. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  706. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  707. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(math.random(-5, 5)/40, math.random(-5, 5)/40, 0)
  708. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  709.  
  710. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-17.303)),.1) --LeftUpperArm
  711. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10.943)),.1)--RightUpperArm
  712. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(18.564),rad(0),rad(0)),.1)--LeftLowerArm
  713. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10.829),rad(0),rad(0)),.1)--RightLowerArm
  714. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(18.507), math.rad(4.011), math.rad(1.833)),.1)--LeftUpperLeg
  715. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(2.177), math.rad(3.209), math.rad(4.698)),.1)--RightUpperLeg
  716. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.662),rad(0),rad(0)),.1)--LeftLowerLeg
  717. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-0.859), math.rad(-1.089), math.rad(-0.745)),.1)--RightUpperLeg
  718. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  719. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  720. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(-21.142),rad(0),rad(0)),.1)--Head
  721. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-9.11),rad(0),rad(0)),.1)--Head
  722. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  723. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  724. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(40.777),rad(-30),rad(0)),.1)--Head
  725. wait()
  726. end
  727. text2.TextStrokeColor3 = Color3.new(1,0,0)
  728. text2.TextColor3 = Color3.new(15, 1, 0)
  729.  
  730. for i = 1,40 do
  731. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  732. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  733. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(math.random(-5, 5)/40, math.random(-5, 5)/40, 0)
  734. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  735. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-17.303)),.1) --LeftUpperArm
  736. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10.943)),.1)--RightUpperArm
  737. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(18.564),rad(0),rad(0)),.1)--LeftLowerArm
  738. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10.829),rad(0),rad(0)),.1)--RightLowerArm
  739. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(18.507), math.rad(4.011), math.rad(1.833)),.1)--LeftUpperLeg
  740. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(2.177), math.rad(3.209), math.rad(4.698)),.1)--RightUpperLeg
  741. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.662),rad(0),rad(0)),.1)--LeftLowerLeg
  742. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-0.859), math.rad(-1.089), math.rad(-0.745)),.1)--RightUpperLeg
  743. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  744. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  745. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(-21.142),rad(0),rad(0)),.1)--Head
  746. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-9.11),rad(0),rad(0)),.1)--Head
  747. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  748. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  749. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(40.777),rad(30),rad(0)),.1)--Head
  750. wait()
  751. end
  752. text2.TextStrokeColor3 = Color3.new(0,0,0)
  753. text2.TextColor3 = Color3.new(26, 234, 33)
  754. txt2.StudsOffset = Vector3.new(-14, 7, 0)
  755. text2.Size = UDim2.new(15, 0,2, 0)
  756. text2.Text = "Berserker Titan"
  757. idle = true
  758. hum.WalkSpeed = 10
  759. hum.JumpPower = 50
  760. walkon2 = true
  761. walkon = false
  762. wait(1)
  763. debounce = true
  764.  
  765. end
  766. end
  767. end
  768. function punch1()
  769. if punch11 == false then
  770. punch11 = true
  771. idle = false
  772. Sprint = false
  773. for i = 1,2 do
  774. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.7) --LeftUpperArm
  775. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-5.672), math.rad(-69.958), math.rad(83.824)),.7)--RightUpperArm
  776. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(86.459),rad(0),rad(0)),.7)--RightLowerArm
  777.  
  778.  
  779. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(0),rad(-21.772),rad(0)),.5)--Head
  780. wait()
  781. end
  782. punchsnd:Play()
  783. for i = 1,2 do
  784. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.7) --LeftUpperArm
  785. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(23.491), math.rad(84.683), math.rad(66.52)),.7)--RightUpperArm
  786. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(14.095),rad(0),rad(0)),.7)--RightLowerArm
  787.  
  788.  
  789. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(0),rad(25.898),rad(0)),.7)--Head
  790. wait()
  791. end
  792. end
  793. end
  794. function punch2()
  795. if punch12 == false then
  796. punch12 = true
  797.  
  798. for i = 1,2 do
  799. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(5.5), math.rad(72.25), math.rad(-95.799)),.7) --LeftUpperArm
  800. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.7)--RightUpperArm
  801. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(92.876),rad(0),rad(0)),.7)--LeftLowerArm
  802. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.7)--RightLowerArm
  803.  
  804.  
  805. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(0),rad(27.273),rad(0)),.5)--Head
  806. wait()
  807. end
  808. punchsnd2:Play()
  809. for i = 1,2 do
  810. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(math.rad(-10.829), math.rad(-80.73), math.rad(-101.012)),.7) --LeftUpperArm
  811. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.7)--RightUpperArm
  812. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(17.418),rad(0),rad(0)),.7)--LeftLowerArm
  813. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.7)--RightLowerArm
  814.  
  815.  
  816. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(1.719), math.rad(-44.404), math.rad(0.286)),.7)--Head
  817. wait()
  818. end
  819.  
  820. punch12 = false
  821. punch11 = false
  822. end
  823. end
  824. LeftHand.Touched:connect(function(hit)
  825. if hit then
  826. if punch12 == true then
  827. for i,v in pairs(hit.Parent:GetChildren()) do
  828. if v:IsA("Humanoid") then
  829. v.Health = v.Health - 50
  830. end
  831. end
  832. end
  833. end
  834. end)
  835. RightHand.Touched:connect(function(hit)
  836. if hit then
  837. if punch11 == true then
  838. for i,v in pairs(hit.Parent:GetChildren()) do
  839. if v:IsA("Humanoid") then
  840. v.Health = v.Health - 50
  841. end
  842. end
  843. end
  844. end
  845. end)
  846.  
  847. function Normal()
  848. if Transformed == true then
  849. if debounce == true then
  850. debounce = false
  851. Transformed = false
  852. walkon = true
  853. walkon2 = false
  854. txt2.StudsOffset = Vector3.new(-14, 3, 0)
  855. Eye4:destroy()
  856. Glow4:destroy()
  857. YellowMotion:Stop()
  858. for i = 1,10 do
  859. char.Humanoid.BodyWidthScale.Value = char.Humanoid.BodyWidthScale.Value -0.3
  860. char.Humanoid.BodyHeightScale.Value = char.Humanoid.BodyHeightScale.Value -0.4
  861. char.Humanoid.BodyDepthScale.Value = char.Humanoid.BodyDepthScale.Value -0.3
  862. char.Humanoid.HeadScale.Value = char.Humanoid.HeadScale.Value -0.4
  863. wait()
  864. end
  865. hum.WalkSpeed = 16
  866. hum.JumpPower = 50
  867. Head.face.Texture = SaveFaceID
  868. char.Shirt.ShirtTemplate = SaveShirtID
  869. char.Pants.PantsTemplate = SavePantsID
  870.  
  871. wait(1)
  872. debounce = true
  873. for i = 1,10 do
  874. YellowMotion2.Volume = YellowMotion2.Volume-0.01
  875. wait()
  876. end
  877. YellowMotion2:Stop()
  878. end
  879. end
  880. end
  881. function Rage()
  882. if Transformed == false then
  883. error("You Must Be Transformed.")
  884. else
  885. if RageMode == false then
  886.  
  887. YellowMotion2:Stop()
  888. YellowMotion:Play()
  889. idle = false
  890. local cam = workspace.CurrentCamera
  891. Roar:Play()
  892. for i = 1,40 do
  893. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  894. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  895. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(math.random(-5, 5)/40, math.random(-5, 5)/40, 0)
  896. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  897. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-17.303)),.1) --LeftUpperArm
  898. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10.943)),.1)--RightUpperArm
  899. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(18.564),rad(0),rad(0)),.1)--LeftLowerArm
  900. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10.829),rad(0),rad(0)),.1)--RightLowerArm
  901. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(18.507), math.rad(4.011), math.rad(1.833)),.1)--LeftUpperLeg
  902. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(2.177), math.rad(3.209), math.rad(4.698)),.1)--RightUpperLeg
  903. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.662),rad(0),rad(0)),.1)--LeftLowerLeg
  904. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-0.859), math.rad(-1.089), math.rad(-0.745)),.1)--RightUpperLeg
  905. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  906. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  907. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(-21.142),rad(0),rad(0)),.1)--Head
  908. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-9.11),rad(0),rad(0)),.1)--Head
  909. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  910. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  911. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(40.777),rad(-30),rad(0)),.1)--Head
  912. wait()
  913. end
  914. for i = 1,40 do
  915. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  916. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  917. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(math.random(-5, 5)/40, math.random(-5, 5)/40, 0)
  918. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  919. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-17.303)),.1) --LeftUpperArm
  920. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10.943)),.1)--RightUpperArm
  921. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(18.564),rad(0),rad(0)),.1)--LeftLowerArm
  922. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10.829),rad(0),rad(0)),.1)--RightLowerArm
  923. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(math.rad(18.507), math.rad(4.011), math.rad(1.833)),.1)--LeftUpperLeg
  924. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(math.rad(2.177), math.rad(3.209), math.rad(4.698)),.1)--RightUpperLeg
  925. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-12.662),rad(0),rad(0)),.1)--LeftLowerLeg
  926. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(math.rad(-0.859), math.rad(-1.089), math.rad(-0.745)),.1)--RightUpperLeg
  927. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  928. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  929. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(-21.142),rad(0),rad(0)),.1)--Head
  930. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-9.11),rad(0),rad(0)),.1)--Head
  931. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  932. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  933. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(40.777),rad(30),rad(0)),.1)--Head
  934. wait()
  935. end
  936.  
  937.  
  938. RageMode = true
  939. hum.WalkSpeed = 50
  940. hum.MaxHealth = 50000000
  941. wait()
  942. hum.Health = 50000000
  943. walkon2 = false
  944. walkon3 = true
  945. idle = false
  946. Sprint = true
  947. ----------------------------------------------------
  948.  
  949. for i,e in pairs(char:GetChildren()) do
  950. if e:IsA("MeshPart") then
  951. e.BrickColor = BrickColor.new("Brown")
  952. e.Parent.Head.BrickColor = BrickColor.new("Brown")
  953. local part = Instance.new("ParticleEmitter")
  954. part.Parent = e
  955. part.LockedToPart = false
  956. part.Texture = "rbxassetid://405886187"
  957. part.Size = NumberSequence.new(0,0.1)
  958. part.Transparency = NumberSequence.new(0.2)
  959. part.Lifetime = NumberRange.new(0.5,1)
  960. part.Rate = 300
  961. part.Speed = NumberRange.new(3)
  962. part.Color = ColorSequence.new(Color3.fromRGB(196, 40, 28))
  963.  
  964. part.Texture = "rbxassetid://365830819"
  965. part.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,7),NumberSequenceKeypoint.new(1,1)})
  966. part.Transparency = NumberSequence.new(0.8)
  967. part.Lifetime = NumberRange.new(3)
  968. part.Rate = 18
  969.  
  970. end
  971. end
  972. wait(5)
  973. for i,e in pairs(char:GetChildren()) do
  974. if e:IsA("MeshPart") then
  975. e.BrickColor = BrickColor.new("Nougat")
  976. e.Parent.Head.BrickColor = BrickColor.new("Nougat")
  977.  
  978. for _, o in pairs(e:GetChildren()) do
  979. if o:IsA("ParticleEmitter") then
  980. o:Destroy()
  981. end
  982. end
  983. end
  984. end
  985. elseif RageMode == true then
  986. RageMode = false
  987. YellowMotion:Stop()
  988. walkon2 = true
  989. walkon3 = false
  990. Sprint = false
  991. idle = true
  992.  
  993.  
  994. end
  995. end
  996. end
  997. function Kick()
  998. if Transformed == true then
  999. if RageMode == false then
  1000. if debounce == true then
  1001. kicking = true
  1002. debounce = false
  1003. idle = false
  1004. for i = 1,10 do
  1005. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-13.751)),.3) --LeftUpperArm
  1006. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-1.261), math.rad(-7.277), math.rad(12.49)),.3)--RightUpperArm
  1007. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(13.636),rad(0)),.3)--LeftLowerArm
  1008. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(20.856),rad(0),rad(0)),.3)--RightLowerArm
  1009. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(23.835),rad(0),rad(0)),.3)--LeftUpperLeg
  1010. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-6.016),rad(0),rad(0)),.3)--RightUpperLeg
  1011. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-8.652),rad(0),rad(0)),.3)--LeftLowerLeg
  1012. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-26.872),rad(0),rad(0)),.3)--RightUpperLeg
  1013. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-11.574),rad(0),rad(0)),.3)--Torso
  1014. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1015. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1016. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-10.371),rad(0),rad(0)),.3)--Head
  1017. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1018. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1019. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(0),rad(-13.751),rad(0)),.3)--Head
  1020. wait()
  1021. end
  1022. for i = 1,10 do
  1023. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-13.751)),.3) --LeftUpperArm
  1024. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-1.261), math.rad(-7.277), math.rad(12.49)),.3)--RightUpperArm
  1025. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(2.521),rad(0),rad(0)),.3)--LeftLowerArm
  1026. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(15.126),rad(0),rad(0)),.3)--RightLowerArm
  1027. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0.344),rad(0),rad(0)),.3)--LeftUpperLeg
  1028. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(96.314),rad(0),rad(0)),.3)--RightUpperLeg
  1029. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-1.318),rad(0),rad(0)),.3)--LeftLowerLeg
  1030. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-2.578),rad(0),rad(0)),.3)--RightUpperLeg
  1031. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-6.474),rad(0),rad(0)),.3)--Torso
  1032. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1033. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1034. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-0.974),rad(0),rad(0)),.3)--Head
  1035. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1036. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1037. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(21.887), math.rad(0.458), math.rad(-0.172)),.3)--Head
  1038. wait()
  1039. end
  1040.  
  1041. idle = true
  1042. kicking = false
  1043. wait(1)
  1044. debounce = true
  1045. end
  1046. end
  1047. end
  1048. end
  1049. function Kick2()
  1050. if Transformed == true then
  1051. if RageMode == true then
  1052. if debounce == true then
  1053. kicking = true
  1054. debounce = false
  1055. idle = false
  1056. Sprint = false
  1057. for i = 1,10 do
  1058. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-13.751)),.3) --LeftUpperArm
  1059. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-1.261), math.rad(-7.277), math.rad(12.49)),.3)--RightUpperArm
  1060. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(13.636),rad(0)),.3)--LeftLowerArm
  1061. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(20.856),rad(0),rad(0)),.3)--RightLowerArm
  1062. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(23.835),rad(0),rad(0)),.3)--LeftUpperLeg
  1063. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-6.016),rad(0),rad(0)),.3)--RightUpperLeg
  1064. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-8.652),rad(0),rad(0)),.3)--LeftLowerLeg
  1065. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-26.872),rad(0),rad(0)),.3)--RightUpperLeg
  1066. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-11.574),rad(0),rad(0)),.3)--Torso
  1067. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1068. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1069. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-10.371),rad(0),rad(0)),.3)--Head
  1070. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1071. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1072. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(rad(0),rad(-13.751),rad(0)),.3)--Head
  1073. wait()
  1074. end
  1075. for i = 1,10 do
  1076. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-13.751)),.3) --LeftUpperArm
  1077. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(math.rad(-1.261), math.rad(-7.277), math.rad(12.49)),.3)--RightUpperArm
  1078. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(2.521),rad(0),rad(0)),.3)--LeftLowerArm
  1079. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(15.126),rad(0),rad(0)),.3)--RightLowerArm
  1080. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0.344),rad(0),rad(0)),.3)--LeftUpperLeg
  1081. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(96.314),rad(0),rad(0)),.3)--RightUpperLeg
  1082. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-1.318),rad(0),rad(0)),.3)--LeftLowerLeg
  1083. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-2.578),rad(0),rad(0)),.3)--RightUpperLeg
  1084. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-6.474),rad(0),rad(0)),.3)--Torso
  1085. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1086. RightFoot.RightAnkle.C0 = RightFoot.RightAnkle.C0:lerp(CFrame.new( RightFoot.RightAnkle.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1087. LeftFoot.LeftAnkle.C0 = LeftFoot.LeftAnkle.C0:lerp(CFrame.new( LeftFoot.LeftAnkle.C0.p)*CFrame.Angles(rad(-0.974),rad(0),rad(0)),.3)--Head
  1088. RightHand.RightWrist.C0 = RightHand.RightWrist.C0:lerp(CFrame.new( RightHand.RightWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1089. LeftHand.LeftWrist.C0 = LeftHand.LeftWrist.C0:lerp(CFrame.new( LeftHand.LeftWrist.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1090. Waist.C0 = Waist.C0:lerp(CFrame.new( Waist.C0.p)*CFrame.Angles(math.rad(21.887), math.rad(0.458), math.rad(-0.172)),.3)--Head
  1091. wait()
  1092. end
  1093.  
  1094. Sprint = true
  1095. kicking = false
  1096. wait(1)
  1097. debounce = true
  1098. end
  1099. end
  1100. end
  1101. end
  1102. local shashing = false
  1103. mouse.KeyDown:connect(function(k)
  1104. if k == "q" then
  1105. if RageMode == true then
  1106. if shashing == false then
  1107. shashing = true
  1108. repeat
  1109. punch1()
  1110. punch2()
  1111. wait()
  1112. until shashing == false
  1113. end
  1114. end
  1115. end
  1116.  
  1117. end)
  1118. mouse.KeyUp:connect(function(k)
  1119. if k == "q" then
  1120. if RageMode == true then
  1121. shashing = false
  1122. Sprint = true
  1123. end
  1124. end
  1125. end)
  1126. function GhostKill()
  1127. local exp = new("Explosion",workspace)
  1128. exp.Position = mouse.Hit.p
  1129. exp.BlastPressure = math.huge
  1130. exp.BlastRadius= math.huge
  1131. end
  1132.  
  1133. mouse.KeyDown:connect(function(k)
  1134. if k == "n" then
  1135. Transform()
  1136. end
  1137. end)
  1138. mouse.KeyDown:connect(function(k)
  1139. if k == "m" then
  1140. Normal()
  1141. end
  1142. end)
  1143. mouse.KeyDown:connect(function(k)
  1144. if k == "b" then
  1145. Rage()
  1146. end
  1147. end)
  1148. mouse.KeyDown:connect(function(k)
  1149. if k == "e" then
  1150. Kick()
  1151. end
  1152. end)
  1153. mouse.KeyDown:connect(function(k)
  1154. if k == "e" then
  1155. Kick2()
  1156. end
  1157. end)
  1158. mouse.KeyDown:connect(function(k)
  1159. if k == "o" then
  1160. GhostKill()
  1161. end
  1162. end)
  1163. health = hum.Health
  1164. hum.Changed:connect(function()
  1165. if hum.Health < 5 then
  1166. wait()
  1167. for i = 1,20 do
  1168. hum.Health = math.huge
  1169. wait()
  1170. end
  1171. end
  1172. health = hum.Health
  1173. end)
  1174. spawn(function()
  1175. while wait(0) do
  1176. hum.PlatformStand = false
  1177. end
  1178. end)
  1179. print("USE O TO KILL GHOST")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement