Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Fixed By NTS
- -- Objects
- local OPGui = Instance.new("ScreenGui")
- local OpenCloseFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local MainGui = Instance.new("Frame")
- local InfButton = Instance.new("TextButton")
- local CMS = Instance.new("TextButton")
- local OkFrame = Instance.new("Frame")
- local OkLabel = Instance.new("TextLabel")
- local nts = game.Players.LocalPlayer.PlayerGui
- -- Properties
- OPGui.Name = "OPGui"
- OPGui.Parent = nts
- OpenCloseFrame.Name = "OpenCloseFrame"
- OpenCloseFrame.Parent = OPGui
- OpenCloseFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenCloseFrame.BackgroundTransparency = 1
- OpenCloseFrame.Position = UDim2.new(0, 0, 0.647921741, 0)
- OpenCloseFrame.Size = UDim2.new(0, 190, 0, 106)
- Open.Name = "Open"
- Open.Parent = OpenCloseFrame
- Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Open.Position = UDim2.new(0, 0, 0.226415098, 0)
- Open.Size = UDim2.new(0, 149, 0, 50)
- Open.Style = Enum.ButtonStyle.RobloxButtonDefault
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 0.666667, 0)
- Open.TextSize = 14
- Open.MouseButton1Down:connect(function()
- MainGui.Visible = true
- Close.Visible = true
- Open.Visible = false
- end)
- Close.Name = "Close"
- Close.Parent = OpenCloseFrame
- Close.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Close.Position = UDim2.new(0, 0, 0.226415098, 0)
- Close.Size = UDim2.new(0, 149, 0, 50)
- Close.Visible = false
- Close.Style = Enum.ButtonStyle.RobloxButtonDefault
- Close.Font = Enum.Font.SourceSans
- Close.Text = "Close"
- Close.TextColor3 = Color3.new(0.666667, 0, 0)
- Close.TextSize = 14
- Close.MouseButton1Down:connect(function()
- MainGui.Visible = false
- Open.Visible = true
- Close.Visible = false
- end)
- MainGui.Name = "MainGui"
- MainGui.Parent = OPGui
- MainGui.BackgroundColor3 = Color3.new(1, 1, 1)
- MainGui.Position = UDim2.new(0.00732898712, 0, 0.375305623, 0)
- MainGui.Size = UDim2.new(0, 241, 0, 226)
- MainGui.Visible = false
- MainGui.Style = Enum.FrameStyle.RobloxSquare
- InfButton.Name = "InfButton"
- InfButton.Parent = MainGui
- InfButton.BackgroundColor3 = Color3.new(1, 1, 1)
- InfButton.Position = UDim2.new(0.0539419092, 0, 0.349557519, 0)
- InfButton.Size = UDim2.new(0, 200, 0, 50)
- InfButton.Style = Enum.ButtonStyle.RobloxButtonDefault
- InfButton.Font = Enum.Font.SciFi
- InfButton.Text = "Inf Ressource"
- InfButton.TextColor3 = Color3.new(1, 1, 1)
- InfButton.TextScaled = true
- InfButton.TextSize = 14
- InfButton.TextWrapped = true
- InfButton.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Backpack.Materials.Wood.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Stone.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Fiber.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Foliage.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Iron.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.CopperIngot.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Ink.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Cloth.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.IronIngot.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Coal.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Polymer.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Gold.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Obsidian.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Oil.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Electronics.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Gunpowder.Value = "9999"
- game.Players.LocalPlayer.Backpack.Materials.Crystal.Value = "9999"
- end)
- CMS.Name = "CMS"
- CMS.Parent = MainGui
- CMS.BackgroundColor3 = Color3.new(1, 1, 1)
- CMS.Position = UDim2.new(0.0539419092, 0, 0.703539848, 0)
- CMS.Size = UDim2.new(0, 200, 0, 50)
- CMS.Style = Enum.ButtonStyle.RobloxButtonDefault
- CMS.Font = Enum.Font.SciFi
- CMS.Text = "COMMING SOON"
- CMS.TextColor3 = Color3.new(1, 1, 1)
- CMS.TextScaled = true
- CMS.TextSize = 14
- CMS.TextWrapped = true
- OkFrame.Name = "OkFrame"
- OkFrame.Parent = OPGui
- OkFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- OkFrame.BackgroundTransparency = 1
- OkFrame.Visible = false
- OkFrame.Position = UDim2.new(0.240228012, 0, 0.205378979, 0)
- OkFrame.Size = UDim2.new(0, 667, 0, 425)
- OkLabel.Name = "OkLabel"
- OkLabel.Parent = OkFrame
- OkLabel.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- OkLabel.BackgroundTransparency = 0.89999997615814
- OkLabel.Size = UDim2.new(0, 649, 0, 386)
- OkLabel.Font = Enum.Font.SourceSansBold
- OkLabel.Text = "CommingSoon"
- OkLabel.TextColor3 = Color3.new(1, 0, 0)
- OkLabel.TextScaled = true
- OkLabel.TextSize = 14
- OkLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment