Advertisement
BobMe

CSTest

Apr 12th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.48 KB | None | 0 0
  1. size = .5 -- Average Mep Size
  2. hats = true -- For example, if you press X a barrel will parent to your torso(if true)
  3. ---Size will randomly change, recommended that you clone this, do not take credit.
  4.  
  5. --[[
  6. ```Original script by AmbientOcclusion (formerly madiik)
  7. ```Edit by: Memo1332(aka Pink Draggo or Pink Addict) Discord: The Pink Draggo#8471
  8.  
  9.  
  10. ....Controls:
  11. Normal Mini Meep Controls: z,x,c,v,b,n,m,l,k,j,h,g,f,r,t,ctrl
  12.  
  13. ....Added Controls:
  14. P: Lowers Jump Power (unless very big because values are calculated off of the size variable)
  15. U: Sets Jump Power Back To Normal
  16. key ]: Makes your walkspeed two times slower.
  17. Ins: Adds a Body Gyro (to stop animation bugs when very small)
  18. Home: Removes Body Gyro
  19.  
  20. ....Chat Commands
  21. !play id :set a custom song for the J key(global)
  22. ;play id :set a custom song for the J key(local)
  23. ;printstats : prints some humanoid stats(local)
  24. ;enablehats : adds hats, aka key J pink hair will show(local)
  25. ;disablehats : disables hats(local)
  26. ..Dance Commands(only global)..
  27. !DanceZ
  28. !DanceX
  29. !DanceC
  30. !DanceV
  31. !DanceB
  32. !DanceN
  33. !DanceM
  34. !DanceL
  35. !DanceK
  36. !DanceJ
  37. !DanceH
  38. !DanceG
  39. !DanceF
  40. !DanceR
  41. !DanceT
  42. ]]
  43. plr = game.Players.LocalPlayer
  44. screen = plr.PlayerGui
  45. mouse = plr:GetMouse()
  46.  
  47. ScreenGui0 = Instance.new("ScreenGui",screen)
  48. Frame1 = Instance.new("Frame", Frame1,ScreenGui0)
  49. TextLabel2 = Instance.new("TextLabel",Frame1)
  50. TextLabel3 = Instance.new("TextLabel",Frame1)
  51. Frame4 = Instance.new("Frame", Frame1,Frame1)
  52. TextBox5 = Instance.new("TextBox",Frame1)
  53. TextLabel6 = Instance.new("TextLabel",Frame1)
  54. TextButton7 = Instance.new("TextButton",Frame1)
  55. Frame1.Transparency = 0.5
  56. Frame1.Size = UDim2.new(0, 500, 0, 300)
  57. Frame1.Position = UDim2.new(0.5, 0, 0.5, 0)
  58. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Frame1.BackgroundTransparency = 0.5
  60. Frame1.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  61. Frame1.BorderSizePixel = 20
  62. Frame1.AnchorPoint = Vector2.new(0.5, 0.5)
  63. TextLabel2.Transparency = 0
  64. TextLabel2.Size = UDim2.new(0, 200, 0, 50)
  65. TextLabel2.Text = "The Mep"
  66. TextLabel2.Position = UDim2.new(0, 151, 0, 20)
  67. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  68. TextLabel2.BackgroundTransparency = 1
  69. TextLabel2.BorderSizePixel = 0
  70. TextLabel2.Font = Enum.Font.SourceSans
  71. TextLabel2.FontSize = Enum.FontSize.Size96
  72. TextLabel2.TextColor3 = Color3.new(1, 0.686275, 1)
  73. TextLabel2.TextStrokeColor3 = Color3.new(0.964706, 0.419608, 1)
  74. TextLabel2.TextStrokeTransparency = 0
  75. TextLabel3.Transparency = 0
  76. TextLabel3.Size = UDim2.new(0, 200, 0, 50)
  77. TextLabel3.Text = "Edit By Memo1332"
  78. TextLabel3.Position = UDim2.new(0, 148, 0, 55)
  79. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  80. TextLabel3.BackgroundTransparency = 1
  81. TextLabel3.BorderSizePixel = 0
  82. TextLabel3.Font = Enum.Font.SourceSans
  83. TextLabel3.FontSize = Enum.FontSize.Size24
  84. TextLabel3.TextColor3 = Color3.new(1, 0.686275, 1)
  85. TextLabel3.TextStrokeColor3 = Color3.new(0.964706, 0.419608, 1)
  86. TextLabel3.TextStrokeTransparency = 0
  87. Frame4.Transparency = 0.34999999403954
  88. Frame4.Size = UDim2.new(0, 463, 0, 132)
  89. Frame4.Position = UDim2.new(0, 20, 0, 132)
  90. Frame4.BackgroundColor3 = Color3.new(1, 1, 1)
  91. Frame4.BackgroundTransparency = 0.34999999403954
  92. Frame4.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  93. Frame4.BorderSizePixel = 0
  94. TextBox5.Transparency = 0.40000000596046
  95. TextBox5.Size = UDim2.new(0, 241, 0, 61)
  96. TextBox5.Text = size
  97. TextBox5.Position = UDim2.new(0, 221, 0, 142)
  98. TextBox5.BackgroundColor3 = Color3.new(0.909804, 0.631373, 1)
  99. TextBox5.BackgroundTransparency = 0.40000000596046
  100. TextBox5.BorderColor3 = Color3.new(1, 0.796079, 0.980392)
  101. TextBox5.BorderSizePixel = 8
  102. TextBox5.Font = Enum.Font.SourceSans
  103. TextBox5.FontSize = Enum.FontSize.Size28
  104. TextBox5.TextColor3 = Color3.new(1, 1, 1)
  105. TextLabel6.Transparency = 0
  106. TextLabel6.Size = UDim2.new(0, 200, 0, 50)
  107. TextLabel6.Text = "Size:"
  108. TextLabel6.Position = UDim2.new(0, 30, 0, 142)
  109. TextLabel6.BackgroundColor3 = Color3.new(1, 1, 1)
  110. TextLabel6.BackgroundTransparency = 1
  111. TextLabel6.BorderSizePixel = 0
  112. TextLabel6.Font = Enum.Font.SourceSans
  113. TextLabel6.FontSize = Enum.FontSize.Size96
  114. TextLabel6.TextColor3 = Color3.new(1, .8, 1)
  115. TextLabel6.TextStrokeColor3 = Color3.new(1, 0.67451, 0.94902)
  116. TextLabel6.TextStrokeTransparency = 0
  117. TextButton7.Transparency = 0.5
  118. TextButton7.Size = UDim2.new(0, 221, 0, 30)
  119. TextButton7.Text = "Go"
  120. TextButton7.Position = UDim2.new(0, 141, 0, 223)
  121. TextButton7.BackgroundColor3 = Color3.new(1, 0.278431, 0.988235)
  122. TextButton7.BackgroundTransparency = 0.5
  123. TextButton7.BorderSizePixel = 0
  124. TextButton7.Font = Enum.Font.SourceSans
  125. TextButton7.FontSize = Enum.FontSize.Size28
  126. TextButton7.TextColor3 = Color3.new(1, 1, 1)
  127.  
  128. TextButton7.MouseButton1Click:connect(function()
  129. size = (TextBox5.Text)
  130. ScreenGui0.Parent = nil
  131. end)
  132. repeat wait() until ScreenGui0.Parent == nil
  133. size = size-1+1 -- roblox is fat sometimes
  134.  
  135.  
  136. local ran,err = ypcall(function()
  137. plr = game:service'Players'.LocalPlayer
  138. char = plr.Character
  139. mouse = plr:GetMouse()
  140. humanoid = char:findFirstChild("Humanoid")
  141. torso = char:findFirstChild("Torso")
  142. head = char.Head
  143. ra = char:findFirstChild("Right Arm")
  144. la = char:findFirstChild("Left Arm")
  145. rl = char:findFirstChild("Right Leg")
  146. ll = char:findFirstChild("Left Leg")
  147. rs = torso:findFirstChild("Right Shoulder")
  148. ls = torso:findFirstChild("Left Shoulder")
  149. rh = torso:findFirstChild("Right Hip")
  150. lh = torso:findFirstChild("Left Hip")
  151. neck = torso:findFirstChild("Neck")
  152. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  153. anim = char:findFirstChild("Animate")
  154. rootpart = char:findFirstChild("HumanoidRootPart")
  155. camera = workspace.CurrentCamera
  156. do --Removing ROBLOX's new Looped bug >_>
  157. local function rec(x)
  158. for i,v in pairs(x:children()) do
  159. if v:IsA'Animation' then
  160. v.AnimationId = 'rbxassetid://28159255'
  161. end
  162. rec(v)
  163. end
  164. end
  165. rec(anim) --the Animate script
  166. end
  167.  
  168. humanoid.Jump = true
  169.  
  170. wait(.4)
  171. antispam = false
  172.  
  173.  
  174. if anim then
  175. anim:Destroy()
  176. end
  177.  
  178.  
  179. rj.C0 = CFrame.new()
  180. rj.C1 = CFrame.new()
  181.  
  182.  
  183. super_annoying = Instance.new("Sound", head)
  184. super_annoying.SoundId = "http://www.roblox.com/asset/?id=818971480"
  185. super_annoying.Volume = 10
  186. super_annoying.Pitch = 1.15
  187. super_annoying.Looped = true
  188. barrel_roll = Instance.new("Sound", head)
  189. barrel_roll.SoundId = "http://www.roblox.com/asset/?id=185492305"
  190. barrel_roll.Volume = 10
  191. barrel_roll.Looped = true
  192. dubstep_gun = Instance.new("Sound", head)
  193. dubstep_gun.SoundId = "http://www.roblox.com/asset/?id=1247011377"
  194. dubstep_gun.Volume = 10
  195. dubstep_gun.Pitch = 1.10
  196. dubstep_gun.Looped = true
  197. you_are_pirate = Instance.new("Sound", head)
  198. you_are_pirate.SoundId = "http://www.roblox.com/asset/?id=226273007"
  199. you_are_pirate.Volume = 10
  200. you_are_pirate.Looped = true
  201. cant_touch = Instance.new("Sound", head)
  202. cant_touch.SoundId = "http://www.roblox.com/asset/?id=525644811"
  203. cant_touch.Volume = 10
  204. cant_touch.Pitch = 1.15
  205. cant_touch.Looped = true
  206. gangy_style = Instance.new("Sound", head)
  207. gangy_style.SoundId = "http://www.roblox.com/asset/?id=838491143"
  208. gangy_style.Volume = 10
  209. gangy_style.Looped = true
  210. gangy_style.Pitch = 1.15
  211. fox_say = Instance.new("Sound", head)
  212. fox_say.SoundId = "http://www.roblox.com/asset/?id=665080025"
  213. fox_say.Volume = 10
  214. fox_say.Looped = true
  215. durk = Instance.new("Sound", head)
  216. durk.SoundId = "http://www.roblox.com/asset/?id=422902176"
  217. durk.Volume = 10
  218. durk.Pitch = 1.05
  219. durk.Looped = true
  220. sax_guy = Instance.new("Sound", head)
  221. sax_guy.SoundId = "http://www.roblox.com/asset/?id=130929550"
  222. sax_guy.Volume = 10
  223. sax_guy.Pitch = 1.15
  224. sax_guy.Looped = true
  225. heman = Instance.new("Sound", head)
  226. heman.SoundId = "http://www.roblox.com/asset/?id=427801633"
  227. heman.Volume = 10
  228. heman.Looped = true
  229. heman.Pitch = 1.1
  230. justin = Instance.new("Sound", head)
  231. justin.SoundId = "http://www.roblox.com/asset/?id=1540016882"
  232. justin.Volume = 10
  233. justin.Pitch = 1.05
  234. justin.Looped = true
  235. brony_music = Instance.new("Sound", head)
  236. brony_music.SoundId = "http://www.roblox.com/asset/?id=1136035890"
  237. brony_music.Volume = 10
  238. brony_music.Pitch = 1.3
  239. brony_music.Looped = true
  240. spitfire = Instance.new("Sound", head)
  241. spitfire.SoundId = "http://www.roblox.com/asset/?id=882519869"
  242. spitfire.Volume = 10
  243. spitfire.Looped = true
  244. spitfire.Pitch = 1
  245. burn_dem = Instance.new("Sound", head)
  246. burn_dem.SoundId = "http://www.roblox.com/asset/?id=228951484"
  247. burn_dem.Volume = 10
  248. burn_dem.Pitch = 1
  249. burn_dem.Looped = true
  250. aj = Instance.new("Sound", head)
  251. aj.SoundId = "rbxassetid://596364831"
  252. aj.Volume = 10
  253. aj.Pitch = 1.15
  254. aj.Looped = true
  255.  
  256.  
  257.  
  258. Instance.new("HumanoidController", game:service'ControllerService')
  259. Instance.new("SkateboardController", game:service'ControllerService')
  260. Instance.new("VehicleController", game:service'ControllerService')
  261.  
  262.  
  263.  
  264.  
  265. --minimize
  266. rh.Parent = nil
  267. lh.Parent = nil
  268. rs.Parent = nil
  269. ls.Parent = nil
  270. neck.Parent = nil
  271. rj.Parent = nil
  272.  
  273.  
  274. rl.FormFactor = "Custom"
  275. ll.FormFactor = "Custom"
  276. ra.FormFactor = "Custom"
  277. la.FormFactor = "Custom"
  278. torso.FormFactor = "Custom"
  279. head.FormFactor = "Custom"
  280. rootpart.FormFactor = "Custom"
  281.  
  282.  
  283.  
  284.  
  285. plr = game.Players.LocalPlayer
  286. gyro = 0
  287.  
  288.  
  289.  
  290. rootpart.Size = Vector3.new(.2*size, .2*size, .1*size)
  291. rl.Size = Vector3.new(.1*size, .2*size, .1*size)
  292. ll.Size = Vector3.new(.1*size, .2*size, .1*size)
  293. ra.Size = Vector3.new(.1*size, .2*size, .1*size)
  294. la.Size = Vector3.new(.1*size, .2*size, .1*size)
  295. torso.Size = Vector3.new(.2*size, .2*size, .1*size)
  296. head.Size = Vector3.new(.2*size, .1*size, .1*size)
  297.  
  298. rh.Parent = torso
  299. lh.Parent = torso
  300. rs.Parent = torso
  301. ls.Parent = torso
  302. neck.Parent = torso
  303. rj.Parent = rootpart
  304.  
  305. rootpart.CustomPhysicalProperties = PhysicalProperties.new(100,0,100,0,0)
  306. torso.CustomPhysicalProperties = PhysicalProperties.new(100,0,100,0,0)
  307. head.CustomPhysicalProperties = PhysicalProperties.new(100,0,100,0,0)
  308. rl.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
  309. ll.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
  310. ra.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
  311. la.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
  312.  
  313.  
  314. if torso:findFirstChild("roblox") then
  315. local p = Instance.new("Part", char)
  316. p.FormFactor = "Custom"
  317. p.Size = torso.Size
  318. p.Transparency = 1
  319. p:BreakJoints()
  320. local w = Instance.new("Weld", char)
  321. w.Part0 = p
  322. w.Part1 = torso
  323. torso:findFirstChild("roblox").Parent = p
  324. end
  325.  
  326.  
  327. --[[mesh1 = Instance.new("SpecialMesh", torso)
  328. mesh1.Name = "Mesh"
  329. mesh1.Scale = torso.Size - Vector3.new(torso.Size.x/2, torso.Size.y/2, 0)
  330. mesh1.MeshId = "rbxasset://fonts/torso.mesh"
  331. mesh2 = Instance.new("SpecialMesh", la)
  332. mesh2.Name = "Mesh"
  333. mesh2.Scale = la.Size - Vector3.new(0, la.Size.y/2, 0)
  334. mesh2.MeshId = "rbxasset://fonts/leftarm.mesh"
  335. mesh3 = Instance.new("SpecialMesh", ra)
  336. mesh3.Name = "Mesh"
  337. mesh3.Scale = ra.Size - Vector3.new(0, ra.Size.y/2, 0)
  338. mesh3.MeshId = "rbxasset://fonts/rightarm.mesh"
  339. mesh4 = Instance.new("SpecialMesh", ll)
  340. mesh4.Name = "Mesh"
  341. mesh4.Scale = ll.Size - Vector3.new(0, ll.Size.y/2, 0)
  342. mesh4.MeshId = "rbxasset://fonts/leftleg.mesh"
  343. mesh5 = Instance.new("SpecialMesh", rl)
  344. mesh5.Name = "Mesh"
  345. mesh5.Scale = rl.Size - Vector3.new(0, rl.Size.y/2, 0)
  346. mesh5.MeshId = "rbxasset://fonts/rightleg.mesh"--]]
  347.  
  348.  
  349. --0.3 = 1.5, 0.1 = 0.5, 0.2 = 1
  350.  
  351. ls.C0 = CFrame.new(-.15*size,.05*size,0)
  352. ls.C1 = CFrame.new(0,.05*size,0)
  353. rs.C0 = CFrame.new(.15*size,.05*size,0)
  354. rs.C1 = CFrame.new(0,.05*size,0)
  355. rh.C0 = CFrame.new(.05*size,-.1*size,0)
  356. rh.C1 = CFrame.new(0, .1*size, 0)
  357. lh.C0 = CFrame.new(-.05*size,-.1*size,0)
  358. lh.C1 = CFrame.new(0, .1*size, 0)
  359. neck.C0 = CFrame.new(0,.1*size,0)
  360. neck.C1 = CFrame.new(0,-.05*size,0)
  361.  
  362. bodyc = char:findFirstChild("Body Colors")
  363. if bodyc then
  364. bodyc:Destroy()
  365. end
  366.  
  367. wait(1)
  368.  
  369. local body = {}
  370. for i,v in pairs(char:children()) do
  371. if v:IsA'BasePart' then
  372. print(v.Name)
  373. body[v.Name] = {Color = v.BrickColor}
  374. end
  375. end
  376.  
  377. print(body.Torso)
  378. function restorecolors()
  379. for _,bp in pairs(char:children()) do
  380. if bp:IsA("BasePart") then
  381. bp.BrickColor = body[bp.Name].Color
  382. end
  383. end
  384. end
  385.  
  386.  
  387. local LightForTorso = Instance.new("PointLight", head)
  388. LightForTorso.Color = torso.BrickColor.Color
  389. LightForTorso.Range = 7
  390. LightForTorso.Brightness = 1.5
  391.  
  392.  
  393.  
  394.  
  395. local slidecount = 0
  396. local slidecountmax = 0
  397. local anim = ""
  398. local lastanim = anim
  399. local speed = 0
  400. local looking = false
  401. local dancing = false
  402. local superannoying = false
  403. local barrelroll = false
  404. local dubstepgun = false
  405. local foxie = false
  406. local durka = false
  407. local saxguy = false
  408. local heya = false
  409. local jb = false
  410. local bronymusic = false
  411. local sheddy = false
  412. local burndem = false
  413. local global_wait = 0
  414.  
  415. count = 0
  416. countspeed = 1
  417. sine = 0
  418. sinespeed = 1
  419.  
  420.  
  421.  
  422. humanoid.WalkSpeed = 3*size
  423.  
  424.  
  425. local controllerService = game:GetService("ControllerService")
  426. local controller = controllerService:GetChildren()[1]
  427.  
  428.  
  429. local colors = {"White", "Hot pink"}
  430.  
  431. humanoid.Died:connect(function()
  432. for cframe_parts = 0, 100 do
  433. local p = Instance.new("Part")
  434. p.FormFactor = "Custom"
  435. p.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  436. p.Size = Vector3.new(1, 1, 1)
  437. Instance.new("BlockMesh", p).Scale = Vector3.new(0.05, 0.05, 0.05)
  438. p.Locked = true
  439. p.CanCollide = false
  440. p.Anchored = true
  441. p.CFrame = torso.CFrame * CFrame.Angles(math.random(-36, 36),math.random(-36, 36),math.random(-36, 36))
  442. p.Parent = workspace
  443. game:service'Debris':AddItem(p, 5)
  444. coroutine.wrap(function()
  445. while wait() do
  446. if p ~= nil then
  447. p.CFrame = p.CFrame * CFrame.new(0, 0.085, 0)
  448. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(0.005, 0, 0.005) + Vector3.new(0, 0.01, 0)
  449. p.Transparency = p.Transparency + 0.015
  450. else
  451. break
  452. end
  453. end
  454. end)()
  455. end
  456. for _,v in pairs(char:children()) do
  457. if v:IsA("Part") then
  458. v:Destroy()
  459. end
  460. end
  461.  
  462. end)
  463.  
  464.  
  465.  
  466. mouse.KeyDown:connect(function(k)
  467.  
  468. if string.byte(k) == 50 then
  469.  
  470. if dancing then return end
  471. sitting = not sitting
  472. if sitting then
  473. local ray = Ray.new(torso.Position, Vector3.new(0, -1*size, 0))
  474. local hitz,enz = workspace:FindPartOnRay(ray, char)
  475.  
  476.  
  477. if hitz then
  478. controller.Parent = nil
  479. humanoid.WalkSpeed = 0
  480. coroutine.wrap(function()
  481. while wait() do
  482. humanoid.PlatformStand = true
  483. if sitting == false then humanoid.PlatformStand = false break end
  484. end
  485. end)()
  486. rj.C0 = CFrame.new(0, -0.175*size, 0) * CFrame.Angles(math.rad(10), 0, 0)
  487. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  488. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  489. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  490. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  491.  
  492. miniweld = Instance.new("Weld", char)
  493. miniweld.C0 = hitz.CFrame:toObjectSpace(rootpart.CFrame)
  494. miniweld.Part0 = hitz
  495. miniweld.Part1 = rootpart
  496. else
  497. sitting = false
  498. return
  499. end
  500. else
  501. if miniweld then
  502. miniweld:Destroy()
  503. end
  504. controller.Parent = controllerService
  505. humanoid.PlatformStand = true
  506. humanoid.WalkSpeed = 6*size
  507. end
  508. end
  509.  
  510. plr = game.Players.LocalPlayer
  511. player = game.Players.LocalPlayer.Name
  512.  
  513. function runsize()
  514. if size <= 3 then
  515. runnie = 12*size
  516. else runnie = (12*size/1.5+size*((size*size-(size/(size/2*size)))))/(size*1.5)/(size/6)
  517. end
  518. end
  519. function walksize()
  520. if size <= 3 then
  521. walkie = 3*size
  522. else walkie = (3*size)/1.8
  523. end
  524. end
  525. ---Global Functions---
  526.  
  527. function Chatted2(Speaker,Message)
  528. if Message:sub(1,6):lower():match('!play') then
  529. justin.SoundId='rbxassetid://'..Message:sub(6)
  530. elseif Message == ('!DanceC') then
  531. if not sitting and not dancing then
  532. dancing = true
  533. wait()
  534. dubstepgun = true
  535. wait()
  536. dubstep_gun:play()
  537. end
  538. elseif Message == ('!DanceZ') then
  539. if not sitting and not dancing then
  540. dancing = true
  541. wait()
  542. superannoying = true
  543. wait()
  544. super_annoying:play()
  545. end
  546. elseif Message == ('!ResetMeps') and antispam == false then
  547. antispam = true
  548. if game.Players.LocalPlayer.Name ~= 'Memo1332' then game.Players.LocalPlayer:LoadCharacter()
  549. error("Global Mep Reset Issued")
  550. elseif game.Players.LocalPlayer.Name == 'Memo1332' then warn("Attempted Global Mep Reset")
  551. end
  552. wait(1)
  553. antispam = false
  554. elseif Message == ('!DanceX') then
  555. if not sitting and not dancing then
  556. dancing = true
  557. barrelroll = true
  558. barrel_roll:play()
  559. if hats == true then
  560. hat = Instance.new("Part", char)
  561. hat.FormFactor = "Custom"
  562. hat.CanCollide = false
  563. hat.Size = torso.Size
  564. hat.Locked = true
  565. hat:breakJoints()
  566. local hatmesh = Instance.new("SpecialMesh", hat)
  567. hatmesh.MeshId = "http://www.roblox.com/asset/?id=29873142"
  568. hatmesh.TextureId = "http://www.roblox.com/asset/?id=31467063"
  569. hatmesh.Scale = Vector3.new(.11*size, .1*size, .11*size)
  570. local hatweld = Instance.new("Weld", hat)
  571. hatweld.Part0 = hat
  572. hatweld.Part1 = torso
  573. end
  574. end
  575. elseif Message == ('!StopDa') then
  576. superannoying = false
  577. barrelroll = false
  578. heya = false
  579. dubstepgun = false
  580. youpirate = false
  581. canttouch = false
  582. gangnam = false
  583. sheddy = false
  584. durka = false
  585. saxguy = false
  586. foxie = false
  587. burndem = false
  588. bronymusic = false
  589. aj:stop()
  590. brony_music:stop()
  591. fox_say:stop()
  592. spitfire:stop()
  593. durk:Stop()
  594. heman:stop()
  595. justin:stop()
  596. jb = false
  597. restorecolors()
  598. burn_dem:stop()
  599. if hat then
  600. hat:Destroy()
  601. end
  602. sax_guy:stop()
  603. gangy_style:stop()
  604. cant_touch:stop()
  605. you_are_pirate:stop()
  606. dubstep_gun:stop()
  607. super_annoying:stop()
  608. barrel_roll:stop()
  609. dancing = false
  610. global_wait = 0
  611. LightForTorso.Color = torso.BrickColor.Color
  612. elseif Message == ('!DanceV') then
  613. if not sitting and not dancing then
  614. dancing = true
  615. youpirate = true
  616. you_are_pirate:play()
  617. if hats == true then
  618. hat = Instance.new("Part", char)
  619. hat.FormFactor = "Custom"
  620. hat.CanCollide = false
  621. hat.Size = head.Size
  622. hat.Locked = true
  623. hat:breakJoints()
  624. local hatmesh = Instance.new("SpecialMesh", hat)
  625. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1028848"
  626. hatmesh.TextureId = "http://www.roblox.com/asset/?id=1028847"
  627. hatmesh.Scale = Vector3.new(.1*size, .1*size, .1*size)
  628. local hatweld = Instance.new("Weld", hat)
  629. hatweld.Part0 = hat
  630. hatweld.Part1 = head
  631. hatweld.C0 = CFrame.new(0, -0.075*size, 0)
  632. end
  633. end
  634. elseif Message == ('!DanceB') then
  635. if not sitting and not dancing then
  636. dancing = true
  637. bronymusic = true
  638. brony_music:play()
  639. if hats == true then
  640. for _,bp in pairs(char:children()) do
  641. if bp:IsA("BasePart") then
  642. bp.BrickColor = BrickColor.new("Pink")
  643. end
  644. end
  645. hat = Instance.new("Part", char)
  646. hat.FormFactor = "Custom"
  647. hat.CanCollide = false
  648. hat.Size = head.Size
  649. hat.Locked = true
  650. hat.BrickColor = BrickColor.new("Hot pink")
  651. hat:breakJoints()
  652. local hatmesh = Instance.new("SpecialMesh", hat)
  653. hatmesh.MeshId = "http://www.roblox.com/asset/?id=118186643"
  654. hatmesh.Scale = Vector3.new(.05*size, .1*size, .05*size)
  655. local hatweld = Instance.new("Weld", hat)
  656. hatweld.Part0 = hat
  657. hatweld.Part1 = head
  658. hatweld.C0 = CFrame.new(0, -0.05*size, 0.025*size)
  659. end
  660. end
  661. elseif Message == ('!DanceN') then
  662. if not sitting and not dancing then
  663. dancing = true
  664. wait()
  665. gangnam = true
  666. gangy_style:play()
  667. end
  668. elseif Message == ('!DanceM') then
  669. if not sitting and not dancing then
  670. dancing = true
  671. wait()
  672. canttouch = true
  673. cant_touch:play()
  674. end
  675. elseif Message == ('!DanceL') then
  676. if not sitting and not dancing then
  677. dancing = true
  678. foxie = true
  679. fox_say:play()
  680. if hats == true then
  681. hat = Instance.new("Part", char)
  682. hat.FormFactor = "Custom"
  683. hat.CanCollide = false
  684. hat.Size = head.Size
  685. hat.Locked = true
  686. hat:breakJoints()
  687. local hatmesh = Instance.new("SpecialMesh", hat)
  688. hatmesh.MeshId = "http://www.roblox.com/asset/?id=25266225"
  689. hatmesh.TextureId = "http://www.roblox.com/asset/?id=25266210"
  690. hatmesh.Scale = Vector3.new(.1*size, .1*size, .1*size)
  691. local hatweld = Instance.new("Weld", hat)
  692. hatweld.Part0 = hat
  693. hatweld.Part1 = head
  694. hatweld.C0 = CFrame.new(0, -0.05*size, 0)
  695. end
  696. end
  697. elseif Message == ('!DanceK') then
  698. if not sitting and not dancing then
  699. dancing = true
  700. wait()
  701. sheddy = true
  702. spitfire:play()
  703. end
  704. elseif Message == ('!DanceJ') then
  705. if not sitting and not dancing then
  706. dancing = true
  707. justin:play()
  708. jb = true
  709. if hats == true then
  710. hat = Instance.new("Part", char)
  711. hat.FormFactor = "Custom"
  712. hat.CanCollide = false
  713. hat.Size = head.Size
  714. hat.Locked = true
  715. hat.BrickColor = BrickColor.new("Hot pink")
  716. hat:breakJoints()
  717. local hatmesh = Instance.new("SpecialMesh", hat)
  718. hatmesh.MeshId = "http://www.roblox.com/asset/?id=19999424"
  719. hatmesh.VertexColor = Vector3.new(1,0,1)
  720. hatmesh.Scale = Vector3.new(.115*size, .115*size, .115*size)
  721. wait()
  722. local hatweld = Instance.new("Weld", hat)
  723. hatweld.Part0 = hat
  724. hatweld.Part1 = head
  725. hatweld.C0 = CFrame.new(0.0125*size, -0.025*size, 0)
  726. hat2 = Instance.new("Part", char)
  727. hat2.FormFactor = "Custom"
  728. hat2.CanCollide = false
  729. hat2.Size = head.Size
  730. hat2.Locked = true
  731. hat2.BrickColor = BrickColor.new("Carnation pink")
  732. hat2:breakJoints()
  733. local hatmesh2 = Instance.new("SpecialMesh", hat2)
  734. hatmesh2.MeshId = "rbxassetid://1003673450"
  735. hatmesh2.VertexColor = Vector3.new(1,0.4,1)
  736. hatmesh2.Scale = Vector3.new(.00075*size, .0015*size, .0015*size)
  737. local hatweld2 = Instance.new("Weld", hat2)
  738. hatweld2.Part0 = hat2
  739. hatweld2.Part1 = head
  740. hatweld2.C0 = CFrame.new(0, -0.075*size, 0)
  741. end
  742. end
  743. elseif Message == ('!DanceH') then
  744. if not sitting and not dancing then
  745. dancing = true
  746. wait()
  747. heman:play()
  748. heya = true
  749. end
  750. elseif Message == ('!DanceG') then
  751. if not sitting and not dancing then
  752. dancing = true
  753. saxguy = true
  754. sax_guy:play()
  755. hat = Instance.new("Part", char)
  756. if hats == true then
  757. hat.FormFactor = "Custom"
  758. hat.CanCollide = false
  759. hat.Size = head.Size
  760. hat.Locked = true
  761. hat:breakJoints()
  762. local hatmesh = Instance.new("SpecialMesh", hat)
  763. hatmesh.MeshId = "http://www.roblox.com/asset/?id=44410178"
  764. hatmesh.TextureId = "http://www.roblox.com/asset/?id=44410320"
  765. hatmesh.Scale = Vector3.new(.125*size, .125*size, .125*size)
  766. local hatweld = Instance.new("Weld", hat)
  767. hatweld.Part0 = hat
  768. hatweld.Part1 = la
  769. hatweld.C0 = CFrame.new(-0.09*size, -0.025*size, .02*size) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  770. end
  771. end
  772. elseif Message == ('!DanceF') then
  773. if not sitting and not dancing then
  774. dancing = true
  775. wait()
  776. durka = true
  777. durk:Play()
  778. end
  779. elseif Message == ('!DanceR') then
  780. if not sitting and not dancing then
  781. dancing = true
  782. wait()
  783. burndem = true
  784. burn_dem:play()
  785. end
  786. elseif Message == ('!DanceT') then
  787. if not sitting and not dancing then
  788. dancing = true
  789. aj:play()
  790. end
  791. end
  792. end
  793. function keyed()
  794. plr = game.Players.LocalPlayer
  795. screen = plr.PlayerGui
  796. mouse = plr:GetMouse()
  797. ScreenGui0 = Instance.new("ScreenGui", screen)
  798. Frame1 = Instance.new("Frame",ScreenGui0)
  799. Frame2 = Instance.new("Frame",Frame1)
  800. TextLabel3 = Instance.new("TextLabel",Frame2)
  801. TextBox4 = Instance.new("TextBox",Frame2)
  802. Frame5 = Instance.new("Frame", Frame1)
  803. TextLabel6 = Instance.new("TextLabel",Frame5)
  804. TextBox7 = Instance.new("TextBox",Frame5)
  805. Frame8 = Instance.new("Frame", Frame1)
  806. TextLabel9 = Instance.new("TextLabel",Frame8)
  807. TextBox10 = Instance.new("TextBox",Frame8)
  808. Frame11 = Instance.new("Frame", Frame1)
  809. TextLabel12 = Instance.new("TextLabel",Frame11)
  810. TextBox13 = Instance.new("TextBox",Frame11)
  811. Frame14 = Instance.new("Frame", Frame1)
  812. TextLabel15 = Instance.new("TextLabel",Frame14)
  813. TextBox16 = Instance.new("TextBox",Frame14)
  814. Frame17 = Instance.new("Frame", Frame1)
  815. TextLabel18 = Instance.new("TextLabel",Frame17)
  816. TextBox19 = Instance.new("TextBox",Frame17)
  817. Frame20 = Instance.new("Frame", Frame1)
  818. TextLabel21 = Instance.new("TextLabel",Frame20)
  819. TextBox22 = Instance.new("TextBox",Frame20)
  820. Frame23 = Instance.new("Frame", Frame1)
  821. TextLabel24 = Instance.new("TextLabel",Frame23)
  822. TextBox25 = Instance.new("TextBox",Frame23)
  823. Frame26 = Instance.new("Frame", Frame1)
  824. TextLabel27 = Instance.new("TextLabel",Frame26)
  825. TextBox28 = Instance.new("TextBox",Frame26)
  826. Frame29 = Instance.new("Frame", Frame1)
  827. TextLabel30 = Instance.new("TextLabel",Frame29)
  828. TextBox31 = Instance.new("TextBox",Frame29)
  829. Frame32 = Instance.new("Frame", Frame1)
  830. TextLabel33 = Instance.new("TextLabel",Frame32)
  831. TextBox34 = Instance.new("TextBox",Frame32)
  832. Frame35 = Instance.new("Frame", Frame1)
  833. TextLabel36 = Instance.new("TextLabel",Frame35)
  834. TextBox37 = Instance.new("TextBox",Frame35)
  835. Frame38 = Instance.new("Frame", Frame1)
  836. TextLabel39 = Instance.new("TextLabel",Frame38)
  837. TextBox40 = Instance.new("TextBox",Frame38)
  838. Frame41 = Instance.new("Frame", Frame1)
  839. TextLabel42 = Instance.new("TextLabel",Frame41)
  840. TextBox43 = Instance.new("TextBox",Frame41)
  841. Frame44 = Instance.new("Frame", Frame1)
  842. TextLabel45 = Instance.new("TextLabel",Frame44)
  843. TextBox46 = Instance.new("TextBox",Frame44)
  844. TextButton47 = Instance.new("TextButton", Frame1)
  845. TextButton48 = Instance.new("TextButton", Frame1)
  846. TextButton49 = Instance.new("TextButton", Frame1)
  847. Frame1.Transparency = 0.5
  848. Frame1.Size = UDim2.new(0, 750, 0, 450)
  849. Frame1.Position = UDim2.new(0.5, 0, 0.5, 0)
  850. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  851. Frame1.BackgroundTransparency = 0.5
  852. Frame1.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  853. Frame1.BorderSizePixel = 20
  854. Frame2.Transparency = 0.30000001192093
  855. Frame2.Size = UDim2.new(0, 210, 0, 51)
  856. Frame2.Position = UDim2.new(0, 40, 0, 30)
  857. Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
  858. Frame2.BackgroundTransparency = 0.30000001192093
  859. Frame2.BorderSizePixel = 0
  860. TextLabel3.Transparency = 1
  861. TextLabel3.Size = UDim2.new(0, 80, 0, 30)
  862. TextLabel3.Text = "Key Z :"
  863. TextLabel3.Position = UDim2.new(0, 0, 0, 10)
  864. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  865. TextLabel3.BackgroundTransparency = 1
  866. TextLabel3.Font = Enum.Font.SourceSans
  867. TextLabel3.FontSize = Enum.FontSize.Size24
  868. TextLabel3.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  869. TextLabel3.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  870. TextBox4.Transparency = 0.30000001192093
  871. TextBox4.Size = UDim2.new(0, 130, 0, 30)
  872. TextBox4.Position = UDim2.new(0, 70, 0, 10)
  873. TextBox4.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  874. TextBox4.BackgroundTransparency = 0.30000001192093
  875. TextBox4.BorderSizePixel = 0
  876. TextBox4.Font = Enum.Font.SourceSans
  877. TextBox4.FontSize = Enum.FontSize.Size14
  878. TextBox4.TextColor3 = Color3.new(1, 1, 1)
  879. TextBox4.TextScaled = true
  880. TextBox4.TextWrapped = true
  881. Frame5.Transparency = 0.30000001192093
  882. Frame5.Size = UDim2.new(0, 210, 0, 51)
  883. Frame5.Position = UDim2.new(0, 270, 0, 30)
  884. Frame5.BackgroundColor3 = Color3.new(1, 1, 1)
  885. Frame5.BackgroundTransparency = 0.30000001192093
  886. Frame5.BorderSizePixel = 0
  887. TextLabel6.Transparency = 1
  888. TextLabel6.Size = UDim2.new(0, 80, 0, 30)
  889. TextLabel6.Text = "Key X:"
  890. TextLabel6.Position = UDim2.new(0, 0, 0, 10)
  891. TextLabel6.BackgroundColor3 = Color3.new(1, 1, 1)
  892. TextLabel6.BackgroundTransparency = 1
  893. TextLabel6.Font = Enum.Font.SourceSans
  894. TextLabel6.FontSize = Enum.FontSize.Size24
  895. TextLabel6.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  896. TextLabel6.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  897. TextBox7.Transparency = 0.30000001192093
  898. TextBox7.Size = UDim2.new(0, 130, 0, 30)
  899. TextBox7.Position = UDim2.new(0, 70, 0, 10)
  900. TextBox7.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  901. TextBox7.BackgroundTransparency = 0.30000001192093
  902. TextBox7.BorderSizePixel = 0
  903. TextBox7.Font = Enum.Font.SourceSans
  904. TextBox7.FontSize = Enum.FontSize.Size14
  905. TextBox7.TextColor3 = Color3.new(1, 1, 1)
  906. TextBox7.TextScaled = true
  907. TextBox7.TextWrapped = true
  908. Frame8.Transparency = 0.30000001192093
  909. Frame8.Size = UDim2.new(0, 210, 0, 51)
  910. Frame8.Position = UDim2.new(0, 500, 0, 30)
  911. Frame8.BackgroundColor3 = Color3.new(1, 1, 1)
  912. Frame8.BackgroundTransparency = 0.30000001192093
  913. Frame8.BorderSizePixel = 0
  914. TextLabel9.Transparency = 1
  915. TextLabel9.Size = UDim2.new(0, 80, 0, 30)
  916. TextLabel9.Text = "Key C:"
  917. TextLabel9.Position = UDim2.new(0, 0, 0, 10)
  918. TextLabel9.BackgroundColor3 = Color3.new(1, 1, 1)
  919. TextLabel9.BackgroundTransparency = 1
  920. TextLabel9.Font = Enum.Font.SourceSans
  921. TextLabel9.FontSize = Enum.FontSize.Size24
  922. TextLabel9.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  923. TextLabel9.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  924. TextBox10.Transparency = 0.30000001192093
  925. TextBox10.Size = UDim2.new(0, 130, 0, 30)
  926. TextBox10.Position = UDim2.new(0, 70, 0, 10)
  927. TextBox10.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  928. TextBox10.BackgroundTransparency = 0.30000001192093
  929. TextBox10.BorderSizePixel = 0
  930. TextBox10.Font = Enum.Font.SourceSans
  931. TextBox10.FontSize = Enum.FontSize.Size14
  932. TextBox10.TextColor3 = Color3.new(1, 1, 1)
  933. TextBox10.TextScaled = true
  934. TextBox10.TextWrapped = true
  935. Frame11.Transparency = 0.30000001192093
  936. Frame11.Size = UDim2.new(0, 210, 0, 51)
  937. Frame11.Position = UDim2.new(0, 500, 0, 101)
  938. Frame11.BackgroundColor3 = Color3.new(1, 1, 1)
  939. Frame11.BackgroundTransparency = 0.30000001192093
  940. Frame11.BorderSizePixel = 0
  941. TextLabel12.Transparency = 1
  942. TextLabel12.Size = UDim2.new(0, 80, 0, 30)
  943. TextLabel12.Text = "Key N:"
  944. TextLabel12.Position = UDim2.new(0, 0, 0, 10)
  945. TextLabel12.BackgroundColor3 = Color3.new(1, 1, 1)
  946. TextLabel12.BackgroundTransparency = 1
  947. TextLabel12.Font = Enum.Font.SourceSans
  948. TextLabel12.FontSize = Enum.FontSize.Size24
  949. TextLabel12.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  950. TextLabel12.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  951. TextBox13.Transparency = 0.30000001192093
  952. TextBox13.Size = UDim2.new(0, 130, 0, 30)
  953. TextBox13.Position = UDim2.new(0, 70, 0, 10)
  954. TextBox13.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  955. TextBox13.BackgroundTransparency = 0.30000001192093
  956. TextBox13.BorderSizePixel = 0
  957. TextBox13.Font = Enum.Font.SourceSans
  958. TextBox13.FontSize = Enum.FontSize.Size14
  959. TextBox13.TextColor3 = Color3.new(1, 1, 1)
  960. TextBox13.TextScaled = true
  961. TextBox13.TextWrapped = true
  962. Frame14.Transparency = 0.30000001192093
  963. Frame14.Size = UDim2.new(0, 210, 0, 51)
  964. Frame14.Position = UDim2.new(0, 270, 0, 101)
  965. Frame14.BackgroundColor3 = Color3.new(1, 1, 1)
  966. Frame14.BackgroundTransparency = 0.30000001192093
  967. Frame14.BorderSizePixel = 0
  968. TextLabel15.Transparency = 1
  969. TextLabel15.Size = UDim2.new(0, 80, 0, 30)
  970. TextLabel15.Text = "Key B :"
  971. TextLabel15.Position = UDim2.new(0, 0, 0, 10)
  972. TextLabel15.BackgroundColor3 = Color3.new(1, 1, 1)
  973. TextLabel15.BackgroundTransparency = 1
  974. TextLabel15.Font = Enum.Font.SourceSans
  975. TextLabel15.FontSize = Enum.FontSize.Size24
  976. TextLabel15.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  977. TextLabel15.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  978. TextBox16.Transparency = 0.30000001192093
  979. TextBox16.Size = UDim2.new(0, 130, 0, 30)
  980. TextBox16.Position = UDim2.new(0, 70, 0, 10)
  981. TextBox16.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  982. TextBox16.BackgroundTransparency = 0.30000001192093
  983. TextBox16.BorderSizePixel = 0
  984. TextBox16.Font = Enum.Font.SourceSans
  985. TextBox16.FontSize = Enum.FontSize.Size14
  986. TextBox16.TextColor3 = Color3.new(1, 1, 1)
  987. TextBox16.TextScaled = true
  988. TextBox16.TextWrapped = true
  989. Frame17.Transparency = 0.30000001192093
  990. Frame17.Size = UDim2.new(0, 210, 0, 51)
  991. Frame17.Position = UDim2.new(0, 40, 0, 101)
  992. Frame17.BackgroundColor3 = Color3.new(1, 1, 1)
  993. Frame17.BackgroundTransparency = 0.30000001192093
  994. Frame17.BorderSizePixel = 0
  995. TextLabel18.Transparency = 1
  996. TextLabel18.Size = UDim2.new(0, 80, 0, 30)
  997. TextLabel18.Text = "Key V :"
  998. TextLabel18.Position = UDim2.new(0, 0, 0, 10)
  999. TextLabel18.BackgroundColor3 = Color3.new(1, 1, 1)
  1000. TextLabel18.BackgroundTransparency = 1
  1001. TextLabel18.Font = Enum.Font.SourceSans
  1002. TextLabel18.FontSize = Enum.FontSize.Size24
  1003. TextLabel18.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1004. TextLabel18.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1005. TextBox19.Transparency = 0.30000001192093
  1006. TextBox19.Size = UDim2.new(0, 130, 0, 30)
  1007. TextBox19.Position = UDim2.new(0, 70, 0, 10)
  1008. TextBox19.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1009. TextBox19.BackgroundTransparency = 0.30000001192093
  1010. TextBox19.BorderSizePixel = 0
  1011. TextBox19.Font = Enum.Font.SourceSans
  1012. TextBox19.FontSize = Enum.FontSize.Size14
  1013. TextBox19.TextColor3 = Color3.new(1, 1, 1)
  1014. TextBox19.TextScaled = true
  1015. TextBox19.TextWrapped = true
  1016. Frame20.Transparency = 0.30000001192093
  1017. Frame20.Size = UDim2.new(0, 210, 0, 51)
  1018. Frame20.Position = UDim2.new(0, 40, 0, 172)
  1019. Frame20.BackgroundColor3 = Color3.new(1, 1, 1)
  1020. Frame20.BackgroundTransparency = 0.30000001192093
  1021. Frame20.BorderSizePixel = 0
  1022. TextLabel21.Transparency = 1
  1023. TextLabel21.Size = UDim2.new(0, 80, 0, 30)
  1024. TextLabel21.Text = "Key M :"
  1025. TextLabel21.Position = UDim2.new(0, 0, 0, 10)
  1026. TextLabel21.BackgroundColor3 = Color3.new(1, 1, 1)
  1027. TextLabel21.BackgroundTransparency = 1
  1028. TextLabel21.Font = Enum.Font.SourceSans
  1029. TextLabel21.FontSize = Enum.FontSize.Size24
  1030. TextLabel21.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1031. TextLabel21.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1032. TextBox22.Transparency = 0.30000001192093
  1033. TextBox22.Size = UDim2.new(0, 130, 0, 30)
  1034. TextBox22.Position = UDim2.new(0, 70, 0, 10)
  1035. TextBox22.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1036. TextBox22.BackgroundTransparency = 0.30000001192093
  1037. TextBox22.BorderSizePixel = 0
  1038. TextBox22.Font = Enum.Font.SourceSans
  1039. TextBox22.FontSize = Enum.FontSize.Size14
  1040. TextBox22.TextColor3 = Color3.new(1, 1, 1)
  1041. TextBox22.TextScaled = true
  1042. TextBox22.TextWrapped = true
  1043. Frame23.Transparency = 0.30000001192093
  1044. Frame23.Size = UDim2.new(0, 210, 0, 51)
  1045. Frame23.Position = UDim2.new(0, 270, 0, 172)
  1046. Frame23.BackgroundColor3 = Color3.new(1, 1, 1)
  1047. Frame23.BackgroundTransparency = 0.30000001192093
  1048. Frame23.BorderSizePixel = 0
  1049. TextLabel24.Transparency = 1
  1050. TextLabel24.Size = UDim2.new(0, 80, 0, 30)
  1051. TextLabel24.Text = "Key F:"
  1052. TextLabel24.Position = UDim2.new(0, 0, 0, 10)
  1053. TextLabel24.BackgroundColor3 = Color3.new(1, 1, 1)
  1054. TextLabel24.BackgroundTransparency = 1
  1055. TextLabel24.Font = Enum.Font.SourceSans
  1056. TextLabel24.FontSize = Enum.FontSize.Size24
  1057. TextLabel24.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1058. TextLabel24.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1059. TextBox25.Transparency = 0.30000001192093
  1060. TextBox25.Size = UDim2.new(0, 130, 0, 30)
  1061. TextBox25.Position = UDim2.new(0, 70, 0, 10)
  1062. TextBox25.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1063. TextBox25.BackgroundTransparency = 0.30000001192093
  1064. TextBox25.BorderSizePixel = 0
  1065. TextBox25.Font = Enum.Font.SourceSans
  1066. TextBox25.FontSize = Enum.FontSize.Size14
  1067. TextBox25.TextColor3 = Color3.new(1, 1, 1)
  1068. TextBox25.TextScaled = true
  1069. TextBox25.TextWrapped = true
  1070. Frame26.Transparency = 0.30000001192093
  1071. Frame26.Size = UDim2.new(0, 210, 0, 51)
  1072. Frame26.Position = UDim2.new(0, 500, 0, 172)
  1073. Frame26.BackgroundColor3 = Color3.new(1, 1, 1)
  1074. Frame26.BackgroundTransparency = 0.30000001192093
  1075. Frame26.BorderSizePixel = 0
  1076. TextLabel27.Transparency = 1
  1077. TextLabel27.Size = UDim2.new(0, 80, 0, 30)
  1078. TextLabel27.Text = "Key G :"
  1079. TextLabel27.Position = UDim2.new(0, 0, 0, 10)
  1080. TextLabel27.BackgroundColor3 = Color3.new(1, 1, 1)
  1081. TextLabel27.BackgroundTransparency = 1
  1082. TextLabel27.Font = Enum.Font.SourceSans
  1083. TextLabel27.FontSize = Enum.FontSize.Size24
  1084. TextLabel27.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1085. TextLabel27.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1086. TextBox28.Transparency = 0.30000001192093
  1087. TextBox28.Size = UDim2.new(0, 130, 0, 30)
  1088. TextBox28.Position = UDim2.new(0, 70, 0, 10)
  1089. TextBox28.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1090. TextBox28.BackgroundTransparency = 0.30000001192093
  1091. TextBox28.BorderSizePixel = 0
  1092. TextBox28.Font = Enum.Font.SourceSans
  1093. TextBox28.FontSize = Enum.FontSize.Size14
  1094. TextBox28.TextColor3 = Color3.new(1, 1, 1)
  1095. TextBox28.TextScaled = true
  1096. TextBox28.TextWrapped = true
  1097. Frame29.Transparency = 0.30000001192093
  1098. Frame29.Size = UDim2.new(0, 210, 0, 51)
  1099. Frame29.Position = UDim2.new(0, 500, 0, 243)
  1100. Frame29.BackgroundColor3 = Color3.new(1, 1, 1)
  1101. Frame29.BackgroundTransparency = 0.30000001192093
  1102. Frame29.BorderSizePixel = 0
  1103. TextLabel30.Transparency = 1
  1104. TextLabel30.Size = UDim2.new(0, 80, 0, 30)
  1105. TextLabel30.Text = "Key K:"
  1106. TextLabel30.Position = UDim2.new(0, 0, 0, 10)
  1107. TextLabel30.BackgroundColor3 = Color3.new(1, 1, 1)
  1108. TextLabel30.BackgroundTransparency = 1
  1109. TextLabel30.Font = Enum.Font.SourceSans
  1110. TextLabel30.FontSize = Enum.FontSize.Size24
  1111. TextLabel30.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1112. TextLabel30.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1113. TextBox31.Transparency = 0.30000001192093
  1114. TextBox31.Size = UDim2.new(0, 130, 0, 30)
  1115. TextBox31.Position = UDim2.new(0, 70, 0, 10)
  1116. TextBox31.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1117. TextBox31.BackgroundTransparency = 0.30000001192093
  1118. TextBox31.BorderSizePixel = 0
  1119. TextBox31.Font = Enum.Font.SourceSans
  1120. TextBox31.FontSize = Enum.FontSize.Size14
  1121. TextBox31.TextColor3 = Color3.new(1, 1, 1)
  1122. TextBox31.TextScaled = true
  1123. TextBox31.TextWrapped = true
  1124. Frame32.Transparency = 0.30000001192093
  1125. Frame32.Size = UDim2.new(0, 210, 0, 51)
  1126. Frame32.Position = UDim2.new(0, 270, 0, 243)
  1127. Frame32.BackgroundColor3 = Color3.new(1, 1, 1)
  1128. Frame32.BackgroundTransparency = 0.30000001192093
  1129. Frame32.BorderSizePixel = 0
  1130. TextLabel33.Transparency = 1
  1131. TextLabel33.Size = UDim2.new(0, 80, 0, 30)
  1132. TextLabel33.Text = "Key J:"
  1133. TextLabel33.Position = UDim2.new(0, 0, 0, 10)
  1134. TextLabel33.BackgroundColor3 = Color3.new(1, 1, 1)
  1135. TextLabel33.BackgroundTransparency = 1
  1136. TextLabel33.Font = Enum.Font.SourceSans
  1137. TextLabel33.FontSize = Enum.FontSize.Size24
  1138. TextLabel33.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1139. TextLabel33.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1140. TextBox34.Transparency = 0.30000001192093
  1141. TextBox34.Size = UDim2.new(0, 130, 0, 30)
  1142. TextBox34.Position = UDim2.new(0, 70, 0, 10)
  1143. TextBox34.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1144. TextBox34.BackgroundTransparency = 0.30000001192093
  1145. TextBox34.BorderSizePixel = 0
  1146. TextBox34.Font = Enum.Font.SourceSans
  1147. TextBox34.FontSize = Enum.FontSize.Size14
  1148. TextBox34.TextColor3 = Color3.new(1, 1, 1)
  1149. TextBox34.TextScaled = true
  1150. TextBox34.TextWrapped = true
  1151. Frame35.Transparency = 0.30000001192093
  1152. Frame35.Size = UDim2.new(0, 210, 0, 51)
  1153. Frame35.Position = UDim2.new(0, 40, 0, 243)
  1154. Frame35.BackgroundColor3 = Color3.new(1, 1, 1)
  1155. Frame35.BackgroundTransparency = 0.30000001192093
  1156. Frame35.BorderSizePixel = 0
  1157. TextLabel36.Transparency = 1
  1158. TextLabel36.Size = UDim2.new(0, 80, 0, 30)
  1159. TextLabel36.Text = "Key H :"
  1160. TextLabel36.Position = UDim2.new(0, 0, 0, 10)
  1161. TextLabel36.BackgroundColor3 = Color3.new(1, 1, 1)
  1162. TextLabel36.BackgroundTransparency = 1
  1163. TextLabel36.Font = Enum.Font.SourceSans
  1164. TextLabel36.FontSize = Enum.FontSize.Size24
  1165. TextLabel36.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1166. TextLabel36.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1167. TextBox37.Transparency = 0.30000001192093
  1168. TextBox37.Size = UDim2.new(0, 130, 0, 30)
  1169. TextBox37.Position = UDim2.new(0, 70, 0, 10)
  1170. TextBox37.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1171. TextBox37.BackgroundTransparency = 0.30000001192093
  1172. TextBox37.BorderSizePixel = 0
  1173. TextBox37.Font = Enum.Font.SourceSans
  1174. TextBox37.FontSize = Enum.FontSize.Size14
  1175. TextBox37.TextColor3 = Color3.new(1, 1, 1)
  1176. TextBox37.TextScaled = true
  1177. TextBox37.TextWrapped = true
  1178. Frame38.Transparency = 0.30000001192093
  1179. Frame38.Size = UDim2.new(0, 210, 0, 51)
  1180. Frame38.Position = UDim2.new(0, 40, 0, 314)
  1181. Frame38.BackgroundColor3 = Color3.new(1, 1, 1)
  1182. Frame38.BackgroundTransparency = 0.30000001192093
  1183. Frame38.BorderSizePixel = 0
  1184. TextLabel39.Transparency = 1
  1185. TextLabel39.Size = UDim2.new(0, 80, 0, 30)
  1186. TextLabel39.Text = "Key L :"
  1187. TextLabel39.Position = UDim2.new(0, 0, 0, 10)
  1188. TextLabel39.BackgroundColor3 = Color3.new(1, 1, 1)
  1189. TextLabel39.BackgroundTransparency = 1
  1190. TextLabel39.Font = Enum.Font.SourceSans
  1191. TextLabel39.FontSize = Enum.FontSize.Size24
  1192. TextLabel39.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1193. TextLabel39.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1194. TextBox40.Transparency = 0.30000001192093
  1195. TextBox40.Size = UDim2.new(0, 130, 0, 30)
  1196. TextBox40.Position = UDim2.new(0, 70, 0, 10)
  1197. TextBox40.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1198. TextBox40.BackgroundTransparency = 0.30000001192093
  1199. TextBox40.BorderSizePixel = 0
  1200. TextBox40.Font = Enum.Font.SourceSans
  1201. TextBox40.FontSize = Enum.FontSize.Size14
  1202. TextBox40.TextColor3 = Color3.new(1, 1, 1)
  1203. TextBox40.TextScaled = true
  1204. TextBox40.TextWrapped = true
  1205. Frame41.Transparency = 0.30000001192093
  1206. Frame41.Size = UDim2.new(0, 210, 0, 51)
  1207. Frame41.Position = UDim2.new(0, 270, 0, 314)
  1208. Frame41.BackgroundColor3 = Color3.new(1, 1, 1)
  1209. Frame41.BackgroundTransparency = 0.30000001192093
  1210. Frame41.BorderSizePixel = 0
  1211. TextLabel42.Transparency = 1
  1212. TextLabel42.Size = UDim2.new(0, 80, 0, 30)
  1213. TextLabel42.Text = "Key R:"
  1214. TextLabel42.Position = UDim2.new(0, 0, 0, 10)
  1215. TextLabel42.BackgroundColor3 = Color3.new(1, 1, 1)
  1216. TextLabel42.BackgroundTransparency = 1
  1217. TextLabel42.Font = Enum.Font.SourceSans
  1218. TextLabel42.FontSize = Enum.FontSize.Size24
  1219. TextLabel42.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1220. TextLabel42.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1221. TextBox43.Transparency = 0.30000001192093
  1222. TextBox43.Size = UDim2.new(0, 130, 0, 30)
  1223. TextBox43.Position = UDim2.new(0, 70, 0, 10)
  1224. TextBox43.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1225. TextBox43.BackgroundTransparency = 0.30000001192093
  1226. TextBox43.BorderSizePixel = 0
  1227. TextBox43.Font = Enum.Font.SourceSans
  1228. TextBox43.FontSize = Enum.FontSize.Size14
  1229. TextBox43.TextColor3 = Color3.new(1, 1, 1)
  1230. TextBox43.TextScaled = true
  1231. TextBox43.TextWrapped = true
  1232. Frame44.Transparency = 0.30000001192093
  1233. Frame44.Size = UDim2.new(0, 210, 0, 51)
  1234. Frame44.Position = UDim2.new(0, 500, 0, 314)
  1235. Frame44.BackgroundColor3 = Color3.new(1, 1, 1)
  1236. Frame44.BackgroundTransparency = 0.30000001192093
  1237. Frame44.BorderSizePixel = 0
  1238. TextLabel45.Transparency = 1
  1239. TextLabel45.Size = UDim2.new(0, 80, 0, 30)
  1240. TextLabel45.Text = "Key T :"
  1241. TextLabel45.Position = UDim2.new(0, 0, 0, 10)
  1242. TextLabel45.BackgroundColor3 = Color3.new(1, 1, 1)
  1243. TextLabel45.BackgroundTransparency = 1
  1244. TextLabel45.Font = Enum.Font.SourceSans
  1245. TextLabel45.FontSize = Enum.FontSize.Size24
  1246. TextLabel45.TextColor3 = Color3.new(1, 0.607843, 0.996078)
  1247. TextLabel45.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
  1248. TextBox46.Transparency = 0.30000001192093
  1249. TextBox46.Size = UDim2.new(0, 130, 0, 30)
  1250. TextBox46.Position = UDim2.new(0, 70, 0, 10)
  1251. TextBox46.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
  1252. TextBox46.BackgroundTransparency = 0.30000001192093
  1253. TextBox46.BorderSizePixel = 0
  1254. TextBox46.Font = Enum.Font.SourceSans
  1255. TextBox46.FontSize = Enum.FontSize.Size14
  1256. TextBox46.TextColor3 = Color3.new(1, 1, 1)
  1257. TextBox46.TextScaled = true
  1258. TextBox46.TextWrapped = true
  1259. TextButton47.Transparency = 0.30000001192093
  1260. TextButton47.Size = UDim2.new(0, 190, 0, 40)
  1261. TextButton47.Text = "Reset"
  1262. TextButton47.Position = UDim2.new(0, 50, 0, 385)
  1263. TextButton47.BackgroundColor3 = Color3.new(0.968628, 0.615686, 1)
  1264. TextButton47.BackgroundTransparency = 0.30000001192093
  1265. TextButton47.BorderColor3 = Color3.new(1, 1, 1)
  1266. TextButton47.BorderSizePixel = 8
  1267. TextButton47.Font = Enum.Font.SourceSans
  1268. TextButton47.FontSize = Enum.FontSize.Size14
  1269. TextButton47.TextColor3 = Color3.new(1, 1, 1)
  1270. TextButton47.TextScaled = true
  1271. TextButton47.TextWrapped = true
  1272. TextButton48.Transparency = 0.30000001192093
  1273. TextButton48.Size = UDim2.new(0, 190, 0, 40)
  1274. TextButton48.Text = "Save And Exit"
  1275. TextButton48.Position = UDim2.new(0, 510, 0, 385)
  1276. TextButton48.BackgroundColor3 = Color3.new(0.968628, 0.615686, 1)
  1277. TextButton48.BackgroundTransparency = 0.30000001192093
  1278. TextButton48.BorderColor3 = Color3.new(1, 1, 1)
  1279. TextButton48.BorderSizePixel = 8
  1280. TextButton48.Font = Enum.Font.SourceSans
  1281. TextButton48.FontSize = Enum.FontSize.Size14
  1282. TextButton48.TextColor3 = Color3.new(1, 1, 1)
  1283. TextButton48.TextScaled = true
  1284. TextButton48.TextWrapped = true
  1285. TextButton49.Transparency = 0.30000001192093
  1286. TextButton49.Size = UDim2.new(0, 190, 0, 40)
  1287. TextButton49.Text = "Exit W/O Saving"
  1288. TextButton49.Position = UDim2.new(0, 280, 0, 385)
  1289. TextButton49.BackgroundColor3 = Color3.new(0.968628, 0.615686, 1)
  1290. TextButton49.BackgroundTransparency = 0.30000001192093
  1291. TextButton49.BorderColor3 = Color3.new(1, 1, 1)
  1292. TextButton49.BorderSizePixel = 8
  1293. TextButton49.Font = Enum.Font.SourceSans
  1294. TextButton49.FontSize = Enum.FontSize.Size14
  1295. TextButton49.TextColor3 = Color3.new(1, 1, 1)
  1296. TextButton49.TextScaled = true
  1297. TextButton49.TextWrapped = true
  1298. end
  1299. game.Players.PlayerAdded:connect(function(Plyr)
  1300. if plr.Name == player then
  1301. Plyr.Chatted:connect(function(Message) Chatted2(Plyr,Message) end)
  1302. end
  1303. end)
  1304. for i,v in pairs(game.Players:GetPlayers()) do
  1305. if plr.Name == player then
  1306. v.Chatted:connect(function(Message) Chatted2(v,Message) end)
  1307. end
  1308. end
  1309. ---Local Functions---
  1310. plr = game.Players.LocalPlayer
  1311. plr.Chatted:connect(function(message)
  1312. wait()
  1313. if string.sub(message:lower(), 1, 6) == ";play " and antispam == false then
  1314. antispam = true
  1315. justin.SoundId = "rbxassetid://".. message:sub(6) ..""
  1316. ider = (message:sub(6))
  1317. print("Locally changed key J to: "..ider)
  1318. wait(1)
  1319. antispam = false
  1320. elseif message == (';printstats') and antispam == false then
  1321. antispam = true
  1322. print(" Current Stats: ")
  1323. wait(0.2)
  1324. walksize()
  1325. warn("Walkspeed: "..walkie)
  1326. wait(0.2)
  1327. runsize()
  1328. warn("Runspeed: "..runnie)
  1329. wait(0.2)
  1330. warn("Current JumpPower: "..game.Players.LocalPlayer.Character.lolinohurted.JumpPower)
  1331. wait(0.2)
  1332. if hats == false then
  1333. warn("Hats: Disabled")
  1334. else
  1335. warn("Hats: Enabled")
  1336. end
  1337. wait(0.2)
  1338. warn("Size: "..size)
  1339. wait(0.2)
  1340. warn("Current J Key Song Id: "..justin.SoundId)
  1341. wait(3)
  1342. antispam = false
  1343. elseif message == (';enablehats') and antispam == false then hats = true
  1344. antispam = true
  1345. print("Hats enabled")
  1346. wait(2)
  1347. antispam = false
  1348. elseif message == (';disablehats') and antispam == false then hats = false
  1349. antispam = true
  1350. print("Hats disabled")
  1351. wait(2)
  1352. antispam = false
  1353. elseif message == (';cmds') and antispam == false then
  1354. antispam = true
  1355. print("<<<<<< Local Commands >>>>>>")
  1356. warn("--;play ID < sets a custom song for the J Key")
  1357. wait(0.2)
  1358. warn("--;printstats < shows current stats of your Mep")
  1359. wait(0.2)
  1360. warn("--;enablehats < enables hats(aka pink hair for Key J)")
  1361. wait(0.2)
  1362. warn("--;disablehats < disables hats")
  1363. wait(0.2)
  1364. print("<<<<<< Global Commands >>>>>>")
  1365. wait(0.2)
  1366. warn("--!PlayID or !Play ID < sets a custom song for all current meps")
  1367. wait(0.2)
  1368. warn("--!Dance(key) < for example `!DanceZ` will make all meps dance key Z")
  1369. wait(0.2)
  1370. warn("--!StopDa < Stops all meps dancing if they are")
  1371. wait(2)
  1372. antispam = false
  1373. elseif message == (';editkeys') and antispam == false then
  1374. antispam = true
  1375. keyed()
  1376. wait(1)
  1377. antispam = false
  1378. end
  1379. end)
  1380. ---End Of Functions---
  1381.  
  1382.  
  1383. if k == "y" then
  1384. superannoying = false
  1385. barrelroll = false
  1386. heya = false
  1387. dubstepgun = false
  1388. youpirate = false
  1389. canttouch = false
  1390. gangnam = false
  1391. sheddy = false
  1392. durka = false
  1393. saxguy = false
  1394. foxie = false
  1395. burndem = false
  1396. bronymusic = false
  1397. brony_music:stop()
  1398. fox_say:stop()
  1399. spitfire:stop()
  1400. heman:stop()
  1401. justin:stop()
  1402. jb = false
  1403. game.Players.LocalPlayer.Character.Part:Destroy()
  1404. game.Players.LocalPlayer.Character.Part:Destroy()
  1405. restorecolors()
  1406. burn_dem:stop()
  1407. durk:Stop()
  1408. if hat then
  1409. hat:Destroy()
  1410. hat:Destroy()
  1411. end
  1412. sax_guy:stop()
  1413. gangy_style:stop()
  1414. cant_touch:stop()
  1415. you_are_pirate:stop()
  1416. dubstep_gun:stop()
  1417. super_annoying:stop()
  1418. barrel_roll:stop()
  1419. dancing = false
  1420. global_wait = 0
  1421. LightForTorso.Color = torso.BrickColor.Color
  1422. end
  1423.  
  1424. if k == "z" then
  1425. if dancing then return end
  1426. if not sitting then
  1427. dancing = true
  1428. superannoying = true
  1429. super_annoying:play()
  1430. end
  1431. end
  1432. if k == "k" then
  1433. if dancing then return end
  1434. if not sitting then
  1435. dancing = true
  1436. sheddy = true
  1437. spitfire:play()
  1438. end
  1439. end
  1440.  
  1441. if k == "n" then
  1442. if dancing then return end
  1443. if not sitting then
  1444. dancing = true
  1445. gangnam = true
  1446. gangy_style:play()
  1447. end
  1448. end
  1449.  
  1450. if k == "r" then
  1451. if dancing then return end
  1452. if not sitting then
  1453. dancing = true
  1454. burndem = true
  1455. burn_dem:play()
  1456. end
  1457. end
  1458.  
  1459.  
  1460. if k == "x" then
  1461. if dancing then return end
  1462. if not sitting then
  1463. dancing = true
  1464. barrelroll = true
  1465. barrel_roll:play()
  1466. if hats == true then
  1467. hat = Instance.new("Part", char)
  1468. hat.FormFactor = "Custom"
  1469. hat.CanCollide = false
  1470. hat.Size = torso.Size
  1471. hat.Locked = true
  1472. hat:breakJoints()
  1473. local hatmesh = Instance.new("SpecialMesh", hat)
  1474. hatmesh.MeshId = "http://www.roblox.com/asset/?id=29873142"
  1475. hatmesh.TextureId = "http://www.roblox.com/asset/?id=31467063"
  1476. hatmesh.Scale = Vector3.new(.11*size, .1*size, .11*size)
  1477. local hatweld = Instance.new("Weld", hat)
  1478. hatweld.Part0 = hat
  1479. hatweld.Part1 = torso
  1480. end
  1481. end
  1482. end
  1483. if k == "h" then
  1484. if dancing then return end
  1485. if not sitting then
  1486. dancing = true
  1487. heman:play()
  1488. heya = true
  1489. end
  1490. end
  1491. if k == "j" then
  1492. if dancing then return end
  1493. if not sitting then
  1494. dancing = true
  1495. justin:play()
  1496. jb = true
  1497. if hats == true then
  1498. hat = Instance.new("Part", char)
  1499. hat.FormFactor = "Custom"
  1500. hat.CanCollide = false
  1501. hat.Size = head.Size
  1502. hat.Locked = true
  1503. hat.BrickColor = BrickColor.new("Hot pink")
  1504. hat:breakJoints()
  1505. local hatmesh = Instance.new("SpecialMesh", hat)
  1506. hatmesh.MeshId = "http://www.roblox.com/asset/?id=19999424"
  1507. hatmesh.VertexColor = Vector3.new(1,0,1)
  1508. hatmesh.Scale = Vector3.new(.115*size, .115*size, .115*size)
  1509. wait()
  1510. local hatweld = Instance.new("Weld", hat)
  1511. hatweld.Part0 = hat
  1512. hatweld.Part1 = head
  1513. hatweld.C0 = CFrame.new(0.0125*size, -0.025*size, 0)
  1514. hat2 = Instance.new("Part", char)
  1515. hat2.FormFactor = "Custom"
  1516. hat2.CanCollide = false
  1517. hat2.Size = head.Size
  1518. hat2.Locked = true
  1519. hat2.BrickColor = BrickColor.new("Carnation pink")
  1520. hat2:breakJoints()
  1521. local hatmesh2 = Instance.new("SpecialMesh", hat2)
  1522. hatmesh2.MeshId = "rbxassetid://1003673450"
  1523. hatmesh2.VertexColor = Vector3.new(1,0.4,1)
  1524. hatmesh2.Scale = Vector3.new(.00075*size, .0015*size, .0015*size)
  1525. local hatweld2 = Instance.new("Weld", hat2)
  1526. hatweld2.Part0 = hat2
  1527. hatweld2.Part1 = head
  1528. hatweld2.C0 = CFrame.new(0, -0.075*size, 0)
  1529. end
  1530. end
  1531. end
  1532. if k == "c" then
  1533. if dancing then return end
  1534. if not sitting then
  1535. dancing = true
  1536. dubstepgun = true
  1537. dubstep_gun:play()
  1538. end
  1539. end
  1540. if k == "v" then
  1541. if dancing then return end
  1542. if not sitting then
  1543. dancing = true
  1544. youpirate = true
  1545. you_are_pirate:play()
  1546. if hats == true then
  1547. hat = Instance.new("Part", char)
  1548. hat.FormFactor = "Custom"
  1549. hat.CanCollide = false
  1550. hat.Size = head.Size
  1551. hat.Locked = true
  1552. hat:breakJoints()
  1553. local hatmesh = Instance.new("SpecialMesh", hat)
  1554. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1028848"
  1555. hatmesh.TextureId = "http://www.roblox.com/asset/?id=1028847"
  1556. hatmesh.Scale = Vector3.new(.1*size, .1*size, .1*size)
  1557. local hatweld = Instance.new("Weld", hat)
  1558. hatweld.Part0 = hat
  1559. hatweld.Part1 = head
  1560. hatweld.C0 = CFrame.new(0, -0.075*size, 0)
  1561. end
  1562. end
  1563. end
  1564. if k == "m" then
  1565. if dancing then return end
  1566. if not sitting then
  1567. dancing = true
  1568. canttouch = true
  1569. cant_touch:play()
  1570. end
  1571. end
  1572. if k == "b" then
  1573. if dancing then return end
  1574. if not sitting then
  1575. dancing = true
  1576. bronymusic = true
  1577. brony_music:play()
  1578. if hats == true then
  1579. for _,bp in pairs(char:children()) do
  1580. if bp:IsA("BasePart") then
  1581. bp.BrickColor = BrickColor.new("Pink")
  1582. end
  1583. end
  1584. hat = Instance.new("Part", char)
  1585. hat.FormFactor = "Custom"
  1586. hat.CanCollide = false
  1587. hat.Size = head.Size
  1588. hat.Locked = true
  1589. hat.BrickColor = BrickColor.new("Hot pink")
  1590. hat:breakJoints()
  1591. local hatmesh = Instance.new("SpecialMesh", hat)
  1592. hatmesh.MeshId = "http://www.roblox.com/asset/?id=118186643"
  1593. hatmesh.Scale = Vector3.new(.05*size, .1*size, .05*size)
  1594. local hatweld = Instance.new("Weld", hat)
  1595. hatweld.Part0 = hat
  1596. hatweld.Part1 = head
  1597. hatweld.C0 = CFrame.new(0, -0.05*size, 0.025*size)
  1598. end
  1599. end
  1600. end
  1601.  
  1602. if k == "l" then
  1603. if dancing then return end
  1604. if not sitting then
  1605. dancing = true
  1606. foxie = true
  1607. fox_say:play()
  1608. if hats == true then
  1609. hat = Instance.new("Part", char)
  1610. hat.FormFactor = "Custom"
  1611. hat.CanCollide = false
  1612. hat.Size = head.Size
  1613. hat.Locked = true
  1614. hat:breakJoints()
  1615. local hatmesh = Instance.new("SpecialMesh", hat)
  1616. hatmesh.MeshId = "http://www.roblox.com/asset/?id=25266225"
  1617. hatmesh.TextureId = "http://www.roblox.com/asset/?id=25266210"
  1618. hatmesh.Scale = Vector3.new(.1*size, .1*size, .1*size)
  1619. local hatweld = Instance.new("Weld", hat)
  1620. hatweld.Part0 = hat
  1621. hatweld.Part1 = head
  1622. hatweld.C0 = CFrame.new(0, -0.05*size, 0)
  1623. end
  1624. end
  1625.  
  1626. end
  1627. if k == "f" then
  1628. if dancing then return end
  1629. if not sitting then
  1630. dancing = true
  1631. durka = true
  1632. durk:Play()
  1633. end
  1634. end
  1635. if k == "-" then
  1636. LightForTorso.Brightness = (LightForTorso.Brightness - 0.08)
  1637. LightForTorso.Range = (LightForTorso.Range - 2)
  1638. end
  1639. if k == "=" then
  1640. LightForTorso.Brightness = (LightForTorso.Brightness + 0.08)
  1641. LightForTorso.Range = (LightForTorso.Range + 2)
  1642. end
  1643. if k == "g" then
  1644. if dancing then return end
  1645. if not sitting then
  1646. dancing = true
  1647. saxguy = true
  1648. sax_guy:play()
  1649. if hats == true then
  1650. hat = Instance.new("Part", char)
  1651. hat.FormFactor = "Custom"
  1652. hat.CanCollide = false
  1653. hat.Size = head.Size
  1654. hat.Locked = true
  1655. hat:breakJoints()
  1656. local hatmesh = Instance.new("SpecialMesh", hat)
  1657. hatmesh.MeshId = "http://www.roblox.com/asset/?id=44410178"
  1658. hatmesh.TextureId = "http://www.roblox.com/asset/?id=44410320"
  1659. hatmesh.Scale = Vector3.new(.125*size, .125*size, .125*size)
  1660. local hatweld = Instance.new("Weld", hat)
  1661. hatweld.Part0 = hat
  1662. hatweld.Part1 = la
  1663. hatweld.C0 = CFrame.new(-0.09*size, -0.025*size, .02*size) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  1664. end
  1665. end
  1666. end
  1667.  
  1668.  
  1669.  
  1670.  
  1671. if k == "q" then
  1672. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
  1673. if sitting then return end
  1674. looking = true
  1675. rj.C0 = CFrame.new(-math.pi/12, 0,0) * CFrame.Angles(0, 0, math.pi/4)
  1676. end
  1677. if k == "e" then
  1678. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
  1679. if sitting then return end
  1680. looking = true
  1681. rj.C0 = CFrame.new(math.pi/12, 0,0) * CFrame.Angles(0, 0, -math.pi/4)
  1682. end
  1683. if k == "t" then
  1684. if dancing then return end
  1685. if sitting then return end
  1686. dancing = true
  1687. aj:play()
  1688. end
  1689. if k == "p" then
  1690. sizer = 32*size
  1691. if size <= 3 then
  1692. if plr.Character.lolinohurted.JumpPower ~= 32*size then
  1693. plr.Character.lolinohurted.JumpPower = 32*size
  1694. warn("Jump Power is now "..(32*size).."; press U for normal jump power")
  1695. end
  1696. else
  1697. plr.Character.lolinohurted.JumpPower = sizer/(3+size/2)
  1698. warn("Jump Power is now "..(sizer/(3+size/2)).."; press U for normal jump power")
  1699. end
  1700. end
  1701. if k == "u" then
  1702. if plr.Character.lolinohurted.JumpPower ~= 50 then
  1703. plr.Character.lolinohurted.JumpPower = 50
  1704. print("Jump Power is now normal; 50")
  1705. end
  1706. end
  1707. if string.byte(k) == 93 then
  1708. walksize()
  1709. if plr.Character.lolinohurted.WalkSpeed ~= (walkie/2)
  1710. then
  1711. plr.Character.lolinohurted.WalkSpeed = (walkie/2)
  1712. warn("Walkspeed is now "..(walkie/2).." press shift to return to normal")
  1713. end
  1714. end
  1715. if string.byte(k) == 21 then
  1716. if gyro == 0 then
  1717. Instance.new("BodyGyro",plr.Character.Torso)
  1718. gyro = 1
  1719. print("Gyro added")
  1720. end
  1721. end
  1722. if string.byte(k) == 22 then
  1723. if gyro == 1 then
  1724. plr.Character.Torso.BodyGyro:Destroy()
  1725. print("Gyro removed")
  1726. gyro = 0
  1727. end
  1728. end
  1729. if string.byte(k) == 48 or string.byte(k) == 47 then
  1730. if sitting then return end
  1731. if size <= 3 then
  1732. humanoid.WalkSpeed = 12*size
  1733. else humanoid.WalkSpeed = (12*size/1.5+size*((size*size-(size/(size/2*size)))))/(size*1.5)/(size/6)
  1734. end
  1735. end
  1736. if string.byte(k) == 52 then
  1737. if sitting then return end
  1738. if size <= 3 then
  1739. humanoid.WalkSpeed = 3*size
  1740. else humanoid.WalkSpeed = (3*size)/1.8
  1741. end
  1742. end
  1743. end)
  1744.  
  1745. mouse.KeyUp:connect(function(k)
  1746. if string.byte(k) == 48 or string.byte(k) == 47 then
  1747. if sitting then return end
  1748. humanoid.WalkSpeed = (3*size)/1.8
  1749. end
  1750. if k == "y" then
  1751. superannoying = false
  1752. barrelroll = false
  1753. heya = false
  1754. dubstepgun = false
  1755. youpirate = false
  1756. canttouch = false
  1757. gangnam = false
  1758. sheddy = false
  1759. durka = false
  1760. saxguy = false
  1761. foxie = false
  1762. burndem = false
  1763. bronymusic = false
  1764. aj:stop()
  1765. brony_music:stop()
  1766. fox_say:stop()
  1767. spitfire:stop()
  1768. durk:Stop()
  1769. heman:stop()
  1770. justin:stop()
  1771. jb = false
  1772. restorecolors()
  1773. burn_dem:stop()
  1774. if hat then
  1775. hat:Destroy()
  1776. end
  1777. sax_guy:stop()
  1778. gangy_style:stop()
  1779. cant_touch:stop()
  1780. you_are_pirate:stop()
  1781. dubstep_gun:stop()
  1782. super_annoying:stop()
  1783. barrel_roll:stop()
  1784. dancing = false
  1785. global_wait = 0
  1786. LightForTorso.Color = torso.BrickColor.Color
  1787. end
  1788.  
  1789.  
  1790. if k == "q" then
  1791. if looking then
  1792. if sitting then return end
  1793. rj.C0 = CFrame.new()
  1794. looking = false
  1795. end
  1796. end
  1797.  
  1798. if k == "e" then
  1799. if looking then
  1800. if sitting then return end
  1801. rj.C0 = CFrame.new()
  1802. looking = false
  1803. if k == "e" then
  1804. end
  1805. end
  1806. end
  1807. end)
  1808.  
  1809.  
  1810. game:service'RunService'.Stepped:connect(function()
  1811. count = (count % 100) + (countspeed/2)
  1812. angle = math.pi * math.sin(math.pi*2/100*count)
  1813.  
  1814. if slidecount < slidecountmax then
  1815. slidecount = slidecount + speed
  1816. end
  1817. if slidecount > slidecountmax then
  1818. slidecount = slidecount - speed
  1819. end
  1820. if global_wait == 380 then global_wait = 0 end
  1821.  
  1822. sine = sine + sinespeed
  1823. if not dancing then
  1824. if not sitting then
  1825. local ray = Ray.new(rootpart.Position, Vector3.new(0, -.5*size, 0))
  1826. local hitz, enz = workspace:FindPartOnRay(ray, char)
  1827. if not hitz then
  1828. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + angle*0.05, 0, 0)
  1829. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + -angle*0.05, 0, 0)
  1830. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(-angle*0.28, 0, 0)
  1831. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(angle*0.28, 0, 0)
  1832. if not looking then
  1833. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  1834. end
  1835. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  1836. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 0.05*size then
  1837.  
  1838. -- idle anim
  1839.  
  1840. anim = "Idle"
  1841. if anim ~= lastanim then
  1842. if lastanim == "Walking" then
  1843. speed = 0.5
  1844. slidecount = 1
  1845. slidecountmax = 0
  1846. elseif lastanim == "Running" then
  1847. speed = 2.5
  1848. slidecount = 5
  1849. slidecountmax = 0
  1850. else
  1851. slidecount = 0
  1852. slidecountmax = 0
  1853. end
  1854. end
  1855. countspeed = 1
  1856. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(angle*0.02, 0, 0)
  1857. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-angle*0.02, 0, 0)
  1858. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(-angle*0.01, 0, 0)
  1859. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(angle*0.01, 0, 0)
  1860. if not looking then
  1861. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  1862. end
  1863. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  1864. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 3.1*size then
  1865. looking = false
  1866. -- walk anim
  1867. anim = "Walking"
  1868. if anim ~= lastanim then
  1869. speed = 0.2
  1870. slidecount = 0
  1871. slidecountmax = 1
  1872. if lastanim == "Running" then
  1873. slidecount = 5
  1874. end
  1875. end
  1876. countspeed = 6
  1877. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(angle*0.3, 0, math.abs(angle*0.02))
  1878. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-angle*0.3, 0, -math.abs(angle*0.02))
  1879. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(-angle*0.28, 0, -math.abs(angle*0.01))
  1880. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(angle*0.28, 0, math.abs(angle*0.01))
  1881. rj.C0 = CFrame.new(0, math.abs(-angle*0.035*size), 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  1882. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  1883. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 3.1*size then
  1884. --run anim
  1885. anim = "Running"
  1886. if anim ~= lastanim then
  1887. speed = 1
  1888. slidecount = 0
  1889. slidecountmax = 5
  1890. if lastanim == "Walking" then
  1891. slidecount = 1
  1892. end
  1893. end
  1894.  
  1895. looking = false
  1896. countspeed = 9
  1897. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(angle*0.4, 0, math.abs(angle*0.07))
  1898. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-angle*0.4, 0, -math.abs(angle*0.07))
  1899. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(-angle*0.38, 0, -math.abs(angle*0.03))
  1900. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(angle*0.38, 0, math.abs(angle*0.03))
  1901. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  1902. rj.C0 = CFrame.new(0, math.abs(-angle*.055*(size/1.8)), 0) * CFrame.Angles(-math.pi/8/5*slidecount, math.sin(angle*0.05), 0)
  1903. end
  1904.  
  1905. lastanim = anim
  1906. else
  1907. countspeed = 1
  1908. local ray = Ray.new(rootpart.Position, Vector3.new(0, -2*size, 0))
  1909. local hitz, enz = workspace:FindPartOnRay(ray, char)
  1910. if not hitz then
  1911. rj.C0 = CFrame.new(0, -0.25*size, 0) * CFrame.Angles(-math.pi/2, 0, 0)
  1912. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.rad(30), 0, -math.pi/16)
  1913. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(math.rad(30), 0, math.pi/16)
  1914. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(-math.pi-math.rad(30), 0, -math.pi/10)
  1915. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-math.pi-math.rad(30), 0, math.pi/10)
  1916. else
  1917. rj.C0 = CFrame.new(0, -0.175*size, 0) * CFrame.Angles(math.rad(10), 0, 0)
  1918. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  1919. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  1920. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  1921. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  1922. end
  1923.  
  1924. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(angle*0.055, 0, 0)
  1925. end
  1926. else
  1927. if superannoying then
  1928. countspeed = 5
  1929. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  1930. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  1931. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1932. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1933. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1934. rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1935. elseif barrelroll then
  1936. countspeed = 5
  1937. sinespeed = 0.1
  1938. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.07))
  1939. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.07))
  1940. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(0, 0, -math.abs(angle*0.03))
  1941. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(0, 0, math.abs(angle*0.03))
  1942. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1943. rj.C0 = CFrame.new(math.sin(sine)*2.5*size, 0, 0) * CFrame.Angles(-math.pi/2, math.sin(sine)*4.5, 0)
  1944. elseif dubstepgun then
  1945. global_wait = (global_wait % 380) + 1
  1946. countspeed = 5
  1947. if global_wait < 249 - 40 then
  1948. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.27))
  1949. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.27))
  1950. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1951. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1952. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1953. rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1954. elseif global_wait > 249 - 40 then
  1955. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.4, 0, math.abs(angle*0.11))
  1956. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
  1957. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.09))
  1958. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.09))
  1959. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1960. rj.C0 = CFrame.new(0, math.abs(-angle*.075*(size/1.8)), 0) * CFrame.Angles(0, math.pi/3 + math.sin(angle*0.15), 0)
  1961. end
  1962. elseif youpirate then
  1963. global_wait = (global_wait % 380) + 1
  1964. countspeed = 5
  1965. if global_wait < 79 then
  1966. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
  1967. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
  1968. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1969. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1970. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1971. rj.C0 = CFrame.new(0, math.abs(-angle*.02*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1972. elseif global_wait < 299 then
  1973. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.11))
  1974. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
  1975. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.2, 0, -math.abs(angle*0.1))
  1976. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.2, 0, math.abs(angle*0.1))
  1977. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), math.sin(angle*0.19), 0)
  1978. rj.C0 = CFrame.new(0, math.abs(-angle*.055+0.2*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1979. elseif global_wait > 299 then
  1980. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
  1981. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
  1982. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1983. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1984. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1985. rj.C0 = CFrame.new(0, math.abs(-angle*.02*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1986. end
  1987. elseif canttouch then
  1988. countspeed = 5
  1989. global_wait = (global_wait % 160) + 1
  1990. if global_wait == 160 then global_wait = 0 end
  1991. if global_wait < 39 then
  1992. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  1993. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  1994. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1995. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1996. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1997. rj.C0 = CFrame.new(0, math.abs(-angle*.03*(size/1.8)), 0) * CFrame.Angles(0, -math.pi/6, 0)
  1998. elseif global_wait < 79 then
  1999. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  2000. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  2001. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2002. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2003. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2004. rj.C0 = CFrame.new(0, math.abs(-angle*.03*(size/1.8)), 0) * CFrame.Angles(0, math.pi/6, 0)
  2005. elseif global_wait < 119 then
  2006. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(0.01, 0, 0.17)
  2007. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(0.01, 0, -0.17)
  2008. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
  2009. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
  2010. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2011. rj.C0 = CFrame.new(0, math.abs(-angle*.02*(size/1.8)), 0) * CFrame.Angles(0, 0, 0)
  2012. torso.CFrame = torso.CFrame * CFrame.new(0.05, 0, 0)
  2013. elseif global_wait > 119 then
  2014. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(0.01, 0, 0.17)
  2015. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(0.01, 0, -0.17)
  2016. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
  2017. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
  2018. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2019. rj.C0 = CFrame.new(0, math.abs(-angle*.02*(size/1.8)), 0) * CFrame.Angles(0, 0, 0)
  2020. torso.CFrame = torso.CFrame * CFrame.new(-0.05*size, 0, 0)
  2021. end
  2022. elseif gangnam then
  2023. countspeed = 5
  2024. if global_wait == 180 then global_wait = 0 end
  2025. global_wait = (global_wait % 180) + 1
  2026. if global_wait < 89 then
  2027. ls.C0 = CFrame.new(-.1*size,.05*size,-.05*size) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, math.pi/3 + math.abs(angle*0.05))
  2028. rs.C0 = CFrame.new(.1*size,.05*size,-.05*size) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, -math.pi/3 + -math.abs(angle*0.05))
  2029. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2030. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2031. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2032. rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2033. elseif global_wait > 89 then
  2034. ls.C0 = CFrame.new(-.1*size,.05*size,-.05*size) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, math.pi/3 + math.abs(angle*0.05))
  2035. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + math.sin(angle*0.1), 0, -math.sin(angle*0.1))
  2036. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2037. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2038. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2039. rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2040. end
  2041. elseif foxie then
  2042. countspeed = 5
  2043. global_wait = (global_wait % 380) + 2
  2044. if global_wait < 89 then
  2045. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, -math.abs(angle*0.2))
  2046. rs.C0 = CFrame.new(.15*size,.05,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, math.abs(angle*0.2))
  2047. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2048. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2049. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2050. rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.rad(global_wait*4), 0)
  2051. elseif global_wait > 89 then
  2052. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, math.abs(angle*0.05))
  2053. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, -math.abs(angle*0.05))
  2054. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2055. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2056. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, math.sin(angle*0.1))
  2057. rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2058. end
  2059. elseif durka then
  2060. countspeed = 2
  2061. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, math.abs(angle*0.07))
  2062. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.07))
  2063. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, 0, -math.abs(angle*0.03))
  2064. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, 0, math.abs(angle*0.03))
  2065. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2066. rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2067. elseif saxguy then
  2068. countspeed = 5
  2069. ls.C0 = CFrame.new(-.125*size,.05*size,-.05*size) * CFrame.Angles(math.pi/2.5, 0, math.pi/4)
  2070. rs.C0 = CFrame.new(.125*size,.05*size,-.05*size) * CFrame.Angles(math.rad(60), 0, -math.pi/4)
  2071. lh.C0 = CFrame.new(-.05*size,-.05*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, -0.06)
  2072. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, 0.06)
  2073. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(0, 0, 0)
  2074. rj.C0 = CFrame.new(0, -math.abs(angle*0.01*(size/1.8)), math.abs(angle*0.01)) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2075. elseif heya then
  2076. countspeed = 5
  2077. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi + -angle*0.2, -angle*0.1, 0)
  2078. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, angle*0.1, 0)
  2079. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2080. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2081. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2082. rj.C0 = CFrame.new(0, math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.07), 0)
  2083. elseif jb then
  2084. countspeed = 5
  2085. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + -angle*0.2, -angle*0.1, 0)
  2086. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, angle*0.1, 0)
  2087. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2088. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2089. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2090. rj.C0 = CFrame.new(0, math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2091. elseif bronymusic then
  2092. countspeed = 5
  2093. ls.C0 = CFrame.new(-.05*size,.05*size,-.075*size) * CFrame.Angles(math.pi/2 + -angle*0.1, -angle*0.1, 0)
  2094. rs.C0 = CFrame.new(.05*size,.05*size,-.075*size) * CFrame.Angles(math.pi/2 + angle*0.1, angle*0.1, 0)
  2095. lh.C0 = CFrame.new(-.05*size,-.125*size,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, 0)
  2096. rh.C0 = CFrame.new(.05*size,-.125*size,0) * CFrame.Angles(math.pi/2 + -angle*0.1, 0, 0)
  2097. neck.C0 = CFrame.new(0,.125*size,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.25), 0, 0)
  2098. rj.C0 = CFrame.new(0, -0.2*(size/1.8) + math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(-math.rad(85), 0, 0)
  2099. elseif sheddy then
  2100. countspeed = 7
  2101. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
  2102. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
  2103. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2104. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2105. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2106. rj.C0 = CFrame.new(0, math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2107. elseif burndem then
  2108. countspeed = 4
  2109. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
  2110. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
  2111. lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2112. rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2113. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2114. rj.C0 = CFrame.new(0, math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2115. elseif aj.IsPlaying then
  2116. countspeed = 5
  2117. ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + -(angle)*0.4, -angle*0.1, 0)
  2118. rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + (angle)*0.4, -angle*0.1, 0)
  2119. lh.C0 = CFrame.new(-.05*size,(-.1 - math.cos(count*.025)*.02)*size,0) * CFrame.Angles(angle*0.05, 0, -0.06)
  2120. rh.C0 = CFrame.new(.05*size,-.1+math.cos(count*.025)*.02*size,0) * CFrame.Angles(-angle*0.05, 0, 0.06)
  2121. neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2122. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(0, math.cos(angle*0.1), 0)
  2123. end
  2124. end
  2125. end)
  2126.  
  2127.  
  2128. plr.Chatted:connect(function(msg)
  2129. game:service'Chat':Chat(head, msg, 1)
  2130. if msg == "die/" then
  2131. char:breakJoints()
  2132. end
  2133. end)
  2134.  
  2135. end)
  2136. if not ran and err then
  2137. print(err)
  2138. end
  2139.  
  2140. mouse.Button1Down:connect(function()
  2141. if plr.Character.Parent ~= workspace.Camera then
  2142. if mouse ~= nil then
  2143. if mouse.Target ~= nil then
  2144. part = mouse.Target
  2145. bp = Instance.new("BodyPosition",part)
  2146. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2147. bp.Position = part.Position
  2148. particles = Instance.new("ParticleEmitter",part)
  2149. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  2150. particles.Size = NumberSequence.new(1)
  2151. particles.Texture = "rbxassetid://292289455"
  2152. particles.VelocitySpread = 360
  2153. particles.Speed = NumberRange.new(0)
  2154. particles.RotSpeed = NumberRange.new(0)
  2155. particles.Rotation = NumberRange.new(0)
  2156. particles.Rate = 250
  2157. particles.Lifetime = NumberRange.new(.2,.4)
  2158. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  2159. dwn = true
  2160. end
  2161. end
  2162. while dwn == true do
  2163. wait()
  2164. bp.Position = mouse.hit.p
  2165. if part then
  2166. if part.Parent:FindFirstChildOfClass("Humanoid") then
  2167. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  2168. end
  2169. end
  2170. end
  2171. end
  2172. end)
  2173. mouse.Button1Up:connect(function()
  2174. dwn = false
  2175. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  2176. if bp then bp:Destroy() end
  2177. if particles then particles:Destroy() end
  2178. end)
  2179.  
  2180. mouse.KeyDown:connect(function(key)
  2181. if key == "c" then
  2182. local clone = part:Clone()
  2183. clone.Parent = workspace
  2184. clone.Anchored = false
  2185. clone:ClearAllChildren()
  2186. clone.CanCollide = true
  2187. bp.Parent = clone
  2188. particles.Parent = clone
  2189. if part.Parent:FindFirstChildOfClass("Humanoid") then
  2190. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  2191. end
  2192. part:Destroy()
  2193. part = clone
  2194. end
  2195. end)
  2196.  
  2197. base = Instance.new("ScreenGui",plr.PlayerGui)
  2198. bbg = Instance.new("BillboardGui",plr.Character.Head)
  2199. bbg.Size = UDim2.new(0,200,0,50)
  2200. bbg.StudsOffset = Vector3.new(0,.75*size,0)
  2201. bbgTl = Instance.new("TextLabel",bbg)
  2202. bbgTl.BackgroundTransparency = 1
  2203. bbgTl.Size = UDim2.new(10,0,1,0)
  2204. bbgTl.Position = UDim2.new(-4.5,-3,0,0)
  2205. bbgTl.Font = "SourceSansBold"
  2206. bbgTl.Text = " "
  2207. bbgTl.TextSize = 38
  2208. bbgTl.TextStrokeColor3 = Color3.new(0.3,0.3,0.3)
  2209. bbgTl.TextColor3 = Color3.new(0,0,0)
  2210. bbgTl.TextStrokeTransparency = 0
  2211. bbgTl.TextWrapped = true
  2212.  
  2213. local plr = game.Players.LocalPlayer
  2214. Instance.new("ForceField",plr.Character).Visible = false
  2215. plr.Character.Humanoid.Name = "lolinohurted"
  2216.  
  2217. local Loc = game.Players.LocalPlayer.Backpack
  2218. LocalPlayer = game.Players.LocalPlayer.Character
  2219. camera = game.Workspace.Camera
  2220. camera.CameraSubject = LocalPlayer.Head
  2221. game.Workspace.Camera.CameraType = 3
  2222. script.Parent = Loc
  2223.  
  2224. warn(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
  2225. warn("Welcome "..plr.Name)
  2226. warn("Current size: "..size)
  2227. if hats == true then
  2228. warn("Hats: Enabled")
  2229. else
  2230. warn("Hats: Disabled")
  2231. end
  2232. warn(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
  2233. print("say ;cmds for a list of chat commands")
  2234.  
  2235. bbgTl.Text = "Custom Size Mini Meep Edit By Memo1332"
  2236. wait(6)
  2237. bbgTl.Text = " "
  2238.  
  2239. while true do
  2240. wait(0.1)
  2241. plr.Character.lolinohurted.MaxHealth = math.huge
  2242. if plr.Character.Head:FindFirstChild("Sound")==nil then
  2243. super_annoying = Instance.new("Sound", head)
  2244. super_annoying.SoundId = "http://www.roblox.com/asset/?id=818971480"
  2245. super_annoying.Volume = 10
  2246. super_annoying.Pitch = 1.15
  2247. super_annoying.Looped = true
  2248. barrel_roll = Instance.new("Sound", head)
  2249. barrel_roll.SoundId = "http://www.roblox.com/asset/?id=185492305"
  2250. barrel_roll.Volume = 10
  2251. barrel_roll.Looped = true
  2252. dubstep_gun = Instance.new("Sound", head)
  2253. dubstep_gun.SoundId = "http://www.roblox.com/asset/?id=1247011377"
  2254. dubstep_gun.Volume = 10
  2255. dubstep_gun.Pitch = 1.10
  2256. dubstep_gun.Looped = true
  2257. you_are_pirate = Instance.new("Sound", head)
  2258. you_are_pirate.SoundId = "http://www.roblox.com/asset/?id=226273007"
  2259. you_are_pirate.Volume = 10
  2260. you_are_pirate.Looped = true
  2261. cant_touch = Instance.new("Sound", head)
  2262. cant_touch.SoundId = "http://www.roblox.com/asset/?id=525644811"
  2263. cant_touch.Volume = 10
  2264. cant_touch.Pitch = 1.15
  2265. cant_touch.Looped = true
  2266. gangy_style = Instance.new("Sound", head)
  2267. gangy_style.SoundId = "http://www.roblox.com/asset/?id=838491143"
  2268. gangy_style.Volume = 10
  2269. gangy_style.Looped = true
  2270. gangy_style.Pitch = 1.15
  2271. fox_say = Instance.new("Sound", head)
  2272. fox_say.SoundId = "http://www.roblox.com/asset/?id=665080025"
  2273. fox_say.Volume = 10
  2274. fox_say.Looped = true
  2275. durk = Instance.new("Sound", head)
  2276. durk.SoundId = "http://www.roblox.com/asset/?id=422902176"
  2277. durk.Volume = 10
  2278. durk.Pitch = 1.05
  2279. durk.Looped = true
  2280. sax_guy = Instance.new("Sound", head)
  2281. sax_guy.SoundId = "http://www.roblox.com/asset/?id=130929550"
  2282. sax_guy.Volume = 10
  2283. sax_guy.Pitch = 1.15
  2284. sax_guy.Looped = true
  2285. heman = Instance.new("Sound", head)
  2286. heman.SoundId = "http://www.roblox.com/asset/?id=427801633"
  2287. heman.Volume = 10
  2288. heman.Looped = true
  2289. heman.Pitch = 1.1
  2290. justin = Instance.new("Sound", head)
  2291. justin.SoundId = "http://www.roblox.com/asset/?id=1540016882"
  2292. justin.Volume = 10
  2293. justin.Pitch = 1.05
  2294. justin.Looped = true
  2295. brony_music = Instance.new("Sound", head)
  2296. brony_music.SoundId = "http://www.roblox.com/asset/?id=1136035890"
  2297. brony_music.Volume = 10
  2298. brony_music.Pitch = 1.3
  2299. brony_music.Looped = true
  2300. spitfire = Instance.new("Sound", head)
  2301. spitfire.SoundId = "http://www.roblox.com/asset/?id=882519869"
  2302. spitfire.Volume = 10
  2303. spitfire.Looped = true
  2304. spitfire.Pitch = 1
  2305. burn_dem = Instance.new("Sound", head)
  2306. burn_dem.SoundId = "http://www.roblox.com/asset/?id=228951484"
  2307. burn_dem.Volume = 10
  2308. burn_dem.Pitch = 1
  2309. burn_dem.Looped = true
  2310. aj = Instance.new("Sound", head)
  2311. aj.SoundId = "rbxassetid://596364831"
  2312. aj.Volume = 10
  2313. aj.Pitch = 1.15
  2314. aj.Looped = true
  2315. end
  2316. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement