Advertisement
Guest User

r2

a guest
Sep 15th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextButton")local e=Instance.new("Frame")local f=Instance.new("TextLabel")local g=Instance.new("TextButton")local h=Instance.new("TextButton")local i=Instance.new("TextButton")local j=Instance.new("TextButton")a.Name="MS"a.Parent=game.CoreGui;b.Name="MainFrame"b.Parent=a;b.Active=true;b.BackgroundColor3=Color3.new(0.22,0.22,0.22)b.BackgroundTransparency=0;b.BorderColor3=Color3.new(1,1,1)b.Position=UDim2.new(0,325,0,125)b.Selectable=true;b.Draggable=true;b.Size=UDim2.new(0,175,0,25)c.Name="Title"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.BackgroundTransparency=1;c.Position=UDim2.new(0,15,0,0)c.Size=UDim2.new(0,145,0,25)c.Font=Enum.Font.GothamBold;c.Text="Melon Simulator GUI"c.TextColor3=Color3.new(1,1,1)c.TextSize=14;c.TextScaled=true;f.Name="Created"f.Parent=b;f.BackgroundTransparency=0;f.BackgroundColor3=Color3.new(0.85,0.255,0.127)f.BorderColor3=Color3.new(1,1,1)f.Position=UDim2.new(0,15,0,120)f.Size=UDim2.new(0,145,0,25)f.Font=Enum.Font.GothamBold;f.Text="Created By: Virquill"f.TextColor3=Color3.new(1,1,1)f.TextSize=14;f.TextScaled=true;d.Name="Close"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.BorderSizePixel=0;d.Position=UDim2.new(0,155,0,0)d.Size=UDim2.new(0,20,0,20)d.Font=Enum.Font.GothamBold;d.Text="X"d.TextColor3=Color3.new(1,0,0)d.TextSize=14;e.Parent=b;e.BackgroundColor3=Color3.new(0.85,0.255,0.127)e.BackgroundTransparency=0;e.BorderColor3=Color3.new(1,1,1)e.Position=UDim2.new(0,0,0,25)e.Size=UDim2.new(0,175,0,100)g.Name="Farm"g.Parent=e;g.BackgroundColor3=Color3.new(0,0,0)g.BackgroundTransparency=0.5;g.BorderColor3=Color3.new(1,1,1)g.Position=UDim2.new(0,10,0,10)g.Size=UDim2.new(0,75,0,20)g.Font=Enum.Font.GothamBold;g.Text="FARM OFF"g.TextColor3=Color3.new(1,0,0)g.TextSize=14;h.Name="Sell"h.Parent=e;h.BackgroundColor3=Color3.new(0,0,0)h.BackgroundTransparency=0.5;h.BorderColor3=Color3.new(1,1,1)h.Position=UDim2.new(0,90,0,10)h.Size=UDim2.new(0,75,0,20)h.Font=Enum.Font.GothamBold;h.Text="SELL: OFF"h.TextColor3=Color3.new(1,0,0)h.TextSize=14;i.Name="Rebirth"i.Parent=e;i.BackgroundColor3=Color3.new(0,0,0)i.BackgroundTransparency=0.5;i.BorderColor3=Color3.new(1,1,1)i.Position=UDim2.new(0,2,0,50)i.Size=UDim2.new(0,170,0,20)i.Font=Enum.Font.GothamBold;i.Text="REBIRTH: OFF"i.TextColor3=Color3.new(1,0,0)i.TextScaled=true;i.TextSize=14;j.Name="Mini"j.Parent=b;j.BackgroundColor3=Color3.new(1,1,1)j.BackgroundTransparency=1;j.BorderSizePixel=0;j.Size=UDim2.new(0,20,0,20)j.Font=Enum.Font.GothamBold;j.Text="-"j.TextColor3=Color3.new(1,0,0)j.TextSize=14;local k=game:GetService('Workspace').Events['AddBite12']local l=game:GetService('RunService').RenderStepped;local m=game.Players.LocalPlayer;local n=m.Character.HumanoidRootPart;local o=true;_G.sell=false;_G.egg=false;_G.shiny=false;_G.farm=false;_G.display=true;_G.rebirth=false;d.MouseButton1Down:connect(function()a:Destroy()end)j.MouseButton1Down:connect(function()if o==true then o=false;e.Visible=false;j.TextColor3=Color3.new(0,0.666667,0)else o=true;e.Visible=true;j.TextColor3=Color3.new(1,0,0)end end)g.MouseButton1Down:connect(function()if _G.farm==true then _G.farm=false;g.TextColor3=Color3.new(1,0,0)g.Text="FARM: OFF"else _G.farm=true;g.TextColor3=Color3.new(0,0.666667,0)g.Text="FARM: ON"while l:wait()and _G.farm==true do for p=1,10 do k:FireServer("",game.Workspace.Events.AddBite12)end end end end)h.MouseButton1Down:connect(function()if _G.sell==true then _G.sell=false;h.TextColor3=Color3.new(1,0,0)h.Text="SELL: OFF"else _G.sell=true;h.TextColor3=Color3.new(0,0.666667,0)h.Text="SELL: ON"while _G.sell==true do game.Workspace.Map.Sell.SellPart.CanCollide=false;game.Workspace.Map.Sell.SellPart.Transparency=1;game.Workspace.Map.Sell.SellPart.CFrame=n.CFrame+Vector3.new(0,math.random(-1,1),0)wait(0.1)end end end)i.MouseButton1Down:connect(function()if _G.rebirth==true then _G.rebirth=false;i.TextColor3=Color3.new(1,0,0)i.Text="REBIRTH: OFF"else _G.rebirth=true;i.TextColor3=Color3.new(0,0.666667,0)i.Text="REBIRTH: ON"while _G.rebirth==true do wait(0.1)local q=1;game.Workspace.Events.Rebirth:FireServer(q)end end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement