Advertisement
Guest User

Gui Lumber Tycoon 2 By Night_Gate

a guest
Aug 25th, 2019
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.80 KB | None | 0 0
  1. -- Gui Feita Por Night_Gate
  2. local NightClient10 = Instance.new("ScreenGui")
  3. local openframe = Instance.new("Frame")
  4. local Open = Instance.new("TextButton")
  5. local main = Instance.new("Frame")
  6. local frametext = Instance.new("Frame")
  7. local titulo = Instance.new("TextLabel")
  8. local close = Instance.new("TextButton")
  9. local gui1 = Instance.new("TextButton")
  10. local gui2 = Instance.new("TextButton")
  11. local gui3 = Instance.new("TextButton")
  12. local _4 = Instance.new("TextButton")
  13. --Properties:
  14. NightClient10.Name = "Night Client 1.0"
  15. NightClient10.Parent = game.CoreGui
  16.  
  17. openframe.Name = "openframe"
  18. openframe.Parent = NightClient10
  19. openframe.Active = true
  20. openframe.BackgroundColor3 = Color3.new(0, 0, 0)
  21. openframe.Position = UDim2.new(0.910273373, 0, 0.506493509, 0)
  22. openframe.Size = UDim2.new(0, 100, 0, 38)
  23. openframe.Visible = false
  24. openframe.Draggable = true
  25.  
  26. Open.Name = "Open"
  27. Open.Parent = openframe
  28. Open.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  29. Open.BorderSizePixel = 0
  30. Open.Position = UDim2.new(0.120000005, 0, 0.157894731, 0)
  31. Open.Size = UDim2.new(0, 76, 0, 26)
  32. Open.Font = Enum.Font.SourceSans
  33. Open.Text = "Abrir"
  34. Open.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  35. Open.TextSize = 14
  36. Open.MouseButton1Down:connect(function()
  37. main.Visible = true
  38. openframe.Visible = false
  39. end)
  40.  
  41. main.Name = "main"
  42. main.Parent = NightClient10
  43. main.BackgroundColor3 = Color3.new(0, 0, 0)
  44. main.BackgroundTransparency = 0.40000000596046
  45. main.Position = UDim2.new(0.302366346, 0, 0.262251616, 0)
  46. main.Size = UDim2.new(0, 457, 0, 286)
  47. main.Draggable = true
  48.  
  49. frametext.Name = "frametext"
  50. frametext.Parent = main
  51. frametext.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  52. frametext.Size = UDim2.new(0, 451, 0, 30)
  53.  
  54. titulo.Name = "titulo"
  55. titulo.Parent = frametext
  56. titulo.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  57. titulo.Size = UDim2.new(0, 451, 0, 29)
  58. titulo.Font = Enum.Font.SourceSans
  59. titulo.Text = "Gui Feita Por Night_Gate"
  60. titulo.TextColor3 = Color3.new(1, 1, 1)
  61. titulo.TextSize = 25
  62.  
  63. close.Name = "close"
  64. close.Parent = main
  65. close.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  66. close.BorderColor3 = Color3.new(0, 0, 0)
  67. close.Position = UDim2.new(0.929046571, 0, 0, 0)
  68. close.Size = UDim2.new(0, 32, 0, 29)
  69. close.Font = Enum.Font.SourceSans
  70. close.Text = "X"
  71. close.TextColor3 = Color3.new(0.996078, 0.0313726, 0)
  72. close.TextSize = 14
  73. close.MouseButton1Down:connect(function()
  74. main.Visible = false
  75. openframe.Visible = true
  76. end)
  77.  
  78. gui1.Name = "gui1"
  79. gui1.Parent = main
  80. gui1.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  81. gui1.Position = UDim2.new(0.0354767181, 0, 0.12937063, 0)
  82. gui1.Size = UDim2.new(0, 146, 0, 32)
  83. gui1.Font = Enum.Font.SourceSans
  84. gui1.Text = "Spawn Itens"
  85. gui1.TextColor3 = Color3.new(0, 0, 0)
  86. gui1.TextSize = 14
  87. gui1.MouseButton1Down:connect(function()
  88. loadstring(game:HttpGet('https://pastebin.com/raw/CFFFQLwq', true))()
  89. end)
  90.  
  91. gui2.Name = "gui2"
  92. gui2.Parent = main
  93. gui2.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  94. gui2.Position = UDim2.new(0.0354767181, 0, 0.300699323, 0)
  95. gui2.Size = UDim2.new(0, 146, 0, 32)
  96. gui2.Font = Enum.Font.SourceSans
  97. gui2.Text = "Clonar Base"
  98. gui2.TextColor3 = Color3.new(0, 0, 0)
  99. gui2.TextSize = 14
  100. gui2.MouseButton1Down:connect(function()
  101. loadstring(game:HttpGet('https://pastebin.com/raw/KdfVic03', true))()
  102. end)
  103.  
  104. gui3.Name = "gui3"
  105. gui3.Parent = main
  106. gui3.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  107. gui3.Position = UDim2.new(0.0354767181, 0, 0.468531489, 0)
  108. gui3.Size = UDim2.new(0, 146, 0, 32)
  109. gui3.Font = Enum.Font.SourceSans
  110. gui3.Text = "Spawn Manual Itens"
  111. gui3.TextColor3 = Color3.new(0, 0, 0)
  112. gui3.TextSize = 14
  113. gui3.MouseButton1Down:connect(function()
  114. loadstring(game:HttpGet('https://pastebin.com/raw/kMybVg3F', true))()
  115. end)
  116. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement