Nghientapgym

Primitive

May 26th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. -- Fixed By NTS
  2. -- Objects
  3.  
  4. local OPGui = Instance.new("ScreenGui")
  5. local OpenCloseFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Close = Instance.new("TextButton")
  8. local MainGui = Instance.new("Frame")
  9. local InfButton = Instance.new("TextButton")
  10. local CMS = Instance.new("TextButton")
  11. local OkFrame = Instance.new("Frame")
  12. local OkLabel = Instance.new("TextLabel")
  13. local nts = game.Players.LocalPlayer.PlayerGui
  14.  
  15. -- Properties
  16.  
  17. OPGui.Name = "OPGui"
  18. OPGui.Parent = nts
  19.  
  20. OpenCloseFrame.Name = "OpenCloseFrame"
  21. OpenCloseFrame.Parent = OPGui
  22. OpenCloseFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  23. OpenCloseFrame.BackgroundTransparency = 1
  24. OpenCloseFrame.Position = UDim2.new(0, 0, 0.647921741, 0)
  25. OpenCloseFrame.Size = UDim2.new(0, 190, 0, 106)
  26.  
  27. Open.Name = "Open"
  28. Open.Parent = OpenCloseFrame
  29. Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  30. Open.Position = UDim2.new(0, 0, 0.226415098, 0)
  31. Open.Size = UDim2.new(0, 149, 0, 50)
  32. Open.Style = Enum.ButtonStyle.RobloxButtonDefault
  33. Open.Font = Enum.Font.SourceSans
  34. Open.Text = "Open"
  35. Open.TextColor3 = Color3.new(0, 0.666667, 0)
  36. Open.TextSize = 14
  37. Open.MouseButton1Down:connect(function()
  38. MainGui.Visible = true
  39. Close.Visible = true
  40. Open.Visible = false
  41. end)
  42.  
  43. Close.Name = "Close"
  44. Close.Parent = OpenCloseFrame
  45. Close.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  46. Close.Position = UDim2.new(0, 0, 0.226415098, 0)
  47. Close.Size = UDim2.new(0, 149, 0, 50)
  48. Close.Visible = false
  49. Close.Style = Enum.ButtonStyle.RobloxButtonDefault
  50. Close.Font = Enum.Font.SourceSans
  51. Close.Text = "Close"
  52. Close.TextColor3 = Color3.new(0.666667, 0, 0)
  53. Close.TextSize = 14
  54. Close.MouseButton1Down:connect(function()
  55. MainGui.Visible = false
  56. Open.Visible = true
  57. Close.Visible = false
  58. end)
  59.  
  60. MainGui.Name = "MainGui"
  61. MainGui.Parent = OPGui
  62. MainGui.BackgroundColor3 = Color3.new(1, 1, 1)
  63. MainGui.Position = UDim2.new(0.00732898712, 0, 0.375305623, 0)
  64. MainGui.Size = UDim2.new(0, 241, 0, 226)
  65. MainGui.Visible = false
  66. MainGui.Style = Enum.FrameStyle.RobloxSquare
  67.  
  68. InfButton.Name = "InfButton"
  69. InfButton.Parent = MainGui
  70. InfButton.BackgroundColor3 = Color3.new(1, 1, 1)
  71. InfButton.Position = UDim2.new(0.0539419092, 0, 0.349557519, 0)
  72. InfButton.Size = UDim2.new(0, 200, 0, 50)
  73. InfButton.Style = Enum.ButtonStyle.RobloxButtonDefault
  74. InfButton.Font = Enum.Font.SciFi
  75. InfButton.Text = "Inf Ressource"
  76. InfButton.TextColor3 = Color3.new(1, 1, 1)
  77. InfButton.TextScaled = true
  78. InfButton.TextSize = 14
  79. InfButton.TextWrapped = true
  80. InfButton.MouseButton1Down:connect(function()
  81. game.Players.LocalPlayer.Backpack.Materials.Wood.Value = "9999"
  82. game.Players.LocalPlayer.Backpack.Materials.Stone.Value = "9999"
  83. game.Players.LocalPlayer.Backpack.Materials.Fiber.Value = "9999"
  84. game.Players.LocalPlayer.Backpack.Materials.Foliage.Value = "9999"
  85. game.Players.LocalPlayer.Backpack.Materials.Iron.Value = "9999"
  86. game.Players.LocalPlayer.Backpack.Materials.CopperIngot.Value = "9999"
  87. game.Players.LocalPlayer.Backpack.Materials.Ink.Value = "9999"
  88. game.Players.LocalPlayer.Backpack.Materials.Cloth.Value = "9999"
  89. game.Players.LocalPlayer.Backpack.Materials.IronIngot.Value = "9999"
  90. game.Players.LocalPlayer.Backpack.Materials.Coal.Value = "9999"
  91. game.Players.LocalPlayer.Backpack.Materials.Polymer.Value = "9999"
  92. game.Players.LocalPlayer.Backpack.Materials.Gold.Value = "9999"
  93. game.Players.LocalPlayer.Backpack.Materials.Obsidian.Value = "9999"
  94. game.Players.LocalPlayer.Backpack.Materials.Oil.Value = "9999"
  95. game.Players.LocalPlayer.Backpack.Materials.Electronics.Value = "9999"
  96. game.Players.LocalPlayer.Backpack.Materials.Gunpowder.Value = "9999"
  97. game.Players.LocalPlayer.Backpack.Materials.Crystal.Value = "9999"
  98. end)
  99.  
  100. CMS.Name = "CMS"
  101. CMS.Parent = MainGui
  102. CMS.BackgroundColor3 = Color3.new(1, 1, 1)
  103. CMS.Position = UDim2.new(0.0539419092, 0, 0.703539848, 0)
  104. CMS.Size = UDim2.new(0, 200, 0, 50)
  105. CMS.Style = Enum.ButtonStyle.RobloxButtonDefault
  106. CMS.Font = Enum.Font.SciFi
  107. CMS.Text = "COMMING SOON"
  108. CMS.TextColor3 = Color3.new(1, 1, 1)
  109. CMS.TextScaled = true
  110. CMS.TextSize = 14
  111. CMS.TextWrapped = true
  112.  
  113. OkFrame.Name = "OkFrame"
  114. OkFrame.Parent = OPGui
  115. OkFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  116. OkFrame.BackgroundTransparency = 1
  117. OkFrame.Visible = false
  118. OkFrame.Position = UDim2.new(0.240228012, 0, 0.205378979, 0)
  119. OkFrame.Size = UDim2.new(0, 667, 0, 425)
  120.  
  121. OkLabel.Name = "OkLabel"
  122. OkLabel.Parent = OkFrame
  123. OkLabel.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  124. OkLabel.BackgroundTransparency = 0.89999997615814
  125. OkLabel.Size = UDim2.new(0, 649, 0, 386)
  126. OkLabel.Font = Enum.Font.SourceSansBold
  127. OkLabel.Text = "CommingSoon"
  128. OkLabel.TextColor3 = Color3.new(1, 0, 0)
  129. OkLabel.TextScaled = true
  130. OkLabel.TextSize = 14
  131. OkLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment