Advertisement
agariogamer2345

Dancing rainbow

Jun 4th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.28 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. --//====================================================\\--
  6. --|| END OF SCRIPT
  7. --\\====================================================//-----[LEAKED] By - Forbidden_Guy
  8.  
  9. ---Share this fucking script pls
  10.  
  11.  
  12. m = game.Players.LocalPlayer
  13. char = m.Character
  14. local txt = Instance.new("BillboardGui", char)
  15. txt.Adornee = char .Head
  16. txt.Name = "_status"
  17. txt.Size = UDim2.new(2, 0, 1.2, 0)
  18. txt.StudsOffset = Vector3.new(-9, 8, 0)
  19. local text = Instance.new("TextLabel", txt)
  20. text.Size = UDim2.new(10, 0, 7, 0)
  21. text.FontSize = "Size24"
  22. text.TextScaled = true
  23. text.TextTransparency = 0
  24. text.BackgroundTransparency = 1
  25. text.TextTransparency = 0
  26. text.TextStrokeTransparency = 0
  27. text.Font = "Bodoni"
  28. text.TextStrokeColor3 = Color3.new(0,0,0)
  29.  
  30. v=Instance.new("Part")
  31. v.Name = "ColorBrick"
  32. v.Parent=m.Character
  33. v.FormFactor="Symmetric"
  34. v.Anchored=true
  35. v.CanCollide=false
  36. v.BottomSurface="Smooth"
  37. v.TopSurface="Smooth"
  38. v.Size=Vector3.new(10,5,3)
  39. v.Transparency=1
  40. v.CFrame=char.Torso.CFrame
  41. v.BrickColor=BrickColor.new("Really black")
  42. v.Transparency=1
  43. text.TextColor3 = Color3.new(255,0,255)
  44. v.Shape="Block"
  45. text.Text = "Dancing Rainbow"
  46.  
  47. spawn(function()
  48. TweenService = game:GetService("TweenService")
  49. Colours = {Color3.fromRGB(255,0,0),Color3.fromRGB(0, 255, 0),Color3.fromRGB(0,0,255)}
  50. Int = 0
  51. while wait(2) do
  52. if Int == #Colours then Int = 0 end
  53. Int = Int+1
  54. TweenService:Create(text,TweenInfo.new(1),{TextColor3 = Colours[Int]}):Play()
  55. end
  56. end)
  57.  
  58. m = game.Players.LocalPlayer
  59. char = m.Character
  60.  
  61. coroutine.resume(coroutine.create(function()
  62. repeat
  63. wait(0.1)
  64. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  65. if v:IsA'Shirt' then v:Remove() end
  66. if v:IsA'Pants' then v:Remove() end
  67. if v:IsA'Decal' then v:Remove() end
  68. if v:IsA'Accessory' then v:Remove() end
  69. end
  70. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  71. v.Material = Enum.Material.Neon
  72. spawn(function()
  73. TweenService = game:GetService("TweenService")
  74. Colours = {Color3.fromRGB(255,0,0),Color3.fromRGB(0, 255, 0),Color3.fromRGB(0,0,255)}
  75. Int_2 = 0
  76. while wait(2) do
  77. if Int_2 == #Colours then Int_2 = 0 end
  78. Int_2 = Int+1
  79. TweenService:Create(v,TweenInfo.new(1),{Color = Colours[Int]}):Play()
  80. end
  81. end)
  82. end
  83. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  84. end))
  85.  
  86.  
  87. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  88. local plr = game.Players.LocalPlayer
  89. repeat wait() until plr.Character
  90. plr = game.Players.LocalPlayer
  91. char = plr.Character
  92. Character=plr.Character
  93. torso = char.Torso
  94. head = char.Head
  95. neck = torso.Neck
  96. vt=Vector3.new
  97. Humanoid=Character.Humanoid
  98. cf=CFrame.new
  99. cn=CFrame.new
  100. shake = true
  101. RootPart=Character.HumanoidRootPart
  102. RootJoint=RootPart.RootJoint
  103. euler=CFrame.fromEulerAnglesXYZ
  104. angles=CFrame.Angles
  105. sound = Instance.new("Sound", torso)
  106. sound.SoundId = "rbxassetid://144901116"
  107. sound.Parent = char
  108. sound.Volume = 50
  109. sound.Pitch = 1
  110. sound:Play()
  111. sound.Looped = true
  112. RootCF=euler(-1.57,0,3.14)
  113.  
  114.  
  115.  
  116.  
  117. function isNumber(str)
  118. return tonumber(str) ~= nil
  119. end
  120.  
  121.  
  122.  
  123. plr.Chatted:connect(function(message)
  124. if message:sub(1,5) == "pitch" then
  125. sound.Pitch = message:sub(7)
  126. end
  127. if message:sub(1,5) == "speed" then
  128. sound.PlaybackSpeed = message:sub(7)
  129. end
  130. if message:sub(1,6) == "volume" then
  131. sound.Volume = message:sub(8)
  132. end
  133. if message:sub(1,4) == "play" then
  134. sound:Stop()
  135. if isNumber(message:sub(6)) then
  136. sound.SoundId = "rbxassetid:// " ..message:sub(6)
  137. sound:Play()
  138. else
  139. song = game:HttpGet("https://search.roblox.com/catalog/json?CatalogContext=2&SortAggregation=5&LegendExpanded=true&Category=9&Keyword=" .. string.sub(message,6), true)
  140. if song ~= "[]" then
  141. song = song:sub(13)
  142. song = song:sub(1, song:find(",") - 1)
  143. sound.SoundId = "rbxassetid://"..song
  144. sound:Play()
  145. end
  146. end
  147. end
  148. if message:sub(1,7) == "noshake" then
  149. shake = false
  150. coroutine.resume(coroutine.create(function()
  151. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  152. Text = 'Shake off';
  153. Color = Color3.new(0,0,0);
  154. Color = Color3.new(0,255,255);
  155. Font = Enum.Font.Bodoni;
  156. FontSize = Enum.FontSize.Size24;
  157. })
  158. end))
  159. end
  160. if message:sub(1,2) == "KQ" then
  161. sound:Stop()
  162. sound.SoundId = "http://www.roblox.com/asset/?id=615990065"
  163. sound:Play()
  164. end
  165.  
  166. if message:sub(1,8) == "MEGALOUD" then
  167. sound:Stop()
  168. sound.SoundId = "http://www.roblox.com/asset/?id=970111053"
  169. sound:Play()
  170. end
  171.  
  172. if message:sub(1,5) == "Sweet" then
  173. sound:Stop()
  174. sound.SoundId = "rbxassetid://881545277"
  175. sound:Play()
  176. end
  177.  
  178. if message:sub(1,5) == "Curse" then
  179. sound:Stop()
  180. sound.SoundId = "http://www.roblox.com/asset/?id=486598641"
  181. sound:Play()
  182. end
  183.  
  184.  
  185. if message:sub(1,3) == "CN" then
  186. sound:Stop()
  187. sound.SoundId = "rbxassetid://677465179"
  188. sound:Play()
  189. end
  190.  
  191. if message:sub(1,6) == "Spooky" then
  192. sound:Stop()
  193. sound.SoundId = "http://www.roblox.com/asset/?id=160442087"
  194. sound:Play()
  195. end
  196.  
  197. if message:sub(1,6) == "HB" then
  198. sound:Stop()
  199. sound.SoundId = "rbxassetid://516339448"
  200. sound:Play()
  201. end
  202.  
  203. if message:sub(1,3) == "MLG" then
  204. sound:Stop()
  205. sound.SoundId = "http://www.roblox.com/asset/?id=177080835"
  206. sound:Play()
  207. end
  208.  
  209. if message:sub(1,3) == "SN" then
  210. sound:Stop()
  211. sound.SoundId = "rbxassetid://149029787"
  212. sound:Play()
  213. end
  214. if message:sub(1,3) == "TO" then
  215. sound:Stop()
  216. sound.SoundId = "rbxassetid://1278397847"
  217. sound:Play()
  218. end
  219. if message:sub(1,3) == "PY" then
  220. sound:Stop()
  221. sound.SoundId = "rbxassetid://402093702"
  222. sound:Play()
  223. end
  224.  
  225. if message:sub(1,5) == "pitch" then
  226. sound.Pitch = ""..message:sub(1,2)
  227. end
  228.  
  229. if message:sub(1,4) == "vol" then
  230. sound.Volume = ""..message:sub(1,3)
  231. end
  232.  
  233.  
  234. if message:sub(1,6) == "noglob" then
  235. sound.Parent = torso
  236. coroutine.resume(coroutine.create(function()
  237. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  238. Text = 'Global music off';
  239. Color = Color3.new(0,0,0);
  240. Color = Color3.new(0,255,255);
  241. Font = Enum.Font.Bodoni;
  242. FontSize = Enum.FontSize.Size24;
  243. })
  244. end))
  245. end
  246.  
  247. if message:sub(1,4) == "glob" then
  248.  
  249. sound.Parent = char
  250. coroutine.resume(coroutine.create(function()
  251. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  252. Text = 'Global music on';
  253. Color = Color3.new(0,0,0);
  254. Color = Color3.new(0,255,255);
  255. Font = Enum.Font.Bodoni;
  256. FontSize = Enum.FontSize.Size24;
  257. })
  258. end))
  259.  
  260. end
  261.  
  262.  
  263. if message:sub(1,5) == "shake" then
  264. shake = true
  265. coroutine.resume(coroutine.create(function()
  266. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  267. Text = 'Shake on';
  268. Color = Color3.new(0,0,0);
  269. Color = Color3.new(0,255,255);
  270. Font = Enum.Font.Bodoni;
  271. FontSize = Enum.FontSize.Size24;
  272. })
  273. end))
  274. end
  275. end)
  276.  
  277. mouse=plr:GetMouse()
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285. coroutine.resume(coroutine.create(function()
  286. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  287. Text = 'Hello, Welcome to my dancer edit!';
  288. Color = Color3.new(0,0,0);
  289. Color = Color3.new(0,255,255);
  290. Font = Enum.Font.Bodoni;
  291. FontSize = Enum.FontSize.Size24;
  292. })
  293. end))
  294. wait(0.5)
  295.  
  296.  
  297. local light = Instance.new("PointLight",torso)
  298. light.Color = Color3.new(0, 0, 0)
  299. light.Brightness = 4.50
  300. light.Range = 28
  301. spawn(function()
  302. TweenService = game:GetService("TweenService")
  303. Colours = {Color3.fromRGB(255,0,0),Color3.fromRGB(0, 255, 0),Color3.fromRGB(0,0,255)}
  304. Int_2 = 0
  305. while wait(2) do
  306. if Int_2 == #Colours then Int_2 = 0 end
  307. Int_2 = Int+1
  308. TweenService:Create(light,TweenInfo.new(1),{Color = Colours[Int]}):Play()
  309. end
  310. end)
  311.  
  312.  
  313. coroutine.resume(coroutine.create(function()
  314. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  315. Text = 'The Prefixes are "play", "noshake", "shake", "glob", and "noglob" Hope you enjoy!';
  316. Color = Color3.new(0,0,0);
  317. Color = Color3.new(0,255,255);
  318. Font = Enum.Font.Bodoni;
  319. FontSize = Enum.FontSize.Size24;
  320. })
  321. end))
  322.  
  323.  
  324. ArtificialHB = Instance.new("BindableEvent", script)
  325. ArtificialHB.Name = "Heartbeat"
  326.  
  327. script:WaitForChild("Heartbeat")
  328.  
  329. frame = 1 / 60
  330. tf = 0
  331. allowframeloss = false
  332. tossremainder = false
  333. lastframe = tick()
  334. script.Heartbeat:Fire()
  335.  
  336. game:GetService("RunService").Heartbeat:connect(function(s, p)
  337. tf = tf + s
  338. if tf >= frame then
  339. if allowframeloss then
  340. script.Heartbeat:Fire()
  341. lastframe = tick()
  342. else
  343. for i = 1, math.floor(tf / frame) do
  344. script.Heartbeat:Fire()
  345. end
  346. lastframe = tick()
  347. end
  348. if tossremainder then
  349. tf = 0
  350. else
  351. tf = tf - frame * math.floor(tf / frame)
  352. end
  353. end
  354. end)
  355.  
  356. function swait(num)
  357. if num == 0 or num == nil then
  358. ArtificialHB.Event:wait()
  359. else
  360. for i = 0, num do
  361. ArtificialHB.Event:wait()
  362. end
  363. end
  364. end
  365.  
  366.  
  367.  
  368.  
  369.  
  370. function lerp(a, b, t) -- Linear interpolation
  371. return a + (b - a)*t
  372. end
  373.  
  374. function slerp(a, b, t) --Spherical interpolation
  375. dot = a:Dot(b)
  376. if dot > 0.99999 or dot < -0.99999 then
  377. return t <= 0.5 and a or b
  378. else
  379. r = math.acos(dot)
  380. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  381. end
  382. end
  383.  
  384. function matrixInterpolate(a, b, t)
  385. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  386. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  387. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  388. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  389. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  390. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  391. local t = v1:Dot(v2)
  392. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  393. return CFrame.new()
  394. end
  395. return CFrame.new(
  396. v0.x, v0.y, v0.z,
  397. v1.x, v1.y, v1.z,
  398. v2.x, v2.y, v2.z,
  399. v3.x, v3.y, v3.z)
  400. end
  401.  
  402. if m.UserId == 89145937 then
  403. while true do
  404. Character.Humanoid.Health = math.huge
  405. Character.Humanoid.MaxHealth = math.huge
  406. Character.Humanoid.Health = math.huge
  407. Character.Humanoid.MaxHealth = math.huge
  408. Character.Humanoid.Health = math.huge
  409. Character.Humanoid.MaxHealth = math.huge
  410. Character.Humanoid.Health = math.huge
  411. end
  412. end
  413. function genWeld(a,b)
  414. local w = Instance.new("Weld",a)
  415. w.Part0 = a
  416. w.Part1 = b
  417. return w
  418. end
  419. function weld(a, b)
  420. local weld = Instance.new("Weld")
  421. weld.Name = "W"
  422. weld.Part0 = a
  423. weld.Part1 = b
  424. weld.C0 = a.CFrame:inverse() * b.CFrame
  425. weld.Parent = a
  426. return weld;
  427. end
  428.  
  429. function Lerp(c1,c2,al)
  430. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  431. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  432. for i,v in pairs(com1) do
  433. com1[i] = v+(com2[i]-v)*al
  434. end
  435. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  436. end
  437.  
  438.  
  439. function clerp(a,b,t)
  440. local qa = {QuaternionFromCFrame(a)}
  441. local qb = {QuaternionFromCFrame(b)}
  442. local ax, ay, az = a.x, a.y, a.z
  443. local bx, by, bz = b.x, b.y, b.z
  444. local _t = 1-t
  445. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  446. end
  447.  
  448. function QuaternionFromCFrame(cf)
  449. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  450. local trace = m00 + m11 + m22
  451. if trace > 0 then
  452. local s = math.sqrt(1 + trace)
  453. local recip = 0.5/s
  454. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  455. else
  456. local i = 0
  457. if m11 > m00 then
  458. i = 1
  459. end
  460. if m22 > (i == 0 and m00 or m11) then
  461. i = 2
  462. end
  463. if i == 0 then
  464. local s = math.sqrt(m00-m11-m22+1)
  465. local recip = 0.5/s
  466. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  467. elseif i == 1 then
  468. local s = math.sqrt(m11-m22-m00+1)
  469. local recip = 0.5/s
  470. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  471. elseif i == 2 then
  472. local s = math.sqrt(m22-m00-m11+1)
  473. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  474. end
  475. end
  476. end
  477.  
  478. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  479. local xs, ys, zs = x + x, y + y, z + z
  480. local wx, wy, wz = w*xs, w*ys, w*zs
  481. local xx = x*xs
  482. local xy = x*ys
  483. local xz = x*zs
  484. local yy = y*ys
  485. local yz = y*zs
  486. local zz = z*zs
  487. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  488. end
  489.  
  490. function QuaternionSlerp(a, b, t)
  491. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  492. local startInterp, finishInterp;
  493. if cosTheta >= 0.0001 then
  494. if (1 - cosTheta) > 0.0001 then
  495. local theta = math.acos(cosTheta)
  496. local invSinTheta = 1/math.sin(theta)
  497. startInterp = math.sin((1-t)*theta)*invSinTheta
  498. finishInterp = math.sin(t*theta)*invSinTheta
  499. else
  500. startInterp = 1-t
  501. finishInterp = t
  502. end
  503. else
  504. if (1+cosTheta) > 0.0001 then
  505. local theta = math.acos(-cosTheta)
  506. local invSinTheta = 1/math.sin(theta)
  507. startInterp = math.sin((t-1)*theta)*invSinTheta
  508. finishInterp = math.sin(t*theta)*invSinTheta
  509. else
  510. startInterp = t-1
  511. finishInterp = t
  512. end
  513. end
  514. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  515. end
  516.  
  517. --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  518.  
  519. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  520. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  521. end
  522. Torso=Character.Torso
  523. --save shoulders
  524. RSH, LSH=nil, nil
  525. --welds
  526. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  527. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  528. function NoOutline(Part)
  529. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  530. end
  531. player=Player
  532. ch=Character
  533. RSH=char.Torso["Right Shoulder"]
  534. LSH=char.Torso["Left Shoulder"]
  535. --
  536. RSH.Parent=nil
  537. LSH.Parent=nil
  538. --
  539. RW.Name="Right Shoulder"
  540. RW.Part0=char.Torso
  541. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  542. RW.C1=cf(0, 0.5, 0)
  543. RW.Part1=char["Right Arm"]
  544. RW.Parent=char.Torso
  545. -- Character=Player.Character
  546. LW.Name="Left Shoulder"
  547. LW.Part0=char.Torso
  548. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  549. LW.C1=cf(0, 0.5, 0)
  550. LW.Part1=char["Left Arm"]
  551. LW.Parent=char.Torso
  552. LS=Torso["Left Shoulder"]
  553. LH=Torso["Left Hip"]
  554. RS=Torso["Right Shoulder"]
  555. RH=Torso["Right Hip"]
  556.  
  557. Player=game:GetService('Players').LocalPlayer
  558. Character=Player.Character
  559. Mouse=Player:GetMouse()
  560. m=Instance.new('Model',Character)
  561. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  562. local wld = Instance.new("Weld", wp1)
  563. wld.Part0 = wp0
  564. wld.Part1 = wp1
  565. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  566. end
  567.  
  568. local function weldBetween(a, b)
  569. local weldd = Instance.new("ManualWeld")
  570. weldd.Part0 = a
  571. weldd.Part1 = b
  572. weldd.C0 = CFrame.new()
  573. weldd.C1 = b.CFrame:inverse() * a.CFrame
  574. weldd.Parent = a
  575. return weldd
  576. end
  577.  
  578.  
  579.  
  580. Player.Character.Humanoid.Name = "Zombie"
  581.  
  582. m=Instance.new("ForceField",Character)
  583. m.Visible = false
  584.  
  585. LH.C0=clerp(LH.C0,cf(-1,-1,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  586.  
  587. ---- [[ Syncer ]] ----
  588.  
  589. sync = Instance.new("Part", workspace)
  590. sync.Anchored = false
  591. sync.Parent = head
  592. sync.TopSurface = 0
  593. sync.BrickColor = BrickColor.new("Really black")
  594. sync.BottomSurface = 0
  595. sync.Material = "SmoothPlastic"
  596. syncm = Instance.new("SpecialMesh", sync)
  597. syncm.MeshType = Enum.MeshType.Sphere
  598. syncm.Scale = Vector3.new(.13,0.1,0.05)
  599. syncsize = syncm.Scale
  600. sync.Transparency = 1
  601. weld = Instance.new("Weld", head)
  602. weld.Part0 = sync
  603. weld.Part1 = head
  604. weld.C1 = CFrame.new(0,-.25,-.6)
  605. game:service'RunService'.RenderStepped:connect(function()
  606. syncm.Scale = syncm.Scale:lerp(Vector3.new(syncsize.X+sound.PlaybackLoudness/9200,sound.PlaybackLoudness/3500,syncsize.Z),0.9)
  607. neck.C0 = neck.C0:lerp(CFrame.new(0,1,-.10)*CFrame.Angles(math.rad(syncm.Scale.Y*-910) +math.rad(-30),0,math.rad(180)),0.15)
  608. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0+syncm.Scale.Y*1000), math.rad(0+syncm.Scale.Y*360), math.rad(0+syncm.Scale.Y*1000)),.1)
  609. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0+syncm.Scale.Y*1000), math.rad(0-syncm.Scale.Y*360), math.rad(0-syncm.Scale.Y*1000)),.1)
  610. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-0-syncm.Scale.Y*4.6)* angles(math.rad(0+syncm.Scale.Y*260.6),math.rad(0),math.rad(0)),.25)
  611. LH.C0=clerp(LH.C0,cf(-1,-0-syncm.Scale.Y*11.6,-0.5+syncm.Scale.Y*5.4)*angles(math.rad(0-syncm.Scale.Y*160.6),math.rad(-90),math.rad(0)),.3)
  612. RH.C0=clerp(RH.C0,cf(1,-1+syncm.Scale.Y*3.8,-0-syncm.Scale.Y*5.4)*angles(math.rad(0+syncm.Scale.Y*290.6),math.rad(90),math.rad(0)),.5)
  613. if sound.PlaybackLoudness >= 320 and shake == true or shake == false then
  614. end
  615. if sound.PlaybackLoudness >= 320 and shake == true then
  616. for i = 0,0.9,0.17 do
  617. swait()
  618.  
  619. end
  620. end
  621. if sound.PlaybackLoudness >= 450 and shake == true or shake == false then
  622. text.Text = "Dancing Rainbow"
  623. end
  624. if sound.PlaybackLoudness >= 390 and shake == true then
  625. for i = 0,0.9,0.17 do
  626. swait()
  627.  
  628. end
  629. end
  630. if sound.PlaybackLoudness >= 390 and shake == true or shake == false then
  631. text.Text = "Dancing Rainbow"
  632. end
  633. if sound.PlaybackLoudness <= 270 then
  634.  
  635. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  636. text.Text = "Dancing Rainbow"
  637. end
  638. if sound.PlaybackLoudness <= 240 then
  639.  
  640.  
  641. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  642. text.Text = "Dancing Rainbow"
  643. end
  644.  
  645. if sound.PlaybackLoudness <= 1 then
  646.  
  647. text.Text = "Searching for music.."
  648. end
  649. end)
  650.  
  651. while true do
  652. Character.Zombie.MaxHealth = math.huge
  653. Character.Zombie.Health = math.huge -- more god mode
  654. wait() -- DO NOT REMOVE unless you wanna crash yourself
  655. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement