Advertisement
rivahaviz

Untitled

May 28th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.22 KB | None | 0 0
  1. local num = 0
  2. local p = game.Players.LocalPlayer
  3. local char = p.Character
  4. local rad = math.rad
  5. local hum = char.Humanoid
  6.  
  7. local EM = Enum.Material
  8. local CF = CFrame
  9. local V3 = Vector3
  10. local Ins = Instance
  11. local Col = Color3
  12. local UD = UDim
  13. local UD2 = UDim2
  14. local mr = math.rad
  15. local mra = math.random
  16. local mh = math.huge
  17.  
  18. for _, p in pairs(char:GetChildren()) do
  19. if p:IsA("Accessory")or p:IsA("Shirt") or p:IsA("Pants") then
  20. p:Destroy()
  21. end
  22. end
  23. local BC = char["Body Colors"]
  24. BC.HeadColor = BrickColor.new("Bright yellow")
  25. BC.RightArmColor = BrickColor.new("Bright yellow")
  26. BC.LeftArmColor = BrickColor.new("Bright yellow")
  27. BC.RightLegColor = BrickColor.new("Br. yellowish green")
  28. BC.LeftLegColor = BrickColor.new("Br. yellowish green")
  29. BC.TorsoColor = BrickColor.new("Bright blue")
  30.  
  31. char.Head.face.Texture = "http://www.roblox.com/asset/?id=268018808"
  32.  
  33. human = char.Humanoid
  34. hrp = char.HumanoidRootPart
  35. anim = human.Animator
  36.  
  37.  
  38. -- HAIR
  39.  
  40.  
  41.  
  42.  
  43. local txt2 = Instance.new("BillboardGui", char)
  44. txt2.Adornee = char.Head
  45. txt2.Name = "_status2"
  46. txt2.Size = UDim2.new(2, 0, 1.2, 0)
  47. txt2.StudsOffset = Vector3.new(-14, 3, 0)
  48. local text2 = Instance.new("TextLabel", txt2)
  49. text2.Size = UDim2.new(15, 0,2, 0)
  50. text2.FontSize = "Size24"
  51. text2.TextScaled = true
  52. text2.TextTransparency = 0
  53. text2.BackgroundTransparency = 1
  54. text2.TextTransparency = 0
  55. text2.TextStrokeTransparency = 0
  56. text2.Font = Enum.Font.SciFi
  57. text2.TextStrokeColor3 = Color3.new(0,0,0)
  58. text2.TextColor3 = Color3.fromRGB(14, 83, 148)
  59. text2.Text = "Crazy Nooby"
  60. v2=Instance.new("Part")
  61. v2.Name = "ColorBrick"
  62. v2.Parent= char
  63. v2.FormFactor="Symmetric"
  64. v2.Anchored=true
  65. v2.CanCollide=false
  66. v2.BottomSurface="Smooth"
  67. v2.TopSurface="Smooth"
  68. v2.Size=Vector3.new(10,5,3)
  69. v2.Transparency=1
  70. v2.CFrame=char.HumanoidRootPart.CFrame
  71. v2.BrickColor=BrickColor.new("Lime green")
  72. v2.Transparency=1
  73. v2.Shape="Block"
  74.  
  75.  
  76.  
  77. coroutine.resume(coroutine.create(function()
  78. while wait() do
  79. for i = 1,50 do
  80. wait()
  81. text2.TextColor3 = text2.TextColor3:lerp(Color3.fromRGB(85, 103, 34), 0.05)
  82. end
  83. for i = 1,50 do
  84. wait()
  85. text2.TextColor3 = text2.TextColor3:lerp(Color3.fromRGB(14, 83, 148), 0.05)
  86. end
  87. for i = 1,50 do
  88. wait()
  89. text2.TextColor3 = text2.TextColor3:lerp(Color3.fromRGB(245, 205, 48), 0.05)
  90. end
  91.  
  92. end
  93. end))
  94.  
  95.  
  96.  
  97.  
  98.  
  99. local Mode = "Noob"
  100.  
  101.  
  102.  
  103.  
  104. coroutine.resume(coroutine.create(function()
  105. while wait() do
  106. if char:FindFirstChild("Eye1") ~= nil then
  107. local Eye1 = char:FindFirstChild("Eye1").Mesh.Scale
  108. local Eye2 = char:FindFirstChild("Eye2").Mesh.Scale
  109.  
  110. for i = 1, 10 do
  111. wait()
  112. Eye1 = Eye1:lerp(Vector3.new(1, 0.1, 1), 0.5)
  113. Eye2 = Eye2:lerp(Vector3.new(1, 0.1, 1), 0.5)
  114. end
  115. for i = 1, 10 do
  116. wait()
  117. Eye1 = Eye1:lerp(Vector3.new(1, 1, 1), 0.5)
  118. Eye2 = Eye2:lerp(Vector3.new(1, 1, 1), 0.5)
  119. end
  120. wait(2)
  121. end
  122. end
  123. end))
  124.  
  125.  
  126.  
  127. local namee = "Crazy Nooby"
  128. local chatDB = false
  129.  
  130. function chatfunc(msg)
  131. coroutine.resume(coroutine.create(function()
  132. if not chatDB then
  133. chatDB = true
  134. for i = 1,#msg do
  135. wait()
  136. text2.Text = string.sub(msg, 1, i)
  137. end
  138. wait(2)
  139. if Mode == "Guest" then
  140. namee = "Crazy Guest"
  141. elseif Mode == "Guest666" then
  142. namee = "The Awakened "..p.Name
  143. end
  144. for i = 1,#namee do
  145. wait()
  146. text2.Text = string.sub(namee, 1, i)
  147. end
  148. chatDB = false -- So you can use right after it is done.
  149. end
  150. end))
  151. end
  152.  
  153.  
  154.  
  155. local Theme = Instance.new("Sound", char)
  156. Theme.Looped = true
  157. Theme.SoundId = "rbxassetid://265241849"
  158. Theme:Play()
  159.  
  160. local clerp = function(a, b, t)
  161. return a:lerp(b, t)
  162. end
  163.  
  164. -------------------------------------
  165. local Head = char.Head
  166. local RArm = char["Right Arm"]
  167. local LArm = char["Left Arm"]
  168. local Torso = char.Torso
  169. local LLeg = char["Left Leg"]
  170. local RLeg = char["Right Leg"]
  171. -------------------------------------
  172.  
  173. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  174. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  175. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  176. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  177. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  178. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  179. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  180. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  181. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  182. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  183. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  184. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  185. RS = Torso:FindFirstChild("Right Shoulder")
  186. LS = Torso:FindFirstChild("Left Shoulder")
  187. RH = Torso:FindFirstChild("Right Hip")
  188. LH = Torso:FindFirstChild("Left Hip")
  189. RJ = hrp:FindFirstChild("RootJoint")
  190. NK = Torso:FindFirstChild("Neck")
  191. local RunS = game:GetService("RunService")
  192. local Mouse = p:GetMouse()
  193. local animen = true
  194. local Player = game.Players.localPlayer
  195. local Character = Player.Character
  196. local Humanoid = Character.Humanoid
  197. local LeftArm = Character["Left Arm"]
  198. local RightArm = Character["Right Arm"]
  199. local LeftLeg = Character["Left Leg"]
  200. local RightLeg = Character["Right Leg"]
  201. local Head = Character.Head
  202. local Torso = Character.Torso
  203. local Camera = game.Workspace.CurrentCamera
  204. local RootPart = Character.HumanoidRootPart
  205. local RootJoint = RootPart.RootJoint
  206. local Pause = false
  207. local attack = false
  208. local LOL = false
  209. local Anim = 'Idle'
  210. local attacktype = 1
  211. local delays = false
  212. local play = true
  213. local targetted = nil
  214. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  215. local velocity = RootPart.Velocity.y
  216. local sine = 0
  217. local change = 1
  218. local doe = 0
  219. local Create = LoadLibrary("RbxUtility").Create
  220. Humanoid.WalkSpeed = 80
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227. local TrailSoundStart = Instance.new("Sound", char)
  228. TrailSoundStart.Looped = false
  229. TrailSoundStart.Volume = 0.4
  230. TrailSoundStart.SoundId = "rbxassetid://905876599"
  231.  
  232. local TrailSound = Instance.new("Sound", char)
  233. TrailSound.Looped = true
  234. TrailSound.Volume = 0.4
  235. TrailSound.SoundId = "rbxassetid://379557765"
  236.  
  237. local StepSound = Instance.new("Sound", char)
  238. StepSound.Looped = false
  239. StepSound.Volume = 0.7
  240. StepSound.SoundId = "rbxassetid://289556450"
  241.  
  242. local TransformationSound = Instance.new("Sound", char)
  243. TransformationSound.Looped = false
  244. TransformationSound.Volume = 0.5
  245. TransformationSound.SoundId = "rbxassetid://165969964"
  246.  
  247. local ShadowTravel = Instance.new("Sound", char)
  248. ShadowTravel.Looped = true
  249. ShadowTravel.Volume = 1
  250. ShadowTravel.SoundId = "rbxassetid://362395087"
  251.  
  252. local NeckSnap = Instance.new("Sound", char)
  253. NeckSnap.Looped = false
  254. NeckSnap.Volume = 1
  255. NeckSnap.SoundId = "rbxassetid://198606040"
  256.  
  257.  
  258.  
  259.  
  260.  
  261. function findNearestTorso(pos)
  262. local list = game.Workspace:children()
  263. local torso = nil
  264. local dist = 150
  265. local temp = nil
  266. local human = nil
  267. local temp2 = nil
  268. for x = 1, #list do
  269. temp2 = list[x]
  270. if (temp2.className == "Model") and (temp2 ~= script.Parent) then
  271. temp = temp2:findFirstChild("HumanoidRootPart")
  272. human = temp2:findFirstChildOfClass("Humanoid")
  273. if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
  274. if (temp.Position - pos).magnitude < dist then
  275. torso = temp
  276. dist = (temp.Position - pos).magnitude
  277. end
  278. end
  279. end
  280. end
  281. return torso.Parent.Name
  282. end
  283.  
  284.  
  285.  
  286.  
  287. function findNearestTorso2(pos)
  288. local list = game.Workspace:children()
  289. local torso = nil
  290. local dist = 150
  291. local temp = nil
  292. local human = nil
  293. local temp2 = nil
  294. for x = 1, #list do
  295. temp2 = list[x]
  296. if (temp2.className == "Model") and (temp2 ~= script.Parent) then
  297. temp = temp2:findFirstChild("HumanoidRootPart")
  298. human = temp2:findFirstChildOfClass("Humanoid")
  299. if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
  300. if (temp.Position - pos).magnitude < dist then
  301. torso = temp
  302. dist = (temp.Position - pos).magnitude
  303. end
  304. end
  305. end
  306. end
  307. return torso
  308. end
  309.  
  310.  
  311. function NoobStep()
  312. StepSound:Play()
  313. if Mode == "Guest" then
  314. chatfunc("GUEST STEP!!!!")
  315. elseif Mode == "Noob" then
  316. chatfunc("NOOB STEP!!!!")
  317. end
  318. local NeonTorsopls = Torso:Clone()
  319. local Arm1 = RightArm:Clone()
  320. local Arm2 = LeftArm:Clone()
  321. local Head1 = Head:Clone()
  322. local Leg1 = RightLeg:Clone()
  323. local Leg2 = LeftLeg:Clone()
  324.  
  325. Head1.Name = "Headdd"
  326. Arm1.Name = "Armmm1"
  327. Arm2.Name = "Armmm2"
  328. NeonTorsopls.Name = "Torsooo"
  329. Leg1.Name = "Leggg1"
  330. Leg2.Name = "Leggg2"
  331.  
  332. NeonTorsopls.Parent = char
  333. Arm1.Parent = char
  334. Arm2.Parent = char
  335. Head1.Parent = char
  336. Leg1.Parent = char
  337. Leg2.Parent = char
  338. Head1:ClearAllChildren()
  339. Arm1:ClearAllChildren()
  340. Leg1:ClearAllChildren()
  341. Leg2:ClearAllChildren()
  342. NeonTorsopls:ClearAllChildren()
  343. Arm2:ClearAllChildren()
  344.  
  345. NeonTorsopls.CFrame = Torso.CFrame
  346. Arm1.CFrame = RightArm.CFrame
  347. Arm2.CFrame = LeftArm.CFrame
  348. Head1.CFrame = Head.CFrame
  349. Leg1.CFrame = RightLeg.CFrame
  350. Leg2.CFrame = LeftLeg.CFrame
  351.  
  352. Leg1.Material = "Neon"
  353. Arm1.Material = "Neon"
  354. Arm2.Material = "Neon"
  355. Leg2.Material = "Neon"
  356. NeonTorsopls.Material = "Neon"
  357. Head1.Material = "Neon"
  358.  
  359. Head1.Anchored = true
  360. NeonTorsopls.Anchored = true
  361. Arm1.Anchored = true
  362. Arm2.Anchored = true
  363. Leg1.Anchored = true
  364. Leg2.Anchored = true
  365.  
  366. Leg2.CanCollide = false
  367. Leg1.CanCollide = false
  368. Head1.CanCollide = false
  369. NeonTorsopls.CanCollide = false
  370. Arm1.CanCollide = false
  371. Arm2.CanCollide = false
  372.  
  373.  
  374. coroutine.resume(coroutine.create(function()
  375. for i = 1,300 do
  376. game:GetService("RunService").RenderStepped:wait()
  377. Arm1.Transparency = Arm1.Transparency + 0.01
  378. Arm2.Transparency = Arm2.Transparency + 0.01
  379. Head1.Transparency = Head1.Transparency + 0.01
  380. NeonTorsopls.Transparency = NeonTorsopls.Transparency + 0.01
  381. Leg1.Transparency = Leg1.Transparency + 0.01
  382. Leg2.Transparency = Leg2.Transparency + 0.01
  383. if Head1.Transparency >= 1 then
  384. Leg1:Destroy()
  385. Leg2:Destroy()
  386. Head1:Destroy()
  387. Arm1:Destroy()
  388. Arm2:Destroy()
  389. NeonTorsopls:Destroy()
  390. end
  391. end
  392. end))
  393.  
  394. Torso.CFrame = CFrame.new(Mouse.Hit.X, Mouse.Hit.Y, Mouse.Hit.Z)
  395. end
  396.  
  397.  
  398. local TrailEnabled = false
  399.  
  400. function EnableTrail()
  401. if Mode == "Noob" or Mode == "Guest" then
  402. TrailSoundStart:Play()
  403. chatfunc("Be Confuuse!!!")
  404. TrailSound:Play()
  405. while wait() and TrailEnabled == true do
  406. local NeonTorsopls = Torso:Clone()
  407. local Arm1 = RightArm:Clone()
  408. local Arm2 = LeftArm:Clone()
  409. local Head1 = Head:Clone()
  410. local Leg1 = RightLeg:Clone()
  411. local Leg2 = LeftLeg:Clone()
  412.  
  413. Head1.Name = "Headdd"
  414. Arm1.Name = "Armmm1"
  415. Arm2.Name = "Armmm2"
  416. NeonTorsopls.Name = "Torsooo"
  417. Leg1.Name = "Leggg1"
  418. Leg2.Name = "Leggg2"
  419.  
  420. NeonTorsopls.Parent = char
  421. Arm1.Parent = char
  422. Arm2.Parent = char
  423. Head1.Parent = char
  424. Leg1.Parent = char
  425. Leg2.Parent = char
  426. Head1:ClearAllChildren()
  427. Arm1:ClearAllChildren()
  428. Leg1:ClearAllChildren()
  429. Leg2:ClearAllChildren()
  430. NeonTorsopls:ClearAllChildren()
  431. Arm2:ClearAllChildren()
  432.  
  433. NeonTorsopls.CFrame = Torso.CFrame
  434. Arm1.CFrame = RightArm.CFrame
  435. Arm2.CFrame = LeftArm.CFrame
  436. Head1.CFrame = Head.CFrame
  437. Leg1.CFrame = RightLeg.CFrame
  438. Leg2.CFrame = LeftLeg.CFrame
  439.  
  440. Leg1.Material = "Neon"
  441. Arm1.Material = "Neon"
  442. Arm2.Material = "Neon"
  443. Leg2.Material = "Neon"
  444. NeonTorsopls.Material = "Neon"
  445. Head1.Material = "Neon"
  446.  
  447. Head1.Anchored = true
  448. NeonTorsopls.Anchored = true
  449. Arm1.Anchored = true
  450. Arm2.Anchored = true
  451. Leg1.Anchored = true
  452. Leg2.Anchored = true
  453.  
  454. Leg2.CanCollide = false
  455. Leg1.CanCollide = false
  456. Head1.CanCollide = false
  457. NeonTorsopls.CanCollide = false
  458. Arm1.CanCollide = false
  459. Arm2.CanCollide = false
  460.  
  461. coroutine.resume(coroutine.create(function()
  462. for i = 1,300 do
  463. game:GetService("RunService").RenderStepped:wait()
  464. Arm1.Transparency = Arm1.Transparency + 0.01
  465. Arm2.Transparency = Arm2.Transparency + 0.01
  466. Head1.Transparency = Head1.Transparency + 0.01
  467. NeonTorsopls.Transparency = NeonTorsopls.Transparency + 0.01
  468. Leg1.Transparency = Leg1.Transparency + 0.01
  469. Leg2.Transparency = Leg2.Transparency + 0.01
  470. if Head1.Transparency >= 1 then
  471. Leg1:Destroy()
  472. Leg2:Destroy()
  473. Head1:Destroy()
  474. Arm1:Destroy()
  475. Arm2:Destroy()
  476. NeonTorsopls:Destroy()
  477. end
  478. end
  479. end))
  480. end
  481.  
  482. elseif Mode == "Guest666" then
  483. chatfunc("Shadow Travel...")
  484. ShadowTravel:Play()
  485. while wait() and TrailEnabled == true do
  486. local NeonTorsopls = Torso:Clone()
  487. local Arm1 = RightArm:Clone()
  488. local Arm2 = LeftArm:Clone()
  489. local Head1 = Head:Clone()
  490. local Leg1 = RightLeg:Clone()
  491. local Leg2 = LeftLeg:Clone()
  492.  
  493. Head1.Name = "Headdd"
  494. Arm1.Name = "Armmm1"
  495. Arm2.Name = "Armmm2"
  496. NeonTorsopls.Name = "Torsooo"
  497. Leg1.Name = "Leggg1"
  498. Leg2.Name = "Leggg2"
  499.  
  500. NeonTorsopls.Parent = char
  501. Arm1.Parent = char
  502. Arm2.Parent = char
  503. Head1.Parent = char
  504. Leg1.Parent = char
  505. Leg2.Parent = char
  506. Head1:ClearAllChildren()
  507. Arm1:ClearAllChildren()
  508. Leg1:ClearAllChildren()
  509. Leg2:ClearAllChildren()
  510. NeonTorsopls:ClearAllChildren()
  511. Arm2:ClearAllChildren()
  512.  
  513. NeonTorsopls.CFrame = Torso.CFrame
  514. Arm1.CFrame = RightArm.CFrame
  515. Arm2.CFrame = LeftArm.CFrame
  516. Head1.CFrame = Head.CFrame
  517. Leg1.CFrame = RightLeg.CFrame
  518. Leg2.CFrame = LeftLeg.CFrame
  519.  
  520. Leg1.Material = "Neon"
  521. Arm1.Material = "Neon"
  522. Arm2.Material = "Neon"
  523. Leg2.Material = "Neon"
  524. NeonTorsopls.Material = "Neon"
  525. Head1.Material = "Neon"
  526.  
  527. Head1.Anchored = true
  528. NeonTorsopls.Anchored = true
  529. Arm1.Anchored = true
  530. Arm2.Anchored = true
  531. Leg1.Anchored = true
  532. Leg2.Anchored = true
  533.  
  534. Leg2.CanCollide = false
  535. Leg1.CanCollide = false
  536. Head1.CanCollide = false
  537. NeonTorsopls.CanCollide = false
  538. Arm1.CanCollide = false
  539. Arm2.CanCollide = false
  540.  
  541. coroutine.resume(coroutine.create(function()
  542. for i = 1,300 do
  543. game:GetService("RunService").RenderStepped:wait()
  544. Arm1.Transparency = Arm1.Transparency + 0.1
  545. Arm2.Transparency = Arm2.Transparency + 0.1
  546. Head1.Transparency = Head1.Transparency + 0.1
  547. NeonTorsopls.Transparency = NeonTorsopls.Transparency + 0.1
  548. Leg1.Transparency = Leg1.Transparency + 0.1
  549. Leg2.Transparency = Leg2.Transparency + 0.1
  550. if Head1.Transparency >= 1 then
  551. Leg1:Destroy()
  552. Leg2:Destroy()
  553. Head1:Destroy()
  554. Arm1:Destroy()
  555. Arm2:Destroy()
  556. NeonTorsopls:Destroy()
  557. end
  558. end
  559. end))
  560. end
  561.  
  562.  
  563.  
  564.  
  565. end
  566. end
  567.  
  568. AnimEnabled = true
  569.  
  570. Mouse.KeyDown:Connect(function(k)
  571. if k == "9" then
  572. chatfunc("Wow The Clouds In The Scy Are Buutiful Toniyt.")
  573.  
  574. elseif k == "8" then
  575. chatfunc("PLS NO!!!")
  576.  
  577. elseif k == "7" then
  578. chatfunc(findNearestTorso(char.HumanoidRootPart.Position).."Hey Be My Frien Pls!!!!")
  579.  
  580. elseif k == "6" then
  581. chatfunc("Hi Im Cool?? "..findNearestTorso(char.HumanoidRootPart.Position))
  582.  
  583. elseif k == "5" then
  584. chatfunc("Do N0t Make Me Ki11 U!!!!!")
  585.  
  586. elseif k == "4" then
  587. chatfunc("I Will Straighten U Out!!!")
  588.  
  589. elseif k == "e" then
  590. NoobStep()
  591.  
  592. elseif k == "q" then
  593. if TrailEnabled == false then
  594. TrailEnabled = true
  595. char.Humanoid.WalkSpeed = char.Humanoid.WalkSpeed + 20
  596. EnableTrail()
  597.  
  598. elseif TrailEnabled == true then
  599. TrailSound:Stop()
  600. ShadowTravel:Stop()
  601. TrailEnabled = false
  602. char.Humanoid.WalkSpeed = char.Humanoid.WalkSpeed - 20
  603. end
  604.  
  605. end
  606. end)
  607.  
  608.  
  609.  
  610. Humanoid.Animator.Parent = nil
  611. Character.Animate.Parent = nil
  612.  
  613.  
  614.  
  615. local newMotor = function(part0, part1, c0, c1)
  616. local w = Create('Motor'){
  617. Parent = part0,
  618. Part0 = part0,
  619. Part1 = part1,
  620. C0 = c0,
  621. C1 = c1,
  622. }
  623. return w
  624. end
  625. function clerp(a, b, t)
  626. return a:lerp(b, t)
  627. end
  628.  
  629. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  630. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  631.  
  632. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  633. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  634. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  635. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  636. RootJoint.C1 = CFrame.new(0, 0, 0)
  637. RootJoint.C0 = CFrame.new(0, 0, 0)
  638. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  639. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  640.  
  641. local rarmc1 = RW.C1
  642. local larmc1 = LW.C1
  643. local rlegc1 = RH.C1
  644. local llegc1 = LH.C1
  645.  
  646. local resetc1 = false
  647.  
  648.  
  649.  
  650. function PlayAnimationFromTable(table, speed, bool)
  651. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  652. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  653. RW.C0 = clerp(RW.C0, table[3], speed)
  654. LW.C0 = clerp(LW.C0, table[4], speed)
  655. RH.C0 = clerp(RH.C0, table[5], speed)
  656. LH.C0 = clerp(LH.C0, table[6], speed)
  657. if bool == true then
  658. if resetc1 == false then
  659. resetc1 = true
  660. RootJoint.C1 = RootJoint.C1
  661. Torso.Neck.C1 = Torso.Neck.C1
  662. RW.C1 = rarmc1
  663. LW.C1 = larmc1
  664. RH.C1 = rlegc1
  665. LH.C1 = llegc1
  666. end
  667. end
  668. end
  669.  
  670.  
  671.  
  672. function NoobBullets()
  673. chatfunc("TAIST THEESE FRIEN!!!!")
  674. AnimEnabled = false
  675. char.Humanoid.WalkSpeed = 0
  676.  
  677. coroutine.resume(coroutine.create(function()
  678. for f = 1,150 do
  679.  
  680. PlayAnimationFromTable({
  681. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(15), mr(90), mr(-15)), -- Torso,
  682. CFrame.new(0,1.3,0.3) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(50), mr(-90), 0), ----- Head
  683. CFrame.new(1.8,0.6,0) * CFrame.new(0, 0-.1*math.sin(tick()*1), 0.2) * CFrame.Angles(mr(0),mr(0),mr(90)), --- RightArm
  684. CFrame.new(-1.5,0,0) * CFrame.new(0, 0-.1*math.sin(tick()*1), 0.2) * CFrame.Angles(mr(-15), mr(0), mr(0)),--LeftArm
  685. CFrame.new(0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-15), mr(-15), mr(-10)), --RightLeg
  686. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-15), mr(-15), mr(-10)), --LeftLeg
  687. }, .3, false)
  688.  
  689. game:GetService("RunService").RenderStepped:wait()
  690. local random = math.random(-50, 50)
  691. local random2 = math.random(-65, 65)
  692. local random3 = math.random(-45, 45)
  693.  
  694.  
  695. local Bullet = Instance.new("Part", char)
  696. Bullet.Shape = "Ball"
  697. Bullet.BrickColor = BrickColor.new("New Yeller")
  698. Bullet.Anchored = true
  699. Bullet.CanCollide = false
  700. Bullet.Material = "Neon"
  701. Bullet.Size = Vector3.new(0.1, 0.1, 0.1)
  702. Bullet.CFrame = RightArm.CFrame - Vector3.new(0,0,1)
  703.  
  704. coroutine.resume(coroutine.create(function()
  705. for o = 1,150 do
  706. game:GetService("RunService").RenderStepped:wait()
  707. Bullet.Size = Bullet.Size + Vector3.new(0.001, 0.001, 0.001)
  708. Bullet.CFrame = Bullet.CFrame:lerp (Bullet.CFrame*CFrame.new (random/50,random2/70,random3/34),.1)
  709. end
  710. wait(1)
  711. Bullet.Anchored = false
  712. local bv = Instance.new("BodyVelocity")
  713. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  714. bv.velocity = Mouse.Hit.lookVector *100
  715. bv.Parent = Bullet
  716. local Fired = true
  717. Bullet.Touched:Connect(function(hit)
  718. if Fired == true then
  719.  
  720. if hit.Parent.Name == char.Name then return end
  721. Bullet.Anchored = true
  722. coroutine.wrap(function()
  723. for o = 1,150 do
  724. game:GetService("RunService").RenderStepped:wait()
  725. Bullet.Size = Bullet.Size + Vector3.new(5, 5, 5)
  726. end
  727. end)
  728.  
  729. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  730. hit.Parent:BreakJoints()
  731.  
  732. for _, y in pairs(hit.Parent:GetChildren()) do
  733. if y:IsA("MeshPart") or y:IsA("Part") then
  734. y.Anchored = true
  735. y.Material = "Neon"
  736. y:ClearAllChildren()
  737. else
  738. y:Destroy()
  739. end
  740. end
  741. end
  742. Bullet:Destroy()
  743. AnimEnabled = true
  744. char.Humanoid.WalkSpeed = 80
  745. end
  746. end)
  747. end))
  748.  
  749.  
  750.  
  751.  
  752.  
  753. end
  754. end))
  755. end
  756.  
  757.  
  758. function Transform()
  759. if Mode == "Guest" then
  760. char.Humanoid.WalkSpeed = 0
  761. char.Humanoid.JumpPower = 0
  762.  
  763. local Part = Instance.new("Part", char)
  764. Part.Anchored = true
  765. Part.CanCollide = false
  766. Part.Position = Torso.Position
  767. Part.Size = Vector3.new(1,1,1)
  768. Part.Material = "Neon"
  769. local Mesh = Instance.new("SpecialMesh", Part)
  770. Mesh.MeshType = "Sphere"
  771.  
  772. coroutine.resume(coroutine.create(function()
  773. for i = 1,10 do
  774. game:GetService("RunService").RenderStepped:wait()
  775. for i = 1,30 do
  776. game:GetService("RunService").RenderStepped:wait(0.00000001)
  777. Part.Size = Part.Size + Vector3.new(2, 2, 2)
  778. Part.Color = Part.Color:lerp(Color3.fromRGB(255, 255, 0), 0.1)
  779. end
  780.  
  781. for i = 1,30 do
  782. game:GetService("RunService").RenderStepped:wait(0.00000001)
  783. Part.Size = Part.Size - Vector3.new(2, 2, 2)
  784. Part.Color = Part.Color:lerp(Color3.fromRGB(0, 0, 0), 0.1)
  785. end
  786. end
  787. Theme.SoundId = "rbxassetid://305952044"
  788. TransformationSound:Play()
  789. local shirt = Instance.new("Shirt", char)
  790. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=8854587"
  791. BC.HeadColor = BrickColor.new("Light stone grey")
  792. BC.RightArmColor = BrickColor.new("Really black")
  793. BC.LeftArmColor = BrickColor.new("Really black")
  794. BC.RightLegColor = BrickColor.new("Really black")
  795. BC.LeftLegColor = BrickColor.new("Really black")
  796. BC.TorsoColor = BrickColor.new("Really black")
  797. Mesh.MeshType = "Cylinder"
  798. Part.Position = Torso.Position
  799. Part.Orientation = Vector3.new(0,0,90)
  800. for i = 1,200 do
  801. game:GetService("RunService").RenderStepped:wait(0.00000001)
  802. Mesh.Scale = Mesh.Scale + Vector3.new(10, 0.1, 0.1)
  803. Part.Transparency = Part.Transparency + 0.005
  804. Part.Color = Part.Color:lerp(Color3.fromRGB(255, 255, 255), 0.1)
  805. end
  806. chatfunc("Im Even Stronger Now!!!")
  807. char.Humanoid.WalkSpeed = 200
  808. char.Humanoid.JumpPower = 30
  809. end))
  810.  
  811.  
  812.  
  813.  
  814.  
  815. elseif Mode == "Guest666" then
  816. char.Humanoid.WalkSpeed = 0
  817. char.Humanoid.JumpPower = 0
  818.  
  819. local Part = Instance.new("Part", char)
  820. Part.Anchored = true
  821. Part.CanCollide = false
  822. Part.Position = Torso.Position
  823. Part.Size = Vector3.new(1,1,1)
  824. Part.Material = "Neon"
  825. local Mesh = Instance.new("SpecialMesh", Part)
  826. Mesh.MeshType = "Sphere"
  827.  
  828. coroutine.resume(coroutine.create(function()
  829. coroutine.resume(coroutine.create(function()
  830. for i = 1,10 do
  831. game:GetService("RunService").RenderStepped:wait()
  832. for i = 1,70 do
  833. game:GetService("RunService").RenderStepped:wait(0.00000001)
  834. Part.Size = Part.Size + Vector3.new(0.1, 0.1, 0.1)
  835. Part.Color = Part.Color:lerp(Color3.fromRGB(255, 255, 255), 0.1)
  836. end
  837.  
  838. for i = 1,70 do
  839. game:GetService("RunService").RenderStepped:wait(0.00000001)
  840. Part.Size = Part.Size - Vector3.new(0.1, 0.1, 0.1)
  841. Part.Color = Part.Color:lerp(Color3.fromRGB(255, 0, 0), 0.1)
  842. end
  843. end
  844. end))
  845. for i = 1,50 do
  846. wait(math.random(0.0001, 1))
  847. local random = math.random(-5, 5)
  848. local random2 = math.random(-5, 5)
  849. local random3 = math.random(-5, 5)
  850. local Part2 = Instance.new("Part", char)
  851. Part2.Anchored = true
  852. Part2.CanCollide = false
  853. Part2.Position = Torso.Position * Vector3.new(random*math.random(1,3), random2*math.random(1, 2), random3*math.random(1,2))
  854. Part2.Size = Vector3.new(1,1,1)
  855. Part2.BrickColor = BrickColor.new("Really red")
  856. Part2.Material = "Neon"
  857. Part2.Orientation = Vector3.new(0,0,90)
  858. local Mesh2 = Instance.new("SpecialMesh", Part2)
  859. Mesh2.MeshType = "Cylinder"
  860. Mesh2.Scale = Vector3.new(0.1, 10, 10)
  861. coroutine.resume(coroutine.create(function()
  862. for i = 1,200 do
  863. game:GetService("RunService").RenderStepped:wait()
  864. Mesh2.Scale = Mesh2.Scale + Vector3.new(50,0,0)
  865. Part2.Transparency = Part2.Transparency + 0.005
  866. if Part2.Transparency >= 1 then
  867. Part2:Destroy()
  868. end
  869. end
  870. end))
  871. end
  872. TransformationSound:Play()
  873.  
  874. Theme.SoundId = "rbxassetid://289016480"
  875.  
  876. local Part3 = Instance.new("Part", char)
  877. Part3.Anchored = false
  878. Part3.CanCollide = false
  879. Part3.Position = Torso.Position
  880. Part3.Size = Vector3.new(0.2,0.2,0.2)
  881. Part3.Material = "Neon"
  882. Part3.BrickColor = BrickColor.new("Really red")
  883. Part3.Name = "Eye1"
  884. local Mesh3 = Instance.new("SpecialMesh", Part3)
  885. Mesh3.MeshType = "Sphere"
  886. local EyeWeld1 = Instance.new("Weld", Part3)
  887. EyeWeld1.Part0 = char.Head
  888. EyeWeld1.Part1 = Part3
  889. EyeWeld1.C0 = CFrame.new(-0.2,0.15,-0.52)
  890.  
  891. local Part4 = Instance.new("Part", char)
  892. Part4.Anchored = false
  893. Part4.CanCollide = false
  894. Part4.Position = Torso.Position
  895. Part4.Size = Vector3.new(0.2,0.2,0.2)
  896. Part4.Material = "Neon"
  897. Part4.BrickColor = BrickColor.new("Really red")
  898. Part4.Name = "Eye2"
  899. local Mesh4 = Instance.new("SpecialMesh", Part4)
  900. Mesh4.MeshType = "Sphere"
  901. local EyeWeld2 = Instance.new("Weld", Part4)
  902. EyeWeld2.Part0 = char.Head
  903. EyeWeld2.Part1 = Part4
  904. EyeWeld2.C0 = CFrame.new(0.2,0.15,-0.52)
  905.  
  906. char.Head.face:Destroy()
  907. local shirt = Instance.new("Shirt", char)
  908. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=8854587"
  909. BC.HeadColor = BrickColor.new("Really black")
  910. BC.RightArmColor = BrickColor.new("Really black")
  911. BC.LeftArmColor = BrickColor.new("Really black")
  912. BC.RightLegColor = BrickColor.new("Really black")
  913. BC.LeftLegColor = BrickColor.new("Really black")
  914. BC.TorsoColor = BrickColor.new("Really black")
  915. Mesh.MeshType = "Cylinder"
  916. Part.Position = Torso.Position
  917. Part.Orientation = Vector3.new(0,0,90)
  918.  
  919. for i = 1,250 do
  920. game:GetService("RunService").RenderStepped:wait(0.00000001)
  921. Mesh.Scale = Mesh.Scale + Vector3.new(10, 0.6, 0.6)
  922. Part.Transparency = Part.Transparency + 0.005
  923. Part.Color = Part.Color:lerp(Color3.fromRGB(0, 0, 0), 0.1)
  924. end
  925. chatfunc("I'm Gonna Kill You.")
  926. char.Humanoid.WalkSpeed = 3
  927. char.Humanoid.JumpPower = 30
  928. end))
  929. end
  930. end
  931.  
  932.  
  933.  
  934. function WipeOut()
  935. char.Humanoid.WalkSpeed = 0
  936. char.Humanoid.JumpPower = 0
  937.  
  938. local Torsoo = findNearestTorso2(char.Torso.Position)
  939. for _, o in pairs(Torsoo.Parent:GetChildren()) do
  940. if o:IsA("Part") or o:IsA("MeshPart") then
  941. o.Anchored = true
  942. end
  943. end
  944. char.Torso.CFrame = Torsoo.CFrame * CFrame.new(0,0,2)
  945. AnimEnabled = false
  946.  
  947. for i = 1,10 do
  948. wait()
  949. PlayAnimationFromTable({
  950. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-15), mr(0), 0), -- Torso,
  951. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(0), mr(0), mr(20)), ----- Head
  952.  
  953. CFrame.new(1,1.5,-1.5) * CFrame.new(0, 0, 0.2) * CFrame.Angles(mr(120),mr(0),mr(-15)), --- RightArm
  954. CFrame.new(-1,1.5,-1.5) * CFrame.new(0, 0, 0.2) * CFrame.Angles(mr(120), mr(0), mr(15)),--LeftArm
  955.  
  956. CFrame.new(0.6,-2,-0.2) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(15), mr(-5), mr(5)), --RightLeg
  957. CFrame.new(-0.6,-2,-0.2) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(15), mr(5), mr(-5)), --LeftLeg
  958. }, .3, false)
  959. end
  960. chatfunc("Shhh.... Don't Move.")
  961. wait(2)
  962. coroutine.resume(coroutine.create(function()
  963. for i = 1,10 do
  964. wait()
  965. PlayAnimationFromTable({
  966. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-15), mr(0), 0), -- Torso,
  967. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(0), mr(0), mr(20)), ----- Head
  968.  
  969. CFrame.new(1,1.5,-2) * CFrame.new(0, 0, 0.2) * CFrame.Angles(mr(120),mr(0),mr(-15)), --- RightArm
  970. CFrame.new(-1,0.7,0.5) * CFrame.new(0, 0, 0.2) * CFrame.Angles(mr(120), mr(0), mr(15)),--LeftArm
  971.  
  972. CFrame.new(0.6,-2,-0.2) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(15), mr(-5), mr(5)), --RightLeg
  973. CFrame.new(-0.6,-2,-0.2) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(15), mr(5), mr(-5)), --LeftLeg
  974. }, .8, false)
  975. end
  976. end))
  977. NeckSnap:Play()
  978. for u = 1,10 do
  979. wait()
  980. Torsoo.Parent.Head.Orientation = Torsoo.Parent.Head.Orientation:lerp(Vector3.new(0,0,mr(-180)), 0.8)
  981. end
  982. wait(2)
  983. chatfunc("Go To Sleep.")
  984. Torsoo.Parent.Head.Anchored = false
  985. AnimEnabled = true
  986. human.JumpPower = 30
  987. human.WalkSpeed = 3
  988. end
  989.  
  990.  
  991.  
  992. Mouse.KeyDown:Connect(function(kk)
  993. if kk == "r" then
  994. NoobBullets()
  995. elseif kk == "x" then
  996. if Mode == "Guest666" then
  997. WipeOut()
  998. end
  999. elseif kk == "f" then
  1000. if Mode == "Noob" then
  1001. chatfunc("Wait A Sec!!")
  1002. wait(1)
  1003. Mode = "Guest"
  1004. Transform()
  1005. elseif Mode == "Guest" then
  1006. chatfunc("Now Im OverPowered")
  1007. Mode = "Guest666"
  1008. Transform()
  1009. end
  1010. end
  1011. end)
  1012.  
  1013.  
  1014.  
  1015.  
  1016. ArtificialHB = Create("BindableEvent", script){
  1017. Parent = script,
  1018. Name = "Heartbeat",
  1019. }
  1020.  
  1021. script:WaitForChild("Heartbeat")
  1022.  
  1023. frame = 1 / 30
  1024. tf = 0
  1025. allowframeloss = false
  1026. tossremainder = false
  1027. lastframe = tick()
  1028. script.Heartbeat:Fire()
  1029.  
  1030. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1031. tf = tf + s
  1032. if tf >= frame then
  1033. if allowframeloss then
  1034. script.Heartbeat:Fire()
  1035. lastframe = tick()
  1036. else
  1037. for i = 1, math.floor(tf / frame) do
  1038. script.Heartbeat:Fire()
  1039. end
  1040. lastframe = tick()
  1041. end
  1042. if tossremainder then
  1043. tf = 0
  1044. else
  1045. tf = tf - frame * math.floor(tf / frame)
  1046. end
  1047. end
  1048. end)
  1049.  
  1050. function swait(num)
  1051. if num == 0 or num == nil then
  1052. ArtificialHB.Event:wait()
  1053. else
  1054. for i = 0, num do
  1055. ArtificialHB.Event:wait()
  1056. end
  1057. end
  1058. end
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064. New = function(Object, Parent, Name, Data)
  1065. local Object = Instance.new(Object)
  1066. for Index, Value in pairs(Data or {}) do
  1067. Object[Index] = Value
  1068. end
  1069. Object.Parent = Parent
  1070. Object.Name = Name
  1071. return Object
  1072. end
  1073. function rayCast(Position, Direction, Range, Ignore)
  1074. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  1075. end
  1076.  
  1077.  
  1078.  
  1079.  
  1080. coroutine.wrap(function()
  1081. while 1 do
  1082. swait()
  1083. if doe <= 360 then
  1084. doe = doe + 2
  1085. else
  1086. doe = 0
  1087. end
  1088. end
  1089. end)()
  1090. while true do
  1091. swait()
  1092.  
  1093. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1094. velocity = RootPart.Velocity.y
  1095. sine = sine + change
  1096. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  1097. if RootPart.Velocity.y > 1 and hit == nil and AnimEnabled == true then
  1098. if Mode == "Guest666" then
  1099.  
  1100. Anim = "Jump"
  1101.  
  1102. PlayAnimationFromTable({
  1103. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-10), 0, 0), -- Torso,
  1104. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(5), mr(0), mr(0)), ----- Head
  1105. CFrame.new(1.5,0.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(0), mr(5), mr(5)), --- RightArm
  1106. CFrame.new(-1.5,0.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(0), mr(5), mr(-5)),--LeftArm
  1107.  
  1108. CFrame.new(0.5,-1.4, -0.4) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(15), 0, mr(5)), --RightLeg
  1109. CFrame.new(-0.5,-1.4, -0.4) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(15), 0, mr(-5)), --LeftLeg
  1110. }, .3, false)
  1111.  
  1112. elseif Mode == "Noob" or Mode == "Guest" then
  1113. Anim = "Jump"
  1114.  
  1115. PlayAnimationFromTable({
  1116. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-10), 0, 0), -- Torso,
  1117. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0.3) * CFrame.Angles(mr(50), mr(0), mr(0)), ----- Head
  1118. CFrame.new(1.5,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(180),0,mr(0)), --- RightArm
  1119. CFrame.new(-1.5,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(180), 0, mr(0)),--LeftArm
  1120. CFrame.new(0.8,-1.4, -1.2) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(90), 0, mr(30)), --RightLeg
  1121. CFrame.new(-0.8,-1.4, -1.2) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(90), 0, mr(-30)), --LeftLeg
  1122. }, .3, false)
  1123. end
  1124.  
  1125. elseif RootPart.Velocity.y < -1 and hit == nil and AnimEnabled == true then
  1126. if Mode == "Guest666" then
  1127.  
  1128. Anim = "Fall"
  1129. PlayAnimationFromTable({
  1130. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-10), 0, 0), -- Torso,
  1131. CFrame.new(0,1.5,0) * CFrame.new(0, 0, -0.4) * CFrame.Angles(mr(-50), mr(0), mr(0)), ----- Head
  1132. CFrame.new(1.5,0.6,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(0),0,mr(20)), --- RightArm
  1133. CFrame.new(-1.5,0.6,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(0), 0, mr(-20)),--LeftArm
  1134. CFrame.new(0.6,-1.2, -0.3) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(2), 0, mr(2)), --RightLeg
  1135. CFrame.new(-0.6,-1.2, -0.3) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(2), 0, mr(2)), --LeftLeg
  1136. }, .3, false)
  1137.  
  1138. elseif Mode == "Guest" or Mode == "Noob" then
  1139.  
  1140. Anim = "Fall"
  1141.  
  1142. PlayAnimationFromTable({
  1143. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-10), 0, 0), -- Torso,
  1144. CFrame.new(0,1.5,0) * CFrame.new(0, 0, -0.4) * CFrame.Angles(mr(-50), mr(0), mr(0)), ----- Head
  1145. CFrame.new(1.5,0.6,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(180),0,mr(90)), --- RightArm
  1146. CFrame.new(-1.5,0.6,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(180), 0, mr(-90)),--LeftArm
  1147. CFrame.new(0.6,-1.2, -0.3) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(20), 0, mr(10)), --RightLeg
  1148. CFrame.new(-0.6,-1.2, -0.3) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(20), 0, mr(-10)), --LeftLeg
  1149. }, .3, false)
  1150. end
  1151.  
  1152. elseif Torsovelocity < 1 and hit ~= nil and AnimEnabled == true then
  1153. if Mode == "Guest666" then
  1154.  
  1155. Anim = "Idle"
  1156. change = 1
  1157. PlayAnimationFromTable({
  1158. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-20), mr(0), 0), -- Torso,
  1159. CFrame.new(0,1.2,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-50), mr(0), mr(10)), ----- Head
  1160. CFrame.new(1.5,0,-0.4) * CFrame.new(0, 0-.3*math.sin(tick()*1), 0.2) * CFrame.Angles(mr(25),mr(0),mr(0)), --- RightArm
  1161. CFrame.new(-1.5,0,-0.4) * CFrame.new(0, 0-.3*math.sin(tick()*1), 0.2) * CFrame.Angles(mr(25), mr(0), mr(0)),--LeftArm
  1162. CFrame.new(0.6,-2,-0.4) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(26), mr(-5), mr(5)), --RightLeg
  1163. CFrame.new(-0.6,-2,-0.4) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(20), mr(5), mr(-5)), --LeftLeg
  1164. }, .3, false)
  1165.  
  1166.  
  1167. elseif Mode == "Guest" or Mode == "Noob" then
  1168.  
  1169.  
  1170. Anim = "Idle"
  1171. change = 1
  1172. PlayAnimationFromTable({
  1173. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(15), mr(0), 0), -- Torso,
  1174. CFrame.new(0,1.3,0.3) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(50), mr(0), 0), ----- Head
  1175. CFrame.new(1.5,0,0) * CFrame.new(0, 0-.1*math.sin(tick()*1), 0.2) * CFrame.Angles(mr(-15),mr(0),mr(0)), --- RightArm
  1176. CFrame.new(-1.5,0,0) * CFrame.new(0, 0-.1*math.sin(tick()*1), 0.2) * CFrame.Angles(mr(-15), mr(0), mr(0)),--LeftArm
  1177. CFrame.new(0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-15), mr(-5), mr(5)), --RightLeg
  1178. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(mr(-15), mr(5), mr(-5)), --LeftLeg
  1179. }, .3, false)
  1180. end
  1181.  
  1182.  
  1183. elseif Torsovelocity > 2 and hit ~= nil and AnimEnabled == true then
  1184. if Mode == "Guest666" then
  1185.  
  1186. Anim = "Walk"
  1187. PlayAnimationFromTable({
  1188. CFrame.new(0,0,0) * CFrame.new(0, 0-0.1*math.sin(tick()*2), 0) * CFrame.Angles(-0.4, 0, 0+RootPart.RotVelocity.Y/30), -- Torso
  1189. CFrame.new(-0.2,1.5,-0.1) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0+RootPart.RotVelocity.Y/20, 0.5), -- Head
  1190.  
  1191. CFrame.new(1.5, 0, 0.2) * CFrame.new(0, 0-0.2*math.sin(tick()*2), 0 - 0.5 * math.cos((sine) / 30)) * CFrame.Angles(math.rad((-1) + 40 * math.cos((sine) / 30)), 0, 0-RootPart.RotVelocity.Y/33),
  1192. CFrame.new(-1.5,0,0.2) * CFrame.new(0, 0-0.2*math.sin(tick()*2), 0 + 0.5 * math.cos((sine) / 30)) * CFrame.Angles(math.rad((-1) - 40 * math.cos((sine) / 30)), 0, 0-RootPart.RotVelocity.Y/33),
  1193.  
  1194. CFrame.new(0.4,-2,0) * CFrame.new(0, 0, 0+ 0.5 * math.cos((sine) / 30)) * CFrame.Angles(math.rad((10) - 40 * math.cos((sine) / 30)), 0, 0-RootPart.RotVelocity.Y/33),
  1195. CFrame.new(-0.4,-2,0) * CFrame.new(0, 0, 0- 0.5 * math.cos((sine) / 30)) * CFrame.Angles(math.rad((10) + 40 * math.cos((sine) / 30)), 0, 0-RootPart.RotVelocity.Y/33),
  1196. }, .3, false)
  1197.  
  1198.  
  1199. elseif Mode == "Noob" or Mode == "Guest" then
  1200.  
  1201. Anim = "Walk"
  1202. PlayAnimationFromTable({
  1203. CFrame.new(0,0,0) * CFrame.new(0, 0-0.5*math.sin(tick()*20), 0) * CFrame.Angles(0.4, 0, 0+RootPart.RotVelocity.Y/30), -- Torso
  1204. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0+RootPart.RotVelocity.Y/20, 0), -- Head
  1205.  
  1206. CFrame.new(1.3, 0.9, 0.7) * CFrame.new(0, 0 - 0.3 * math.cos((sine) / 3), 0- 0.3 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(-110 + math.random(1, 30) * math.cos((sine) / 3)), 0, 0- math.rad(0 + math.random(1, 30) * math.cos((sine) / 3)) -RootPart.RotVelocity.Y/33),
  1207. CFrame.new(-1.3,0.9,0.7) * CFrame.new(0, 0 + 0.3 * math.cos((sine) / 3), 0+ 0.3 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(-110 - math.random(1, 30) * math.cos((sine) / 3)), 0, 0 - math.rad(0 - math.random(1, 30) * math.cos((sine) / 3)) -RootPart.RotVelocity.Y/33),
  1208.  
  1209. CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0+ 1.5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad((-0.4) - 100 * math.cos((sine) / 3)), 0, 0-RootPart.RotVelocity.Y/33),
  1210. CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0- 1.5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad((-0.4) + 100 * math.cos((sine) / 3)), 0, 0-RootPart.RotVelocity.Y/33),
  1211. }, .3, false)
  1212. end
  1213. end
  1214.  
  1215. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement