treelands script pastebin -- TreeLands GUI -- By LelzYT local FreeLands = Instance.new("ScreenGui") local Main = Instance.new("Frame") local Frame = Instance.new("Frame") local Frame_2 = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local Start = Instance.new("TextButton") local close = Instance.new("TextButton") local mini = Instance.new("Frame") local TextButton = Instance.new("TextButton") treelands script pastebin How to get it? treelands script pastebin --ok lol FreeLands.Name = "FreeLands" FreeLands.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Main.Name = "Main" Main.Parent = FreeLands Main.BackgroundColor3 = Color3.new(1, 1, 1) Main.Position = UDim2.new(0.378402144, 0, 0.389065444, 0) Main.Size = UDim2.new(0, 331, 0, 170) Main.Draggable = true treelands script pastebin PasteShr treelands script pastebin Frame.Parent = Main Frame.BackgroundColor3 = Color3.new(0, 0.317647, 1) Frame.Position = UDim2.new(-0.0352067947, 0, 0.00111204386, 0) Frame.Size = UDim2.new(0, 354, 0, 14) Frame_2.Parent = Main Frame_2.BackgroundColor3 = Color3.new(0, 0.317647, 1) Frame_2.Position = UDim2.new(-0.035206791, 0, 0.916872442, 0) Frame_2.Size = UDim2.new(0, 354, 0, 14) treelands script pastebin How to get it? treelands script pastebin TextLabel.Parent = Main TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.196571618, 0, 0.293197334, 0) TextLabel.Size = UDim2.new(0, 200, 0, 50) TextLabel.Font = Enum.Font.SciFi TextLabel.Text = "Freelands" TextLabel.TextColor3 = Color3.new(0, 0, 0) TextLabel.TextScaled = true treelands script pastebin PasteShr treelands script pastebin TextLabel.TextSize = 14 TextLabel.TextWrapped = true Start.Name = "Start" Start.Parent = Main Start.BackgroundColor3 = Color3.new(1, 1, 1) Start.Position = UDim2.new(0.271463722, 0, 0.588235319, 0) Start.Size = UDim2.new(0, 150, 0, 31) Start.Font = Enum.Font.SourceSans Start.Text = "Gimmie em silvers" treelands script pastebin How to get it for free? treelands script pastebin Start.TextColor3 = Color3.new(0, 0, 0) Start.TextSize = 14 Start.MouseButton1Down:connect(function() local xd = game.Workspace.Fruits xd.Apple.CombinedValue.Value = 1333337 end) close.Name = "close" close.Parent = Main close.BackgroundColor3 = Color3.new(1, 1, 1) treelands script pastebin PasteShr treelands script pastebin close.BorderSizePixel = 0 close.Position = UDim2.new(0, 0, 0.141176477, 0) close.Size = UDim2.new(0, 24, 0, 18) close.Font = Enum.Font.SourceSans close.Text = "X" close.TextColor3 = Color3.new(1, 0.333333, 0) close.TextScaled = true close.TextSize = 14 close.TextWrapped = true close.MouseButton1Down:connect(function() treelands script pastebin How to use it? treelands script pastebin mini.Visible = true Main.Visible = false end) mini.Name = "mini" mini.Parent = FreeLands mini.BackgroundColor3 = Color3.new(1, 1, 1) mini.Position = UDim2.new(0, 0, 0.461979926, 0) mini.Size = UDim2.new(0, 100, 0, 39) treelands script pastebin How to use it? treelands script pastebin TextButton.Parent = mini TextButton.BackgroundColor3 = Color3.new(1, 1, 1) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.0500000007, 0, 0.179487348, 0) TextButton.Size = UDim2.new(0, 89, 0, 25) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "OPEN" TextButton.TextColor3 = Color3.new(0, 0, 1) TextButton.TextSize = 14 TextButton.TextStrokeColor3 = Color3.new(0, 0, 1) treelands script pastebin PasteShr treelands script pastebin TextButton.TextWrapped = true TextButton.MouseButton1Down:connect(function() Main.Visible = true mini.Visible = false end) -- oh hello there treelands script pastebin