Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lp = game.Players.LocalPlayer
- local chr = lp.Character
- local mouse = lp:GetMouse()
- local euler = CFrame.fromEulerAnglesXYZ
- local rad = math.rad
- local trso = chr.Torso
- local la = Instance.new("Weld",chr['Left Arm'])
- la.Part0=chr['Left Arm']
- la.Part1=chr.Torso
- la.C0=CFrame.new(1.5,0,0)
- local rot = 0
- local ContentProvider = Game:GetService("ContentProvider")
- local function LoadAssets(AssetList)
- -- Takes an asset list and preloads it. Will not wait for them to load.
- for _, AssetId in pairs(AssetList) do
- ContentProvider:Preload("http://www.roblox.com/asset/?id=" .. AssetId)
- end
- end
- LoadAssets({150132537, 150132537, 150132537, 150132537, 150132537})
- function CreateMesh(parent, id, x, y, z, texture)
- local m=Instance.new("SpecialMesh", parent)
- m.MeshType = "FileMesh"
- m.MeshId="http://www.roblox.com/asset/?id="..id
- if texture ~= nil then
- m.TextureId="http://www.roblox.com/asset/?id="..texture
- end
- m.Scale = Vector3.new(x,y,z)
- end
- Microphone=function()
- mic = Instance.new("Part", chr)
- CreateMesh(mic, 43996479, 0.3, 0.3, 0.3, 43997070)
- mic.Name = "Microphone"
- mic.Locked = true
- mic.CanCollide=true
- mic.Size=Vector3.new(1,1,1)
- micw = Instance.new("Weld",mic)
- micw.Part0=mic
- micw.Part1=chr['Left Arm']
- micw.C0=CFrame.new(0,0,0)
- micw.C1=euler(rad(0),rad(0),rad(0))
- end
- Microphone()
- function Name(msg)
- if hat.Parent then
- pcall(function()
- local Gui = Instance.new('BillboardGui', hat)
- Gui.ExtentsOffset = Vector3.new(0,1.5,0)
- Gui.Size = UDim2.new(0,200,0,300)
- local Frame = Instance.new('Frame',Gui)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(1,0,1,0)
- local Txt = Instance.new('TextLabel',Frame)
- Txt.BackgroundTransparency = 1
- Txt.Size = UDim2.new(1,0,1,0)
- Txt.Font = 'ArialBold'
- Txt.FontSize = 'Size24'
- Txt.Text = msg
- Txt.TextColor3 = BrickColor.new("Brown").Color
- Txt.TextStrokeColor3 = Color3.new(0/255,0/255,0/255)
- Txt.TextStrokeTransparency = .5
- Txt.TextWrapped = true
- Txt.TextScaled = false
- end)
- else
- end
- end
- function Chat(msg) -- Credit to jillmiles1, kthxbye
- if hat.Parent then
- pcall(function()
- if hat:FindFirstChild("Fazbear Chat Gui") then
- hat['Fazbear Chat Gui']:destroy()
- end
- local Gui = Instance.new('BillboardGui', hat)
- Gui.Name = "Fazbear Chat Gui"
- Gui.ExtentsOffset = Vector3.new(0,3,0)
- Gui.Size = UDim2.new(0,200,0,300)
- local Frame = Instance.new('Frame',Gui)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(1,0,1,0)
- local Txt = Instance.new('TextLabel',Frame)
- Txt.BackgroundTransparency = 1
- Txt.Size = UDim2.new(1,0,1,0)
- Txt.Font = 'ArialBold'
- Txt.Name = "ChatGui"
- Txt.FontSize = 'Size24'
- Txt.Text = ''
- Txt.TextColor3 = BrickColor.new("Brown").Color
- Txt.TextStrokeColor3 = Color3.new(0/255,0/255,0/255)
- Txt.TextStrokeTransparency = .5
- Txt.TextWrapped = true
- Txt.TextScaled = false
- delay(wait(),function()
- for v = 1, #msg do
- Txt.Text=string.sub(msg,1,v)
- wait(.07)
- end;
- wait(1)
- for v = 1, #Txt.Text do
- Txt.Text=string.sub(msg,-1,v)
- wait(.05)
- end;
- Gui:remove()
- end)
- end)
- else
- end
- end
- hat = Instance.new("Part", game.Players.LocalPlayer.Character.Head)
- w3ld = Instance.new("Weld", hat)
- w3ld.Part0 = hat
- w3ld.Part1 = game.Players.LocalPlayer.Character.Head
- w3ld.C0 = w3ld.C0 * CFrame.new(0,-0.5,-0.1)
- mesh = Instance.new("SpecialMesh", hat)
- mesh.MeshId = "http://www.roblox.com/asset/?id=19326912"
- mesh.TextureId = "http://www.roblox.com/asset/?id=206965960"
- ----------------------------------------
- -- Originally made by Alfederate :D --
- ----------------------------------------
- -- there's no time to explain! --
- for i,v in pairs(game:GetService("Players").LocalPlayer.Character:children()) do if v:IsA("Accessory") then v:Destroy() end end for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Shirt") then v:Remove() end end for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Pants") then v:Remove() end end wait()shirt = Instance.new("Shirt", game:GetService("Players").LocalPlayer.Character) shirt.Name = "Shirt" pants = Instance.new("Pants", game:GetService("Players").LocalPlayer.Character) pants.Name = "Pants"
- game:GetService("Players").LocalPlayer.Character.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=338740550"
- game:GetService("Players").LocalPlayer.Character.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=338750779"
- game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=319908966"
- local crouch = function()
- la.C1=euler(rad(-90),rad(0),rad(0))
- hd.C1=euler(rad(0),rad(-3),rad(10))
- micw.C1=euler(rad(0),rad(0),rad(0))
- micw.C0=CFrame.new(0,-1,0)
- la.C0=CFrame.new(1.5,-.5,-.5)
- end
- local stand = function()
- la.C1=euler(rad(0),rad(0),rad(0))
- hd.C1=euler(rad(0),rad(0),rad(0))
- micw.C1=euler(rad(180),rad(0),rad(0))
- la.C0=CFrame.new(1.5,0,0)
- micw.C0=CFrame.new(0,-1,0)
- end
- function PlaySound(id, pitch, looped)
- epicsound = Instance.new("Sound")
- epicsound.Name = "FazbearSound"
- epicsound.SoundId = "rbxassetid://"..id
- epicsound.Volume = 10
- epicsound.Pitch = pitch
- if looped == nil then
- looped = true
- else
- looped = looped
- end
- wait()
- epicsound.Looped = looped
- epicsound.Parent = workspace
- if epicsound.SoundId=="rbxassetid://tt" then -- TELL ME, TELL ME, WHERE DA FREAKS AT!
- epicsound.SoundId="rbxassetid://181158033"
- elseif epicsound.SoundId=="rbxassetid://fabulous" then -- FA-FA-FABULOUS!
- epicsound.SoundId="rbxassetid://191819419"
- elseif epicsound.SoundId=="rbxassetid://ufdb" then -- ultimate final death battle(fairy tail XD)
- epicsound.SoundId="rbxassetid://153085393"
- elseif epicsound.SoundId=="rbxassetid://nnm" then
- epicsound.SoundId="rbxassetid://210189234"
- elseif epicsound.SoundId=="rbxassetid://tun" then -- tunak tunak tun
- epicsound.SoundId="rbxassetid://162682002"
- elseif epicsound.SoundId=="rbxassetid://zelda" then
- epicsound.SoundId="rbxassetid://158215156"
- elseif epicsound.SoundId=="rbxassetid://cc" then
- epicsound.SoundId="rbxassetid://177080835"
- end
- es=epicsound:clone()
- es:Stop()
- es.Parent = chr.Torso
- wait()
- es:Play()
- end
- hum.WalkSpeed=50
- hum.MaxHealth = math.huge
- hum.Health = math.huge
- lp.Chatted:connect(function(msg)
- Chat(msg)
- goldie=true
- crouch()
- function StopMusic()
- if chr.Torso:FindFirstChild("FazbearSound") then
- if chr.Torso.FazbearSound.ClassName == "Sound" then
- chr.Torso.FazbearSound:Stop()
- wait()
- chr.Torso.FazbearSound:Destroy()
- Name("Justin Bieber")
- mouse.KeyDown:connect(function(key)
- if key == "g" then
- if goldie==false then
- goldie=true
- crouch()
- elseif goldie==true then
- goldie=false
- stand()
- elseif key == "r" then -- Plays a song
- StopMusic()
- PlaySound(150132537, 1, true)
- elseif key == "f" then -- Plays a song
- StopMusic()
- PlaySound(150132537, 1, true)
- elseif key == "l" then -- Plays a laugh
- StopMusic()
- PlaySound(150132537, 0.39, false)
- elseif key == "v" then -- Plays a scream
- StopMusic()
- PlaySound(150132537, 1, false)
- elseif key == "q" then -- Stops any sound(s) playing from your torso
- StopMusic()
- Chat("All sounds stopped!")
- hum.Died:connect(function()
- es.Pitch = 10
- wait()
- es:Pause()
- es:Stop()
- es.Name = "Ded"
- wait()
- es:Destroy()
Add Comment
Please, Sign In to add comment