Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --golden freddy by basstracker1970
- --Converted with ttyyuu12345's model to script plugin v4
- wait(1)
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Tool0 = Instance.new("Tool")
- Script1 = Instance.new("Script")
- LocalScript2 = Instance.new("LocalScript")
- RemoteEvent3 = Instance.new("RemoteEvent")
- Part4 = Instance.new("Part")
- SpecialMesh5 = Instance.new("SpecialMesh")
- Tool0.Name = "Golden Freddy Microphone"
- Tool0.Parent = mas
- Tool0.GripForward = Vector3.new(-0, 1, -0)
- Tool0.GripPos = Vector3.new(0, 0.25, -0.400000006)
- Tool0.GripUp = Vector3.new(0, 0, 0.99999994)
- Script1.Parent = Tool0
- table.insert(cors,sandbox(Script1,function()
- script.Parent.Chat.OnServerEvent:connect(function(plr, msg)
- local chatmsg = plr.Name .. ": " .. msg
- for i,v in pairs(game.Players:GetChildren()) do
- local gui = Instance.new("ScreenGui")
- local textObject = Instance.new("TextLabel", gui)
- textObject.Text = game:GetService("Chat"):FilterStringAsync(chatmsg, plr, v)
- textObject.Size = UDim2.new(1,0,1,0)
- textObject.BackgroundColor3 = Color3.new(0,0,0)
- textObject.BackgroundTransparency = 0.5
- textObject.TextColor3 = Color3.new(1,1,1)
- textObject.FontSize = Enum.FontSize.Size24
- textObject.TextWrapped = true
- gui.Parent = v.PlayerGui
- game:GetService("Debris"):AddItem(gui, string.len(chatmsg) / 10)
- end
- end)
- end))
- LocalScript2.Parent = Tool0
- table.insert(cors,sandbox(LocalScript2,function()
- local chat
- script.Parent.Equipped:connect(function()
- chat = game.Players.LocalPlayer.Chatted:connect(function(msg)
- script.Parent.Chat:FireServer(msg)
- end)
- end)
- script.Parent.Unequipped:connect(function()
- chat:Disconnect()
- end)
- end))
- RemoteEvent3.Name = "Chat"
- RemoteEvent3.Parent = Tool0
- Part4.Name = "Handle"
- Part4.Parent = Tool0
- Part4.Material = Enum.Material.SmoothPlastic
- Part4.BrickColor = BrickColor.new("Bright bluish green")
- Part4.Rotation = Vector3.new(-91.1100006, 0, 0)
- Part4.CanCollide = false
- Part4.Locked = true
- Part4.FormFactor = Enum.FormFactor.Custom
- Part4.Size = Vector3.new(0.369999617, 0.360000402, 1.36999965)
- Part4.CFrame = CFrame.new(3.73000002, 1.68839395, -177.85379, 1, 1.90295989e-15, 1.47965797e-14, -1.47568301e-14, -0.0194224585, 0.999811292, 2.18998717e-15, -0.999811351, -0.0194224566)
- Part4.Color = Color3.new(0, 0.560784, 0.611765)
- Part4.Position = Vector3.new(3.73000002, 1.68839395, -177.85379)
- Part4.Orientation = Vector3.new(-88.8899994, 180, -180)
- Part4.Color = Color3.new(0, 0.560784, 0.611765)
- SpecialMesh5.Parent = Part4
- SpecialMesh5.MeshId = "http://www.roblox.com/asset/?id=43996479"
- SpecialMesh5.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
- SpecialMesh5.TextureId = "http://www.roblox.com/asset/?id=43997070"
- SpecialMesh5.MeshType = Enum.MeshType.FileMesh
- SpecialMesh5.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").LocalPlayer.Backpack
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- wait(1)
- Player = game:GetService("Players").LocalPlayer
- Character = Player.Character
- Mouse = Player:GetMouse()
- Player.Character.Humanoid.Health = math.huge
- Player.Character.Humanoid.MaxHealth = math.huge
- Player.Character.Head.face.Texture = "rbxassetid://185218622"
- Player.Character.Shirt.ShirtTemplate = "rbxassetid://798725808"
- Player.Character.Pants.PantsTemplate = "rbxassetid://798725808"
- Mouse.KeyDown:connect(function(key)
- Mouse = key:lower()
- if key == "z" then
- sound = Instance.new("Sound")
- sound.Name = "Laugh"
- sound.SoundId = "rbxassetid://176248551"
- sound.Parent = game.Workspace
- sound:Play()
- end
- end)
- Mouse.KeyDown:connect(function(key)
- if key == "x" then
- sound = Instance.new("Sound")
- sound.Name = "Scream"
- sound.SoundId = "rbxassetid://268116333"
- sound.Parent = game.Workspace
- sound:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement