Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3
- -- Instances:
- local TreePlantingGUI = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local TitleFrame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local CreditFrame = Instance.new("Frame")
- local ravensbooger0422 = Instance.new("TextLabel")
- local Farm = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- --Properties:
- TreePlantingGUI.Name = "TreePlantingGUI"
- TreePlantingGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- TreePlantingGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = TreePlantingGUI
- MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- MainFrame.Position = UDim2.new(0.371808767, 0, 0.265007317, 0)
- MainFrame.Size = UDim2.new(0, 320, 0, 320)
- TitleFrame.Name = "TitleFrame"
- TitleFrame.Parent = MainFrame
- TitleFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- TitleFrame.BackgroundTransparency = 0.80000001192093
- TitleFrame.Position = UDim2.new(0.0562499985, 0, 0.0281250011, 0)
- TitleFrame.Size = UDim2.new(0, 284, 0, 40)
- Title.Name = "Title"
- Title.Parent = TitleFrame
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1
- Title.Position = UDim2.new(-7.4505806e-09, 0, 0, 0)
- Title.Size = UDim2.new(0, 284, 0, 40)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "benji bubby V1.0.0"
- Title.TextColor3 = Color3.new(0, 0, 0)
- Title.TextSize = 14
- CreditFrame.Name = "CreditFrame"
- CreditFrame.Parent = MainFrame
- CreditFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- CreditFrame.BackgroundTransparency = 0.80000001192093
- CreditFrame.Position = UDim2.new(0.0562499985, 0, 0.875, 0)
- CreditFrame.Size = UDim2.new(0, 284, 0, 40)
- ravensbooger0422.Name = "ravensbooger#0422"
- ravensbooger0422.Parent = CreditFrame
- ravensbooger0422.BackgroundColor3 = Color3.new(1, 1, 1)
- ravensbooger0422.BackgroundTransparency = 1
- ravensbooger0422.Size = UDim2.new(0, 284, 0, 40)
- ravensbooger0422.Font = Enum.Font.SourceSans
- ravensbooger0422.Text = "ravensbooger#0422"
- ravensbooger0422.TextColor3 = Color3.new(0, 0, 0)
- ravensbooger0422.TextSize = 14
- Farm.Name = "Farm"
- Farm.Parent = MainFrame
- Farm.BackgroundColor3 = Color3.new(1, 1, 1)
- Farm.Position = UDim2.new(0.400000006, 0, 0.396874994, 0)
- Farm.Size = UDim2.new(0, 65, 0, 65)
- Farm.Style = Enum.ButtonStyle.RobloxRoundButton
- Farm.Font = Enum.Font.SourceSans
- Farm.Text = "Farm Coins"
- Farm.TextColor3 = Color3.new(0, 0, 0)
- Farm.TextScaled = true
- Farm.TextSize = 14
- Farm.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = MainFrame
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.Position = UDim2.new(0, 0, -0.00312495325, 0)
- Close.Size = UDim2.new(0, 50, 0, 50)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = TreePlantingGUI
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.Position = UDim2.new(0, 0, 0.619326472, 0)
- Open.Size = UDim2.new(0, 115, 0, 115)
- Open.Style = Enum.ButtonStyle.RobloxRoundButton
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- -- Scripts:
- local function MJFYTZ_fake_script() -- Farm.Active
- local script = Instance.new('Script', Farm)
- function leftClick()
- while true do
- game:GetService("ReplicatedStorage").Events.CollectSeed:FireServer(1, 100000000)
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Interactables.SellPart.CFrame
- wait(.003125)
- end
- end
- script.Parent.MouseButton1Click:Connect(leftClick)
- end
- coroutine.wrap(MJFYTZ_fake_script)()
- local function HVRFC_fake_script() -- Close.Close
- local script = Instance.new('Script', Close)
- function leftClick()
- script.Parent.Parent.Visible = false
- script.Parent.Parent.Selectable = false
- end
- script.Parent.MouseButton1Click:Connect(leftClick)
- end
- coroutine.wrap(HVRFC_fake_script)()
- local function PDFYBI_fake_script() -- Open.Script
- local script = Instance.new('Script', Open)
- function leftClick()
- script.Parent.Parent.MainFrame.Visible = true
- script.Parent.Parent.MainFrame.Selectable = true
- end
- script.Parent.MouseButton1Click:Connect(leftClick)
- end
- coroutine.wrap(PDFYBI_fake_script)()
- local function HWRZ_fake_script() -- TreePlantingGUI.SetCore
- local script = Instance.new('Script', TreePlantingGUI)
- script.Parent.Parent = game.CoreGui
- end
- coroutine.wrap(HWRZ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement