FazzaRBLX

Lumber Tycoon 2 Gui

Oct 21st, 2018
4,997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.64 KB | None | 0 0
  1. --Made Bye FazzaRBLX        Subscribe For Next Update Script
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local LT2 = Instance.new("ScreenGui")
  6. local LoginFrame = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local User = Instance.new("TextBox")
  9. local pass = Instance.new("TextBox")
  10. local Login = Instance.new("TextButton")
  11. local Creadits = Instance.new("TextLabel")
  12. local TextButton = Instance.new("TextButton")
  13. local MainFrame = Instance.new("Frame")
  14. local Title_2 = Instance.new("TextLabel")
  15. local palm = Instance.new("TextButton")
  16. local bobsshack = Instance.new("TextButton")
  17. local woodrUs = Instance.new("TextButton")
  18. local volcano = Instance.new("TextButton")
  19. local swamp = Instance.new("TextButton")
  20. local strangeman = Instance.new("TextButton")
  21. local spawn = Instance.new("TextButton")
  22. local shrine = Instance.new("TextButton")
  23. local lodge = Instance.new("TextButton")
  24. local linkslogic = Instance.new("TextButton")
  25. local greenbox = Instance.new("TextButton")
  26. local fancy = Instance.new("TextButton")
  27. local endtimes = Instance.new("TextButton")
  28. local dropoff = Instance.new("TextButton")
  29. local den = Instance.new("TextButton")
  30. local cave = Instance.new("TextButton")
  31. local boxedcars = Instance.new("TextButton")
  32. local yourplot = Instance.new("TextButton")
  33. local TextButton_2 = Instance.new("TextButton")
  34. --Properties:
  35. LT2.Name = "LT2"
  36. LT2.Parent = game.CoreGui
  37.  
  38. LoginFrame.Name = "LoginFrame"
  39. LoginFrame.Parent = LT2
  40. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  41. LoginFrame.Position = UDim2.new(0.344370782, 0, 0.207667753, 0)
  42. LoginFrame.Size = UDim2.new(0, 335, 0, 326)
  43.  
  44. Title.Name = "Title"
  45. Title.Parent = LoginFrame
  46. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  47. Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  48. Title.Size = UDim2.new(0, 335, 0, 58)
  49. Title.Font = Enum.Font.SourceSansBold
  50. Title.Text = "LOGIN"
  51. Title.TextColor3 = Color3.new(0.333333, 1, 1)
  52. Title.TextScaled = true
  53. Title.TextSize = 14
  54. Title.TextWrapped = true
  55.  
  56. User.Name = "User"
  57. User.Parent = LoginFrame
  58. User.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  59. User.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  60. User.Position = UDim2.new(0.179104477, 0, 0.386503071, 0)
  61. User.Size = UDim2.new(0, 214, 0, 39)
  62. User.Font = Enum.Font.SourceSansBold
  63. User.Text = "FazzaRBLX"
  64. User.TextColor3 = Color3.new(0.333333, 1, 1)
  65. User.TextSize = 14
  66. User.TextWrapped = true
  67. User.TextXAlignment = Enum.TextXAlignment.Left
  68.  
  69. pass.Name = "pass"
  70. pass.Parent = LoginFrame
  71. pass.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  72. pass.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  73. pass.Position = UDim2.new(0.179104447, 0, 0.564417183, 0)
  74. pass.Size = UDim2.new(0, 214, 0, 39)
  75. pass.Font = Enum.Font.SourceSansBold
  76. pass.Text = "RobloxUser"
  77. pass.TextColor3 = Color3.new(0.333333, 1, 1)
  78. pass.TextSize = 14
  79. pass.TextXAlignment = Enum.TextXAlignment.Left
  80.  
  81. Login.Name = "Login"
  82. Login.Parent = LoginFrame
  83. Login.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  84. Login.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  85. Login.Position = UDim2.new(0.304477632, 0, 0.73619628, 0)
  86. Login.Size = UDim2.new(0, 129, 0, 50)
  87. Login.Font = Enum.Font.SourceSansBold
  88. Login.Text = "LOGIN"
  89. Login.TextColor3 = Color3.new(0.333333, 1, 1)
  90. Login.TextScaled = true
  91. Login.TextSize = 14
  92. Login.TextWrapped = true
  93. Login.MouseButton1Down:connect(function()
  94. LoginFrame.Visible = false
  95. MainFrame.Visible = true
  96. end)
  97.  
  98. Creadits.Name = "Creadits"
  99. Creadits.Parent = LoginFrame
  100. Creadits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  101. Creadits.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  102. Creadits.Position = UDim2.new(0.0417910442, 0, 0.944785297, 0)
  103. Creadits.Size = UDim2.new(0, 200, 0, 18)
  104. Creadits.Font = Enum.Font.SourceSans
  105. Creadits.Text = "Made By FazzaRBLX  YT Channel"
  106. Creadits.TextColor3 = Color3.new(0.333333, 1, 1)
  107. Creadits.TextSize = 14
  108. Creadits.TextXAlignment = Enum.TextXAlignment.Left
  109.  
  110. TextButton.Parent = LoginFrame
  111. TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  112. TextButton.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  113. TextButton.Position = UDim2.new(0.841791034, 0, 0, 0)
  114. TextButton.Size = UDim2.new(0, 53, 0, 58)
  115. TextButton.Font = Enum.Font.SourceSans
  116. TextButton.Text = "X"
  117. TextButton.TextColor3 = Color3.new(1, 0, 0)
  118. TextButton.TextScaled = true
  119. TextButton.TextSize = 14
  120. TextButton.TextWrapped = true
  121.  
  122. MainFrame.Name = "MainFrame"
  123. MainFrame.Parent = LT2
  124. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  125. MainFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  126. MainFrame.Position = UDim2.new(0.253822625, 0, 0.0447284356, 0)
  127. MainFrame.Size = UDim2.new(0, 580, 0, 553)
  128. MainFrame.Visible = false
  129.  
  130. Title_2.Name = "Title"
  131. Title_2.Parent = MainFrame
  132. Title_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  133. Title_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  134. Title_2.Size = UDim2.new(0, 580, 0, 58)
  135. Title_2.Font = Enum.Font.SourceSansBold
  136. Title_2.Text = "Lumber Tycoon 2 Gui"
  137. Title_2.TextColor3 = Color3.new(0.333333, 1, 1)
  138. Title_2.TextScaled = true
  139. Title_2.TextSize = 14
  140. Title_2.TextWrapped = true
  141.  
  142. palm.Name = "palm"
  143. palm.Parent = MainFrame
  144. palm.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  145. palm.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  146. palm.Position = UDim2.new(0.0430379733, 0, 0.173343152, 0)
  147. palm.Size = UDim2.new(0, 169, 0, 50)
  148. palm.Font = Enum.Font.SourceSansBold
  149. palm.Text = "Palm"
  150. palm.TextColor3 = Color3.new(0.333333, 1, 1)
  151. palm.TextSize = 14
  152. palm.MouseButton1Down:connect(function()
  153. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2570, -5, -32))
  154. end)
  155.  
  156. bobsshack.Name = "bobsshack"
  157. bobsshack.Parent = MainFrame
  158. bobsshack.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  159. bobsshack.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  160. bobsshack.Position = UDim2.new(0.371191561, 0, 0.173343152, 0)
  161. bobsshack.Size = UDim2.new(0, 169, 0, 50)
  162. bobsshack.Font = Enum.Font.SourceSansBold
  163. bobsshack.Text = "BobsShack"
  164. bobsshack.TextColor3 = Color3.new(0.333333, 1, 1)
  165. bobsshack.TextSize = 14
  166. bobsshack.MouseButton1Down:connect(function()
  167. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(259, 8, -2542))
  168. end)
  169.  
  170. woodrUs.Name = "woodrUs"
  171. woodrUs.Parent = MainFrame
  172. woodrUs.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  173. woodrUs.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  174. woodrUs.Position = UDim2.new(0.043037951, 0, 0.300277501, 0)
  175. woodrUs.Size = UDim2.new(0, 169, 0, 50)
  176. woodrUs.Font = Enum.Font.SourceSansBold
  177. woodrUs.Text = "WoodRUs"
  178. woodrUs.TextColor3 = Color3.new(0.333333, 1, 1)
  179. woodrUs.TextSize = 14
  180. woodrUs.MouseButton1Down:connect(function()
  181. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(251, 2, 57))
  182. end)
  183.  
  184. volcano.Name = "volcano"
  185. volcano.Parent = MainFrame
  186. volcano.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  187. volcano.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  188. volcano.Position = UDim2.new(0.371191502, 0, 0.300277501, 0)
  189. volcano.Size = UDim2.new(0, 169, 0, 50)
  190. volcano.Font = Enum.Font.SourceSansBold
  191. volcano.Text = "Volcano"
  192. volcano.TextColor3 = Color3.new(0.333333, 1, 1)
  193. volcano.TextSize = 14
  194. volcano.MouseButton1Down:connect(function()
  195.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  196. end)
  197.  
  198. swamp.Name = "swamp"
  199. swamp.Parent = MainFrame
  200. swamp.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  201. swamp.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  202. swamp.Position = UDim2.new(0.0430378914, 0, 0.428081781, 0)
  203. swamp.Size = UDim2.new(0, 169, 0, 50)
  204. swamp.Font = Enum.Font.SourceSansBold
  205. swamp.Text = "Swamp"
  206. swamp.TextColor3 = Color3.new(0.333333, 1, 1)
  207. swamp.TextSize = 14
  208. swamp.MouseButton1Down:connect(function()
  209.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  210. end)
  211.  
  212. strangeman.Name = "strangeman"
  213. strangeman.Parent = MainFrame
  214. strangeman.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  215. strangeman.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  216. strangeman.Position = UDim2.new(0.371191502, 0, 0.428081781, 0)
  217. strangeman.Size = UDim2.new(0, 169, 0, 50)
  218. strangeman.Font = Enum.Font.SourceSansBold
  219. strangeman.Text = "StrangeMan"
  220. strangeman.TextColor3 = Color3.new(0.333333, 1, 1)
  221. strangeman.TextSize = 14
  222. strangeman.MouseButton1Down:connect(function()
  223. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1130))
  224. end)
  225.  
  226. spawn.Name = "spawn"
  227. spawn.Parent = MainFrame
  228. spawn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  229. spawn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  230. spawn.Position = UDim2.new(0.0430378914, 0, 0.566321433, 0)
  231. spawn.Size = UDim2.new(0, 169, 0, 50)
  232. spawn.Font = Enum.Font.SourceSansBold
  233. spawn.Text = "Spawn"
  234. spawn.TextColor3 = Color3.new(0.333333, 1, 1)
  235. spawn.TextSize = 14
  236. spawn.MouseButton1Down:connect(function()
  237. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  238. end)
  239.  
  240. shrine.Name = "shrine"
  241. shrine.Parent = MainFrame
  242. shrine.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  243. shrine.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  244. shrine.Position = UDim2.new(0.371191502, 0, 0.566321433, 0)
  245. shrine.Size = UDim2.new(0, 169, 0, 50)
  246. shrine.Font = Enum.Font.SourceSansBold
  247. shrine.Text = "Shrine"
  248. shrine.TextColor3 = Color3.new(0.333333, 1, 1)
  249. shrine.TextSize = 14
  250. shrine.MouseButton1Down:connect(function()
  251. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1606, 195, 929))
  252. end)
  253.  
  254. lodge.Name = "lodge"
  255. lodge.Parent = MainFrame
  256. lodge.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  257. lodge.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  258. lodge.Position = UDim2.new(0.69188118, 0, 0.172897607, 0)
  259. lodge.Size = UDim2.new(0, 169, 0, 50)
  260. lodge.Font = Enum.Font.SourceSansBold
  261. lodge.Text = "Lodge"
  262. lodge.TextColor3 = Color3.new(0.333333, 1, 1)
  263. lodge.TextSize = 14
  264. lodge.MouseButton1Down:connect(function()
  265. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1243, 63, 2305))
  266. end)
  267.  
  268. linkslogic.Name = "linkslogic"
  269. linkslogic.Parent = MainFrame
  270. linkslogic.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  271. linkslogic.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  272. linkslogic.Position = UDim2.new(0.69188118, 0, 0.300639629, 0)
  273. linkslogic.Size = UDim2.new(0, 169, 0, 50)
  274. linkslogic.Font = Enum.Font.SourceSansBold
  275. linkslogic.Text = "LinksLogic"
  276. linkslogic.TextColor3 = Color3.new(0.333333, 1, 1)
  277. linkslogic.TextSize = 14
  278. linkslogic.MouseButton1Down:connect(function()
  279. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4606, 7, -779))
  280. end)
  281.  
  282. greenbox.Name = "greenbox"
  283. greenbox.Parent = MainFrame
  284. greenbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  285. greenbox.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  286. greenbox.Position = UDim2.new(0.69188118, 0, 0.427784711, 0)
  287. greenbox.Size = UDim2.new(0, 169, 0, 50)
  288. greenbox.Font = Enum.Font.SourceSansBold
  289. greenbox.Text = "GreenBox"
  290. greenbox.TextColor3 = Color3.new(0.333333, 1, 1)
  291. greenbox.TextSize = 14
  292. greenbox.MouseButton1Down:connect(function()
  293. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1675, 348, 1476))
  294. end)
  295.  
  296.  
  297. fancy.Name = "fancy"
  298. fancy.Parent = MainFrame
  299. fancy.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  300. fancy.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  301. fancy.Position = UDim2.new(0.69188118, 0, 0.566321492, 0)
  302. fancy.Size = UDim2.new(0, 169, 0, 50)
  303. fancy.Font = Enum.Font.SourceSansBold
  304. fancy.Text = "Fancy"
  305. fancy.TextColor3 = Color3.new(0.333333, 1, 1)
  306. fancy.TextSize = 14
  307. fancy.MouseButton1Down:connect(function()
  308. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1719))
  309. end)
  310.  
  311. endtimes.Name = "endtimes"
  312. endtimes.Parent = MainFrame
  313. endtimes.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  314. endtimes.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  315. endtimes.Position = UDim2.new(0.0436053276, 0, 0.705561996, 0)
  316. endtimes.Size = UDim2.new(0, 169, 0, 50)
  317. endtimes.Font = Enum.Font.SourceSansBold
  318. endtimes.Text = "EndTimes"
  319. endtimes.TextColor3 = Color3.new(0.333333, 1, 1)
  320. endtimes.TextSize = 14
  321. endtimes.MouseButton1Down:connect(function()
  322. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -213, -950))
  323. end)
  324.  
  325.  
  326. dropoff.Name = "dropoff"
  327. dropoff.Parent = MainFrame
  328. dropoff.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  329. dropoff.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  330. dropoff.Position = UDim2.new(0.371191531, 0, 0.705561996, 0)
  331. dropoff.Size = UDim2.new(0, 169, 0, 50)
  332. dropoff.Font = Enum.Font.SourceSansBold
  333. dropoff.Text = "Dropoff"
  334. dropoff.TextColor3 = Color3.new(0.333333, 1, 1)
  335. dropoff.TextSize = 14
  336. dropoff.MouseButton1Down:connect(function()
  337. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(314, -2, 123))
  338. end)
  339.  
  340. den.Name = "den"
  341. den.Parent = MainFrame
  342. den.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  343. den.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  344. den.Position = UDim2.new(0.69188118, 0, 0.705561996, 0)
  345. den.Size = UDim2.new(0, 169, 0, 50)
  346. den.Font = Enum.Font.SourceSansBold
  347. den.Text = "Den"
  348. den.TextColor3 = Color3.new(0.333333, 1, 1)
  349. den.TextSize = 14
  350. den.MouseButton1Down:connect(function()
  351. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  352. end)
  353.  
  354. cave.Name = "cave"
  355. cave.Parent = MainFrame
  356. cave.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  357. cave.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  358. cave.Position = UDim2.new(0.0436053276, 0, 0.833952606, 0)
  359. cave.Size = UDim2.new(0, 169, 0, 50)
  360. cave.Font = Enum.Font.SourceSansBold
  361. cave.Text = "Cave"
  362. cave.TextColor3 = Color3.new(0.333333, 1, 1)
  363. cave.TextSize = 14
  364. cave.MouseButton1Down:connect(function()
  365.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  366. end)
  367.  
  368. boxedcars.Name = "boxedcars"
  369. boxedcars.Parent = MainFrame
  370. boxedcars.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  371. boxedcars.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  372. boxedcars.Position = UDim2.new(0.371191531, 0, 0.833952606, 0)
  373. boxedcars.Size = UDim2.new(0, 169, 0, 50)
  374. boxedcars.Font = Enum.Font.SourceSansBold
  375. boxedcars.Text = "BoxedCars"
  376. boxedcars.TextColor3 = Color3.new(0.333333, 1, 1)
  377. boxedcars.TextSize = 14
  378. boxedcars.MouseButton1Down:connect(function()
  379. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(508, 3, -1463))
  380. end)
  381.  
  382. yourplot.Name = "yourplot"
  383. yourplot.Parent = MainFrame
  384. yourplot.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  385. yourplot.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  386. yourplot.Position = UDim2.new(0.69188118, 0, 0.833952606, 0)
  387. yourplot.Size = UDim2.new(0, 169, 0, 50)
  388. yourplot.Font = Enum.Font.SourceSansBold
  389. yourplot.Text = "YourPlot"
  390. yourplot.TextColor3 = Color3.new(0.333333, 1, 1)
  391. yourplot.TextSize = 14
  392. yourplot.MouseButton1Down:connect(function()
  393.     for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  394.         if v.Owner.Value == game.Players.LocalPlayer then
  395.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  396.         end
  397.     end
  398. end)
  399.  
  400. TextButton_2.Parent = MainFrame
  401. TextButton_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  402. TextButton_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  403. TextButton_2.Position = UDim2.new(0.906896532, 0, 0, 0)
  404. TextButton_2.Size = UDim2.new(0, 54, 0, 58)
  405. TextButton_2.Font = Enum.Font.SourceSans
  406. TextButton_2.Text = "X"
  407. TextButton_2.TextColor3 = Color3.new(1, 0, 0)
  408. TextButton_2.TextScaled = true
  409. TextButton_2.TextSize = 14
  410. TextButton_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment