Advertisement
memesbruh03

KD MLG3 v2

Jan 14th, 2017
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 54.03 KB | None | 0 0
  1. --[[
  2.     KrystalDance: MLG edit No. 3 by adchand2
  3.     credit to everyone...
  4.     New updates (from MLG3 to MLG3 v2): Fixed this script detecting head incorrectly.
  5.    
  6.     © 2016-17 adchand2/memesbruh03.
  7.                                                                                     ]]
  8.  
  9. wait(0)
  10. Player = game.Players.LocalPlayer
  11. WorkPlayer = workspace:FindFirstChild(Player.Name)
  12.  
  13. local count = 0
  14. local countspeed = 1
  15. local sine = 0
  16. local sinespeed = 1
  17. local angle = nil
  18. local global_wait = 0
  19. local showtag = true
  20. local smode = 1
  21. local advan = false
  22. local forcheck = 0
  23. -- Smodes: 1 = Original, 2 = Others, 3 = From the 1st Edit
  24.  
  25. function inform2(var)
  26. t=game:GetService("Chat")
  27. t:Chat(WorkPlayer.FalseHead,var,math.random(0,2))
  28. end
  29.  
  30. --dance booleans--
  31. local unity = false -- jawn
  32. local _2_much_power = false -- harlem_dank
  33. local some_power = false -- nova_fire
  34. local haha_no = false -- this_is_epic
  35. local spin_round = false -- gta_loud
  36. local still_not_that_fast = false -- sanic_x
  37. local tetris_remix = false -- mlg_dubbs
  38. local dat_boi = false -- _2204355
  39. local memes = false -- mlg_style
  40. local scary_monsters_nice_sprites_remix = false -- paper_mario
  41. local rus = false -- otis
  42. local it_s_already_that_old = false -- LJN
  43. local pootis_avi = false -- ITS_NO_USE
  44. local buelah_mp3 = false -- spm
  45. local antivirisis = false -- stylo
  46. local look_at_this_dude = false -- nedm
  47. ------------------
  48. --dance accessory--
  49. local barrelbrick = nil
  50. local saxtool = nil
  51. -------------------
  52. --custom animate--
  53. local walk = false
  54. local jump = false
  55. local sit = false
  56. local run = false
  57. ------------------
  58. --walk keys--
  59. local W = false
  60. local A = false
  61. local S = false
  62. local D = false
  63. -------------
  64. local m = Instance.new("Model",game.Players.LocalPlayer.Character) m.Name = "ModelParts"
  65. local miniweld = nil
  66. local rootpart = nil
  67.  
  68. local Mouse = nil
  69. local Animate = nil
  70. local Music = nil
  71. local Asset = "http://www.roblox.com/asset/?id="
  72. local Animating = nil
  73. local humanoid = nil
  74. local face = nil
  75.  
  76. local head = nil
  77. local torso = nil
  78. local ra = nil
  79. local la = nil
  80. local rl = nil
  81. local ll = nil
  82. local rs = nil
  83. local ls = nil
  84. local rh = nil
  85. local lh = nil
  86. local neck = nil
  87. local rj = nil
  88.  
  89. local char = nil
  90. local Hat1 = nil
  91. local Hat2 = nil
  92. local a,b = nil
  93.  
  94. ----------musics-----------------
  95. local M1,M2,M3,M4,M5,M6,M7,M8,M9,M10,M11,M12,M13,M14,M15,M16 = nil
  96. ---------------------------------
  97.  
  98. local mesh,meshids,textureids,w
  99.  
  100. function fm(parent,meshid,x,y,z,meshtexture)
  101. if meshid == "cylinder" then
  102.     mesh = Instance.new("CylinderMesh",parent)
  103.     mesh.Scale = Vector3.new(x,y,z)
  104.     return mesh
  105. else
  106.     mesh = Instance.new("SpecialMesh",parent)
  107.     if meshid ~= "sphere" then
  108.         if type(meshid) == "number" then mesh.MeshId = "rbxassetid://"..meshid else
  109.             mesh.MeshId = "rbxassetid://"..meshids[meshid]
  110.         end
  111.     else mesh.MeshType = 3 end
  112.     mesh.Scale = Vector3.new(x,y,z)
  113.     if meshtexture ~= nil then
  114.         if type(meshtexture) == "number" then
  115.             mesh.TextureId = "rbxassetid://"..meshtexture
  116.         else
  117.             mesh.TextureId = "rbxassetid://"..textureids[meshtexture] end
  118.         end
  119.     return mesh
  120.     end
  121. end
  122.  
  123. function P(x,y,z,color,transparency,cancollide,anchored,parent,typee)
  124. if typee ~= nil then
  125.     c = Instance.new("WedgePart",m)
  126. else
  127.     c = Instance.new("Part",m)
  128. end
  129. c.TopSurface,c.BottomSurface = 0,0
  130. c.Locked = true
  131. c.formFactor = "Custom"
  132. c.Size = Vector3.new(x,y,z)
  133. if color ~= "random" then
  134.     c.BrickColor = BrickColor.new(color)
  135. else
  136.     c.BrickColor = BrickColor:random()
  137. end
  138. c.Transparency = transparency
  139. c.CanCollide = cancollide
  140. if anchored ~= nil then
  141.     c.Anchored = anchored
  142. end
  143. if parent ~= nil then
  144.     c.Parent = parent
  145. end
  146. return c
  147. end
  148.  
  149. function We(part0,part1,x,y,z,rx,ry,rz,parent)
  150. w = Instance.new("Motor",m)
  151. if parent ~= nil then w.Parent = parent end
  152.     w.Part0,w.Part1 = part0,part1
  153.     w.C1 = CFrame.new(x,y,z) * CFrame.Angles(rx,ry,rz)
  154.     return w
  155. end
  156.  
  157. function SetAnimation(id,humanoid)
  158.     if Animating ~= nil then
  159.         Animating:Stop()
  160.     end
  161.     Animate.AnimationId = Asset .. id
  162.     Animating = humanoid:LoadAnimation(Animate)
  163.     Animating:Play()
  164. end
  165.  
  166. function AnimationStop()
  167.         unity = false
  168.         _2_much_power = false
  169.         some_power = false
  170.         haha_no = false
  171.         spin_round = false
  172.         still_not_that_fast = false
  173.         tetris_remix = false
  174.         dat_boi = false
  175.         memes = false
  176.         scary_monsters_nice_sprites_remix = false
  177.         rus = false
  178.         it_s_already_that_old = false
  179.         pootis_avi = false
  180.         buelah_mp3 = false
  181.         antivirisis = false
  182.         look_at_this_dude = false
  183.         if barrelbrick ~= nil then
  184.             barrelbrick:Remove()
  185.             barrelbrick = nil
  186.         end
  187.         if saxtool ~= nil then
  188.             saxtool:Remove()
  189.             saxtool = nil
  190.         end
  191.         if sandstorm ~= nil then
  192.             sandstorm:Remove()
  193.             sandstorm = nil
  194.         end
  195. end
  196.  
  197. local Musical
  198. function SetMusic(id,name,volume)
  199.     Musical = Instance.new("Sound",char.Head)
  200.     if volume == nil then
  201.         Musical.Volume = 1
  202.     else
  203.         Musical.Volume = volume
  204.     end
  205.     Musical.Looped = true
  206.     Musical.SoundId = Asset .. id
  207.     Musical.Name=name
  208.     return Musical
  209. end
  210.  
  211. function GenerateGui()
  212.     a=Instance.new("ScreenGui")
  213.     a.Name = "KrystalDance By KrystalTeam - mlg2 edit by adchand2"
  214.     b=Instance.new("ImageLabel",a)
  215.     b.BackgroundTransparency = 1
  216.     b.Size = UDim2.new(0,250,0,100)
  217.     b.Position = UDim2.new(0,0,1,0)
  218.     b.Image = Asset .. "269467798"
  219.     b.Name = "Logo"
  220.     c=Instance.new("TextLabel",b)
  221.     c.Size = UDim2.new(1,0,0,10)
  222.     c.BackgroundTransparency = 1
  223.     c.Text = "adchand2's MLG edit of:"
  224.     c.FontSize = Enum.FontSize.Size11
  225.     c.Font = math.random(0,15)
  226.     c.TextColor3 = Color3.fromRGB(255,255,255)
  227.     --[[b1=Instance.new("TextButton",a)
  228.     b1.Text="Change Face"
  229.     b1.Style="RobloxRoundButton"
  230.     b1.FontSize = Enum.FontSize.Size14
  231.     b1.Font = Enum.Font.SourceSansLight
  232.     b1.Position = UDim2.new(0.4,0,0,0)
  233.     b1.Size = UDim2.new(0,80,0,20)
  234.     b2=Instance.new("TextButton",a)
  235.     b2.Text="Change Body Colours"
  236.     b2.Style="RobloxRoundButton"
  237.     b2.FontSize = Enum.FontSize.Size14
  238.     b2.Font = Enum.Font.SourceSansLight
  239.     b2.Position = UDim2.new(0.4,80,0,0)
  240.     b2.Size = UDim2.new(0,120,0,20)
  241.     b3=Instance.new("TextButton",a)
  242.     b3.Text="BGM ID List"
  243.     b3.Style="RobloxRoundButton"
  244.     b3.FontSize = Enum.FontSize.Size14
  245.     b3.Font = Enum.Font.SourceSansLight
  246.     b3.Position = UDim2.new(0.4,200,0,0)
  247.     b3.Size = UDim2.new(0,70,0,20)
  248.     b4=Instance.new("TextButton",a)
  249.     b4.Text="Settings"
  250.     b4.Style="RobloxRoundButton"
  251.     b4.FontSize = Enum.FontSize.Size14
  252.     b4.Font = Enum.Font.SourceSansLight
  253.     b4.Position = UDim2.new(0.4,270,0,0)
  254.     b4.Size = UDim2.new(0,60,0,20)]]
  255.     return a
  256. end
  257.  
  258. function Generate(player)
  259. char = player.Character
  260. Hat1 = P(1,1,1,'Black',0,false,false)
  261. Hat2 = P(1,1,1,'Black',0,false,false)
  262. wait()
  263. a=fm(Hat1,121910245,0.7,0.5,0.7,121947422) a.VertexColor = Vector3.new(1,1,1)
  264. b=fm(Hat2,13030731,0.95,0.95,0.95,13030735) b.VertexColor = Vector3.new(1,1,1)
  265. wait()
  266. if char:FindFirstChild("Head") then
  267.     We(Hat1,char.Head,0,0.25,-0.135,0,0,0)
  268.     We(Hat2,char.Head,0,0.8,0,0,0,0)
  269.     if char.Head:FindFirstChild("face") ~= nil then
  270.         face = char.Head:FindFirstChild("face")
  271.         face.Texture = "rbxassetid://318401263"
  272.     end
  273.     c=char.Head:clone()
  274.     c.Name = "FalseHead"
  275.     c.CanCollide = false
  276.     c.Parent = char
  277.     We(c,char.Head,0,0,0,0,0,0)
  278.     char.Head.Transparency = 1
  279.     for i,v in pairs(char:GetChildren()) do
  280.         if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "Accessory" or v.ClassName == "CharacterMesh" or v.ClassName == "ShirtGraphic" then
  281.             v:Remove()
  282.         end
  283.         if v.ClassName == "BodyColors" then
  284.             v.HeadColor = BrickColor.new("Cool yellow")
  285.             v.LeftArmColor = BrickColor.new("Cool yellow")
  286.             v.LeftLegColor = BrickColor.new("Bright blue")
  287.             v.RightArmColor = BrickColor.new("Cool yellow")
  288.             v.RightLegColor = BrickColor.new("Bright blue")
  289.             v.TorsoColor = BrickColor.new("Dark green")
  290.         end
  291.         if v.ClassName == "Part" then
  292.             if v.Name == "Head" or v.Name == "FalseHead" then
  293.                 v.BrickColor = BrickColor.new("Cool yellow")
  294.                 else
  295.                 v.BrickColor = BrickColor.new("Cool yellow")
  296.             end
  297.         end
  298.     end
  299. ----------musics---------------
  300.     M1=SetMusic(482893067,"M1") -- some_power, front_page (561274893), nova_fire (168340433) [Q]
  301.     M2=SetMusic(408731259,"M2") -- _2_much_power, flow (273029844), harlem_dank (265576262) [E]
  302.     M3=SetMusic(257341751,"M3") -- unity, always_lying (421360692), jawn (142523507) [R]
  303.     M4=SetMusic(258500169,"M4") -- haha_no, ok_you_re_hearing_some_cancerous_stuff_i_give_up_now (416308003), this_is_epic (151021035) [T]
  304.     M5=SetMusic(187013797,"M5") -- spin_round, hard_one (462957432), gta_loud (253539621) [Y]
  305.     M6=SetMusic(224705079,"M6") -- still_not_that_fast, ok (385741330), sanic_x (178752763) [U]
  306.     M7=SetMusic(200624713,"M7") -- tetris_remix, it_s_low (334046170), mlg_dubbs (340617496) [F]
  307.     M8=SetMusic(410806544,"M8") -- dat_boi, ayyyyyyyyyyyyyyyyyyyyyyyy_lmao (400663465), _2204355 (142355221) [P]
  308.     M9=SetMusic(242178814,"M9") -- memes, TGG (297802798), mlg_style (362846090) [G]
  309.     M10=SetMusic(142375403,"M10") -- scary_monsters_nice_sprites_remix, yeah_bass (410005698), paper_mario (145369820) [H]
  310.     M11=SetMusic(542441126,"M11") -- rus, we_rise (427801633), otis (142308159) [J]
  311.     M12=SetMusic(501548847,"M12") -- it_s_already_that_old, yeah (277253359), LJN (167373003) [K]
  312.     M13=SetMusic(336581561,"M13") -- pootis_avi, it_s_metal (184740384), ITS_NO_USE (130844716) [L]
  313.     M14=SetMusic(214285554,"M14") -- buelah_mp3, GOOD_JOB (225074231), spm (202234516)[Z]
  314.     M15=SetMusic(278068026,"M15") -- antivirisis, hardness (265479911), stylo (144940679) [X]
  315.     M16=SetMusic(424610918,"M16") -- look_at_this_dude, hard_bass (324499479), nedm (138811227) [C]
  316. -------------------------------
  317.    
  318.     if char:FindFirstChild("HumanoidRootPart") ~= nil then
  319.         rootpart = char:FindFirstChild("HumanoidRootPart")
  320.     end
  321.     if showtag == true then
  322.         local bbg = Instance.new("BillboardGui",c)
  323.         bbg.Adornee = c
  324.         bbg.Name = "NametagGUI"
  325.         bbg.Size = UDim2.new(6,0,1.5,0)
  326.         bbg.StudsOffset = Vector3.new(0,2,0)
  327.         local fram = Instance.new("ImageLabel",bbg)
  328.         fram.Image = Asset.."506843247"
  329.         fram.Size = UDim2.new(1,0,1,0)
  330.         fram.BackgroundColor3 = Color3.new(0,0,0)
  331.         fram.BackgroundTransparency = 1
  332.         fram.BorderSizePixel = 0
  333.         local box = Instance.new("TextLabel",fram)
  334.         box.Size = UDim2.new(1,0,1,0)
  335.         box.BackgroundColor = BrickColor.new("White")
  336.         box.TextColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
  337.         box.TextStrokeTransparency = 0.5
  338.         box.Font = math.random(0,15)
  339.         box.Text = Player.Name
  340.         box.BackgroundTransparency = 1
  341.         box.BorderSizePixel = 0
  342.         box.Position = UDim2.new(0,0,0,0)
  343.         box.TextScaled = true
  344.     end
  345.     if char:FindFirstChild("Humanoid") ~= nil then
  346.         char:FindFirstChild("Humanoid").MaxHealth = (100*100*100*100)*100
  347.         wait()
  348.         char:FindFirstChild("Humanoid").Health = char:FindFirstChild("Humanoid").MaxHealth
  349.         --char:FindFirstChild("Humanoid").Name = game.Players.LocalPlayer.Name
  350.         humanoid = char:FindFirstChild("Humanoid")
  351.         if humanoid:FindFirstChild("Animator") ~= nil then
  352.             humanoid:FindFirstChild("Animator"):Remove()
  353.             --Instance.new("Animator",humanoid)
  354.         end
  355.         if char:FindFirstChild("Animate") ~= nil then
  356.             char:FindFirstChild("Animate"):Remove()
  357.         end
  358.     end
  359.     Mouse = player:GetMouse()
  360.     Music = Instance.new("Sound",char.Head)
  361.     Music.Volume = 1
  362.     Music.Looped = true
  363.     Music.SoundId = Asset
  364.     Animate = Instance.new("Animation",char.Head)
  365.     Animate.AnimationId = Asset
  366.    
  367.    
  368.    
  369.     head = char:FindFirstChild("Head")
  370.     torso = char:FindFirstChild("Torso")
  371.     ra = char:findFirstChild("Right Arm")
  372.     la = char:findFirstChild("Left Arm")
  373.     rl = char:findFirstChild("Right Leg")
  374.     ll = char:findFirstChild("Left Leg")
  375.     rs = torso:findFirstChild("Right Shoulder")
  376.     ls = torso:findFirstChild("Left Shoulder")
  377.     rh = torso:findFirstChild("Right Hip")
  378.     lh = torso:findFirstChild("Left Hip")
  379.     neck = torso:findFirstChild("Neck")
  380.     rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  381.    
  382.     state = humanoid:GetState()
  383.     local ca = nil
  384.     ca=GenerateGui()
  385.     ca.Parent = player.PlayerGui
  386.     if ca:FindFirstChild("Logo") ~= nil then
  387.         ca:FindFirstChild("Logo"):TweenPosition(UDim2.new(0, 0, 1, -100), "Out", "Elastic", 3, true)
  388.         if ca:FindFirstChild("Intro") ~= nil then
  389.             ca:FindFirstChild("Intro"):Play()
  390.             coroutine.resume(coroutine.create(function()
  391.                 for i=0,30 do
  392.                     ca:FindFirstChild("Intro").Volume = 1/(i/2)
  393.                     wait(0.5)
  394.                     if i >= 30 then
  395.                         break
  396.                     end
  397.                 end
  398.             end))
  399.         end
  400.     end
  401.  
  402.     if humanoid ~= nil then
  403.         humanoid.Changed:connect(function(pro)
  404.             if pro == "MoveDirection" or pro == "Jump" then
  405.                 if Music.IsPlaying == true then
  406.                     AnimationStop()
  407.                 end
  408.             end
  409.         end)
  410.         humanoid.Died:connect(function()
  411.             AnimationStop()
  412.         end)
  413.        
  414.     Mouse.KeyUp:connect(function(key)
  415.         if key == "w" then
  416.             W = false
  417.         end
  418.         if key == "a" then
  419.             A = false
  420.         end
  421.         if key == "s" then
  422.             S = false
  423.         end
  424.         if key == "d" then
  425.             D = false
  426.         end
  427.         if string.byte(key) == 48 then
  428.             run = false
  429.         end
  430.     end)
  431.        
  432.     Mouse.KeyDown:connect(function(key)
  433.         if key == "w" then
  434.             W = true
  435.             AnimationStop()
  436.         end
  437.         if key == "a" then
  438.             A = true
  439.             AnimationStop()
  440.         end
  441.         if key == "s" then
  442.             S = true
  443.             AnimationStop()
  444.         end
  445.         if key == "d" then
  446.             D = true
  447.             AnimationStop()
  448.         end
  449.     end)
  450.    
  451.    
  452.    
  453.     Mouse.KeyDown:connect(function(key)
  454.         KeyUsed(key)
  455.     end)
  456. end
  457. end
  458. inform2("KrystalDance MLG3 - © 2016-17 adchand2/memesbruh03.")
  459. end
  460.  
  461. function inform(var)
  462. local bbg = Instance.new("BillboardGui",WorkPlayer.FalseHead)
  463.         bbg.Adornee = bbg.Parent
  464.         bbg.Name = "Input"
  465.         bbg.Size = UDim2.new(6,0,1.5,0)
  466.         bbg.StudsOffset = Vector3.new(0,3,0)
  467.         local fram = Instance.new("ImageLabel",bbg)
  468.         fram.Image = Asset.."506843247"
  469.         fram.Size = UDim2.new(1,0,1,0)
  470.         fram.BackgroundColor3 = Color3.new(0,0,0)
  471.         fram.BackgroundTransparency = 1
  472.         fram.BorderSizePixel = 0
  473.         local box = Instance.new("TextLabel",fram)
  474.         box.Size = UDim2.new(1,0,1,0)
  475.         box.BackgroundColor = BrickColor.new("White")
  476.         box.TextColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
  477.         box.TextStrokeTransparency = 0.5
  478.         box.Font = math.random(0,15)
  479.         box.Text = var
  480.         box.BackgroundTransparency = 1
  481.         box.BorderSizePixel = 0
  482.         box.Position = UDim2.new(0,0,0,0)
  483.         box.TextScaled = true
  484.         while true do
  485.         wait(0.01)
  486.         fram.Position=fram.Position-UDim2.new(0,0,0,1)
  487.         fram.ImageTransparency=fram.ImageTransparency+0.01
  488.         box.TextTransparency=box.TextTransparency+0.01
  489.         if --[[fram.ImageTransparency==1 and]] box.TextTransparency==1 then
  490.         bbg:Destroy()
  491.         end
  492.     end
  493. end
  494.  
  495. function KeyUsed(key)
  496.         if humanoid ~= nil then
  497.             if humanoid.Health > 0 then
  498.                 if string.byte(key) == 32 then
  499.                     jump = true
  500.                     AnimationStop()
  501.                     --sit = false
  502.                 end
  503.                 if string.byte(key) == 50 then
  504.                     AnimationStop()
  505.                     if sit == true then
  506.                         sit = false
  507.                     else
  508.                         sit = true
  509.                     end
  510.                 end
  511.                 if string.byte(key) == 48 then
  512.                     run = true
  513.                 end
  514.                 if W == false and A == false and S == false and D == false and jump == false and sit == false then
  515.                     if key == "Q" or key == "q" then
  516.                         AnimationStop()
  517.                         some_power = true
  518.                         M1:Play()
  519.                         if advan == false then
  520.                             if smode == 1 then
  521.                                 inform2("some_power")
  522.                             elseif smode == 2 then
  523.                                 inform2("front_page")
  524.                             elseif smode == 3 then
  525.                                 inform2("nova_fire")
  526.                             end
  527.                         if advan == true then
  528.                             if smode == 1 then
  529.                                 forcheck=482893067
  530.                                 inform2("Variable: some_power")
  531.                                 wait(0.2)
  532.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  533.                                 wait(0.2)
  534.                                 inform2("Original ID: "..forcheck)
  535.                             elseif smode == 2 then
  536.                                 forcheck=561274893
  537.                                 inform2("Variable: front_page")
  538.                                 wait(0.2)
  539.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  540.                                 wait(0.2)
  541.                                 inform2("Original ID: "..forcheck)
  542.                             elseif smode == 3 then
  543.                                 forcheck=168340433
  544.                                 inform2("Variable: nova_fire")
  545.                                 wait(0.2)
  546.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  547.                                 wait(0.2)
  548.                                 inform2("Original ID: "..forcheck)
  549.                             end
  550.                         end
  551.                     end
  552.                     end
  553.                     if key == "E" or key == "e" then
  554.                         AnimationStop()
  555.                         _2_much_power = true
  556.                         M2:Play()
  557.                         if advan == false then
  558.                             if smode == 1 then
  559.                                 inform2("_2_much_power")
  560.                             elseif smode == 2 then
  561.                                 inform2("flow")
  562.                             elseif smode == 3 then
  563.                                 inform2("harlem_dank")
  564.                             end
  565.                         if advan == true then
  566.                             if smode == 1 then
  567.                                 forcheck=408731259
  568.                                 inform2("Variable: _2_much_power")
  569.                                 wait(0.2)
  570.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  571.                                 wait(0.2)
  572.                                 inform2("Original ID: "..forcheck)
  573.                             elseif smode == 2 then
  574.                                 forcheck=273029844
  575.                                 inform2("Variable: flow")
  576.                                 wait(0.2)
  577.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  578.                                 wait(0.2)
  579.                                 inform2("Original ID: "..forcheck)
  580.                             elseif smode == 3 then
  581.                                 forcheck=265576262
  582.                                 inform2("Variable: harlem_dank")
  583.                                 wait(0.2)
  584.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  585.                                 wait(0.2)
  586.                                 inform2("Original ID: "..forcheck)
  587.                             end
  588.                         end
  589.                     end
  590.                     end
  591.                     if key == "R" or key == "r" then
  592.                         AnimationStop()
  593.                         unity = true
  594.                         M3:Play()
  595.                         if advan == false then
  596.                             if smode == 1 then
  597.                                 inform2("unity")
  598.                             elseif smode == 2 then
  599.                                 inform2("always_lying")
  600.                             elseif smode == 3 then
  601.                                 inform2("jawn")
  602.                             end
  603.                         if advan == true then
  604.                             if smode == 1 then
  605.                                 forcheck=257341751
  606.                                 inform2("Variable: unity")
  607.                                 wait(0.2)
  608.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  609.                                 wait(0.2)
  610.                                 inform2("Original ID: "..forcheck)
  611.                             elseif smode == 2 then
  612.                                 forcheck=421360692
  613.                                 inform2("Variable: always_lying")
  614.                                 wait(0.2)
  615.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  616.                                 wait(0.2)
  617.                                 inform2("Original ID: "..forcheck)
  618.                             elseif smode == 3 then
  619.                                 forcheck=142523507
  620.                                 inform2("Variable: jawn")
  621.                                 wait(0.2)
  622.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  623.                                 wait(0.2)
  624.                                 inform2("Original ID: "..forcheck)
  625.                             end
  626.                         end
  627.                     end
  628.                     end
  629.                     if key == "T" or key == "t" then
  630.                         AnimationStop()
  631.                         haha_no = true
  632.                         M4:Play()
  633.                             if advan == false then
  634.                             if smode == 1 then
  635.                                 inform2("haha_no")
  636.                             elseif smode == 2 then
  637.                                 inform2("ok_you_re_hearing_some_cancerous_stuff_i_give_up_now")
  638.                             elseif smode == 3 then
  639.                                 inform2("this_is_epic")
  640.                                 end
  641.                         if advan == true then
  642.                             if smode == 1 then
  643.                                 forcheck=258500169
  644.                                 inform2("Variable: haha_no")
  645.                                 wait(0.2)
  646.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  647.                                 wait(0.2)
  648.                                 inform2("Original ID: "..forcheck)
  649.                             elseif smode == 2 then
  650.                                 forcheck=416308003
  651.                                 inform2("Variable: ok_you_re_hearing_some_cancerous_stuff_i_give_up_now")
  652.                                 wait(0.2)
  653.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  654.                                 wait(0.2)
  655.                                 inform2("Original ID: "..forcheck)
  656.                             elseif smode == 3 then
  657.                                 forcheck=151021035
  658.                                 inform2("Variable: this_is_epic")
  659.                                 wait(0.2)
  660.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  661.                                 wait(0.2)
  662.                                 inform2("Original ID: "..forcheck)
  663.                             end
  664.                         end
  665.                     end
  666.                     end
  667.                     if key == "Y" or key == "y" then
  668.                         AnimationStop()
  669.                         spin_round = true
  670.                         M5:Play()
  671.                             if advan == false then
  672.                             if smode == 1 then
  673.                                 inform2("spin_round")
  674.                             elseif smode == 2 then
  675.                                 inform2("hard_one")
  676.                             elseif smode == 3 then
  677.                                 inform2("gta_loud")
  678.                                 end
  679.                         if advan == true then
  680.                             if smode == 1 then
  681.                                 forcheck=187013797
  682.                                 inform2("Variable: spin_round")
  683.                                 wait(0.2)
  684.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  685.                                 wait(0.2)
  686.                                 inform2("Original ID: "..forcheck)
  687.                             elseif smode == 2 then
  688.                                 forcheck=462957432
  689.                                 inform2("Variable: hard_one")
  690.                                 wait(0.2)
  691.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  692.                                 wait(0.2)
  693.                                 inform2("Original ID: "..forcheck)
  694.                             elseif smode == 3 then
  695.                                 forcheck=253539621
  696.                                 inform2("Variable: gta_loud")
  697.                                 wait(0.2)
  698.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  699.                                 wait(0.2)
  700.                                 inform2("Original ID: "..forcheck)
  701.                             end
  702.                         end
  703.                     end
  704.                     end
  705.                     if key == "U" or key == "u" then
  706.                         AnimationStop()
  707.                         still_not_that_fast = true
  708.                         M6:Play()
  709.                         if advan == false then
  710.                             if smode == 1 then
  711.                                 inform2("still_not_that_fast")
  712.                             elseif smode == 2 then
  713.                                 inform2("ok")
  714.                             elseif smode == 3 then
  715.                                 inform2("sanic_x")
  716.                                 end
  717.                         if advan == true then
  718.                             if smode == 1 then
  719.                                 forcheck=224705079
  720.                                 inform2("Variable: still_not_that_fast")
  721.                                 wait(0.2)
  722.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  723.                                 wait(0.2)
  724.                                 inform2("Original ID: "..forcheck)
  725.                             elseif smode == 2 then
  726.                                 forcheck=385741330
  727.                                 inform2("Variable: ok")
  728.                                 wait(0.2)
  729.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  730.                                 wait(0.2)
  731.                                 inform2("Original ID: "..forcheck)
  732.                             elseif smode == 3 then
  733.                                 forcheck=178752763
  734.                                 inform2("Variable: sanic_x")
  735.                                 wait(0.2)
  736.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  737.                                 wait(0.2)
  738.                                 inform2("Original ID: "..forcheck)
  739.                             end
  740.                         end
  741.                     end
  742.                     end
  743.                     if key == "F" or key == "f" then
  744.                         AnimationStop()
  745.                         tetris_remix = true
  746.                         M7:Play()
  747.                         if barrelbrick == nil and tetris_remix == true then
  748.                             barrelbrick = P(2,2,1,'Black',0,false,false)
  749.                             a=fm(barrelbrick,0,0.5,0.5,0.5,0) a.VertexColor = Vector3.new(1,1,1)
  750.                             We(barrelbrick,char.Torso,0,10,0,90,90,90)
  751.                         end
  752.                             if advan == false then
  753.                             if smode == 1 then
  754.                                 inform2("tetris_remix")
  755.                             elseif smode == 2 then
  756.                                 inform2("it_s_low")
  757.                             elseif smode == 3 then
  758.                                 inform2("mlg_dubbs")
  759.                                 end
  760.                         if advan == true then
  761.                             if smode == 1 then
  762.                                 forcheck=200624713
  763.                                 inform2("Variable: tetris_remix")
  764.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  765.                                 inform2("Original ID: "..forcheck)
  766.                             elseif smode == 2 then
  767.                                 forcheck=334046170
  768.                                 inform2("Variable: it_s_low")
  769.                                 wait(0.2)
  770.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  771.                                 wait(0.2)
  772.                                 inform2("Original ID: "..forcheck)
  773.                             elseif smode == 3 then
  774.                                 forcheck=340617496
  775.                                 inform2("Variable: mlg_dubbs")
  776.                                 wait(0.2)
  777.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  778.                                 wait(0.2)
  779.                                 inform2("Original ID: "..forcheck)
  780.                             end
  781.                         end
  782.                     end
  783.                     end
  784.                     if key == "P" or key == "p" then
  785.                         AnimationStop()
  786.                         dat_boi = true
  787.                         M8:Play()
  788.                         if saxtool == nil and dat_boi == true then
  789.                             saxtool = P(1,2,2,'Black',0,false,false)
  790.                             a=fm(saxtool,44410178,1.5,1.5,1.5,44410320) a.VertexColor = Vector3.new(1,1,1)
  791.                             b=We(saxtool,char:FindFirstChild("Left Arm"),0,-1,0,0,0,0)
  792.                             b.C1 = CFrame.new(0.5, -0.9, -0.3) * CFrame.Angles(math.pi/1.5, -math.pi/2, -math.pi/8)
  793.                         end
  794.                             if advan == false then
  795.                             if smode == 1 then
  796.                                 inform2("dat_boi")
  797.                             elseif smode == 2 then
  798.                                 inform2("ayyyyyyyyyyyyyyyyyyyyyyyy_lmao")
  799.                             elseif smode == 3 then
  800.                                 inform2("_2204355")
  801.                                 end
  802.                         if advan == true then
  803.                             if smode == 1 then
  804.                                 forcheck=410806544
  805.                                 inform2("Variable: dat_boi")
  806.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  807.                                 inform2("Original ID: "..forcheck)
  808.                             elseif smode == 2 then
  809.                                 forcheck=400663465
  810.                                 inform2("Variable: ayyyyyyyyyyyyyyyyyyyyyyyy_lmao")
  811.                                 wait(0.2)
  812.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  813.                                 wait(0.2)
  814.                                 inform2("Original ID: "..forcheck)
  815.                             elseif smode == 3 then
  816.                                 forcheck=142355221
  817.                                 inform2("Variable: _2204355")
  818.                                 wait(0.2)
  819.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  820.                                 wait(0.2)
  821.                                 inform2("Original ID: "..forcheck)
  822.                             end
  823.                         end
  824.                     end
  825.                     end
  826.                     if key == "G" or key == "g" then
  827.                         AnimationStop()
  828.                         memes = true
  829.                         M9:Play()
  830.                             if advan == false then
  831.                             if smode == 1 then
  832.                                 inform2("memes")
  833.                             elseif smode == 2 then
  834.                                 inform2("TGG")
  835.                             elseif smode == 3 then
  836.                                 inform2("mlg_style")
  837.                                 end
  838.                         if advan == true then
  839.                             if smode == 1 then
  840.                                 forcheck=242178814
  841.                                 inform2("Variable: memes")
  842.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  843.                                 inform2("Original ID: "..forcheck)
  844.                             elseif smode == 2 then
  845.                                 forcheck=297802798
  846.                                 inform2("Variable: TGG")
  847.                                 wait(0.2)
  848.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  849.                                 wait(0.2)
  850.                                 inform2("Original ID: "..forcheck)
  851.                             elseif smode == 3 then
  852.                                 forcheck=362846090
  853.                                 inform2("Variable: mlg_style")
  854.                                 wait(0.2)
  855.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  856.                                 wait(0.2)
  857.                                 inform2("Original ID: "..forcheck)
  858.                             end
  859.                         end
  860.                     end
  861.                     end
  862.                     if key == "H" or key == "h" then
  863.                         AnimationStop()
  864.                         scary_monsters_nice_sprites_remix = true
  865.                         M10:Play()
  866.                             if advan == false then
  867.                             if smode == 1 then
  868.                                 inform2("scary_monsters_nice_sprites_remix")
  869.                             elseif smode == 2 then
  870.                                 inform2("yeah_bass")
  871.                             elseif smode == 3 then
  872.                                 inform2("paper_mario")
  873.                                 end
  874.                         if advan == true then
  875.                             if smode == 1 then
  876.                                 forcheck=142375403
  877.                                 inform2("Variable: scary_monsters_nice_sprites_remix")
  878.                                 wait(0.2)
  879.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  880.                                 wait(0.2)
  881.                                 inform2("Original ID: "..forcheck)
  882.                             elseif smode == 2 then
  883.                                 forcheck=410005698
  884.                                 inform2("Variable: yeah_bass")
  885.                                 wait(0.2)
  886.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  887.                                 wait(0.2)
  888.                                 inform2("Original ID: "..forcheck)
  889.                             elseif smode == 3 then
  890.                                 forcheck=145369820
  891.                                 inform2("Variable: paper_mario")
  892.                                 wait(0.2)
  893.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  894.                                 wait(0.2)
  895.                                 inform2("Original ID: "..forcheck)
  896.                             end
  897.                         end
  898.                     end
  899.                     end
  900.                     if key == "J" or key == "j" then
  901.                         AnimationStop()
  902.                         rus = true
  903.                         M11:Play()
  904.                             if advan == false then
  905.                             if smode == 1 then
  906.                                 inform2("rus")
  907.                             elseif smode == 2 then
  908.                                 inform2("we_rise")
  909.                             elseif smode == 3 then
  910.                                 inform2("otis")
  911.                                 end
  912.                         if advan == true then
  913.                             if smode == 1 then
  914.                                 forcheck=542441126
  915.                                 inform2("Variable: rus")
  916.                                 wait(0.2)
  917.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  918.                                 wait(0.2)
  919.                                 inform2("Original ID: "..forcheck)
  920.                             elseif smode == 2 then
  921.                                 forcheck=427801633
  922.                                 inform2("Variable: we_rise")
  923.                                 wait(0.2)
  924.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  925.                                 wait(0.2)
  926.                                 inform2("Original ID: "..forcheck)
  927.                             elseif smode == 3 then
  928.                                 forcheck=142308159
  929.                                 inform2("Variable: otis")
  930.                                 wait(0.2)
  931.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  932.                                 wait(0.2)
  933.                                 inform2("Original ID: "..forcheck)
  934.                             end
  935.                         end
  936.                     end
  937.                     end
  938.                     if key == "K" or key == "k" then
  939.                         AnimationStop()
  940.                         it_s_already_that_old = true
  941.                         M12:Play()
  942.                             if advan == false then
  943.                             if smode == 1 then
  944.                                 inform2("it_s_already_that_old")
  945.                             elseif smode == 2 then
  946.                                 inform2("yeah")
  947.                             elseif smode == 3 then
  948.                                 inform2("LJN")
  949.                                 end
  950.                         if advan == true then
  951.                             if smode == 1 then
  952.                                 forcheck=501548847
  953.                                 inform2("Variable: it_s_already_that_old")
  954.                                 wait(0.2)
  955.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  956.                                 wait(0.2)
  957.                                 inform2("Original ID: "..forcheck)
  958.                             elseif smode == 2 then
  959.                                 forcheck=277253359
  960.                                 inform2("Variable: yeah")
  961.                                 wait(0.2)
  962.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  963.                                 wait(0.2)
  964.                                 inform2("Original ID: "..forcheck)
  965.                             elseif smode == 3 then
  966.                                 forcheck=167373003
  967.                                 inform2("Variable: LJN")
  968.                                 wait(0.2)
  969.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  970.                                 wait(0.2)
  971.                                 inform2("Original ID: "..forcheck)
  972.                             end
  973.                         end
  974.                     end
  975.                     end
  976.                     if key == "L" or key == "l" then
  977.                         AnimationStop()
  978.                         pootis_avi = true
  979.                         M13:Play()
  980.                             if advan == false then
  981.                             if smode == 1 then
  982.                                 inform2("pootis_avi")
  983.                             elseif smode == 2 then
  984.                                 inform2("it_s_metal")
  985.                             elseif smode == 3 then
  986.                                 inform2("ITS_NO_USE")
  987.                                 end
  988.                         if advan == true then
  989.                             if smode == 1 then
  990.                                 forcheck=336581561
  991.                                 inform2("Variable: pootis_avi")
  992.                                 wait(0.2)
  993.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  994.                                 wait(0.2)
  995.                                 inform2("Original ID: "..forcheck)
  996.                             elseif smode == 2 then
  997.                                 forcheck=184740384
  998.                                 inform2("Variable: it_s_metal")
  999.                                 wait(0.2)
  1000.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1001.                                 wait(0.2)
  1002.                                 inform2("Original ID: "..forcheck)
  1003.                             elseif smode == 3 then
  1004.                                 forcheck=130844716
  1005.                                 inform2("Variable: ITS_NO_USE")
  1006.                                 wait(0.2)
  1007.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1008.                                 wait(0.2)
  1009.                                 inform2("Original ID: "..forcheck)
  1010.                             end
  1011.                         end
  1012.                     end
  1013.                     end
  1014.                     if key == "Z" or key == "z" then
  1015.                         AnimationStop()
  1016.                         buelah_mp3 = true
  1017.                         M14:Play()
  1018.                             if advan == false then
  1019.                             if smode == 1 then
  1020.                                 inform2("buelah_mp3")
  1021.                             elseif smode == 2 then
  1022.                                 inform2("GOOD_JOB")
  1023.                             elseif smode == 3 then
  1024.                                 inform2("spm")
  1025.                                 end
  1026.                         if advan == true then
  1027.                             if smode == 1 then
  1028.                                 forcheck=214285554
  1029.                                 inform2("Variable: buelah_mp3")
  1030.                                 wait(0.2)
  1031.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1032.                                 wait(0.2)
  1033.                                 inform2("Original ID: "..forcheck)
  1034.                             elseif smode == 2 then
  1035.                                 forcheck=225074231
  1036.                                 inform2("Variable: GOOD_JOB")
  1037.                                 wait(0.2)
  1038.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1039.                                 wait(0.2)
  1040.                                 inform2("Original ID: "..forcheck)
  1041.                             elseif smode == 3 then
  1042.                                 forcheck=202234516
  1043.                                 inform2("Variable: spm")
  1044.                                 wait(0.2)
  1045.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1046.                                 wait(0.2)
  1047.                                 inform2("Original ID: "..forcheck)
  1048.                             end
  1049.                         end
  1050.                     end
  1051.                     end
  1052.                     if key == "X" or key == "x" then
  1053.                         AnimationStop()
  1054.                         antivirisis = true
  1055.                         M15:Play()
  1056.                         if sandstorm == nil and antivirisis == true then
  1057.                             sandstorm = P(1,1,1,'Black',0,false,false)
  1058.                             sandstorm.Transparency = 1
  1059.                             a=Instance.new("Smoke",sandstorm)
  1060.                             a.Color = Color3.new(255/255,255/255,175/255)
  1061.                             a.Size = 0.4
  1062.                             a.RiseVelocity = 3
  1063.                             a.Opacity = 0.75
  1064.                             b=We(sandstorm,char:FindFirstChild("Torso"),0,0,0,0,0,0)
  1065.                             b.C1 = CFrame.new(0, -2, 0)
  1066.                         end
  1067.                             if advan == false then
  1068.                             if smode == 1 then
  1069.                                 inform2("antivirisis")
  1070.                             elseif smode == 2 then
  1071.                                 inform2("hardness")
  1072.                             elseif smode == 3 then
  1073.                                 inform2("stylo")
  1074.                                 end
  1075.                         if advan == true then
  1076.                             if smode == 1 then
  1077.                                 forcheck=278068026
  1078.                                 inform2("Variable: antivirisis")
  1079.                                 wait(0.2)
  1080.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1081.                                 wait(0.2)
  1082.                                 inform2("Original ID: "..forcheck)
  1083.                             elseif smode == 2 then
  1084.                                 forcheck=265479911
  1085.                                 inform2("Variable: hardness")
  1086.                                 wait(0.2)
  1087.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1088.                                 wait(0.2)
  1089.                                 inform2("Original ID: "..forcheck)
  1090.                             elseif smode == 3 then
  1091.                                 forcheck=144940679
  1092.                                 inform2("Variable: stylo")
  1093.                                 wait(0.2)
  1094.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1095.                                 wait(0.2)
  1096.                                 inform2("Original ID: "..forcheck)
  1097.                             end
  1098.                         end
  1099.                     end
  1100.                     end
  1101.                     if key == "C" or key == "c" then
  1102.                         AnimationStop()
  1103.                         look_at_this_dude = true
  1104.                         M16:Play()
  1105.                             if advan == false then
  1106.                             if smode == 1 then
  1107.                                 inform2("look_at_this_dude")
  1108.                             elseif smode == 2 then
  1109.                                 inform2("hard_bass")
  1110.                             elseif smode == 3 then
  1111.                                 inform2("nedm")
  1112.                                 end
  1113.                         if advan == true then
  1114.                             if smode == 1 then
  1115.                                 forcheck=424610918
  1116.                                 inform2("Variable: look_at_this_dude")
  1117.                                 wait(0.2)
  1118.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1119.                                 wait(0.2)
  1120.                                 inform2("Original ID: "..forcheck)
  1121.                             elseif smode == 2 then
  1122.                                 forcheck=324499479
  1123.                                 inform2("Variable: hard_bass")
  1124.                                 wait(0.2)
  1125.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1126.                                 wait(0.2)
  1127.                                 inform2("Original ID: "..forcheck)
  1128.                             elseif smode == 3 then
  1129.                                 forcheck=138811227
  1130.                                 inform2("Variable: nedm")
  1131.                                 wait(0.2)
  1132.                                 inform2("Original name: "..game:GetService("MarketplaceService"):GetProductInfo(forcheck,Enum.InfoType.Asset).Name)
  1133.                                 wait(0.2)
  1134.                                 inform2("Original ID: "..forcheck)
  1135.                             end
  1136.                         end
  1137.                     end
  1138.                     end
  1139.                     if key == "V" or key == "v" then
  1140.                         smode = 1
  1141.                         M1.SoundId=Asset.."482893067"
  1142.                         M2.SoundId=Asset.."408731259"
  1143.                         M3.SoundId=Asset.."257341751"
  1144.                         M4.SoundId=Asset.."258500169"
  1145.                         M5.SoundId=Asset.."187013797"
  1146.                         M6.SoundId=Asset.."224705079"
  1147.                         M7.SoundId=Asset.."200624713"
  1148.                         M8.SoundId=Asset.."410806544"
  1149.                         M9.SoundId=Asset.."242178814"
  1150.                         M10.SoundId=Asset.."142375403"
  1151.                         M11.SoundId=Asset.."542441126"
  1152.                         M12.SoundId=Asset.."501548847"
  1153.                         M13.SoundId=Asset.."336581561"
  1154.                         M14.SoundId=Asset.."214285554"
  1155.                         M15.SoundId=Asset.."278068026"
  1156.                         M16.SoundId=Asset.."424610918"
  1157.                         inform2("Smode: 1 (Original Music)")
  1158.                     end
  1159.                     if key == "B" or key == "b" then
  1160.                         smode = 2
  1161.                         M1.SoundId=Asset.."561274893"
  1162.                         M2.SoundId=Asset.."273029844"
  1163.                         M3.SoundId=Asset.."421360692"
  1164.                         M4.SoundId=Asset.."416308003"
  1165.                         M5.SoundId=Asset.."462957432"
  1166.                         M6.SoundId=Asset.."385741330"
  1167.                         M7.SoundId=Asset.."334046170"
  1168.                         M8.SoundId=Asset.."400663465"
  1169.                         M9.SoundId=Asset.."297802798"
  1170.                         M10.SoundId=Asset.."410005698"
  1171.                         M11.SoundId=Asset.."427801633"
  1172.                         M12.SoundId=Asset.."277253359"
  1173.                         M13.SoundId=Asset.."184740384"
  1174.                         M14.SoundId=Asset.."225074231"
  1175.                         M15.SoundId=Asset.."265479911"
  1176.                         M16.SoundId=Asset.."324499479"
  1177.                         inform2("Smode: 2 (Other Music)")
  1178.                     end
  1179.                     if key == "N" or key == "n" then
  1180.                         smode = 3
  1181.                         M1.SoundId=Asset.."168340433"
  1182.                         M2.SoundId=Asset.."265576262"
  1183.                         M3.SoundId=Asset.."142523507"
  1184.                         M4.SoundId=Asset.."151021035"
  1185.                         M5.SoundId=Asset.."253539621"
  1186.                         M6.SoundId=Asset.."178752763"
  1187.                         M7.SoundId=Asset.."340617496"
  1188.                         M8.SoundId=Asset.."142355221"
  1189.                         M9.SoundId=Asset.."362846090"
  1190.                         M10.SoundId=Asset.."145369820"
  1191.                         M11.SoundId=Asset.."142308159"
  1192.                         M12.SoundId=Asset.."167373003"
  1193.                         M13.SoundId=Asset.."130844716"
  1194.                         M14.SoundId=Asset.."202234516"
  1195.                         M15.SoundId=Asset.."144940679"
  1196.                         M16.SoundId=Asset.."138811227"
  1197.                         inform2("Smode: 3 (Music From the 1st Edit)")
  1198.                     end
  1199.                     if key == "M" or key == "m" then
  1200.                         if advan == false then
  1201.                         advan = true
  1202.                         inform2("Advanced details are on")
  1203.                         elseif advan == true then
  1204.                         advan = false
  1205.                         inform2("Advanced details are off")
  1206.                         end
  1207.                         end
  1208.                 end
  1209.             end
  1210.     end
  1211. end
  1212.  
  1213. Generate(Player)
  1214.  
  1215. game:service'RunService'.Stepped:connect(function()
  1216.     count = (count % 100) + countspeed
  1217.     angle = math.pi * math.sin(math.pi*2/100*count)
  1218.     countspeed = 1
  1219.    
  1220.     state = humanoid:GetState()
  1221.     if state ~= Enum.HumanoidStateType.Freefall then
  1222.         jump = false
  1223.     else
  1224.         jump = true
  1225.         sit = false
  1226.         AnimationStop()
  1227.     end
  1228.    
  1229.     local mesh1anan = Instance.new("SpecialMesh")
  1230.     mesh1anan.MeshType = Enum.MeshType.FileMesh
  1231.     mesh1anan.Scale = Vector3.new(1,1,1)
  1232.     mesh1anan.MeshId = "rbxassetid://431000837"
  1233.     mesh1anan.TextureId = "rbxassetid://431000842"
  1234.     if look_at_this_dude == true then
  1235.         if char ~= nil then
  1236.             local locationanan = char:GetModelCFrame()
  1237.             local tacoa = Instance.new("Part")
  1238.             tacoa.CanCollide = false
  1239.             tacoa.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  1240.             local meshanananan = mesh1anan:clone()
  1241.             meshanananan.Parent = tacoa
  1242.             meshanananan.Scale = Vector3.new(1,1,1)
  1243.             tacoa.CFrame = locationanan * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  1244.             tacoa.Parent = workspace
  1245.             game:GetService("Debris"):AddItem(tacoa,4)
  1246.         end
  1247.     end
  1248.    
  1249.    
  1250.    
  1251.    
  1252.     if some_power == false then
  1253.         M1:Stop()
  1254.     end
  1255.     if _2_much_power == false then 
  1256.         M2:Stop()
  1257.     end
  1258.     if unity == false then 
  1259.         M3:Stop()
  1260.     end
  1261.     if haha_no == false then   
  1262.         M4:Stop()
  1263.     end
  1264.     if spin_round == false then
  1265.         M5:Stop()
  1266.     end
  1267.     if still_not_that_fast == false then   
  1268.         M6:Stop()
  1269.     end
  1270.     if tetris_remix == false then  
  1271.         M7:Stop()
  1272.     end
  1273.     if dat_boi == false then   
  1274.         M8:Stop()
  1275.     end
  1276.     if memes == false then 
  1277.         M9:Stop()
  1278.     end
  1279.     if scary_monsters_nice_sprites_remix == false then 
  1280.         M10:Stop()
  1281.     end
  1282.     if rus == false then   
  1283.         M11:Stop()
  1284.     end
  1285.     if it_s_already_that_old == false then
  1286.         M12:Stop()
  1287.     end
  1288.     if pootis_avi == false then
  1289.         M13:Stop()
  1290.     end
  1291.     if buelah_mp3 == false then
  1292.         M14:Stop() 
  1293.     end
  1294.     if antivirisis == false then
  1295.         M15:Stop()
  1296.     end
  1297.     if look_at_this_dude == false then
  1298.         M16:Stop()
  1299.     end
  1300.    
  1301.     if run == true and sit == false then
  1302.         humanoid.WalkSpeed = 25
  1303.     elseif sit == true then
  1304.         humanoid.WalkSpeed = 0
  1305.     else
  1306.         humanoid.WalkSpeed = 16
  1307.     end
  1308.    
  1309.     if global_wait == 380 then global_wait = 0 end
  1310.    
  1311.     if (W == false or A == false or S == false or D == false) and jump == false and sit == false then
  1312.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/75)
  1313.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/75)
  1314.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/75)
  1315.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/75)
  1316.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/75, math.pi, 0)
  1317.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1318.     end
  1319.    
  1320.    
  1321.     if (W == false or A == false or S == false or D == false) and jump == false and sit == true then
  1322.         local ray = Ray.new(torso.Position, Vector3.new(0, -3, 0))
  1323.         local hitz,enz = workspace:FindPartOnRay(ray, char)
  1324.         if hitz then
  1325.             if rootpart:FindFirstChild("Weld") == nil then
  1326.                 miniweld = Instance.new("Weld", rootpart)
  1327.                 miniweld.C0 = hitz.CFrame:toObjectSpace(rootpart.CFrame)
  1328.                 miniweld.Part0 = hitz
  1329.                 miniweld.Part1 = rootpart
  1330.                 humanoid.PlatformStand = true
  1331.             end
  1332.         end
  1333.     else
  1334.         if rootpart:FindFirstChild("Weld") ~= nil then
  1335.             rootpart:FindFirstChild("Weld"):Destroy()
  1336.             humanoid.PlatformStand = false
  1337.         end
  1338.     end
  1339.    
  1340.     if (W == false or A == false or S == false or D == false) and jump == false and sit == true then
  1341.         ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - math.pi/15)
  1342.         rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 + math.pi/15)
  1343.         lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + math.pi/8, 0, math.pi/2 - math.pi/15)
  1344.         rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + math.pi/8, 0, -math.pi/2 + math.pi/15)
  1345.         neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + math.pi/15, math.pi, 0)
  1346.         rj.C0 = CFrame.new(0, -2, 0) * CFrame.Angles(math.pi/2 + math.pi/15, math.pi, 0)
  1347.     end
  1348.    
  1349.     if jump == true and sit == false then
  1350.         countspeed = 2
  1351.         ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi + angle/12)
  1352.         rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi + angle/12)
  1353.         lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/12)
  1354.         rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/12)
  1355.         neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/25, math.pi, 0)
  1356.         rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2+ angle/50, math.pi, 0)
  1357.     end
  1358.    
  1359.     if (W == true or A == true or S == true or D == true) and jump == false and sit == false then
  1360.         if run == true then
  1361.             countspeed = 4
  1362.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/3)
  1363.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/3)
  1364.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/5)
  1365.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/5)
  1366.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/20, math.pi, 0)
  1367.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2 + angle/40, math.pi, 0)
  1368.         else
  1369.             countspeed = 2
  1370.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/4)
  1371.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 - angle/4)
  1372.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/6)
  1373.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/6)
  1374.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/25, math.pi, 0)
  1375.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2+ angle/50, math.pi, 0)
  1376.         end
  1377.     end
  1378.  
  1379.     if W == false and A == false and S == false and D == false and jump == false and sit == false then
  1380.         if unity == true and jump == false and sit == false then
  1381.             countspeed = 2
  1382.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(angle/5, 0, angle/4)
  1383.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(angle/5, 0, -angle/4)
  1384.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(angle/10, 0, angle/5)-- * CFrame.Angles(angle*0.5, 0, -math.abs(angle*0.15))
  1385.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(angle/10, 0, angle/5)-- * CFrame.Angles(-angle*0.5, 0, math.abs(angle*0.15))
  1386.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/5, math.pi, 0)
  1387.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2 + angle/5, math.pi, 0)
  1388.         elseif _2_much_power == true and jump == false and sit == false then
  1389.             countspeed = 4
  1390.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(angle/15, 0, angle/15)
  1391.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(angle/15, 0, angle/15)
  1392.             ls.C1 = CFrame.new(0.25,0.5 + 1 * angle/10,0.5) * CFrame.Angles(math.pi  + angle/10, 0, 0 + angle/10)
  1393.             rs.C1 = CFrame.new(-0.25,0.5 + 1 * angle/10,0.5) * CFrame.Angles(math.pi  + angle/10, 0, 0  + angle/10)
  1394.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/10, math.pi, 0)
  1395.             rj.C0 = CFrame.new(0, 0.5 + angle/5, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1396.         elseif some_power == true and jump == false and sit == false then
  1397.             countspeed = 2
  1398.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0 + angle/8, 0, math.pi/12 + angle/12)
  1399.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0 + angle/8, 0, -math.pi/12 - angle/12)
  1400.             lh.C1 = CFrame.new(0.35,0.7,0.5) * CFrame.Angles(0 + angle/10, 0, -math.pi/8)
  1401.             rh.C1 = CFrame.new(-0.35,0.7,0.5) * CFrame.Angles(0 + angle/10, 0, math.pi/8)
  1402.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/15, math.pi, 0)
  1403.             rj.C0 = CFrame.new(angle/4, -0.3 + angle/20, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1404.         elseif haha_no == true and jump == false and sit == false then
  1405.             countspeed = 4
  1406.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(math.pi/4, math.pi/8 + angle/8, math.pi/4 + angle/8)
  1407.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(math.pi/4, -math.pi/8 + angle/8, -math.pi/4 + angle/8)
  1408.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/10, 0, 0  + angle/10)
  1409.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/10, 0, 0  + angle/10)
  1410.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/15, math.pi + angle/15, 0 + angle/15)
  1411.             rj.C0 = CFrame.new(0, 0 + angle/20, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1412.         elseif spin_round == true and jump == false and sit == false then
  1413.             global_wait = (global_wait % 360) + 4
  1414.             countspeed = 4
  1415.             ls.C1 = CFrame.new(0,1,0) * CFrame.Angles(math.pi/2, 0 + angle/10, 0 + angle/10)
  1416.             rs.C1 = CFrame.new(0,1,0) * CFrame.Angles(math.pi/2, 0 - angle/10, 0 + angle/10)
  1417.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/10, 0 + angle/10, 0  + angle/10)
  1418.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/10, 0 + angle/10, 0  + angle/10)
  1419.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1420.             rj.C0 = CFrame.new(0 + angle/25, 0, 0 - angle/25) * CFrame.Angles(math.pi/2, math.pi, math.rad(global_wait*4))
  1421.         elseif still_not_that_fast == true and jump == false and sit == false then
  1422.             countspeed = 2
  1423.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi/2 + angle/15)
  1424.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, -math.pi/2 + angle/15)
  1425.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(math.pi/60 - angle/45, 0, 0 + angle/15)
  1426.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(math.pi/60 + angle/45, 0, 0 + angle/15)
  1427.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/15, math.pi + angle/10, 0)
  1428.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2 + angle/50 , math.pi + angle/50, 0 + angle/50)
  1429.         elseif tetris_remix == true and jump == false and sit == false then
  1430.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi)
  1431.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi)
  1432.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0)
  1433.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0)
  1434.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1435.             rj.C0 = CFrame.new(0 + angle, -1.8, 0) * CFrame.Angles(0, math.pi, 0 + angle)
  1436.         elseif dat_boi == true and jump == false and sit == false then
  1437.             countspeed = 2
  1438.             ls.C1 = CFrame.new(0,0.75,-0.25) * CFrame.Angles(-math.pi/5, 0, math.pi/2 - math.abs(angle/30))
  1439.             rs.C1 = CFrame.new(0,0.75,-0.25) * CFrame.Angles(-math.pi/5, 0, -math.pi/2 + math.abs(angle/30))
  1440.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 - math.abs(angle/30))
  1441.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + math.abs(angle/30))
  1442.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1443.             rj.C0 = CFrame.new(0, -math.abs(angle*0.05), math.abs(angle*0.025)) * CFrame.Angles(math.pi/2 + math.abs(angle/20), math.pi, 0)
  1444.         elseif memes == true and jump == false and sit == false then
  1445.             countspeed = 3
  1446.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi/2 - angle/1.5)
  1447.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, -math.pi/2 + angle/1.5)
  1448.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 - angle/16)
  1449.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 + angle/16)
  1450.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2  + angle/12, math.pi, 0)
  1451.             rj.C0 = CFrame.new(0, 0 + angle / 35, 0) * CFrame.Angles(math.pi/2 + angle/25, math.pi, 0)
  1452.         elseif scary_monsters_nice_sprites_remix == true and jump == false and sit == false then
  1453.             countspeed = 2.5
  1454.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(angle/16, angle/16,math.pi/3.5 + angle/8)
  1455.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(angle/16, -angle/16,-math.pi/1.5 + -angle/8)
  1456.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, angle/16, angle/16)
  1457.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, angle/16, angle/16)
  1458.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1459.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2-angle/16, math.pi, 0)
  1460.         elseif rus == true and jump == false and sit == false then
  1461.             countspeed = 2
  1462.             ls.C1 = CFrame.new(0,0.75,-0.35) * CFrame.Angles(math.pi/8, 0, math.pi/2 + angle/3.5)
  1463.             rs.C1 = CFrame.new(0,0.75,-0.35) * CFrame.Angles(math.pi/8, 0, -math.pi/2 + angle/3.5)
  1464.             lh.C1 = CFrame.new(0 + angle/50,1,0.5) * CFrame.Angles(0, 0 + angle/35, 0 + angle/15)
  1465.             rh.C1 = CFrame.new(0 + angle/50,1,0.5) * CFrame.Angles(0, 0 + angle/35, 0 + angle/15)
  1466.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/15, math.pi, 0)
  1467.             rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.pi/2 - angle/35, math.pi - angle/35, 0)
  1468.         elseif it_s_already_that_old == true and jump == false and sit == false then
  1469.             countspeed = 4
  1470.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, math.pi/2+angle/2)
  1471.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, -math.pi/2+angle/2)
  1472.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0+angle/32, 0, 0+angle/32)
  1473.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0+angle/32, 0, 0-angle/32)
  1474.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1475.             rj.C0 = CFrame.new(0, 0 - angle/50, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1476.         elseif pootis_avi == true and jump == false and sit == false then
  1477.             countspeed = 4
  1478.             ls.C1 = CFrame.new(0,0.75,-0.15) * CFrame.Angles(-math.pi/4, 0, (math.pi/2 + angle/14) - math.pi/20)
  1479.             rs.C1 = CFrame.new(0,0.75,-0.15) * CFrame.Angles(-math.pi/4, 0, (-math.pi/2 - angle/14) + math.pi/20)
  1480.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/16, 0, 0)
  1481.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0 + angle/16, 0, 0)
  1482.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 + angle/20, math.pi, 0)
  1483.             rj.C0 = CFrame.new(0, 0 + angle/40, 0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1484.         elseif buelah_mp3 == true and jump == false and sit == false then
  1485.             countspeed = 2
  1486.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(math.pi/12, 0, math.pi/4 + angle/4)
  1487.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(math.pi/12, 0, -math.pi/4 + angle/4)
  1488.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(math.pi/24, 0, 0 + angle/4)
  1489.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(math.pi/24, 0, 0 + angle/4)
  1490.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 - angle/8, math.pi, 0)
  1491.             rj.C0 = CFrame.new(0, 0 + angle/48, 0) * CFrame.Angles(math.pi/2 + angle/24, math.pi, 0)
  1492.         elseif antivirisis == true and jump == false and sit == false then
  1493.             countspeed = 3
  1494.             ls.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 + angle/1.5)
  1495.             rs.C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0, 0, 0 + angle/3)
  1496.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 - angle/3)
  1497.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, 0 - angle/1.5)
  1498.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2, math.pi, 0)
  1499.             rj.C0 = CFrame.new(0, 0+ angle/45, 0) * CFrame.Angles(math.pi/2 - angle/6, math.pi, 0)
  1500.         elseif look_at_this_dude == true and jump == false and sit == false then
  1501.             countspeed = 4
  1502.             global_wait = (global_wait % 360) + 4
  1503.             ls.C1 = CFrame.new(0,1,-0.25) * CFrame.Angles(math.pi/6 + angle/12, 0, math.pi)
  1504.             rs.C1 = CFrame.new(0,1,-0.25) * CFrame.Angles(math.pi/6 + angle/12, 0, math.pi)
  1505.             lh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, math.pi/8 + angle/16)
  1506.             rh.C1 = CFrame.new(0,1,0.5) * CFrame.Angles(0, 0, math.pi/8 + angle/16)
  1507.             neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.pi/2 - math.pi/8 + angle/16, math.pi, 0)
  1508.             rj.C0 = CFrame.new(0, 0.25 + angle/12, 0) * CFrame.Angles(math.pi/2, math.pi, math.rad(global_wait*4))
  1509.         end
  1510.     end
  1511. end)
  1512. wait(0.2)
  1513. inform2(_VERSION.." is cool!!!")
  1514.  
  1515. while true do
  1516. wait(2)
  1517. WorkPlayer.FalseHead.NametagGUI.ImageLabel.TextLabel.TextColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
  1518. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement