Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Enjoy The Gui
- Gui Made By: Forums#0666
- --]]
- local ScreenGui = Instance.new("ScreenGui")
- local MasterMunchers = Instance.new("Frame")
- local name = Instance.new("TextLabel")
- local AutoFarm = Instance.new("TextButton")
- local TpToKing = Instance.new("TextButton")
- local INFINITECOINS = Instance.new("TextButton")
- local Credits = Instance.new("TextLabel")
- local TpToSpawn = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MasterMunchers.Name = "MasterMunchers"
- MasterMunchers.Parent = ScreenGui
- MasterMunchers.Active = true
- MasterMunchers.BackgroundColor3 = Color3.fromRGB(17, 100, 255)
- MasterMunchers.Position = UDim2.new(0.722993851, 0, 0.501416385, 0)
- MasterMunchers.Size = UDim2.new(0, 231, 0, 280)
- MasterMunchers.Draggable = true
- name.Name = "name"
- name.Parent = MasterMunchers
- name.Active = true
- name.BackgroundColor3 = Color3.fromRGB(11, 137, 255)
- name.Size = UDim2.new(0, 231, 0, 52)
- name.Font = Enum.Font.SourceSansSemibold
- name.Text = "Master Munchers"
- name.TextColor3 = Color3.fromRGB(255, 255, 255)
- name.TextScaled = true
- name.TextSize = 14.000
- name.TextStrokeTransparency = 0.000
- name.TextWrapped = true
- AutoFarm.Name = "AutoFarm"
- AutoFarm.Parent = MasterMunchers
- AutoFarm.BackgroundColor3 = Color3.fromRGB(11, 137, 255)
- AutoFarm.Position = UDim2.new(0, 0, 0.214285716, 0)
- AutoFarm.Size = UDim2.new(0, 112, 0, 76)
- AutoFarm.Font = Enum.Font.Cartoon
- AutoFarm.Text = "AutoFarm"
- AutoFarm.TextColor3 = Color3.fromRGB(255, 254, 251)
- AutoFarm.TextScaled = true
- AutoFarm.TextSize = 14.000
- AutoFarm.TextStrokeTransparency = 0.000
- AutoFarm.TextWrapped = true
- AutoFarm.MouseButton1Down:connect(function()
- while wait() do
- game.ReplicatedStorage.Events.Player.Eat:FireServer()
- end
- end)
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Hold Food When Auto Farming";
- Color = Color3.new(255,255,255);
- Font = Enum.Font.SourceSans;
- FontSize = Enum.FontSize.Size24;
- })
- TpToKing.Name = "TpToKing"
- TpToKing.Parent = MasterMunchers
- TpToKing.BackgroundColor3 = Color3.fromRGB(11, 137, 255)
- TpToKing.Position = UDim2.new(0.515151501, 0, 0.214285716, 0)
- TpToKing.Size = UDim2.new(0, 112, 0, 76)
- TpToKing.Font = Enum.Font.Cartoon
- TpToKing.Text = "Kings Hill"
- TpToKing.TextColor3 = Color3.fromRGB(255, 254, 251)
- TpToKing.TextScaled = true
- TpToKing.TextSize = 14.000
- TpToKing.TextStrokeTransparency = 0.000
- TpToKing.TextWrapped = true
- TpToKing.MouseButton1Down:connect(function()
- local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
- local location = CFrame.new(-159, 113, 593)
- local humanoid = game.Players.LocalPlayer.Character.Humanoid
- humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
- wait(0.1)
- pl.CFrame = location
- end)
- INFINITECOINS.Name = "INFINITECOINS"
- INFINITECOINS.Parent = MasterMunchers
- INFINITECOINS.BackgroundColor3 = Color3.fromRGB(11, 137, 255)
- INFINITECOINS.Position = UDim2.new(-2.98023224e-08, 0, 0.532142818, 0)
- INFINITECOINS.Size = UDim2.new(0, 112, 0, 76)
- INFINITECOINS.Font = Enum.Font.Cartoon
- INFINITECOINS.Text = "Lots Of Coins"
- INFINITECOINS.TextColor3 = Color3.fromRGB(255, 254, 251)
- INFINITECOINS.TextScaled = true
- INFINITECOINS.TextSize = 14.000
- INFINITECOINS.TextStrokeTransparency = 0.000
- INFINITECOINS.TextWrapped = true
- INFINITECOINS.MouseButton1Down:connect(function()
- local plr = game.Players.LocalPlayer
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v and workspace:FindFirstChild("Giver") then
- wait()
- plr.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,3,0)
- end
- end
- end)
- Credits.Name = "Credits"
- Credits.Parent = MasterMunchers
- Credits.Active = true
- Credits.BackgroundColor3 = Color3.fromRGB(11, 137, 255)
- Credits.Position = UDim2.new(0, 0, 0.835714281, 0)
- Credits.Size = UDim2.new(0, 231, 0, 52)
- Credits.Font = Enum.Font.SourceSansSemibold
- Credits.Text = "Made By: Forums#0666"
- Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
- Credits.TextScaled = true
- Credits.TextSize = 14.000
- Credits.TextStrokeTransparency = 0.000
- Credits.TextWrapped = true
- TpToSpawn.Name = "TpToSpawn"
- TpToSpawn.Parent = MasterMunchers
- TpToSpawn.BackgroundColor3 = Color3.fromRGB(11, 137, 255)
- TpToSpawn.Position = UDim2.new(0.515151501, 0, 0.532142878, 0)
- TpToSpawn.Size = UDim2.new(0, 112, 0, 76)
- TpToSpawn.Font = Enum.Font.Cartoon
- TpToSpawn.Text = "Spawn"
- TpToSpawn.TextColor3 = Color3.fromRGB(255, 254, 251)
- TpToSpawn.TextScaled = true
- TpToSpawn.TextSize = 14.000
- TpToSpawn.TextStrokeTransparency = 0.000
- TpToSpawn.TextWrapped = true
- TpToSpawn.MouseButton1Down:connect(function()
- local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
- local location = CFrame.new(301, 4, 432)
- local humanoid = game.Players.LocalPlayer.Character.Humanoid
- humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
- wait(0.1)
- pl.CFrame = location
- end)
- Close.Name = "Close"
- Close.Parent = ScreenGui
- Close.BackgroundColor3 = Color3.fromRGB(17, 100, 255)
- Close.Position = UDim2.new(0.73456794, 0, 0.91293323, 0)
- Close.Size = UDim2.new(0, 200, 0, 50)
- Close.Font = Enum.Font.Fantasy
- Close.Text = "Close Gui"
- Close.TextColor3 = Color3.fromRGB(255, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextStrokeTransparency = 0.000
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- Close.Visible = false
- MasterMunchers.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement