Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- size = .73 -- Average Mep Size
- hats = true -- Default Hats For example, if you press X a barrel will parent to your torso(if true)
- --You can also just use the ;disablehats or ;enablehats command
- --[[
- ```Original script by AmbientOcclusion (formerly madiik)
- ```Edit by: Memo1332(aka Pink Draggo or Pink Addict) Discord: --The Pink Draggo--#8471
- ....Controls:
- Normal Mini Meep Controls: z,x,c,v,b,n,m,l,k,j,h,g,f,r,t,ctrl
- ....Added Controls:
- P: Lowers Jump Power (unless very big because values are calculated off of the size variable)
- U: Sets Jump Power Back To Normal
- key ]: Makes your walkspeed two times slower.
- Ins: Adds a Body Gyro (to stop animation bugs when very small)
- Home: Removes Body Gyro
- ....Chat Commands
- !play id :set a custom song for the J key(global)
- ;play id :set a custom song for the J key(local)
- ;printstats : prints some humanoid stats(local)
- ;editkeys : customise the mep's songs(local)
- ;enablehats : adds hats, aka key J pink hair will show(local)
- ;disablehats : disables hats(local)
- ..Dance Commands(only global)..
- !DanceZ
- !DanceX
- !DanceC
- !DanceV
- !DanceB
- !DanceN
- !DanceM
- !DanceL
- !DanceK
- !DanceJ
- !DanceH
- !DanceG
- !DanceF
- !DanceR
- !DanceT
- ]]
- plr = game.Players.LocalPlayer
- screen = plr.PlayerGui
- mouse = plr:GetMouse()
- plr.Character.Humanoid.MaxHealth = math.huge
- ScreenGui0 = Instance.new("ScreenGui",screen)
- Frame1 = Instance.new("Frame", ScreenGui0)
- TextLabel2 = Instance.new("TextLabel",Frame1)
- TextLabel3 = Instance.new("TextLabel",Frame1)
- Frame4 = Instance.new("Frame", Frame1)
- TextBox5 = Instance.new("TextBox",Frame1)
- TextLabel6 = Instance.new("TextLabel",Frame1)
- TextButton7 = Instance.new("TextButton",Frame1)
- Frame1.Transparency = 0.5
- Frame1.Size = UDim2.new(0, 500, 0, 300)
- Frame1.Position = UDim2.new(0.5, 0, 0.5, 0)
- Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame1.BackgroundTransparency = 0.5
- Frame1.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
- Frame1.BorderSizePixel = 20
- Frame1.AnchorPoint = Vector2.new(0.5, 0.5)
- TextLabel2.Transparency = 0
- TextLabel2.Size = UDim2.new(0, 200, 0, 50)
- TextLabel2.Text = "The Mep"
- TextLabel2.Position = UDim2.new(0, 151, 0, 20)
- TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel2.BackgroundTransparency = 1
- TextLabel2.BorderSizePixel = 0
- TextLabel2.Font = Enum.Font.SourceSans
- TextLabel2.FontSize = Enum.FontSize.Size96
- TextLabel2.TextColor3 = Color3.new(1, 0.686275, 1)
- TextLabel2.TextStrokeColor3 = Color3.new(0.964706, 0.419608, 1)
- TextLabel2.TextStrokeTransparency = 0
- TextLabel3.Transparency = 0
- TextLabel3.Size = UDim2.new(0, 200, 0, 50)
- TextLabel3.Text = "Edit By Memo1332"
- TextLabel3.Position = UDim2.new(0, 148, 0, 55)
- TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel3.BackgroundTransparency = 1
- TextLabel3.BorderSizePixel = 0
- TextLabel3.Font = Enum.Font.SourceSans
- TextLabel3.FontSize = Enum.FontSize.Size24
- TextLabel3.TextColor3 = Color3.new(1, 0.686275, 1)
- TextLabel3.TextStrokeColor3 = Color3.new(0.964706, 0.419608, 1)
- TextLabel3.TextStrokeTransparency = 0
- Frame4.Transparency = 0.34999999403954
- Frame4.Size = UDim2.new(0, 463, 0, 132)
- Frame4.Position = UDim2.new(0, 20, 0, 132)
- Frame4.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame4.BackgroundTransparency = 0.34999999403954
- Frame4.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
- Frame4.BorderSizePixel = 0
- TextBox5.Transparency = 0.40000000596046
- TextBox5.Size = UDim2.new(0, 241, 0, 61)
- TextBox5.Text = size
- TextBox5.Position = UDim2.new(0, 221, 0, 142)
- TextBox5.BackgroundColor3 = Color3.new(0.909804, 0.631373, 1)
- TextBox5.BackgroundTransparency = 0.40000000596046
- TextBox5.BorderColor3 = Color3.new(1, 0.796079, 0.980392)
- TextBox5.BorderSizePixel = 8
- TextBox5.Font = Enum.Font.SourceSans
- TextBox5.FontSize = Enum.FontSize.Size28
- TextBox5.TextColor3 = Color3.new(1, 1, 1)
- TextLabel6.Transparency = 0
- TextLabel6.Size = UDim2.new(0, 200, 0, 50)
- TextLabel6.Text = "Size:"
- TextLabel6.Position = UDim2.new(0, 30, 0, 142)
- TextLabel6.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel6.BackgroundTransparency = 1
- TextLabel6.BorderSizePixel = 0
- TextLabel6.Font = Enum.Font.SourceSans
- TextLabel6.FontSize = Enum.FontSize.Size96
- TextLabel6.TextColor3 = Color3.new(1, .8, 1)
- TextLabel6.TextStrokeColor3 = Color3.new(1, 0.67451, 0.94902)
- TextLabel6.TextStrokeTransparency = 0
- TextButton7.Transparency = 0.5
- TextButton7.Size = UDim2.new(0, 221, 0, 30)
- TextButton7.Text = "Go"
- TextButton7.Position = UDim2.new(0, 141, 0, 223)
- TextButton7.BackgroundColor3 = Color3.new(1, 0.278431, 0.988235)
- TextButton7.BackgroundTransparency = 0.5
- TextButton7.BorderSizePixel = 0
- TextButton7.Font = Enum.Font.SourceSans
- TextButton7.FontSize = Enum.FontSize.Size28
- TextButton7.TextColor3 = Color3.new(1, 1, 1)
- TextButton7.MouseButton1Click:connect(function()
- size = (TextBox5.Text)
- ScreenGui0.Parent = nil
- end)
- repeat wait() until ScreenGui0.Parent == nil
- size = size-1+1 -- roblox is fat sometimes
- icantthinkofanameforthisvariable = false
- antiglobal = false
- dance2 = false
- local ran,err = ypcall(function()
- plr = game:service'Players'.LocalPlayer
- char = plr.Character
- mouse = plr:GetMouse()
- humanoid = char:findFirstChild("Humanoid")
- torso = char:findFirstChild("Torso")
- head = char.Head
- ra = char:findFirstChild("Right Arm")
- la = char:findFirstChild("Left Arm")
- rl = char:findFirstChild("Right Leg")
- ll = char:findFirstChild("Left Leg")
- rs = torso:findFirstChild("Right Shoulder")
- ls = torso:findFirstChild("Left Shoulder")
- rh = torso:findFirstChild("Right Hip")
- lh = torso:findFirstChild("Left Hip")
- neck = torso:findFirstChild("Neck")
- rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
- anim = char:findFirstChild("Animate")
- rootpart = char:findFirstChild("HumanoidRootPart")
- camera = workspace.CurrentCamera
- do --Removing ROBLOX's new Looped bug >_>
- local function rec(x)
- for i,v in pairs(x:children()) do
- if v:IsA'Animation' then
- v.AnimationId = 'rbxassetid://28159255'
- end
- rec(v)
- end
- end
- rec(anim) --the Animate script
- end
- humanoid.Jump = true
- hattenme = false
- wait(.4)
- antispam = false
- if anim then
- anim:Destroy()
- end
- rj.C0 = CFrame.new()
- rj.C1 = CFrame.new()
- super_annoying = Instance.new("Sound", head)
- super_annoying.SoundId = "http://www.roblox.com/asset/?id=818971480"
- Oz = 818971480
- Nz = 818971480
- super_annoying.Volume = 10
- super_annoying.Pitch = 1.15
- super_annoying.Looped = true
- barrel_roll = Instance.new("Sound", head)
- barrel_roll.SoundId = "http://www.roblox.com/asset/?id=185492305"
- Ox = 185492305
- Nx = 185492305
- barrel_roll.Volume = 10
- barrel_roll.Looped = true
- dubstep_gun = Instance.new("Sound", head)
- dubstep_gun.SoundId = "http://www.roblox.com/asset/?id=1247011377"
- Oc = 1247011377
- Nc = 1247011377
- dubstep_gun.Volume = 10
- dubstep_gun.Pitch = 1.10
- dubstep_gun.Looped = true
- you_are_pirate = Instance.new("Sound", head)
- you_are_pirate.SoundId = "http://www.roblox.com/asset/?id=226273007"
- Ov = 226273007
- Nv = 226273007
- you_are_pirate.Volume = 10
- you_are_pirate.Looped = true
- cant_touch = Instance.new("Sound", head)
- cant_touch.SoundId = "http://www.roblox.com/asset/?id=525644811"
- Om = 525644811
- Nm = 525644811
- cant_touch.Volume = 10
- cant_touch.Pitch = 1.15
- cant_touch.Looped = true
- gangy_style = Instance.new("Sound", head)
- gangy_style.SoundId = "http://www.roblox.com/asset/?id=838491143"
- On = 838491143
- Nn = 838491143
- gangy_style.Volume = 10
- gangy_style.Looped = true
- gangy_style.Pitch = 1.15
- fox_say = Instance.new("Sound", head)
- fox_say.SoundId = "http://www.roblox.com/asset/?id=665080025"
- Ol = 665080025
- Nl = 665080025
- fox_say.Volume = 10
- fox_say.Looped = true
- durk = Instance.new("Sound", head)
- durk.SoundId = "http://www.roblox.com/asset/?id=422902176"
- Of = 422902176
- Nf = 422902176
- durk.Volume = 10
- durk.Pitch = 1.05
- durk.Looped = true
- sax_guy = Instance.new("Sound", head)
- sax_guy.SoundId = "http://www.roblox.com/asset/?id=130929550"
- Og = 130929550
- Ng = 130929550
- sax_guy.Volume = 10
- sax_guy.Pitch = 1.15
- sax_guy.Looped = true
- heman = Instance.new("Sound", head)
- heman.SoundId = "http://www.roblox.com/asset/?id=427801633"
- Oh = 427801633
- Nh = 427801633
- heman.Volume = 10
- heman.Looped = true
- heman.Pitch = 1.1
- wait() --Too many sounds can be a heavy load on mobile devices.
- justin = Instance.new("Sound", head)
- justin.SoundId = "http://www.roblox.com/asset/?id=1540016882"
- Oj = 1540016882
- Nj = 1540016882
- justin.Volume = 10
- justin.Pitch = 1.05
- justin.Looped = true
- brony_music = Instance.new("Sound", head)
- brony_music.SoundId = "http://www.roblox.com/asset/?id=1136035890"
- Ob = 1136035890
- Nb = 1136035890
- brony_music.Volume = 10
- brony_music.Pitch = 1.3
- brony_music.Looped = true
- spitfire = Instance.new("Sound", head)
- spitfire.SoundId = "http://www.roblox.com/asset/?id=882519869"
- Ok = 882519869
- Nk = 882519869
- spitfire.Volume = 10
- spitfire.Looped = true
- spitfire.Pitch = 1
- burn_dem = Instance.new("Sound", head)
- burn_dem.SoundId = "http://www.roblox.com/asset/?id=228951484"
- Or = 228951484
- Nr = 228951484
- burn_dem.Volume = 10
- burn_dem.Pitch = 1
- burn_dem.Looped = true
- aj = Instance.new("Sound", head)
- aj.SoundId = "rbxassetid://596364831"
- Ot = 596364831
- Nt = 596364831
- aj.Volume = 10
- aj.Pitch = 1.15
- aj.Looped = true
- lolwot = Instance.new("Sound", head)
- lolwot.SoundId = "http://www.roblox.com/asset/?id=719695310"
- Orr = 719695310
- Nrr = 719695310
- lolwot.Volume = 10
- lolwot.Pitch = 1
- lolwot.Looped = true
- lolwot2 = Instance.new("Sound", head)
- lolwot2.SoundId = "http://www.roblox.com/asset/?id=1429903314"
- Orr2 = 1429903314
- Nrr2 = 1429903314
- lolwot2.Volume = 8
- lolwot2.Pitch = 1
- lolwot2.Looped = true
- kokik = Instance.new("Sound", head)
- kokik.SoundId = "http://www.roblox.com/asset/?id=345018987"
- Ozz = 345018987
- Nzz = 345018987
- kokik.Volume = 10
- kokik.Pitch = 1.32
- kokik.Looped = true
- durke = Instance.new("Sound", head)
- durke.SoundId = "http://www.roblox.com/asset/?id=297921853"
- Off = 297921853
- Nff = 297921853
- durke.Volume = 10
- durke.Pitch = 1.15
- durke.Looped = true
- naurot = Instance.new("Sound", head)
- naurot.SoundId = "http://www.roblox.com/asset/?id=300657972"
- Oxx = 300657972
- Nxx = 300657972
- naurot.Volume = 10
- naurot.TimePosition = 29
- naurot.Pitch = 1.15
- naurot.Looped = true
- spinnie = Instance.new("Sound", head)
- spinnie.SoundId = "http://www.roblox.com/asset/?id=152350859"
- Occ = 152350859
- Ncc = 152350859
- spinnie.Volume = 10
- spinnie.TimePosition = 60
- spinnie.Pitch = 1.15
- spinnie.Looped = true
- cancer = Instance.new("Sound", head)
- cancer.SoundId = "http://www.roblox.com/asset/?id=186322980"
- Ovv = 186322980
- Nvv = 186322980
- cancer.Volume = 10
- cancer.TimePosition = 0
- cancer.Pitch = 1.15
- cancer.Looped = true
- flyok = Instance.new("Sound", head)
- flyok.SoundId = "http://www.roblox.com/asset/?id=1338710258"
- Obb = 1338710258
- Nbb = 1338710258
- flyok.Volume = 10
- flyok.TimePosition = 0
- flyok.Pitch = 1.15
- flyok.Looped = true
- Instance.new("HumanoidController", game:service'ControllerService')
- Instance.new("SkateboardController", game:service'ControllerService')
- Instance.new("VehicleController", game:service'ControllerService')
- --minimize
- rh.Parent = nil
- lh.Parent = nil
- rs.Parent = nil
- ls.Parent = nil
- neck.Parent = nil
- rj.Parent = nil
- rl.FormFactor = "Custom"
- ll.FormFactor = "Custom"
- ra.FormFactor = "Custom"
- la.FormFactor = "Custom"
- torso.FormFactor = "Custom"
- head.FormFactor = "Custom"
- rootpart.FormFactor = "Custom"
- plr = game.Players.LocalPlayer
- gyro = 0
- rootpart.Size = Vector3.new(.2*size, .2*size, .1*size)
- rl.Size = Vector3.new(.1*size, .2*size, .1*size)
- ll.Size = Vector3.new(.1*size, .2*size, .1*size)
- ra.Size = Vector3.new(.1*size, .2*size, .1*size)
- la.Size = Vector3.new(.1*size, .2*size, .1*size)
- torso.Size = Vector3.new(.2*size, .2*size, .1*size)
- head.Size = Vector3.new(.2*size, .1*size, .1*size)
- rh.Parent = torso
- lh.Parent = torso
- rs.Parent = torso
- ls.Parent = torso
- neck.Parent = torso
- rj.Parent = rootpart
- rootpart.CustomPhysicalProperties = PhysicalProperties.new(100,0,100,0,0)
- torso.CustomPhysicalProperties = PhysicalProperties.new(100,0,100,0,0)
- head.CustomPhysicalProperties = PhysicalProperties.new(100,0,100,0,0)
- rl.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
- ll.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
- ra.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
- la.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
- if torso:findFirstChild("roblox") then
- local p = Instance.new("Part", char)
- p.FormFactor = "Custom"
- p.Size = torso.Size
- p.Transparency = 1
- p:BreakJoints()
- local w = Instance.new("Weld", char)
- w.Part0 = p
- w.Part1 = torso
- torso:findFirstChild("roblox").Parent = p
- end
- --[[mesh1 = Instance.new("SpecialMesh", torso)
- mesh1.Name = "Mesh"
- mesh1.Scale = torso.Size - Vector3.new(torso.Size.x/2, torso.Size.y/2, 0)
- mesh1.MeshId = "rbxasset://fonts/torso.mesh"
- mesh2 = Instance.new("SpecialMesh", la)
- mesh2.Name = "Mesh"
- mesh2.Scale = la.Size - Vector3.new(0, la.Size.y/2, 0)
- mesh2.MeshId = "rbxasset://fonts/leftarm.mesh"
- mesh3 = Instance.new("SpecialMesh", ra)
- mesh3.Name = "Mesh"
- mesh3.Scale = ra.Size - Vector3.new(0, ra.Size.y/2, 0)
- mesh3.MeshId = "rbxasset://fonts/rightarm.mesh"
- mesh4 = Instance.new("SpecialMesh", ll)
- mesh4.Name = "Mesh"
- mesh4.Scale = ll.Size - Vector3.new(0, ll.Size.y/2, 0)
- mesh4.MeshId = "rbxasset://fonts/leftleg.mesh"
- mesh5 = Instance.new("SpecialMesh", rl)
- mesh5.Name = "Mesh"
- mesh5.Scale = rl.Size - Vector3.new(0, rl.Size.y/2, 0)
- mesh5.MeshId = "rbxasset://fonts/rightleg.mesh"--]]
- --0.3 = 1.5, 0.1 = 0.5, 0.2 = 1
- ls.C0 = CFrame.new(-.15*size,.05*size,0)
- ls.C1 = CFrame.new(0,.05*size,0)
- rs.C0 = CFrame.new(.15*size,.05*size,0)
- rs.C1 = CFrame.new(0,.05*size,0)
- rh.C0 = CFrame.new(.05*size,-.1*size,0)
- rh.C1 = CFrame.new(0, .1*size, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0)
- lh.C1 = CFrame.new(0, .1*size, 0)
- neck.C0 = CFrame.new(0,.1*size,0)
- neck.C1 = CFrame.new(0,-.05*size,0)
- bodyc = char:findFirstChild("Body Colors")
- if bodyc then
- bodyc:Destroy()
- end
- wait(1)
- local body = {}
- for i,v in pairs(char:children()) do
- if v:IsA'BasePart' then
- print(v.Name)
- body[v.Name] = {Color = v.BrickColor}
- end
- end
- print(body.Torso)
- function restorecolors()
- for _,bp in pairs(char:children()) do
- if bp:IsA("BasePart") then
- bp.BrickColor = body[bp.Name].Color
- end
- end
- end
- local LightForTorso = Instance.new("PointLight", head)
- LightForTorso.Color = torso.BrickColor.Color
- LightForTorso.Range = 7
- LightForTorso.Brightness = 1.5
- local slidecount = 0
- local slidecountmax = 0
- local anim = ""
- local lastanim = anim
- local speed = 0
- local looking = false
- local dancing = false
- local superannoying = false
- local barrelroll = false
- local dubstepgun = false
- local foxie = false
- local durka = false
- local saxguy = false
- local heya = false
- local jb = false
- local bronymusic = false
- local sheddy = false
- local burndem = false
- local global_wait = 0
- count = 0
- countspeed = 1
- sine = 0
- sinespeed = 1
- humanoid.WalkSpeed = 3*size
- local controllerService = game:GetService("ControllerService")
- local controller = controllerService:GetChildren()[1]
- local colors = {"White", "Hot pink"}
- humanoid.Died:connect(function()
- for cframe_parts = 0, 100 do
- local p = Instance.new("Part")
- p.FormFactor = "Custom"
- p.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
- p.Size = Vector3.new(1, 1, 1)
- Instance.new("BlockMesh", p).Scale = Vector3.new(0.05, 0.05, 0.05)
- p.Locked = true
- p.CanCollide = false
- p.Anchored = true
- p.CFrame = torso.CFrame * CFrame.Angles(math.random(-36, 36),math.random(-36, 36),math.random(-36, 36))
- p.Parent = workspace
- game:service'Debris':AddItem(p, 5)
- coroutine.wrap(function()
- while wait() do
- if p ~= nil then
- p.CFrame = p.CFrame * CFrame.new(0, 0.085, 0)
- p.Mesh.Scale = p.Mesh.Scale - Vector3.new(0.005, 0, 0.005) + Vector3.new(0, 0.01, 0)
- p.Transparency = p.Transparency + 0.015
- else
- break
- end
- end
- end)()
- end
- for _,v in pairs(char:children()) do
- if v:IsA("Part") then
- v:Destroy()
- end
- end
- end)
- mouse.KeyDown:connect(function(k)
- if string.byte(k) == 50 then
- if dancing then return end
- sitting = not sitting
- if sitting then
- local ray = Ray.new(torso.Position, Vector3.new(0, -1*size, 0))
- local hitz,enz = workspace:FindPartOnRay(ray, char)
- if hitz then
- controller.Parent = nil
- humanoid.WalkSpeed = 0
- coroutine.wrap(function()
- while wait() do
- humanoid.PlatformStand = true
- if sitting == false then humanoid.PlatformStand = false break end
- end
- end)()
- rj.C0 = CFrame.new(0, -0.175*size, 0) * CFrame.Angles(math.rad(10), 0, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
- miniweld = Instance.new("Weld", char)
- miniweld.C0 = hitz.CFrame:toObjectSpace(rootpart.CFrame)
- miniweld.Part0 = hitz
- miniweld.Part1 = rootpart
- else
- sitting = false
- return
- end
- else
- if miniweld then
- miniweld:Destroy()
- end
- controller.Parent = controllerService
- humanoid.PlatformStand = true
- humanoid.WalkSpeed = 6*size
- end
- end
- plr = game.Players.LocalPlayer
- player = game.Players.LocalPlayer.Name
- function runsize()
- if size <= 3 then
- runnie = 12*size
- else runnie = (12*size/1.5+size*((size*size-(size/(size/2*size)))))/(size*1.5)/(size/6)
- end
- end
- function walksize()
- if size <= 3 then
- walkie = 3*size
- else walkie = (3*size)/1.8
- end
- end
- ---Global Functions---
- function Chatted2(Speaker,Message)
- if Message:sub(1,6):lower():match('!play') and antispam == false and antiglobal == false then
- antispam = true
- justin.SoundId='rbxassetid://'..Message:sub(6)
- Nj = (Message:sub(6))
- print("Globally changed Key J to: "..Message:sub(6))
- wait(1)
- antispam = false
- elseif Message == ('!DanceC') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- wait()
- dubstepgun = true
- wait()
- dubstep_gun:play()
- end
- elseif Message == ('!DanceZ') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- wait()
- superannoying = true
- wait()
- super_annoying:play()
- end
- elseif Message == ('!ResetMeps') and antispam == false then
- antispam = true
- if game.Players.LocalPlayer.Name ~= 'Memo1332' then game.Players.LocalPlayer.Character:BreakJoints()
- error("Global Mep Reset Issued")
- elseif game.Players.LocalPlayer.Name == 'Memo1332' then warn("Attempted Global Mep Reset")
- end
- wait(1)
- antispam = false
- elseif Message == ('!DanceX') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- barrelroll = true
- barrel_roll:play()
- if hats == true then
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = torso.Size
- hat.Locked = true
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=29873142"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=31467063"
- hatmesh.Scale = Vector3.new(.11*size, .1*size, .11*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = torso
- end
- end
- elseif Message == ('!StopDa') and antiglobal == false then
- superannoying = false
- barrelroll = false
- heya = false
- dubstepgun = false
- youpirate = false
- canttouch = false
- gangnam = false
- sheddy = false
- durka = false
- saxguy = false
- foxie = false
- burndem = false
- bronymusic = false
- aj:stop()
- brony_music:stop()
- fox_say:stop()
- spitfire:stop()
- durk:Stop()
- heman:stop()
- justin:stop()
- jb = false
- restorecolors()
- burn_dem:stop()
- if hat then
- hat:Destroy()
- end
- sax_guy:stop()
- gangy_style:stop()
- cant_touch:stop()
- you_are_pirate:stop()
- dubstep_gun:stop()
- super_annoying:stop()
- barrel_roll:stop()
- dancing = false
- global_wait = 0
- LightForTorso.Color = torso.BrickColor.Color
- elseif Message == ('!DanceV') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- youpirate = true
- you_are_pirate:play()
- if hats == true then
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=1028848"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=1028847"
- hatmesh.Scale = Vector3.new(.1*size, .1*size, .1*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0, -0.075*size, 0)
- end
- end
- elseif Message == ('!DanceB') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- bronymusic = true
- brony_music:play()
- if hats == true then
- for _,bp in pairs(char:children()) do
- if bp:IsA("BasePart") then
- bp.BrickColor = BrickColor.new("Pink")
- end
- end
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat.BrickColor = BrickColor.new("Hot pink")
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=118186643"
- hatmesh.Scale = Vector3.new(.05*size, .1*size, .05*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0, -0.05*size, 0.025*size)
- end
- end
- elseif Message == ('!DanceN') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- wait()
- gangnam = true
- gangy_style:play()
- end
- elseif Message == ('!DanceM') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- wait()
- canttouch = true
- cant_touch:play()
- end
- elseif Message == ('!DanceL') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- foxie = true
- fox_say:play()
- if hats == true then
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=25266225"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=25266210"
- hatmesh.Scale = Vector3.new(.1*size, .1*size, .1*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0, -0.05*size, 0)
- end
- end
- elseif Message == ('!DanceK') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- wait()
- sheddy = true
- spitfire:play()
- end
- elseif Message == ('!DanceJ') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- justin:play()
- jb = true
- if hats == true then
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat.BrickColor = BrickColor.new("Hot pink")
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=19999424"
- hatmesh.VertexColor = Vector3.new(1,0,1)
- hatmesh.Scale = Vector3.new(.115*size, .115*size, .115*size)
- wait()
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0.0125*size, -0.025*size, 0)
- hat2 = Instance.new("Part", char)
- hat2.FormFactor = "Custom"
- hat2.CanCollide = false
- hat2.Size = head.Size
- hat2.Locked = true
- hat2.BrickColor = BrickColor.new("Carnation pink")
- hat2:breakJoints()
- local hatmesh2 = Instance.new("SpecialMesh", hat2)
- hatmesh2.MeshId = "rbxassetid://1003673450"
- hatmesh2.VertexColor = Vector3.new(1,0.4,1)
- hatmesh2.Scale = Vector3.new(.00075*size, .0015*size, .0015*size)
- local hatweld2 = Instance.new("Weld", hat2)
- hatweld2.Part0 = hat2
- hatweld2.Part1 = head
- hatweld2.C0 = CFrame.new(0, -0.075*size, 0)
- end
- end
- elseif Message == ('!DanceH') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- wait()
- heman:play()
- heya = true
- end
- elseif Message == ('!DanceG') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- saxguy = true
- sax_guy:play()
- hat = Instance.new("Part", char)
- if hats == true then
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=44410178"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=44410320"
- hatmesh.Scale = Vector3.new(.125*size, .125*size, .125*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = la
- hatweld.C0 = CFrame.new(-0.09*size, -0.025*size, .02*size) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
- end
- end
- elseif Message == ('!DanceF') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- wait()
- durka = true
- durk:Play()
- end
- elseif Message == ('!DanceR') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- wait()
- burndem = true
- burn_dem:play()
- end
- elseif Message == ('!DanceT') and antiglobal == false then
- if not sitting and not dancing then
- dancing = true
- aj:play()
- end
- end
- end
- function keyed()
- plr = game.Players.LocalPlayer
- screen = plr.PlayerGui
- mouse = plr:GetMouse()
- ScreenGui0 = Instance.new("ScreenGui", screen)
- Frame1 = Instance.new("Frame",ScreenGui0)
- Frame2 = Instance.new("Frame",Frame1)
- TextLabel3 = Instance.new("TextLabel",Frame2)
- TextBox4 = Instance.new("TextBox",Frame2)
- Frame5 = Instance.new("Frame", Frame1)
- TextLabel6 = Instance.new("TextLabel",Frame5)
- TextBox7 = Instance.new("TextBox",Frame5)
- Frame8 = Instance.new("Frame", Frame1)
- TextLabel9 = Instance.new("TextLabel",Frame8)
- TextBox10 = Instance.new("TextBox",Frame8)
- Frame11 = Instance.new("Frame", Frame1)
- TextLabel12 = Instance.new("TextLabel",Frame11)
- TextBox13 = Instance.new("TextBox",Frame11)
- Frame14 = Instance.new("Frame", Frame1)
- TextLabel15 = Instance.new("TextLabel",Frame14)
- TextBox16 = Instance.new("TextBox",Frame14)
- Frame17 = Instance.new("Frame", Frame1)
- TextLabel18 = Instance.new("TextLabel",Frame17)
- TextBox19 = Instance.new("TextBox",Frame17)
- Frame20 = Instance.new("Frame", Frame1)
- TextLabel21 = Instance.new("TextLabel",Frame20)
- TextBox22 = Instance.new("TextBox",Frame20)
- Frame23 = Instance.new("Frame", Frame1)
- TextLabel24 = Instance.new("TextLabel",Frame23)
- TextBox25 = Instance.new("TextBox",Frame23)
- Frame26 = Instance.new("Frame", Frame1)
- TextLabel27 = Instance.new("TextLabel",Frame26)
- TextBox28 = Instance.new("TextBox",Frame26)
- Frame29 = Instance.new("Frame", Frame1)
- TextLabel30 = Instance.new("TextLabel",Frame29)
- TextBox31 = Instance.new("TextBox",Frame29)
- Frame32 = Instance.new("Frame", Frame1)
- TextLabel33 = Instance.new("TextLabel",Frame32)
- TextBox34 = Instance.new("TextBox",Frame32)
- Frame35 = Instance.new("Frame", Frame1)
- TextLabel36 = Instance.new("TextLabel",Frame35)
- TextBox37 = Instance.new("TextBox",Frame35)
- Frame38 = Instance.new("Frame", Frame1)
- TextLabel39 = Instance.new("TextLabel",Frame38)
- TextBox40 = Instance.new("TextBox",Frame38)
- Frame41 = Instance.new("Frame", Frame1)
- TextLabel42 = Instance.new("TextLabel",Frame41)
- TextBox43 = Instance.new("TextBox",Frame41)
- Frame44 = Instance.new("Frame", Frame1)
- TextLabel45 = Instance.new("TextLabel",Frame44)
- TextBox46 = Instance.new("TextBox",Frame44)
- TextButton47 = Instance.new("TextButton", Frame1)
- TextButton48 = Instance.new("TextButton", Frame1)
- TextButton49 = Instance.new("TextButton", Frame1)
- Frame1.Transparency = 0.5
- Frame1.Size = UDim2.new(0, 750, 0, 450)
- Frame1.Position = UDim2.new(0.5, 0, 0.5, 0)
- Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame1.BackgroundTransparency = 0.5
- Frame1.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
- Frame1.BorderSizePixel = 20
- Frame1.AnchorPoint = Vector2.new(0.5,0.5)
- Frame2.Transparency = 0.30000001192093
- Frame2.Size = UDim2.new(0, 210, 0, 51)
- Frame2.Position = UDim2.new(0, 40, 0, 30)
- Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame2.BackgroundTransparency = 0.30000001192093
- Frame2.BorderSizePixel = 0
- TextLabel3.Transparency = 0
- TextLabel3.Size = UDim2.new(0, 80, 0, 30)
- TextLabel3.Text = "Key Z :"
- TextLabel3.Position = UDim2.new(0, 0, 0, 10)
- TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel3.BackgroundTransparency = 1
- TextLabel3.Font = Enum.Font.SourceSans
- TextLabel3.FontSize = Enum.FontSize.Size24
- TextLabel3.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel3.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox4.Transparency = 0.30000001192093
- TextBox4.Size = UDim2.new(0, 130, 0, 30)
- TextBox4.Position = UDim2.new(0, 70, 0, 10)
- TextBox4.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox4.BackgroundTransparency = 0.30000001192093
- TextBox4.BorderSizePixel = 0
- TextBox4.Font = Enum.Font.SourceSans
- TextBox4.FontSize = Enum.FontSize.Size14
- TextBox4.TextColor3 = Color3.new(1, 1, 1)
- TextBox4.TextScaled = true
- TextBox4.TextWrapped = true
- TextBox4.ClearTextOnFocus = false
- Frame5.Transparency = 0.30000001192093
- Frame5.Size = UDim2.new(0, 210, 0, 51)
- Frame5.Position = UDim2.new(0, 270, 0, 30)
- Frame5.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame5.BackgroundTransparency = 0.30000001192093
- Frame5.BorderSizePixel = 0
- TextLabel6.Transparency = 0
- TextLabel6.Size = UDim2.new(0, 80, 0, 30)
- TextLabel6.Text = "Key X:"
- TextLabel6.Position = UDim2.new(0, 0, 0, 10)
- TextLabel6.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel6.BackgroundTransparency = 1
- TextLabel6.Font = Enum.Font.SourceSans
- TextLabel6.FontSize = Enum.FontSize.Size24
- TextLabel6.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel6.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox7.Transparency = 0.30000001192093
- TextBox7.Size = UDim2.new(0, 130, 0, 30)
- TextBox7.Position = UDim2.new(0, 70, 0, 10)
- TextBox7.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox7.BackgroundTransparency = 0.30000001192093
- TextBox7.BorderSizePixel = 0
- TextBox7.Font = Enum.Font.SourceSans
- TextBox7.FontSize = Enum.FontSize.Size14
- TextBox7.TextColor3 = Color3.new(1, 1, 1)
- TextBox7.TextScaled = true
- TextBox7.TextWrapped = true
- TextBox7.ClearTextOnFocus = false
- Frame8.Transparency = 0.30000001192093
- Frame8.Size = UDim2.new(0, 210, 0, 51)
- Frame8.Position = UDim2.new(0, 500, 0, 30)
- Frame8.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame8.BackgroundTransparency = 0.30000001192093
- Frame8.BorderSizePixel = 0
- TextLabel9.Transparency = 0
- TextLabel9.Size = UDim2.new(0, 80, 0, 30)
- TextLabel9.Text = "Key C:"
- TextLabel9.Position = UDim2.new(0, 0, 0, 10)
- TextLabel9.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel9.BackgroundTransparency = 1
- TextLabel9.Font = Enum.Font.SourceSans
- TextLabel9.FontSize = Enum.FontSize.Size24
- TextLabel9.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel9.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox10.Transparency = 0.30000001192093
- TextBox10.Size = UDim2.new(0, 130, 0, 30)
- TextBox10.Position = UDim2.new(0, 70, 0, 10)
- TextBox10.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox10.BackgroundTransparency = 0.30000001192093
- TextBox10.BorderSizePixel = 0
- TextBox10.Font = Enum.Font.SourceSans
- TextBox10.FontSize = Enum.FontSize.Size14
- TextBox10.TextColor3 = Color3.new(1, 1, 1)
- TextBox10.TextScaled = true
- TextBox10.TextWrapped = true
- TextBox10.ClearTextOnFocus = false
- Frame11.Transparency = 0.30000001192093
- Frame11.Size = UDim2.new(0, 210, 0, 51)
- Frame11.Position = UDim2.new(0, 500, 0, 101)
- Frame11.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame11.BackgroundTransparency = 0.30000001192093
- Frame11.BorderSizePixel = 0
- TextLabel12.Transparency = 0
- TextLabel12.Size = UDim2.new(0, 80, 0, 30)
- TextLabel12.Text = "Key N:"
- TextLabel12.Position = UDim2.new(0, 0, 0, 10)
- TextLabel12.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel12.BackgroundTransparency = 1
- TextLabel12.Font = Enum.Font.SourceSans
- TextLabel12.FontSize = Enum.FontSize.Size24
- TextLabel12.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel12.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox13.Transparency = 0.30000001192093
- TextBox13.Size = UDim2.new(0, 130, 0, 30)
- TextBox13.Position = UDim2.new(0, 70, 0, 10)
- TextBox13.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox13.BackgroundTransparency = 0.30000001192093
- TextBox13.BorderSizePixel = 0
- TextBox13.Font = Enum.Font.SourceSans
- TextBox13.FontSize = Enum.FontSize.Size14
- TextBox13.TextColor3 = Color3.new(1, 1, 1)
- TextBox13.TextScaled = true
- TextBox13.TextWrapped = true
- TextBox13.ClearTextOnFocus = false
- Frame14.Transparency = 0.30000001192093
- Frame14.Size = UDim2.new(0, 210, 0, 51)
- Frame14.Position = UDim2.new(0, 270, 0, 101)
- Frame14.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame14.BackgroundTransparency = 0.30000001192093
- Frame14.BorderSizePixel = 0
- TextLabel15.Transparency = 0
- TextLabel15.Size = UDim2.new(0, 80, 0, 30)
- TextLabel15.Text = "Key B :"
- TextLabel15.Position = UDim2.new(0, 0, 0, 10)
- TextLabel15.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel15.BackgroundTransparency = 1
- TextLabel15.Font = Enum.Font.SourceSans
- TextLabel15.FontSize = Enum.FontSize.Size24
- TextLabel15.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel15.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox16.Transparency = 0.30000001192093
- TextBox16.Size = UDim2.new(0, 130, 0, 30)
- TextBox16.Position = UDim2.new(0, 70, 0, 10)
- TextBox16.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox16.BackgroundTransparency = 0.30000001192093
- TextBox16.BorderSizePixel = 0
- TextBox16.Font = Enum.Font.SourceSans
- TextBox16.FontSize = Enum.FontSize.Size14
- TextBox16.TextColor3 = Color3.new(1, 1, 1)
- TextBox16.TextScaled = true
- TextBox16.TextWrapped = true
- TextBox16.ClearTextOnFocus = false
- Frame17.Transparency = 0.30000001192093
- Frame17.Size = UDim2.new(0, 210, 0, 51)
- Frame17.Position = UDim2.new(0, 40, 0, 101)
- Frame17.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame17.BackgroundTransparency = 0.30000001192093
- Frame17.BorderSizePixel = 0
- TextLabel18.Transparency = 0
- TextLabel18.Size = UDim2.new(0, 80, 0, 30)
- TextLabel18.Text = "Key V :"
- TextLabel18.Position = UDim2.new(0, 0, 0, 10)
- TextLabel18.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel18.BackgroundTransparency = 1
- TextLabel18.Font = Enum.Font.SourceSans
- TextLabel18.FontSize = Enum.FontSize.Size24
- TextLabel18.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel18.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox19.Transparency = 0.30000001192093
- TextBox19.Size = UDim2.new(0, 130, 0, 30)
- TextBox19.Position = UDim2.new(0, 70, 0, 10)
- TextBox19.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox19.BackgroundTransparency = 0.30000001192093
- TextBox19.BorderSizePixel = 0
- TextBox19.Font = Enum.Font.SourceSans
- TextBox19.FontSize = Enum.FontSize.Size14
- TextBox19.TextColor3 = Color3.new(1, 1, 1)
- TextBox19.TextScaled = true
- TextBox19.TextWrapped = true
- TextBox19.ClearTextOnFocus = false
- Frame20.Transparency = 0.30000001192093
- Frame20.Size = UDim2.new(0, 210, 0, 51)
- Frame20.Position = UDim2.new(0, 40, 0, 172)
- Frame20.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame20.BackgroundTransparency = 0.30000001192093
- Frame20.BorderSizePixel = 0
- TextLabel21.Transparency = 0
- TextLabel21.Size = UDim2.new(0, 80, 0, 30)
- TextLabel21.Text = "Key M :"
- TextLabel21.Position = UDim2.new(0, 0, 0, 10)
- TextLabel21.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel21.BackgroundTransparency = 1
- TextLabel21.Font = Enum.Font.SourceSans
- TextLabel21.FontSize = Enum.FontSize.Size24
- TextLabel21.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel21.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox22.Transparency = 0.30000001192093
- TextBox22.Size = UDim2.new(0, 130, 0, 30)
- TextBox22.Position = UDim2.new(0, 70, 0, 10)
- TextBox22.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox22.BackgroundTransparency = 0.30000001192093
- TextBox22.BorderSizePixel = 0
- TextBox22.Font = Enum.Font.SourceSans
- TextBox22.FontSize = Enum.FontSize.Size14
- TextBox22.TextColor3 = Color3.new(1, 1, 1)
- TextBox22.TextScaled = true
- TextBox22.TextWrapped = true
- TextBox22.ClearTextOnFocus = false
- Frame23.Transparency = 0.30000001192093
- Frame23.Size = UDim2.new(0, 210, 0, 51)
- Frame23.Position = UDim2.new(0, 270, 0, 172)
- Frame23.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame23.BackgroundTransparency = 0.30000001192093
- Frame23.BorderSizePixel = 0
- TextLabel24.Transparency = 0
- TextLabel24.Size = UDim2.new(0, 80, 0, 30)
- TextLabel24.Text = "Key F:"
- TextLabel24.Position = UDim2.new(0, 0, 0, 10)
- TextLabel24.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel24.BackgroundTransparency = 1
- TextLabel24.Font = Enum.Font.SourceSans
- TextLabel24.FontSize = Enum.FontSize.Size24
- TextLabel24.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel24.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox25.Transparency = 0.30000001192093
- TextBox25.Size = UDim2.new(0, 130, 0, 30)
- TextBox25.Position = UDim2.new(0, 70, 0, 10)
- TextBox25.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox25.BackgroundTransparency = 0.30000001192093
- TextBox25.BorderSizePixel = 0
- TextBox25.Font = Enum.Font.SourceSans
- TextBox25.FontSize = Enum.FontSize.Size14
- TextBox25.TextColor3 = Color3.new(1, 1, 1)
- TextBox25.TextScaled = true
- TextBox25.TextWrapped = true
- TextBox25.ClearTextOnFocus = false
- Frame26.Transparency = 0.30000001192093
- Frame26.Size = UDim2.new(0, 210, 0, 51)
- Frame26.Position = UDim2.new(0, 500, 0, 172)
- Frame26.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame26.BackgroundTransparency = 0.30000001192093
- Frame26.BorderSizePixel = 0
- TextLabel27.Transparency = 0
- TextLabel27.Size = UDim2.new(0, 80, 0, 30)
- TextLabel27.Text = "Key G :"
- TextLabel27.Position = UDim2.new(0, 0, 0, 10)
- TextLabel27.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel27.BackgroundTransparency = 1
- TextLabel27.Font = Enum.Font.SourceSans
- TextLabel27.FontSize = Enum.FontSize.Size24
- TextLabel27.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel27.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox28.Transparency = 0.30000001192093
- TextBox28.Size = UDim2.new(0, 130, 0, 30)
- TextBox28.Position = UDim2.new(0, 70, 0, 10)
- TextBox28.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox28.BackgroundTransparency = 0.30000001192093
- TextBox28.BorderSizePixel = 0
- TextBox28.Font = Enum.Font.SourceSans
- TextBox28.FontSize = Enum.FontSize.Size14
- TextBox28.TextColor3 = Color3.new(1, 1, 1)
- TextBox28.TextScaled = true
- TextBox28.TextWrapped = true
- TextBox28.ClearTextOnFocus = false
- Frame29.Transparency = 0.30000001192093
- Frame29.Size = UDim2.new(0, 210, 0, 51)
- Frame29.Position = UDim2.new(0, 500, 0, 243)
- Frame29.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame29.BackgroundTransparency = 0.30000001192093
- Frame29.BorderSizePixel = 0
- TextLabel30.Transparency = 0
- TextLabel30.Size = UDim2.new(0, 80, 0, 30)
- TextLabel30.Text = "Key K:"
- TextLabel30.Position = UDim2.new(0, 0, 0, 10)
- TextLabel30.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel30.BackgroundTransparency = 1
- TextLabel30.Font = Enum.Font.SourceSans
- TextLabel30.FontSize = Enum.FontSize.Size24
- TextLabel30.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel30.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox31.Transparency = 0.30000001192093
- TextBox31.Size = UDim2.new(0, 130, 0, 30)
- TextBox31.Position = UDim2.new(0, 70, 0, 10)
- TextBox31.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox31.BackgroundTransparency = 0.30000001192093
- TextBox31.BorderSizePixel = 0
- TextBox31.Font = Enum.Font.SourceSans
- TextBox31.FontSize = Enum.FontSize.Size14
- TextBox31.TextColor3 = Color3.new(1, 1, 1)
- TextBox31.TextScaled = true
- TextBox31.TextWrapped = true
- TextBox31.ClearTextOnFocus = false
- Frame32.Transparency = 0.30000001192093
- Frame32.Size = UDim2.new(0, 210, 0, 51)
- Frame32.Position = UDim2.new(0, 270, 0, 243)
- Frame32.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame32.BackgroundTransparency = 0.30000001192093
- Frame32.BorderSizePixel = 0
- TextLabel33.Transparency = 0
- TextLabel33.Size = UDim2.new(0, 80, 0, 30)
- TextLabel33.Text = "Key J:"
- TextLabel33.Position = UDim2.new(0, 0, 0, 10)
- TextLabel33.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel33.BackgroundTransparency = 1
- TextLabel33.Font = Enum.Font.SourceSans
- TextLabel33.FontSize = Enum.FontSize.Size24
- TextLabel33.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel33.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox34.Transparency = 0.30000001192093
- TextBox34.Size = UDim2.new(0, 130, 0, 30)
- TextBox34.Position = UDim2.new(0, 70, 0, 10)
- TextBox34.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox34.BackgroundTransparency = 0.30000001192093
- TextBox34.BorderSizePixel = 0
- TextBox34.Font = Enum.Font.SourceSans
- TextBox34.FontSize = Enum.FontSize.Size14
- TextBox34.TextColor3 = Color3.new(1, 1, 1)
- TextBox34.TextScaled = true
- TextBox34.TextWrapped = true
- TextBox34.ClearTextOnFocus = false
- Frame35.Transparency = 0.30000001192093
- Frame35.Size = UDim2.new(0, 210, 0, 51)
- Frame35.Position = UDim2.new(0, 40, 0, 243)
- Frame35.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame35.BackgroundTransparency = 0.30000001192093
- Frame35.BorderSizePixel = 0
- TextLabel36.Transparency = 0
- TextLabel36.Size = UDim2.new(0, 80, 0, 30)
- TextLabel36.Text = "Key H :"
- TextLabel36.Position = UDim2.new(0, 0, 0, 10)
- TextLabel36.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel36.BackgroundTransparency = 1
- TextLabel36.Font = Enum.Font.SourceSans
- TextLabel36.FontSize = Enum.FontSize.Size24
- TextLabel36.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel36.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox37.Transparency = 0.30000001192093
- TextBox37.Size = UDim2.new(0, 130, 0, 30)
- TextBox37.Position = UDim2.new(0, 70, 0, 10)
- TextBox37.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox37.BackgroundTransparency = 0.30000001192093
- TextBox37.BorderSizePixel = 0
- TextBox37.Font = Enum.Font.SourceSans
- TextBox37.FontSize = Enum.FontSize.Size14
- TextBox37.TextColor3 = Color3.new(1, 1, 1)
- TextBox37.TextScaled = true
- TextBox37.TextWrapped = true
- TextBox37.ClearTextOnFocus = false
- Frame38.Transparency = 0.30000001192093
- Frame38.Size = UDim2.new(0, 210, 0, 51)
- Frame38.Position = UDim2.new(0, 40, 0, 314)
- Frame38.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame38.BackgroundTransparency = 0.30000001192093
- Frame38.BorderSizePixel = 0
- TextLabel39.Transparency = 0
- TextLabel39.Size = UDim2.new(0, 80, 0, 30)
- TextLabel39.Text = "Key L :"
- TextLabel39.Position = UDim2.new(0, 0, 0, 10)
- TextLabel39.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel39.BackgroundTransparency = 1
- TextLabel39.Font = Enum.Font.SourceSans
- TextLabel39.FontSize = Enum.FontSize.Size24
- TextLabel39.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel39.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox40.Transparency = 0.30000001192093
- TextBox40.Size = UDim2.new(0, 130, 0, 30)
- TextBox40.Position = UDim2.new(0, 70, 0, 10)
- TextBox40.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox40.BackgroundTransparency = 0.30000001192093
- TextBox40.BorderSizePixel = 0
- TextBox40.Font = Enum.Font.SourceSans
- TextBox40.FontSize = Enum.FontSize.Size14
- TextBox40.TextColor3 = Color3.new(1, 1, 1)
- TextBox40.TextScaled = true
- TextBox40.TextWrapped = true
- TextBox40.ClearTextOnFocus = false
- Frame41.Transparency = 0.30000001192093
- Frame41.Size = UDim2.new(0, 210, 0, 51)
- Frame41.Position = UDim2.new(0, 270, 0, 314)
- Frame41.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame41.BackgroundTransparency = 0.30000001192093
- Frame41.BorderSizePixel = 0
- TextLabel42.Transparency = 0
- TextLabel42.Size = UDim2.new(0, 80, 0, 30)
- TextLabel42.Text = "Key R:"
- TextLabel42.Position = UDim2.new(0, 0, 0, 10)
- TextLabel42.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel42.BackgroundTransparency = 1
- TextLabel42.Font = Enum.Font.SourceSans
- TextLabel42.FontSize = Enum.FontSize.Size24
- TextLabel42.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel42.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox43.Transparency = 0.30000001192093
- TextBox43.Size = UDim2.new(0, 130, 0, 30)
- TextBox43.Position = UDim2.new(0, 70, 0, 10)
- TextBox43.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox43.BackgroundTransparency = 0.30000001192093
- TextBox43.BorderSizePixel = 0
- TextBox43.Font = Enum.Font.SourceSans
- TextBox43.FontSize = Enum.FontSize.Size14
- TextBox43.TextColor3 = Color3.new(1, 1, 1)
- TextBox43.TextScaled = true
- TextBox43.TextWrapped = true
- TextBox43.ClearTextOnFocus = false
- Frame44.Transparency = 0.30000001192093
- Frame44.Size = UDim2.new(0, 210, 0, 51)
- Frame44.Position = UDim2.new(0, 500, 0, 314)
- Frame44.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame44.BackgroundTransparency = 0.30000001192093
- Frame44.BorderSizePixel = 0
- TextLabel45.Transparency = 0
- TextLabel45.Size = UDim2.new(0, 80, 0, 30)
- TextLabel45.Text = "Key T :"
- TextLabel45.Position = UDim2.new(0, 0, 0, 10)
- TextLabel45.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel45.BackgroundTransparency = 1
- TextLabel45.Font = Enum.Font.SourceSans
- TextLabel45.FontSize = Enum.FontSize.Size24
- TextLabel45.TextColor3 = Color3.new(1, 0.607843, 0.996078)
- TextLabel45.TextStrokeColor3 = Color3.new(1, 0.364706, 0.992157)
- TextBox46.Transparency = 0.30000001192093
- TextBox46.Size = UDim2.new(0, 130, 0, 30)
- TextBox46.Position = UDim2.new(0, 70, 0, 10)
- TextBox46.BackgroundColor3 = Color3.new(0.968628, 0.52549, 1)
- TextBox46.BackgroundTransparency = 0.30000001192093
- TextBox46.BorderSizePixel = 0
- TextBox46.Font = Enum.Font.SourceSans
- TextBox46.FontSize = Enum.FontSize.Size14
- TextBox46.TextColor3 = Color3.new(1, 1, 1)
- TextBox46.TextScaled = true
- TextBox46.TextWrapped = true
- TextBox46.ClearTextOnFocus = false
- TextButton47.Transparency = 0.30000001192093
- TextButton47.Size = UDim2.new(0, 190, 0, 40)
- TextButton47.Text = "Reset"
- TextButton47.Position = UDim2.new(0, 50, 0, 385)
- TextButton47.BackgroundColor3 = Color3.new(0.968628, 0.615686, 1)
- TextButton47.BackgroundTransparency = 0.30000001192093
- TextButton47.BorderColor3 = Color3.new(1, 1, 1)
- TextButton47.BorderSizePixel = 8
- TextButton47.Font = Enum.Font.SourceSans
- TextButton47.FontSize = Enum.FontSize.Size14
- TextButton47.TextColor3 = Color3.new(1, 1, 1)
- TextButton47.TextScaled = true
- TextButton47.TextWrapped = true
- TextButton48.Transparency = 0.30000001192093
- TextButton48.Size = UDim2.new(0, 190, 0, 40)
- TextButton48.Text = "Save And Exit"
- TextButton48.Position = UDim2.new(0, 510, 0, 385)
- TextButton48.BackgroundColor3 = Color3.new(0.968628, 0.615686, 1)
- TextButton48.BackgroundTransparency = 0.30000001192093
- TextButton48.BorderColor3 = Color3.new(1, 1, 1)
- TextButton48.BorderSizePixel = 8
- TextButton48.Font = Enum.Font.SourceSans
- TextButton48.FontSize = Enum.FontSize.Size14
- TextButton48.TextColor3 = Color3.new(1, 1, 1)
- TextButton48.TextScaled = true
- TextButton48.TextWrapped = true
- TextButton49.Transparency = 0.30000001192093
- TextButton49.Size = UDim2.new(0, 190, 0, 40)
- TextButton49.Text = "Exit W/O Saving"
- TextButton49.Position = UDim2.new(0, 280, 0, 385)
- TextButton49.BackgroundColor3 = Color3.new(0.968628, 0.615686, 1)
- TextButton49.BackgroundTransparency = 0.30000001192093
- TextButton49.BorderColor3 = Color3.new(1, 1, 1)
- TextButton49.BorderSizePixel = 8
- TextButton49.Font = Enum.Font.SourceSans
- TextButton49.FontSize = Enum.FontSize.Size14
- TextButton49.TextColor3 = Color3.new(1, 1, 1)
- TextButton49.TextScaled = true
- TextButton49.TextWrapped = true
- end
- function reset()
- TextBox4.Text = Oz
- TextBox7.Text = Ox
- TextBox10.Text = Oc
- TextBox13.Text = On
- TextBox16.Text = Ob
- TextBox19.Text = Ov
- TextBox22.Text = Om
- TextBox25.Text = Of
- TextBox28.Text = Og
- TextBox31.Text = Ok
- TextBox34.Text = Oj
- TextBox37.Text = Oh
- TextBox40.Text = Ol
- TextBox43.Text = Or
- TextBox46.Text = Ot
- end
- function save()
- TextBox4.Text = Nz
- TextBox7.Text = Nx
- TextBox10.Text = Nc
- TextBox13.Text = Nn
- TextBox16.Text = Nb
- TextBox19.Text = Nv
- TextBox22.Text = Nm
- TextBox25.Text = Nf
- TextBox28.Text = Ng
- TextBox31.Text = Nk
- TextBox34.Text = Nj
- TextBox37.Text = Nh
- TextBox40.Text = Nl
- TextBox43.Text = Nr
- TextBox46.Text = Nt
- end
- function saving()
- Nz = TextBox4.Text
- Nx = TextBox7.Text
- Nc = TextBox10.Text
- Nn = TextBox13.Text
- Nb = TextBox16.Text
- Nv = TextBox19.Text
- Nm = TextBox22.Text
- Nf = TextBox25.Text
- Ng = TextBox28.Text
- Nk = TextBox31.Text
- Nj = TextBox34.Text
- Nh = TextBox37.Text
- Nl = TextBox40.Text
- Nr = TextBox43.Text
- Nt = TextBox46.Text
- super_annoying.SoundId = ("rbxassetid://"..Nz)
- barrel_roll.SoundId = ("rbxassetid://"..Nx)
- dubstep_gun.SoundId = ("rbxassetid://"..Nc)
- you_are_pirate.SoundId = ("rbxassetid://"..Nv)
- cant_touch.SoundId = ("rbxassetid://"..Nm)
- gangy_style.SoundId = ("rbxassetid://"..Nn)
- fox_say.SoundId = ("rbxassetid://"..Nl)
- durk.SoundId = ("rbxassetid://"..Nf)
- sax_guy.SoundId = ("rbxassetid://"..Ng)
- heman.SoundId = ("rbxassetid://"..Nh)
- justin.SoundId = ("rbxassetid://"..Nj)
- brony_music.SoundId = ("rbxassetid://"..Nb)
- spitfire.SoundId = ("rbxassetid://"..Nk)
- burn_dem.SoundId = ("rbxassetid://"..Nr)
- aj.SoundId = ("rbxassetid://"..Nt)
- print("Successfully made key changes")
- end
- game.Players.PlayerAdded:connect(function(Plyr)
- if plr.Name == player then
- Plyr.Chatted:connect(function(Message) Chatted2(Plyr,Message) end)
- end
- end)
- for i,v in pairs(game.Players:GetPlayers()) do
- if plr.Name == player then
- v.Chatted:connect(function(Message) Chatted2(v,Message) end)
- end
- end
- ---Local Functions---
- plr = game.Players.LocalPlayer
- plr.Chatted:connect(function(message)
- wait()
- if string.sub(message:lower(), 1, 6) == ";play " and antispam == false then
- antispam = true
- justin.SoundId = "rbxassetid://".. message:sub(6) ..""
- Nj = (message:sub(6))
- print("Locally changed key J to: "..Nj)
- wait(1)
- antispam = false
- elseif message == (';printstats') and antispam == false then
- antispam = true
- print(" Current Stats: ")
- wait(0.2)
- walksize()
- warn("Walkspeed: "..walkie)
- wait(0.2)
- runsize()
- warn("Runspeed: "..runnie)
- wait(0.2)
- warn("Current JumpPower: "..game.Players.LocalPlayer.Character.lolinohurted.JumpPower)
- wait(0.2)
- if hats == false then
- warn("Hats: Disabled")
- else
- warn("Hats: Enabled")
- end
- wait(0.2)
- warn("Size: "..size)
- wait(0.2)
- warn("Current J Key Song Id: "..justin.SoundId)
- wait(3)
- antispam = false
- elseif message == (';enablehats') and antispam == false then hats = true
- antispam = true
- print("Hats enabled")
- wait(2)
- antispam = false
- elseif message == (';disablehats') and antispam == false then hats = false
- antispam = true
- print("Hats disabled")
- wait(2)
- antispam = false
- elseif message == (';cmds') and antispam == false then
- antispam = true
- print("<<<<<< Local Commands >>>>>>")
- warn("--;play ID < sets a custom song for the J Key")
- wait(0.2)
- warn("--;printstats < shows current stats of your Mep")
- wait(0.2)
- warn("--;enablehats < enables hats(aka pink hair for Key J)")
- wait(0.2)
- warn("--;disablehats < disables hats")
- wait(0.2)
- warn("--;editkeys < Customise the songs of the Mep")
- wait(0.2)
- warn("--;antiglobal < prevents global commands from executing")
- wait(0.2)
- print("<<<<<< Global Commands >>>>>>")
- wait(0.2)
- warn("--!PlayID or !Play ID < sets a custom song for all current meps")
- wait(0.2)
- warn("--!Dance(key) < for example `!DanceZ` will make all meps dance key Z")
- wait(0.2)
- warn("--!StopDa < Stops all meps dancing if they are")
- wait(2)
- antispam = false
- elseif message == (';editkeys') and antispam == false then
- antispam = true
- keyed()
- if icantthinkofanameforthisvariable == false then
- reset()
- icantthinkofanameforthisvariable = true
- else
- save()
- end
- TextButton47.MouseButton1Click:connect(function()
- reset()
- end)
- TextButton49.MouseButton1Click:connect(function()
- ScreenGui0.Parent = nil
- end)
- TextButton48.MouseButton1Click:connect(function()
- saving()
- wait(0.1)
- ScreenGui0.Parent = nil
- end)
- wait(1)
- antispam = false
- elseif message == (";antiglobal") and antispam == false then
- antispam = true
- if antiglobal == false then
- print ("antiglobal toggled: Enabled")
- antiglobal = true
- wait(1)
- antispam = false
- else
- print("antiglobal toggled: Disabled")
- antiglobal = false
- wait(1)
- antispam = false
- end
- elseif message == (";hattenme") and antispam == false then
- antispam = true
- if hattenme == false then
- print ("Memo Hats toggled: Enabled")
- hattenme = true
- hatter = Instance.new("Part", char.Head)
- hatter.FormFactor = "Custom"
- hatter.CanCollide = false
- hatter.Size = head.Size
- hatter.Locked = true
- hatter.BrickColor = BrickColor.new("Hot pink")
- hatter:breakJoints()
- local hattermesh = Instance.new("SpecialMesh", hatter)
- hattermesh.MeshId = "http://www.roblox.com/asset/?id=13070796"
- hattermesh.TextureId = "http://www.roblox.com/asset/?id=292357315"
- hattermesh.VertexColor = Vector3.new(1,1,1)
- hattermesh.Scale = Vector3.new(.115*size, .115*size, .115*size)
- wait()
- local hatterweld = Instance.new("Weld", hatter)
- hatterweld.Part0 = hatter
- hatterweld.Part1 = head
- hatterweld.C0 = CFrame.new(0*size, .05*size, 0)
- hatter2 = Instance.new("Part", char.Head)
- hatter2.FormFactor = "Custom"
- hatter2.CanCollide = false
- hatter2.Size = head.Size
- hatter2.Locked = true
- hatter2.Color = Color3.new(1,0.4,1)
- hatter2:breakJoints()
- local hattermesh2 = Instance.new("SpecialMesh", hatter2)
- hattermesh2.MeshId = "rbxassetid://1003673450"
- hattermesh2.VertexColor = Vector3.new(1,0.2,1)
- hattermesh2.Scale = Vector3.new(.00075*size, .0015*size, .0015*size)
- local hatterweld2 = Instance.new("Weld", hatter2)
- hatterweld2.Part0 = hatter2
- hatterweld2.Part1 = head
- hatterweld2.C0 = CFrame.new(0, -0.078*size, 0)
- hatter3 = Instance.new("Part", char.Torso)
- hatter3.FormFactor = "Custom"
- hatter3.CanCollide = false
- hatter3.Size = torso.Size
- hatter3.Locked = true
- hatter3.Color = Color3.new(1,1,1)
- hatter3:breakJoints()
- local hattermesh3 = Instance.new("SpecialMesh", hatter3)
- hattermesh3.MeshId = "rbxassetid://1179223095"
- hattermesh3.TextureId = "rbxassetid://1241033906"
- hattermesh3.VertexColor = Vector3.new(1,1,1)
- hattermesh3.Scale = Vector3.new(.10*size, .15*size, .15*size)
- local hatterweld3 = Instance.new("Weld", hatter3)
- hatterweld3.Part0 = hatter3
- hatterweld3.Part1 = torso
- hatterweld3.C0 = CFrame.new(0, -0.04*size, -0.128*size)
- elseif hattenme == true then
- print("Memo Hats toggled: Disabled")
- hatter.Parent = nil
- hatter2.Parent = nil
- hatter3.Parent = nil
- hattenme = false
- end
- wait(1)
- antispam = false
- end
- end)
- ---End Of Functions---
- if k == "y" then
- superannoying = false
- barrelroll = false
- heya = false
- dubstepgun = false
- youpirate = false
- canttouch = false
- gangnam = false
- durked = false
- nauro = false
- spinny = false
- sheddy = false
- cancerer = false
- durka = false
- saxguy = false
- lol_wot = false
- ko_kik = false
- fly_ok = false
- foxie = false
- burndem = false
- bronymusic = false
- brony_music:stop()
- fox_say:stop()
- spitfire:stop()
- durke:stop()
- naurot:stop()
- flyok:stop()
- cancer:Stop()
- naurot.TimePosition = 29
- spinnie:stop()
- spinnie.TimePosition = 60
- heman:stop()
- justin:stop()
- jb = false
- restorecolors()
- burn_dem:stop()
- durk:Stop()
- if hat then
- hat:Destroy()
- hat:Destroy()
- end
- if hat2 then
- hat2:Destroy()
- if hat2 then
- hat2:Destroy()
- end
- end
- sax_guy:stop()
- gangy_style:stop()
- cant_touch:stop()
- you_are_pirate:stop()
- dubstep_gun:stop()
- lolwot:stop()
- lolwot2:stop()
- kokik:stop()
- super_annoying:stop()
- barrel_roll:stop()
- dancing = false
- global_wait = 0
- LightForTorso.Color = torso.BrickColor.Color
- end
- if k == "z" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- superannoying = true
- super_annoying:play()
- end
- end
- if k == "z" and dance2 == true then
- if dancing then return end
- if not sitting then
- dancing = true
- ko_kik = true
- kokik:play()
- end
- end
- if k == "k" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- sheddy = true
- spitfire:play()
- end
- end
- if k == "n" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- gangnam = true
- gangy_style:play()
- end
- end
- if k == "r" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- burndem = true
- burn_dem:play()
- end
- end
- if k == "r" and dance2 == true then
- if dancing then return end
- if not sitting then
- dancing = true
- lol_wot = true
- lolwot:play()
- lolwot2:play()
- end
- end
- if k == "x" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- barrelroll = true
- barrel_roll:play()
- if hats == true then
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = torso.Size
- hat.Locked = true
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=29873142"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=31467063"
- hatmesh.Scale = Vector3.new(.11*size, .1*size, .11*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = torso
- end
- end
- end
- if k == "x" and dance2 == true then
- if dancing then return end
- if not sitting then
- dancing = true
- nauro = true
- naurot:play()
- end
- end
- if k == "h" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- heman:play()
- heya = true
- end
- end
- if k == "j" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- justin:play()
- jb = true
- if hats == true and hattenme == false then
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat.BrickColor = BrickColor.new("Hot pink")
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=19999424"
- hatmesh.VertexColor = Vector3.new(1,0,1)
- hatmesh.Scale = Vector3.new(.115*size, .115*size, .115*size)
- wait()
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0.0125*size, -0.025*size, 0)
- hat2 = Instance.new("Part", char)
- hat2.FormFactor = "Custom"
- hat2.CanCollide = false
- hat2.Size = head.Size
- hat2.Locked = true
- hat2.BrickColor = BrickColor.new("Carnation pink")
- hat2:breakJoints()
- local hatmesh2 = Instance.new("SpecialMesh", hat2)
- hatmesh2.MeshId = "rbxassetid://1003673450"
- hatmesh2.VertexColor = Vector3.new(1,0.4,1)
- hatmesh2.Scale = Vector3.new(.00075*size, .0015*size, .0015*size)
- local hatweld2 = Instance.new("Weld", hat2)
- hatweld2.Part0 = hat2
- hatweld2.Part1 = head
- hatweld2.C0 = CFrame.new(0, -0.075*size, 0)
- end
- end
- end
- if k == "c" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- dubstepgun = true
- dubstep_gun:play()
- end
- end
- if k == "c" and dance2 == true then
- if dancing then return end
- if not sitting then
- dancing = true
- spinny = true
- spinnie:play()
- end
- end
- if k == "v" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- youpirate = true
- you_are_pirate:play()
- if hats == true then
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=1028848"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=1028847"
- hatmesh.Scale = Vector3.new(.1*size, .1*size, .1*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0, -0.075*size, 0)
- end
- end
- end
- if k == "v" and dance2 == true then
- if dancing then return end
- if not sitting then
- dancing = true
- cancer:play()
- cancerer = true
- end
- end
- if k == "m" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- canttouch = true
- cant_touch:play()
- end
- end
- if k == "b" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- bronymusic = true
- brony_music:play()
- if hats == true then
- for _,bp in pairs(char:children()) do
- if bp:IsA("BasePart") then
- bp.BrickColor = BrickColor.new("Pink")
- end
- end
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat.BrickColor = BrickColor.new("Hot pink")
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=118186643"
- hatmesh.Scale = Vector3.new(.05*size, .1*size, .05*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0, -0.05*size, 0.025*size)
- end
- end
- end
- if k == "b" and dance2 == true then
- if dancing then return end
- if not sitting then
- dancing = true
- fly_ok = true
- flyok:play()
- end
- end
- if k == "l" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- foxie = true
- fox_say:play()
- if hats == true then
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=25266225"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=25266210"
- hatmesh.Scale = Vector3.new(.1*size, .1*size, .1*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0, -0.05*size, 0)
- end
- end
- end
- if k == "f" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- durka = true
- durk:Play()
- end
- end
- if k == "f" and dance2 == true then
- if dancing then return end
- if not sitting then
- dancing = true
- durked = true
- durke:Play()
- end
- end
- if k == "-" and dance2 == false then
- LightForTorso.Brightness = (LightForTorso.Brightness - 0.08)
- LightForTorso.Range = (LightForTorso.Range - 2)
- end
- if k == "=" and dance2 == false then
- LightForTorso.Brightness = (LightForTorso.Brightness + 0.08)
- LightForTorso.Range = (LightForTorso.Range + 2)
- end
- if k == "g" and dance2 == false then
- if dancing then return end
- if not sitting then
- dancing = true
- saxguy = true
- sax_guy:play()
- if hats == true then
- hat = Instance.new("Part", char)
- hat.FormFactor = "Custom"
- hat.CanCollide = false
- hat.Size = head.Size
- hat.Locked = true
- hat:breakJoints()
- local hatmesh = Instance.new("SpecialMesh", hat)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=44410178"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=44410320"
- hatmesh.Scale = Vector3.new(.125*size, .125*size, .125*size)
- local hatweld = Instance.new("Weld", hat)
- hatweld.Part0 = hat
- hatweld.Part1 = la
- hatweld.C0 = CFrame.new(-0.09*size, -0.025*size, .02*size) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
- end
- end
- end
- if k == "q" then
- if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
- if sitting then return end
- looking = true
- rj.C0 = CFrame.new((-math.pi/12)*size, 0,0) * CFrame.Angles(0, 0, math.pi/4)
- end
- if k == "e" then
- if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
- if sitting then return end
- looking = true
- rj.C0 = CFrame.new((math.pi/12)*size, 0,0) * CFrame.Angles(0, 0, -math.pi/4)
- end
- if k == "t" and dance2 == false then
- if dancing then return end
- if sitting then return end
- dancing = true
- aj:play()
- end
- if k == "p" then
- sizer = 32*size
- if size <= 3 then
- if plr.Character.lolinohurted.JumpPower ~= 32*size then
- plr.Character.lolinohurted.JumpPower = 32*size
- warn("Jump Power is now "..(32*size).."; press U for normal jump power")
- end
- else
- plr.Character.lolinohurted.JumpPower = sizer/(3+size/2)
- warn("Jump Power is now "..(sizer/(3+size/2)).."; press U for normal jump power")
- end
- end
- if k == "u" then
- if plr.Character.lolinohurted.JumpPower ~= 50 then
- plr.Character.lolinohurted.JumpPower = 50
- print("Jump Power is now normal; 50")
- end
- end
- if string.byte(k) == 91 then
- if dance2 == false then
- warn("More Dances!; Dances page 2")
- dance2 = true
- else
- warn("Normal Dances!; Dances page 1")
- dance2 = false
- end
- end
- if string.byte(k) == 93 then
- walksize()
- if plr.Character.lolinohurted.WalkSpeed ~= (walkie/2)
- then
- plr.Character.lolinohurted.WalkSpeed = (walkie/2)
- warn("Walkspeed is now "..(walkie/2).." press shift to return to normal")
- end
- end
- if string.byte(k) == 21 then
- if gyro == 0 then
- Instance.new("BodyGyro",plr.Character.Torso)
- gyro = 1
- print("Gyro added")
- end
- end
- if string.byte(k) == 22 then
- if gyro == 1 then
- plr.Character.Torso.BodyGyro:Destroy()
- print("Gyro removed")
- gyro = 0
- end
- end
- if string.byte(k) == 48 or string.byte(k) == 47 then
- if sitting then return end
- if size <= 3 then
- humanoid.WalkSpeed = 12*size
- else humanoid.WalkSpeed = (12*size/1.5+size*((size*size-(size/(size/2*size)))))/(size*1.5)/(size/6)
- end
- end
- if string.byte(k) == 52 then
- if sitting then return end
- if size <= 3 then
- humanoid.WalkSpeed = 3*size
- else humanoid.WalkSpeed = (3*size)/1.8
- end
- end
- end)
- mouse.KeyUp:connect(function(k)
- if string.byte(k) == 48 or string.byte(k) == 47 then
- if sitting then return end
- humanoid.WalkSpeed = (3*size)/1.8
- end
- if k == "y" then
- superannoying = false
- barrelroll = false
- heya = false
- dubstepgun = false
- youpirate = false
- canttouch = false
- gangnam = false
- sheddy = false
- durka = false
- nauro = false
- spinny = false
- cancerer = false
- durked = false
- saxguy = false
- lol_wot = false
- ko_kik = false
- fly_ok = false
- foxie = false
- burndem = false
- bronymusic = false
- aj:stop()
- brony_music:stop()
- fox_say:stop()
- spitfire:stop()
- durk:Stop()
- durke:stop()
- heman:stop()
- cancer:Stop()
- flyok:stop()
- naurot:stop()
- naurot.TimePosition = 29
- spinnie:stop()
- spinnie.TimePosition = 60
- justin:stop()
- jb = false
- restorecolors()
- burn_dem:stop()
- if hat then
- hat:Destroy()
- end
- sax_guy:stop()
- gangy_style:stop()
- cant_touch:stop()
- you_are_pirate:stop()
- dubstep_gun:stop()
- super_annoying:stop()
- barrel_roll:stop()
- lolwot:stop()
- lolwot2:stop()
- kokik:stop()
- dancing = false
- global_wait = 0
- LightForTorso.Color = torso.BrickColor.Color
- end
- if k == "q" then
- if looking then
- if sitting then return end
- rj.C0 = CFrame.new()
- looking = false
- end
- end
- if k == "e" then
- if looking then
- if sitting then return end
- rj.C0 = CFrame.new()
- looking = false
- if k == "e" then
- end
- end
- end
- end)
- game:service'RunService'.Stepped:connect(function()
- count = (count % 100) + (countspeed/2)
- angle = math.pi * math.sin(math.pi*2/100*count)
- if slidecount < slidecountmax then
- slidecount = slidecount + speed
- end
- if slidecount > slidecountmax then
- slidecount = slidecount - speed
- end
- if global_wait == 380 then global_wait = 0 end
- sine = sine + sinespeed
- if not dancing then
- if not sitting then
- local ray = Ray.new(rootpart.Position, Vector3.new(0, -.5*size, 0))
- local hitz, enz = workspace:FindPartOnRay(ray, char)
- if not hitz then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + angle*0.05, 0, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + -angle*0.05, 0, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(-angle*0.28, 0, 0)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(angle*0.28, 0, 0)
- if not looking then
- rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
- end
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
- elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 0.05*size then
- -- idle anim
- anim = "Idle"
- if anim ~= lastanim then
- if lastanim == "Walking" then
- speed = 0.5
- slidecount = 1
- slidecountmax = 0
- elseif lastanim == "Running" then
- speed = 2.5
- slidecount = 5
- slidecountmax = 0
- else
- slidecount = 0
- slidecountmax = 0
- end
- end
- countspeed = 1
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(angle*0.02, 0, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-angle*0.02, 0, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(-angle*0.01, 0, 0)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(angle*0.01, 0, 0)
- if not looking then
- rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
- end
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
- elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 3.1*size then
- looking = false
- -- walk anim
- anim = "Walking"
- if anim ~= lastanim then
- speed = 0.2
- slidecount = 0
- slidecountmax = 1
- if lastanim == "Running" then
- slidecount = 5
- end
- end
- countspeed = 6
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(angle*0.3, 0, math.abs(angle*0.02))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-angle*0.3, 0, -math.abs(angle*0.02))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(-angle*0.28, 0, -math.abs(angle*0.01))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(angle*0.28, 0, math.abs(angle*0.01))
- rj.C0 = CFrame.new(0, math.abs(-angle*0.035*size), 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
- elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 3.1*size then
- --run anim
- anim = "Running"
- if anim ~= lastanim then
- speed = 1
- slidecount = 0
- slidecountmax = 5
- if lastanim == "Walking" then
- slidecount = 1
- end
- end
- looking = false
- countspeed = 9
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(angle*0.4, 0, math.abs(angle*0.07))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-angle*0.4, 0, -math.abs(angle*0.07))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(-angle*0.38, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(angle*0.38, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
- 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)
- end
- lastanim = anim
- else
- countspeed = 1
- local ray = Ray.new(rootpart.Position, Vector3.new(0, -2*size, 0))
- local hitz, enz = workspace:FindPartOnRay(ray, char)
- if not hitz then
- rj.C0 = CFrame.new(0, -0.25*size, 0) * CFrame.Angles(-math.pi/2, 0, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.rad(30), 0, -math.pi/16)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(math.rad(30), 0, math.pi/16)
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(-math.pi-math.rad(30), 0, -math.pi/10)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-math.pi-math.rad(30), 0, math.pi/10)
- else
- rj.C0 = CFrame.new(0, -0.175*size, 0) * CFrame.Angles(math.rad(10), 0, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
- end
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(angle*0.055, 0, 0)
- end
- else
- if superannoying then
- countspeed = 5
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
- elseif barrelroll then
- countspeed = 5
- sinespeed = 0.1
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.07))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.07))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(0, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(0, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(math.sin(sine)*2.5*size, 0, 0) * CFrame.Angles(-math.pi/2, math.sin(sine)*4.5, 0)
- elseif dubstepgun then
- global_wait = (global_wait % 380) + 1
- countspeed = 5
- if global_wait < 249 - 40 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.27))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.27))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
- elseif global_wait > 249 - 40 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.4, 0, math.abs(angle*0.11))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.09))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.09))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- 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)
- end
- elseif youpirate then
- global_wait = (global_wait % 380) + 1
- countspeed = 5
- if global_wait < 79 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.02*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
- elseif global_wait < 299 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.11))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.2, 0, -math.abs(angle*0.1))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.2, 0, math.abs(angle*0.1))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), math.sin(angle*0.19), 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.055+0.2*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
- elseif global_wait > 299 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.02*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
- end
- elseif canttouch then --canttouch
- countspeed = 5
- global_wait = (global_wait % 160) + 1
- if global_wait == 160 then global_wait = 0 end
- if global_wait < 39 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.03*(size/1.8)), 0) * CFrame.Angles(0, -math.pi/6, 0)
- elseif global_wait < 79 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.03*(size/1.8)), 0) * CFrame.Angles(0, math.pi/6, 0)
- elseif global_wait < 119 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(0.01, 0, 0.17)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(0.01, 0, -0.17)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.02*(size/1.8)), 0) * CFrame.Angles(0, 0, 0)
- torso.CFrame = torso.CFrame * CFrame.new(0.05*size, 0, 0)
- elseif global_wait > 119 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(0.01, 0, 0.17)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(0.01, 0, -0.17)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.02*(size/1.8)), 0) * CFrame.Angles(0, 0, 0)
- torso.CFrame = torso.CFrame * CFrame.new(-0.05*size, 0, 0)
- end
- elseif gangnam then
- countspeed = 5
- if global_wait == 180 then global_wait = 0 end
- global_wait = (global_wait % 180) + 1
- if global_wait < 89 then
- 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))
- 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))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
- elseif global_wait > 89 then
- 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))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + math.sin(angle*0.1), 0, -math.sin(angle*0.1))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
- end
- elseif foxie then
- countspeed = 5
- global_wait = (global_wait % 380) + 2
- if global_wait < 89 then
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, -math.abs(angle*0.2))
- rs.C0 = CFrame.new(.15*size,.05,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, math.abs(angle*0.2))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.rad(global_wait*4), 0)
- elseif global_wait > 89 then
- 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))
- 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))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, math.sin(angle*0.1))
- rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
- end
- elseif durka then
- countspeed = 2
- 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))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.07))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
- elseif saxguy then
- countspeed = 5
- ls.C0 = CFrame.new(-.125*size,.05*size,-.05*size) * CFrame.Angles(math.pi/2.5, 0, math.pi/4)
- rs.C0 = CFrame.new(.125*size,.05*size,-.05*size) * CFrame.Angles(math.rad(60), 0, -math.pi/4)
- lh.C0 = CFrame.new(-.05*size,-.05*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, -0.06)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-math.abs(angle*0.1), 0, 0.06)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(0, 0, 0)
- 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)
- elseif heya then
- countspeed = 5
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi + -angle*0.2, -angle*0.1, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi + angle*0.2, angle*0.1, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.07), 0)
- elseif jb then
- countspeed = 5
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + -angle*0.2, -angle*0.1, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/2 + angle*0.2, angle*0.1, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
- elseif bronymusic then
- countspeed = 5
- ls.C0 = CFrame.new(-.05*size,.05*size,-.075*size) * CFrame.Angles(math.pi/2 + -angle*0.1, -angle*0.1, 0)
- rs.C0 = CFrame.new(.05*size,.05*size,-.075*size) * CFrame.Angles(math.pi/2 + angle*0.1, angle*0.1, 0)
- lh.C0 = CFrame.new(-.05*size,-.125*size,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, 0)
- rh.C0 = CFrame.new(.05*size,-.125*size,0) * CFrame.Angles(math.pi/2 + -angle*0.1, 0, 0)
- neck.C0 = CFrame.new(0,.125*size,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.25), 0, 0)
- 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)
- elseif sheddy then
- countspeed = 7
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
- elseif burndem then
- countspeed = 4
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
- elseif aj.IsPlaying then
- countspeed = 5
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + -(angle)*0.4, -angle*0.1, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + (angle)*0.4, -angle*0.1, 0)
- lh.C0 = CFrame.new(-.04*size,(-.1 - math.cos(angle*.025)*.02)*size,0) * CFrame.Angles(angle*0.05, 0, -0.06)
- rh.C0 = CFrame.new(.04*size,(-.1+math.cos(angle*.025)*.02)*size,0) * CFrame.Angles(-angle*0.05, 0, 0.06)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0), 0, 0)
- rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(0,(angle*0.1), 0)
- elseif lol_wot then
- countspeed = 4
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/.5 + -angle*7, -angle*0.1, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/.5 + angle*7, angle*0.1, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, angle*7, -0.06)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, -angle*7, 0.06)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(angle*0.05*(size/1.8)), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
- elseif ko_kik then
- countspeed = 5
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + angle*.3, -angle*0, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/4 + angle*.3, angle*0, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.2, angle*0, -0)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(angle*0.2, -angle*0, 0)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(angle*0*(size/1.8)), (angle*0.028)*size) * CFrame.Angles(-angle*.07, math.sin(angle*0), 0)
- elseif durked then
- countspeed = 2.5
- 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))
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.07))
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(angle*0.05, 0, -math.abs(angle*0.03))
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-angle*0.05, 0, math.abs(angle*0.03))
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(-angle*.035*(size/1.8)), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
- elseif nauro then
- countspeed = 12
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(math.pi/-3 + angle*.1, -angle*0.05, 0)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(math.pi/-3 + angle*.1, angle*0.05, 0)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(-.3 + -angle*0.3, angle*0, -0)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(-.3+ angle*0.3, -angle*0, 0)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(math.abs(0.2+ -angle*0.05), 0, 0)
- rj.C0 = CFrame.new(0, math.abs(angle*0*(size/1.8)), angle*0*size) * CFrame.Angles(-.4 + angle*.03, math.sin(angle*0), 0)
- elseif spinny then
- countspeed = 2
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(0,0,-1.75)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(0,0,1.75)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(0,0,0)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(0,0,0)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(0,0,0)
- rj.C0 = CFrame.new(0, math.abs(angle*0*(size/1.8)), angle*0*size) * CFrame.Angles(0, (count*.4),0)
- elseif cancerer then
- countspeed = 2
- ls.C0 = CFrame.new((-.25*size),(.15*size),0) * CFrame.Angles(1*count,1*count,1*count)
- rs.C0 = CFrame.new((.25*size),(.15*size),0) * CFrame.Angles(1*count,1*count,1*count)
- lh.C0 = CFrame.new((-.15*size),(-.11*size),0) * CFrame.Angles(1*count,1*count,1*count)
- rh.C0 = CFrame.new((.15*size),(-.11*size),0) * CFrame.Angles(1*count,1*count,1*count)
- neck.C0 = CFrame.new((0),(.1*size),0) * CFrame.Angles(1*count,1*count,1*count)
- rj.C0 = CFrame.new(0, math.abs(angle*0*(size/1.8)), angle*0*size) * CFrame.Angles(1*count,1*count,1*count)
- elseif fly_ok then
- countspeed = 2
- ls.C0 = CFrame.new(-.15*size,.05*size,0) * CFrame.Angles(-.75*angle,0,angle*-1.75)
- rs.C0 = CFrame.new(.15*size,.05*size,0) * CFrame.Angles(.75*angle,0,angle*1.75)
- lh.C0 = CFrame.new(-.05*size,-.1*size,0) * CFrame.Angles(0,0,0)
- rh.C0 = CFrame.new(.05*size,-.1*size,0) * CFrame.Angles(0,0,0)
- neck.C0 = CFrame.new(0,.1*size,0) * CFrame.Angles(0,0,0)
- torso.CFrame = torso.CFrame * CFrame.new(0,3,0) * CFrame.Angles(0, (.04),0)
- end
- end
- end)
- plr.Chatted:connect(function(msg)
- game:service'Chat':Chat(head, msg, 1)
- if msg == "die/" then
- char:breakJoints()
- end
- end)
- end)
- if not ran and err then
- print(err)
- end
- grabbing = false
- mouse.Button1Down:connect(function()
- if plr.Character.Parent ~= workspace.Camera then
- if mouse ~= nil then
- if mouse.Target ~= nil then
- part = mouse.Target
- bp = Instance.new("BodyPosition",part)
- bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
- bp.Position = part.Position
- particles = Instance.new("ParticleEmitter",part)
- particles.Color = ColorSequence.new(Color3.new(1,0.5,1))
- particles.Size = NumberSequence.new(1)
- particles.Texture = "rbxassetid://292289455"
- particles.VelocitySpread = 360
- particles.Speed = NumberRange.new(0)
- particles.RotSpeed = NumberRange.new(0)
- particles.Rotation = NumberRange.new(0)
- particles.Rate = 250
- particles.Lifetime = NumberRange.new(.2,.4)
- particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
- dwn = true
- grabbing = true
- end
- end
- while dwn == true do
- wait()
- bp.Position = mouse.hit.p
- if part then
- if part.Parent:FindFirstChildOfClass("Humanoid") then
- part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
- end
- end
- end
- end
- end)
- mouse.Button1Up:connect(function()
- grabbing = false
- dwn = false
- grabbing = false
- if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
- if bp then bp:Destroy() end
- if particles then particles:Destroy() end
- end)
- mouse.KeyDown:connect(function(key)
- if key == "c" and grabbing == true then
- local clone = part:Clone()
- clone.Parent = workspace
- clone.Anchored = false
- clone:ClearAllChildren()
- clone.CanCollide = true
- bp.Parent = clone
- particles.Parent = clone
- if part.Parent:FindFirstChildOfClass("Humanoid") then
- part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
- end
- part:Destroy()
- part = clone
- end
- end)
- base = Instance.new("ScreenGui",plr.PlayerGui)
- bbg = Instance.new("BillboardGui",plr.Character.Head)
- bbg.Size = UDim2.new(0,200,0,50)
- if size <= 3 then
- bbg.StudsOffset = Vector3.new(0,.75*size,0)
- else
- bbg.StudsOffset = Vector3.new(0,.75*(size/3),0)
- end
- bbgTl = Instance.new("TextLabel",bbg)
- bbgTl.BackgroundTransparency = 1
- bbgTl.Size = UDim2.new(10,0,1,0)
- bbgTl.Position = UDim2.new(-4.5,-3,0,0)
- bbgTl.Font = "SourceSansBold"
- bbgTl.Text = " "
- bbgTl.TextSize = 38
- bbgTl.TextStrokeColor3 = Color3.new(1,0.5,1)
- bbgTl.TextColor3 = Color3.new(1,0.8,1)
- bbgTl.TextStrokeTransparency = 0
- bbgTl.TextWrapped = true
- local plr = game.Players.LocalPlayer
- Instance.new("ForceField",plr.Character).Visible = false
- plr.Character.Humanoid.Name = "lolinohurted"
- local Loc = game.Players.LocalPlayer.Backpack
- LocalPlayer = game.Players.LocalPlayer.Character
- camera = game.Workspace.Camera
- camera.CameraSubject = LocalPlayer.Head
- game.Workspace.Camera.CameraType = 3
- script.Parent = Loc
- warn(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
- warn("Welcome "..plr.Name)
- warn("Current size: "..size)
- if hats == true then
- warn("Hats: Enabled")
- else
- warn("Hats: Disabled")
- end
- warn(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
- print("say ;cmds for a list of chat commands")
- print("say ;editkeys to customise your mep!")
- bbgTl.Text = "Custom Size Mini Meep Edit By Memo1332"
- wait(6)
- bbgTl.Text = " "
- while true do
- wait(2)
- plr.Character.lolinohurted.MaxHealth = math.huge
- if plr.Character.Head:FindFirstChild("Sound")==nil then
- super_annoying = Instance.new("Sound", head)
- super_annoying.SoundId = ("http://www.roblox.com/asset/?id="..Nz)
- super_annoying.Volume = 10
- super_annoying.Pitch = 1.15
- super_annoying.Looped = true
- barrel_roll = Instance.new("Sound", head)
- barrel_roll.SoundId = ("http://www.roblox.com/asset/?id="..Nx)
- barrel_roll.Volume = 10
- barrel_roll.Looped = true
- dubstep_gun = Instance.new("Sound", head)
- dubstep_gun.SoundId = ("http://www.roblox.com/asset/?id"..Nc)
- dubstep_gun.Volume = 10
- dubstep_gun.Pitch = 1.10
- dubstep_gun.Looped = true
- you_are_pirate = Instance.new("Sound", head)
- you_are_pirate.SoundId = ("http://www.roblox.com/asset/?id="..Nv)
- you_are_pirate.Volume = 10
- you_are_pirate.Looped = true
- cant_touch = Instance.new("Sound", head)
- cant_touch.SoundId = ("http://www.roblox.com/asset/?id="..Nm)
- cant_touch.Volume = 10
- cant_touch.Pitch = 1.15
- cant_touch.Looped = true
- gangy_style = Instance.new("Sound", head)
- gangy_style.SoundId = ("http://www.roblox.com/asset/?id="..Nn)
- gangy_style.Volume = 10
- gangy_style.Looped = true
- gangy_style.Pitch = 1.15
- fox_say = Instance.new("Sound", head)
- fox_say.SoundId = ("http://www.roblox.com/asset/?id="..Nl)
- fox_say.Volume = 10
- fox_say.Looped = true
- durk = Instance.new("Sound", head)
- durk.SoundId = ("http://www.roblox.com/asset/?id="..Nf)
- durk.Volume = 10
- durk.Pitch = 1.05
- durk.Looped = true
- sax_guy = Instance.new("Sound", head)
- sax_guy.SoundId = ("http://www.roblox.com/asset/?id="..Ng)
- sax_guy.Volume = 10
- sax_guy.Pitch = 1.15
- sax_guy.Looped = true
- heman = Instance.new("Sound", head)
- heman.SoundId = ("http://www.roblox.com/asset/?id="..Nh)
- heman.Volume = 10
- heman.Looped = true
- heman.Pitch = 1.1
- justin = Instance.new("Sound", head)
- justin.SoundId = ("http://www.roblox.com/asset/?id="..Nj)
- justin.Volume = 10
- justin.Pitch = 1.05
- justin.Looped = true
- brony_music = Instance.new("Sound", head)
- brony_music.SoundId = ("http://www.roblox.com/asset/?id="..Nb)
- brony_music.Volume = 10
- brony_music.Pitch = 1.3
- brony_music.Looped = true
- spitfire = Instance.new("Sound", head)
- spitfire.SoundId = ("http://www.roblox.com/asset/?id="..Nk)
- spitfire.Volume = 10
- spitfire.Looped = true
- spitfire.Pitch = 1
- burn_dem = Instance.new("Sound", head)
- burn_dem.SoundId = ("http://www.roblox.com/asset/?id="..Nr)
- burn_dem.Volume = 10
- burn_dem.Pitch = 1
- burn_dem.Looped = true
- aj = Instance.new("Sound", head)
- aj.SoundId = ("rbxassetid://"..Nt)
- aj.Volume = 10
- aj.Pitch = 1.15
- aj.Looped = true
- wait()
- lolwot = Instance.new("Sound", head)
- lolwot.SoundId = "http://www.roblox.com/asset/?id="..Nrr
- lolwot.Volume = 10
- lolwot.Pitch = 1
- lolwot.Looped = true
- lolwot2 = Instance.new("Sound", head)
- lolwot2.SoundId = "http://www.roblox.com/asset/?id="..Nrr2
- lolwot2.Volume = 8
- lolwot2.Pitch = 1
- lolwot2.Looped = true
- kokik = Instance.new("Sound", head)
- kokik.SoundId = "http://www.roblox.com/asset/?id="..Nzz
- kokik.Volume = 10
- kokik.Pitch = 1.32
- kokik.Looped = true
- durke = Instance.new("Sound", head)
- durke.SoundId = "http://www.roblox.com/asset/?id="..Nff
- durke.Volume = 10
- durke.Pitch = 1.15
- durke.Looped = true
- naurot = Instance.new("Sound", head)
- naurot.SoundId = "http://www.roblox.com/asset/?id="..Nxx
- naurot.Volume = 10
- naurot.TimePosition = 29
- naurot.Pitch = 1.15
- naurot.Looped = true
- spinnie = Instance.new("Sound", head)
- spinnie.SoundId = "http://www.roblox.com/asset/?id="..Ncc
- spinnie.Volume = 10
- spinnie.TimePosition = 29
- spinnie.Pitch = 1.15
- spinnie.Looped = true
- cancer = Instance.new("Sound", head)
- cancer.SoundId = "http://www.roblox.com/asset/?id=186322980"
- cancer.Volume = 10
- cancer.TimePosition = 0
- cancer.Pitch = 1.15
- cancer.Looped = true
- flyok = Instance.new("Sound", head)
- flyok.SoundId = "http://www.roblox.com/asset/?id=1338710258"
- flyok.Volume = 10
- flyok.TimePosition = 0
- flyok.Pitch = 1.15
- flyok.Looped = true
- warn("A player has just Nosounded; Reloaded sounds")
- end
- end
- --One of my best edits, still not that great. ¯\_(ツ)_/¯
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement