Guest User

OP Lumber Tycoon 2 Script

a guest
May 1st, 2020
52,122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local open = Instance.new("TextButton")
  8. local green = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local close = Instance.new("TextButton")
  13. local TextButton_3 = Instance.new("TextButton")
  14. local TextButton_4 = Instance.new("TextButton")
  15. local TextButton_5 = Instance.new("TextButton")
  16. local TextButton_6 = Instance.new("TextButton")
  17. local TextButton_7 = Instance.new("TextButton")
  18. local TextButton_8 = Instance.new("TextButton")
  19. local TextLabel_2 = Instance.new("TextLabel")
  20. local TextLabel_3 = Instance.new("TextLabel")
  21.  
  22. --Properties:
  23.  
  24. ScreenGui.Parent = game.CoreGui
  25.  
  26. open.Name = "open"
  27. open.Parent = ScreenGui
  28. open.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  29. open.BorderColor3 = Color3.fromRGB(255, 255, 0)
  30. open.Position = UDim2.new(0.719387829, 0, 0.0577689074, 0)
  31. open.Size = UDim2.new(0, 86, 0, 18)
  32. open.Font = Enum.Font.GothamSemibold
  33. open.Text = "OPEN HUB"
  34. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. open.TextSize = 16.000
  36.  
  37. green.Name = "green"
  38. green.Parent = ScreenGui
  39. green.Active = true
  40. green.Draggable = true
  41. green.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  42. green.BorderColor3 = Color3.fromRGB(255, 255, 0)
  43. green.Position = UDim2.new(0.233654037, 0, 0.057656154, 0)
  44. green.Size = UDim2.new(0, 325, 0, 455)
  45. green.Visible = false
  46.  
  47. function ToggleGui()
  48. green.Visible = not green.Visible
  49. open.Visible = not open.Visible
  50. end
  51. open.MouseButton1Click:Connect(ToggleGui) -- Open
  52. close.MouseButton1Click:Connect(ToggleGui) -- Close
  53.  
  54. TextLabel.Parent = green
  55. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
  56. TextLabel.BorderColor3 = Color3.fromRGB(0, 136, 0)
  57. TextLabel.Size = UDim2.new(0, 275, 0, 44)
  58. TextLabel.Text = "GreenTea_HUB45"
  59. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. TextLabel.TextSize = 15.000
  61.  
  62. TextButton.Parent = green
  63. TextButton.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  64. TextButton.Position = UDim2.new(0.0500566214, 0, 0.140905768, 0)
  65. TextButton.Size = UDim2.new(0, 133, 0, 40)
  66. TextButton.Font = Enum.Font.SourceSans
  67. TextButton.Text = "Lumber Joke"
  68. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. TextButton.TextSize = 14.000
  70. TextButton.MouseButton1Click:connect(function()
  71. loadstring(game:HttpGet("https://pastebin.com/raw/PdKzxqvn", true))()
  72. end)
  73.  
  74. TextButton_2.Parent = green
  75. TextButton_2.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  76. TextButton_2.Position = UDim2.new(0.540849626, 0, 0.140905797, 0)
  77. TextButton_2.Size = UDim2.new(0, 133, 0, 40)
  78. TextButton_2.Font = Enum.Font.SourceSans
  79. TextButton_2.Text = "TP Bypass"
  80. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. TextButton_2.TextSize = 14.000
  82. TextButton_2.MouseButton1Click:connect(function()
  83. loadstring(game:HttpGet("https://pastebin.com/raw/XXMMfhXW", true))()
  84. end)
  85.  
  86. close.Name = "close"
  87. close.Parent = green
  88. close.BackgroundColor3 = Color3.fromRGB(0, 136, 0)
  89. close.BorderColor3 = Color3.fromRGB(0, 136, 0)
  90. close.Position = UDim2.new(0.852307677, 0, 0, 0)
  91. close.Size = UDim2.new(0, 48, 0, 44)
  92. close.Font = Enum.Font.GothamBold
  93. close.Text = "X"
  94. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. close.TextSize = 45.000
  96.  
  97. TextButton_3.Parent = green
  98. TextButton_3.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  99. TextButton_3.Position = UDim2.new(0.0500566214, 0, 0.288610429, 0)
  100. TextButton_3.Size = UDim2.new(0, 133, 0, 40)
  101. TextButton_3.Font = Enum.Font.SourceSans
  102. TextButton_3.Text = "RAM HUB"
  103. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  104. TextButton_3.TextSize = 14.000
  105. TextButton_3.MouseButton1Click:connect(function()
  106. loadstring(game:GetObjects("rbxassetid://4515871345")[1].Source)()
  107. end)
  108.  
  109. TextButton_4.Parent = green
  110. TextButton_4.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  111. TextButton_4.Position = UDim2.new(0.540849626, 0, 0.288610429, 0)
  112. TextButton_4.Size = UDim2.new(0, 133, 0, 40)
  113. TextButton_4.Font = Enum.Font.SourceSans
  114. TextButton_4.Text = "LT2 GUI"
  115. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. TextButton_4.TextSize = 14.000
  117. TextButton_4.MouseButton1Click:connect(function()
  118. loadstring(game:HttpGet("https://pastebin.com/raw/K3Cmffmm", true))()
  119. end)
  120.  
  121. TextButton_5.Parent = green
  122. TextButton_5.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  123. TextButton_5.Position = UDim2.new(0.540849626, 0, 0.432428092, 0)
  124. TextButton_5.Size = UDim2.new(0, 133, 0, 40)
  125. TextButton_5.Font = Enum.Font.SourceSans
  126. TextButton_5.Text = "BP art"
  127. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. TextButton_5.TextSize = 14.000
  129. TextButton.MouseButton1Click:connect(function()
  130. loadstring(game:HttpGet("https://pastebin.com/raw/AbMkpK30", true))()
  131. end)
  132.  
  133. TextButton_6.Parent = green
  134. TextButton_6.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  135. TextButton_6.Position = UDim2.new(0.0500566214, 0, 0.432428092, 0)
  136. TextButton_6.Size = UDim2.new(0, 133, 0, 40)
  137. TextButton_6.Font = Enum.Font.SourceSans
  138. TextButton_6.Text = "SAO GUI V 0.1"
  139. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  140. TextButton_6.TextSize = 14.000
  141. TextButton_6.MouseButton1Click:connect(function()
  142. loadstring(game:HttpGet("https://pastebin.com/raw/j89vzqEj", true))()
  143. end)
  144.  
  145. TextButton_7.Parent = green
  146. TextButton_7.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  147. TextButton_7.Position = UDim2.new(0.0500566214, 0, 0.580132723, 0)
  148. TextButton_7.Size = UDim2.new(0, 133, 0, 40)
  149. TextButton_7.Font = Enum.Font.SourceSans
  150. TextButton_7.Text = "Zypher"
  151. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. TextButton_7.TextSize = 14.000
  153. TextButton_7.MouseButton1Click:connect(function()
  154. loadstring(game:HttpGet(('https://raw.githubusercontent.com/xTheAlex14/zypher/master/zypherupdatednew'),true))()
  155. end)
  156.  
  157. TextButton_8.Parent = green
  158. TextButton_8.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  159. TextButton_8.Position = UDim2.new(0.540849626, 0, 0.580132723, 0)
  160. TextButton_8.Size = UDim2.new(0, 133, 0, 40)
  161. TextButton_8.Font = Enum.Font.SourceSans
  162. TextButton_8.Text = "RICH GUI 2.0"
  163. TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  164. TextButton_8.TextSize = 14.000
  165. TextButton_8.MouseButton1Click:connect(function()
  166. loadstring(game:HttpGet("https://pastebin.com/raw/BwrDZruX", true))()
  167. end)
  168.  
  169. TextLabel_2.Parent = green
  170. TextLabel_2.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  171. TextLabel_2.Position = UDim2.new(0.0548195243, 0, 0.717879474, 0)
  172. TextLabel_2.Size = UDim2.new(0, 290, 0, 45)
  173. TextLabel_2.Font = Enum.Font.GothamBold
  174. TextLabel_2.Text = "Gaming_HD45 (MR. HELPY)#8146 As GUI Maker"
  175. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  176. TextLabel_2.TextSize = 12.000
  177.  
  178. TextLabel_3.Parent = green
  179. TextLabel_3.BackgroundColor3 = Color3.fromRGB(134, 134, 134)
  180. TextLabel_3.Position = UDim2.new(0.0548195243, 0, 0.862606227, 0)
  181. TextLabel_3.Size = UDim2.new(0, 290, 0, 45)
  182. TextLabel_3.Font = Enum.Font.GothamBold
  183. TextLabel_3.Text = "Alpha_1004#8651 As The Tester"
  184. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. TextLabel_3.TextSize = 19.000
Add Comment
Please, Sign In to add comment