Advertisement
RoSploitzer

Lumber Tycoon 2 TP GUI

May 31st, 2019
3,948
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.06 KB | None | 0 0
  1. -- Objects
  2.  
  3. local LT2GUI = Instance.new("ScreenGui")
  4. local topframe = Instance.new("Frame")
  5. local mainframe = Instance.new("Frame")
  6. local PlacesFrame = Instance.new("ScrollingFrame")
  7. local BobsShack = Instance.new("TextButton")
  8. local BoxedCars = Instance.new("TextButton")
  9. local Cave = Instance.new("TextButton")
  10. local Dock = Instance.new("TextButton")
  11. local FancyFurnishings = Instance.new("TextButton")
  12. local FineArtsShop = Instance.new("TextButton")
  13. local LandStore = Instance.new("TextButton")
  14. local LinksLogic = Instance.new("TextButton")
  15. local PalmIsland = Instance.new("TextButton")
  16. local ShrineOfSight = Instance.new("TextButton")
  17. local Spawn = Instance.new("TextButton")
  18. local Swamp = Instance.new("TextButton")
  19. local Den = Instance.new("TextButton")
  20. local Volcano = Instance.new("TextButton")
  21. local WoodRUs = Instance.new("TextButton")
  22. local EndTimes = Instance.new("TextButton")
  23. local Namebox = Instance.new("TextBox")
  24. local GotoPlr = Instance.new("TextButton")
  25. local BringWood = Instance.new("TextButton")
  26. local ToPlot = Instance.new("TextButton")
  27. local creds = Instance.new("TextLabel")
  28. local Close = Instance.new("TextButton")
  29. local Minimize = Instance.new("TextButton")
  30.  
  31. -- Properties
  32.  
  33. LT2GUI.Name = "LT2 GUI"
  34. LT2GUI.Parent = game.CoreGui
  35.  
  36. topframe.Name = "topframe"
  37. topframe.Parent = LT2GUI
  38. topframe.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  39. topframe.BorderColor3 = Color3.new(0, 0, 0)
  40. topframe.Position = UDim2.new(0.414245546, 0, 0.377906978, 0)
  41. topframe.Size = UDim2.new(0, 180, 0, 11)
  42. topframe.Active = true
  43. topframe.Draggable = true
  44.  
  45. mainframe.Name = "mainframe"
  46. mainframe.Parent = topframe
  47. mainframe.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  48. mainframe.BorderColor3 = Color3.new(0, 0, 0)
  49. mainframe.Position = UDim2.new(0, 0, 1, 0)
  50. mainframe.Size = UDim2.new(0, 180, 0, 139)
  51.  
  52. PlacesFrame.Name = "PlacesFrame"
  53. PlacesFrame.Parent = mainframe
  54. PlacesFrame.BackgroundColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  55. PlacesFrame.Position = UDim2.new(0.0379746817, 0, 0.0431654677, 0)
  56. PlacesFrame.Size = UDim2.new(0, 89, 0, 127)
  57. PlacesFrame.ScrollBarThickness = 1
  58.  
  59. BobsShack.Name = "BobsShack"
  60. BobsShack.Parent = PlacesFrame
  61. BobsShack.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  62. BobsShack.BorderColor3 = Color3.new(0, 0, 0)
  63. BobsShack.Position = UDim2.new(0.0795454532, 0, 0.0326086953, 0)
  64. BobsShack.Size = UDim2.new(0, 74, 0, 16)
  65. BobsShack.Font = Enum.Font.SourceSans
  66. BobsShack.Text = "Bobs Shack"
  67. BobsShack.TextColor3 = Color3.new(0, 0, 0)
  68. BobsShack.TextSize = 14
  69. BobsShack.MouseButton1Click:Connect(function()
  70. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))
  71. end)
  72.  
  73. BoxedCars.Name = "BoxedCars"
  74. BoxedCars.Parent = PlacesFrame
  75. BoxedCars.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  76. BoxedCars.BorderColor3 = Color3.new(0, 0, 0)
  77. BoxedCars.Position = UDim2.new(0.078651689, 0, 0.0905797109, 0)
  78. BoxedCars.Size = UDim2.new(0, 74, 0, 16)
  79. BoxedCars.Font = Enum.Font.SourceSans
  80. BoxedCars.Text = "Boxed Cars"
  81. BoxedCars.TextColor3 = Color3.new(0, 0, 0)
  82. BoxedCars.TextSize = 14
  83. BoxedCars.MouseButton1Click:Connect(function()
  84. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))
  85. end)
  86.  
  87. Cave.Name = "Cave"
  88. Cave.Parent = PlacesFrame
  89. Cave.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  90. Cave.BorderColor3 = Color3.new(0, 0, 0)
  91. Cave.Position = UDim2.new(0.078651689, 0, 0.148550719, 0)
  92. Cave.Size = UDim2.new(0, 74, 0, 16)
  93. Cave.Font = Enum.Font.SourceSans
  94. Cave.Text = "Cave"
  95. Cave.TextColor3 = Color3.new(0, 0, 0)
  96. Cave.TextSize = 14
  97. Cave.MouseButton1Click:Connect(function()
  98. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  99. end)
  100.  
  101. Dock.Name = "Dock"
  102. Dock.Parent = PlacesFrame
  103. Dock.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  104. Dock.BorderColor3 = Color3.new(0, 0, 0)
  105. Dock.Position = UDim2.new(0.078651689, 0, 0.206521735, 0)
  106. Dock.Size = UDim2.new(0, 74, 0, 16)
  107. Dock.Font = Enum.Font.SourceSans
  108. Dock.Text = "Dock"
  109. Dock.TextColor3 = Color3.new(0, 0, 0)
  110. Dock.TextSize = 14
  111. Dock.MouseButton1Click:Connect(function()
  112. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1114, -1, -197))
  113. end)
  114.  
  115. FancyFurnishings.Name = "FancyFurnishings"
  116. FancyFurnishings.Parent = PlacesFrame
  117. FancyFurnishings.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  118. FancyFurnishings.BorderColor3 = Color3.new(0, 0, 0)
  119. FancyFurnishings.Position = UDim2.new(0.0730337054, 0, 0.260869563, 0)
  120. FancyFurnishings.Size = UDim2.new(0, 74, 0, 16)
  121. FancyFurnishings.Font = Enum.Font.SourceSans
  122. FancyFurnishings.Text = "Fancy Furnishings"
  123. FancyFurnishings.TextColor3 = Color3.new(0, 0, 0)
  124. FancyFurnishings.TextSize = 11
  125. FancyFurnishings.TextWrapped = true
  126. FancyFurnishings.MouseButton1Click:Connect(function()
  127. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1720))
  128. end)
  129.  
  130. FineArtsShop.Name = "FineArtsShop"
  131. FineArtsShop.Parent = PlacesFrame
  132. FineArtsShop.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  133. FineArtsShop.BorderColor3 = Color3.new(0, 0, 0)
  134. FineArtsShop.Position = UDim2.new(0.0786516815, 0, 0.318840563, 0)
  135. FineArtsShop.Size = UDim2.new(0, 74, 0, 16)
  136. FineArtsShop.Font = Enum.Font.SourceSans
  137. FineArtsShop.Text = "Fine Arts Shop"
  138. FineArtsShop.TextColor3 = Color3.new(0, 0, 0)
  139. FineArtsShop.TextSize = 13
  140. FineArtsShop.TextWrapped = true
  141. FineArtsShop.MouseButton1Click:Connect(function()
  142. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5207, -166, 719))
  143. end)
  144.  
  145. LandStore.Name = "LandStore"
  146. LandStore.Parent = PlacesFrame
  147. LandStore.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  148. LandStore.BorderColor3 = Color3.new(0, 0, 0)
  149. LandStore.Position = UDim2.new(0.0786516815, 0, 0.376811564, 0)
  150. LandStore.Size = UDim2.new(0, 74, 0, 16)
  151. LandStore.Font = Enum.Font.SourceSans
  152. LandStore.Text = "Land Store"
  153. LandStore.TextColor3 = Color3.new(0, 0, 0)
  154. LandStore.TextSize = 14
  155. LandStore.TextWrapped = true
  156. LandStore.MouseButton1Click:Connect(function()
  157. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(258, 3, -99))
  158. end)
  159.  
  160. LinksLogic.Name = "LinksLogic"
  161. LinksLogic.Parent = PlacesFrame
  162. LinksLogic.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  163. LinksLogic.BorderColor3 = Color3.new(0, 0, 0)
  164. LinksLogic.Position = UDim2.new(0.0786516815, 0, 0.434782565, 0)
  165. LinksLogic.Size = UDim2.new(0, 74, 0, 16)
  166. LinksLogic.Font = Enum.Font.SourceSans
  167. LinksLogic.Text = "Links Logic"
  168. LinksLogic.TextColor3 = Color3.new(0, 0, 0)
  169. LinksLogic.TextSize = 14
  170. LinksLogic.TextWrapped = true
  171. LinksLogic.MouseButton1Click:Connect(function()
  172. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4605, 3, -727))
  173. end)
  174.  
  175. PalmIsland.Name = "PalmIsland"
  176. PalmIsland.Parent = PlacesFrame
  177. PalmIsland.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  178. PalmIsland.BorderColor3 = Color3.new(0, 0, 0)
  179. PalmIsland.Position = UDim2.new(0.0786516815, 0, 0.492753565, 0)
  180. PalmIsland.Size = UDim2.new(0, 74, 0, 16)
  181. PalmIsland.Font = Enum.Font.SourceSans
  182. PalmIsland.Text = "Palm Island"
  183. PalmIsland.TextColor3 = Color3.new(0, 0, 0)
  184. PalmIsland.TextSize = 14
  185. PalmIsland.TextWrapped = true
  186. PalmIsland.MouseButton1Click:Connect(function()
  187. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))
  188. end)
  189.  
  190. ShrineOfSight.Name = "ShrineOfSight"
  191. ShrineOfSight.Parent = PlacesFrame
  192. ShrineOfSight.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  193. ShrineOfSight.BorderColor3 = Color3.new(0, 0, 0)
  194. ShrineOfSight.Position = UDim2.new(0.0786516815, 0, 0.550724566, 0)
  195. ShrineOfSight.Size = UDim2.new(0, 74, 0, 16)
  196. ShrineOfSight.Font = Enum.Font.SourceSans
  197. ShrineOfSight.Text = "Shrine Of Sight"
  198. ShrineOfSight.TextColor3 = Color3.new(0, 0, 0)
  199. ShrineOfSight.TextSize = 13
  200. ShrineOfSight.TextWrapped = true
  201. ShrineOfSight.MouseButton1Click:Connect(function()
  202. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1600, 195, 919))
  203. end)
  204.  
  205. Spawn.Name = "Spawn"
  206. Spawn.Parent = PlacesFrame
  207. Spawn.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  208. Spawn.BorderColor3 = Color3.new(0, 0, 0)
  209. Spawn.Position = UDim2.new(0.0786516815, 0, 0.608695567, 0)
  210. Spawn.Size = UDim2.new(0, 74, 0, 16)
  211. Spawn.Font = Enum.Font.SourceSans
  212. Spawn.Text = "Spawn"
  213. Spawn.TextColor3 = Color3.new(0, 0, 0)
  214. Spawn.TextSize = 14
  215. Spawn.TextWrapped = true
  216. Spawn.MouseButton1Click:Connect(function()
  217. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  218. end)
  219.  
  220. Swamp.Name = "Swamp"
  221. Swamp.Parent = PlacesFrame
  222. Swamp.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  223. Swamp.BorderColor3 = Color3.new(0, 0, 0)
  224. Swamp.Position = UDim2.new(0.0786516815, 0, 0.666666567, 0)
  225. Swamp.Size = UDim2.new(0, 74, 0, 16)
  226. Swamp.Font = Enum.Font.SourceSans
  227. Swamp.Text = "Swamp"
  228. Swamp.TextColor3 = Color3.new(0, 0, 0)
  229. Swamp.TextSize = 14
  230. Swamp.TextWrapped = true
  231. Swamp.MouseButton1Click:Connect(function()
  232. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  233. end)
  234.  
  235. Den.Name = "Den"
  236. Den.Parent = PlacesFrame
  237. Den.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  238. Den.BorderColor3 = Color3.new(0, 0, 0)
  239. Den.Position = UDim2.new(0.0786516815, 0, 0.724637568, 0)
  240. Den.Size = UDim2.new(0, 74, 0, 16)
  241. Den.Font = Enum.Font.SourceSans
  242. Den.Text = "Den"
  243. Den.TextColor3 = Color3.new(0, 0, 0)
  244. Den.TextSize = 14
  245. Den.TextWrapped = true
  246. Den.MouseButton1Click:Connect(function()
  247. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(323, 41, 1930))
  248. end)
  249.  
  250. Volcano.Name = "Volcano"
  251. Volcano.Parent = PlacesFrame
  252. Volcano.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  253. Volcano.BorderColor3 = Color3.new(0, 0, 0)
  254. Volcano.Position = UDim2.new(0.0786516815, 0, 0.782608569, 0)
  255. Volcano.Size = UDim2.new(0, 74, 0, 16)
  256. Volcano.Font = Enum.Font.SourceSans
  257. Volcano.Text = "Volcano"
  258. Volcano.TextColor3 = Color3.new(0, 0, 0)
  259. Volcano.TextSize = 14
  260. Volcano.TextWrapped = true
  261. Volcano.MouseButton1Click:Connect(function()
  262. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  263. end)
  264.  
  265. WoodRUs.Name = "Wood R Us"
  266. WoodRUs.Parent = PlacesFrame
  267. WoodRUs.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  268. WoodRUs.BorderColor3 = Color3.new(0, 0, 0)
  269. WoodRUs.Position = UDim2.new(0.0786516815, 0, 0.840579569, 0)
  270. WoodRUs.Size = UDim2.new(0, 74, 0, 16)
  271. WoodRUs.Font = Enum.Font.SourceSans
  272. WoodRUs.Text = "Wood R Us"
  273. WoodRUs.TextColor3 = Color3.new(0, 0, 0)
  274. WoodRUs.TextSize = 14
  275. WoodRUs.TextWrapped = true
  276. WoodRUs.MouseButton1Click:Connect(function()
  277. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265, 3, 57))
  278. end)
  279.  
  280. EndTimes.Name = "End Times"
  281. EndTimes.Parent = PlacesFrame
  282. EndTimes.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  283. EndTimes.BorderColor3 = Color3.new(0, 0, 0)
  284. EndTimes.Position = UDim2.new(0.0786516815, 0, 0.89855057, 0)
  285. EndTimes.Size = UDim2.new(0, 74, 0, 16)
  286. EndTimes.Font = Enum.Font.SourceSans
  287. EndTimes.Text = "End Times"
  288. EndTimes.TextColor3 = Color3.new(0, 0, 0)
  289. EndTimes.TextSize = 14
  290. EndTimes.TextWrapped = true
  291. EndTimes.MouseButton1Click:Connect(function()
  292. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-51, -212, -1348))
  293. end)
  294.  
  295. Namebox.Name = "Namebox"
  296. Namebox.Parent = mainframe
  297. Namebox.BackgroundColor3 = Color3.new(0.596078, 0.596078, 0.596078)
  298. Namebox.BorderColor3 = Color3.new(0, 0, 0)
  299. Namebox.Position = UDim2.new(0.583333313, 0, 0.0431654677, 0)
  300. Namebox.Size = UDim2.new(0, 63, 0, 19)
  301. Namebox.Font = Enum.Font.SourceSans
  302. Namebox.Text = "Player Name"
  303. Namebox.TextColor3 = Color3.new(0, 0, 0)
  304. Namebox.TextScaled = true
  305. Namebox.TextSize = 14
  306. Namebox.TextWrapped = true
  307.  
  308. GotoPlr.Name = "GotoPlr"
  309. GotoPlr.Parent = mainframe
  310. GotoPlr.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  311. GotoPlr.BorderColor3 = Color3.new(0, 0, 0)
  312. GotoPlr.Position = UDim2.new(0.583333313, 0, 0.316546768, 0)
  313. GotoPlr.Size = UDim2.new(0, 63, 0, 19)
  314. GotoPlr.Font = Enum.Font.SourceSans
  315. GotoPlr.Text = "Goto player"
  316. GotoPlr.TextColor3 = Color3.new(0, 0, 0)
  317. GotoPlr.TextSize = 14
  318. GotoPlr.MouseButton1Click:Connect(function()
  319. getplr = function(plxr)
  320. for i, v in pairs(game.Players:GetPlayers()) do
  321. if string.find(v.Name, plxr) then
  322. return v
  323. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  324. return v
  325. end
  326. end
  327. end
  328. local plr = getplr(Namebox.Text)
  329. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  330. end)
  331.  
  332. BringWood.Name = "BringWood"
  333. BringWood.Parent = mainframe
  334. BringWood.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  335. BringWood.BorderColor3 = Color3.new(0, 0, 0)
  336. BringWood.Position = UDim2.new(0.583333313, 0, 0.50359714, 0)
  337. BringWood.Size = UDim2.new(0, 63, 0, 19)
  338. BringWood.Font = Enum.Font.SourceSans
  339. BringWood.Text = "Bring Wood"
  340. BringWood.TextColor3 = Color3.new(0, 0, 0)
  341. BringWood.TextSize = 14
  342. BringWood.MouseButton1Click:Connect(function()
  343. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  344. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  345. if Log.Owner.Value == game.Players.LocalPlayer then
  346. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,20,0))
  347. end
  348. end
  349. end
  350. end)
  351.  
  352. ToPlot.Name = "ToPlot"
  353. ToPlot.Parent = mainframe
  354. ToPlot.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  355. ToPlot.BorderColor3 = Color3.new(0, 0, 0)
  356. ToPlot.Position = UDim2.new(0.583333313, 0, 0.683453262, 0)
  357. ToPlot.Size = UDim2.new(0, 63, 0, 19)
  358. ToPlot.Font = Enum.Font.SourceSans
  359. ToPlot.Text = "Goto Plot"
  360. ToPlot.TextColor3 = Color3.new(0, 0, 0)
  361. ToPlot.TextSize = 14
  362. ToPlot.MouseButton1Click:Connect(function()
  363. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  364. if v.Owner.Value == game.Players.LocalPlayer then
  365. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  366. end
  367. end
  368. end)
  369.  
  370. creds.Name = "creds"
  371. creds.Parent = topframe
  372. creds.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  373. creds.BorderColor3 = Color3.new(0, 0, 0)
  374. creds.BorderSizePixel = 0
  375. creds.Size = UDim2.new(0, 77, 0, 10)
  376. creds.Font = Enum.Font.SourceSans
  377. creds.Text = "Psykek#3180"
  378. creds.TextColor3 = Color3.new(0.937255, 0.686275, 0.0431373)
  379. creds.TextSize = 12
  380.  
  381. Close.Name = "Close"
  382. Close.Parent = topframe
  383. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  384. Close.BorderColor3 = Color3.new(0, 0, 0)
  385. Close.BorderSizePixel = 0
  386. Close.Position = UDim2.new(0.936708927, 0, 0, 0)
  387. Close.Size = UDim2.new(0, 10, 0, 8)
  388. Close.Font = Enum.Font.SourceSans
  389. Close.Text = "X"
  390. Close.TextColor3 = Color3.new(1, 1, 1)
  391. Close.TextSize = 14
  392. Close.MouseButton1Click:Connect(function()
  393.  
  394. if topframe.Visible == false then
  395. topframe.Visible = false
  396. else
  397. topframe.Visible = false
  398. end
  399.  
  400. end)
  401.  
  402. Minimize.Name = "Minimize"
  403. Minimize.Parent = topframe
  404. Minimize.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  405. Minimize.BorderColor3 = Color3.new(0, 0, 0)
  406. Minimize.BorderSizePixel = 0
  407. Minimize.Position = UDim2.new(0.879746914, 0, 0, 0)
  408. Minimize.Size = UDim2.new(0, 10, 0, 8)
  409. Minimize.Font = Enum.Font.SourceSans
  410. Minimize.Text = "-"
  411. Minimize.TextColor3 = Color3.new(1, 1, 1)
  412. Minimize.TextSize = 14
  413. Minimize.MouseButton1Click:Connect(function()
  414.  
  415. if mainframe.Visible == false then
  416. mainframe.Visible = true
  417. else
  418. mainframe.Visible = false
  419. end
  420.  
  421. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement