Advertisement
Guest User

(Chaosity) Lumber Tycoon 2 GUI

a guest
Aug 23rd, 2018
12,846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.90 KB | None | 0 0
  1. -- MADE BY REDBOY
  2. spawn(function()
  3.  
  4. -- Instances:
  5. local LT2GUI = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local TOPBAR = Instance.new("Frame")
  8. local Name = Instance.new("TextLabel")
  9. local EXIT = Instance.new("TextButton")
  10. local Cave = Instance.new("TextButton")
  11. local PalmIsland = Instance.new("TextButton")
  12. local Swamp = Instance.new("TextButton")
  13. local Volcano = Instance.new("TextButton")
  14. local LinkLogic = Instance.new("TextButton")
  15. local LandStore = Instance.new("TextButton")
  16. local BobShack = Instance.new("TextButton")
  17. local WoodRUs = Instance.new("TextButton")
  18. local Dock = Instance.new("TextButton")
  19. local BoxedCars = Instance.new("TextButton")
  20. local TPPLOT = Instance.new("TextButton")
  21. local BringWood = Instance.new("TextButton")
  22. local BSellChoppedWood = Instance.new("TextButton")
  23. local BTPCutLogs = Instance.new("TextButton")
  24. local BPhantomWood = Instance.new("TextButton")
  25. local TPNAME = Instance.new("TextLabel")
  26. local FUNCNAME = Instance.new("TextLabel")
  27. local BRejoinServer = Instance.new("TextButton")
  28. local DISCO = Instance.new("TextLabel")
  29. local Open = Instance.new("TextButton")
  30. --Properties:
  31. LT2GUI.Name = "LT2GUI "
  32. LT2GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  33.  
  34. Main.Name = "Main"
  35. Main.Parent = LT2GUI
  36. Main.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  37. Main.Position = UDim2.new(0.5, 0, 0.300000012, 0)
  38. Main.Size = UDim2.new(0, 400, 0, 300)
  39. Main.Active = true
  40. Main.Draggable = true
  41.  
  42. TOPBAR.Name = "TOPBAR"
  43. TOPBAR.Parent = Main
  44. TOPBAR.BackgroundColor3 = Color3.new(0.815686, 0, 0)
  45. TOPBAR.Position = UDim2.new(0, 0, -0.129999995, 0)
  46. TOPBAR.Size = UDim2.new(0, 400, 0, 39)
  47.  
  48. Name.Name = "Name"
  49. Name.Parent = TOPBAR
  50. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Name.BackgroundTransparency = 1
  52. Name.Size = UDim2.new(0, 357, 0, 39)
  53. Name.Font = Enum.Font.ArialBold
  54. Name.Text = "Lumber Tycoon 2"
  55. Name.TextColor3 = Color3.new(1, 1, 1)
  56. Name.TextScaled = true
  57. Name.TextSize = 14
  58. Name.TextWrapped = true
  59.  
  60. EXIT.Name = "EXIT"
  61. EXIT.Parent = TOPBAR
  62. EXIT.BackgroundColor3 = Color3.new(1, 1, 1)
  63. EXIT.BackgroundTransparency = 1
  64. EXIT.Position = UDim2.new(0.892499983, 0, 0, 0)
  65. EXIT.Size = UDim2.new(0, 43, 0, 39)
  66. EXIT.Font = Enum.Font.SourceSans
  67. EXIT.Text = "X"
  68. EXIT.TextColor3 = Color3.new(0, 0, 0)
  69. EXIT.TextScaled = true
  70. EXIT.TextSize = 14
  71. EXIT.TextWrapped = true
  72. EXIT.MouseButton1Down:connect(function()
  73. Open.Visible = true
  74. Main.Visible = false
  75. end)
  76. Cave.Name = "Cave"
  77. Cave.Parent = Main
  78. Cave.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  79. Cave.Position = UDim2.new(0.0199999996, 0, 0.306666672, 0)
  80. Cave.Size = UDim2.new(0, 100, 0, 30)
  81. Cave.Font = Enum.Font.Cartoon
  82. Cave.Text = "Cave"
  83. Cave.TextColor3 = Color3.new(0, 0, 0)
  84. Cave.TextScaled = true
  85. Cave.TextSize = 14
  86. Cave.TextWrapped = true
  87. Cave.MouseButton1Down:connect(function()
  88. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  89. end)
  90. PalmIsland.Name = "PalmIsland"
  91. PalmIsland.Parent = Main
  92. PalmIsland.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  93. PalmIsland.Position = UDim2.new(0.0199999996, 0, 0.163333341, 0)
  94. PalmIsland.Size = UDim2.new(0, 100, 0, 30)
  95. PalmIsland.Font = Enum.Font.Cartoon
  96. PalmIsland.Text = "Palm Island"
  97. PalmIsland.TextColor3 = Color3.new(0, 0, 0)
  98. PalmIsland.TextScaled = true
  99. PalmIsland.TextSize = 14
  100. PalmIsland.TextWrapped = true
  101. PalmIsland.MouseButton1Down:connect(function()
  102. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))
  103. end)
  104.  
  105. Swamp.Name = "Swamp"
  106. Swamp.Parent = Main
  107. Swamp.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  108. Swamp.Position = UDim2.new(0.0199999996, 0, 0.589999974, 0)
  109. Swamp.Size = UDim2.new(0, 100, 0, 30)
  110. Swamp.Font = Enum.Font.Cartoon
  111. Swamp.Text = "Swamp"
  112. Swamp.TextColor3 = Color3.new(0, 0, 0)
  113. Swamp.TextScaled = true
  114. Swamp.TextSize = 14
  115. Swamp.TextWrapped = true
  116. Swamp.MouseButton1Down:connect(function()
  117. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  118. end)
  119. Volcano.Name = "Volcano"
  120. Volcano.Parent = Main
  121. Volcano.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  122. Volcano.Position = UDim2.new(0.0199999996, 0, 0.446666658, 0)
  123. Volcano.Size = UDim2.new(0, 100, 0, 30)
  124. Volcano.Font = Enum.Font.Cartoon
  125. Volcano.Text = "Volcano"
  126. Volcano.TextColor3 = Color3.new(0, 0, 0)
  127. Volcano.TextScaled = true
  128. Volcano.TextSize = 14
  129. Volcano.TextWrapped = true
  130. Volcano.MouseButton1Down:connect(function()
  131. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  132. end)
  133. LinkLogic.Name = "LinkLogic"
  134. LinkLogic.Parent = Main
  135. LinkLogic.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  136. LinkLogic.Position = UDim2.new(0.320000023, 0, 0.306666672, 0)
  137. LinkLogic.Size = UDim2.new(0, 100, 0, 30)
  138. LinkLogic.Font = Enum.Font.Cartoon
  139. LinkLogic.Text = "Link's Logic"
  140. LinkLogic.TextColor3 = Color3.new(0, 0, 0)
  141. LinkLogic.TextScaled = true
  142. LinkLogic.TextSize = 14
  143. LinkLogic.TextWrapped = true
  144. LinkLogic.MouseButton1Down:connect(function()
  145. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(4605, 3, -727))
  146. end)
  147. LandStore.Name = "LandStore"
  148. LandStore.Parent = Main
  149. LandStore.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  150. LandStore.Position = UDim2.new(0.320000023, 0, 0.589999974, 0)
  151. LandStore.Size = UDim2.new(0, 100, 0, 30)
  152. LandStore.Font = Enum.Font.Cartoon
  153. LandStore.Text = "Land Store"
  154. LandStore.TextColor3 = Color3.new(0, 0, 0)
  155. LandStore.TextScaled = true
  156. LandStore.TextSize = 14
  157. LandStore.TextWrapped = true
  158. LandStore.MouseButton1Down:connect(function()
  159. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(258, 3, -99))
  160. end)
  161. BobShack.Name = "BobShack"
  162. BobShack.Parent = Main
  163. BobShack.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  164. BobShack.Position = UDim2.new(0.320000023, 0, 0.163333341, 0)
  165. BobShack.Size = UDim2.new(0, 100, 0, 30)
  166. BobShack.Font = Enum.Font.Cartoon
  167. BobShack.Text = "Bob's Shack"
  168. BobShack.TextColor3 = Color3.new(0, 0, 0)
  169. BobShack.TextScaled = true
  170. BobShack.TextSize = 14
  171. BobShack.TextWrapped = true
  172. BobShack.MouseButton1Down:connect(function()
  173. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))
  174. end)
  175. WoodRUs.Name = "WoodRUs"
  176. WoodRUs.Parent = Main
  177. WoodRUs.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  178. WoodRUs.Position = UDim2.new(0.320000023, 0, 0.446666658, 0)
  179. WoodRUs.Size = UDim2.new(0, 100, 0, 30)
  180. WoodRUs.Font = Enum.Font.Cartoon
  181. WoodRUs.Text = "Wood R Us"
  182. WoodRUs.TextColor3 = Color3.new(0, 0, 0)
  183. WoodRUs.TextScaled = true
  184. WoodRUs.TextSize = 14
  185. WoodRUs.TextWrapped = true
  186. WoodRUs.MouseButton1Down:connect(function()
  187. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(265, 3, 57))
  188. end)
  189. Dock.Name = "Dock"
  190. Dock.Parent = Main
  191. Dock.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  192. Dock.Position = UDim2.new(0.0199999996, 0, 0.73333329, 0)
  193. Dock.Size = UDim2.new(0, 100, 0, 30)
  194. Dock.Font = Enum.Font.Cartoon
  195. Dock.Text = "Dock"
  196. Dock.TextColor3 = Color3.new(0, 0, 0)
  197. Dock.TextScaled = true
  198. Dock.TextSize = 14
  199. Dock.TextWrapped = true
  200. Dock.MouseButton1Down:connect(function()
  201. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(1114, -1, -197))
  202. end)
  203. BoxedCars.Name = "BoxedCars"
  204. BoxedCars.Parent = Main
  205. BoxedCars.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  206. BoxedCars.Position = UDim2.new(0.320000023, 0, 0.73333329, 0)
  207. BoxedCars.Size = UDim2.new(0, 100, 0, 30)
  208. BoxedCars.Font = Enum.Font.Cartoon
  209. BoxedCars.Text = "Boxed Cars"
  210. BoxedCars.TextColor3 = Color3.new(0, 0, 0)
  211. BoxedCars.TextScaled = true
  212. BoxedCars.TextSize = 14
  213. BoxedCars.TextWrapped = true
  214. BoxedCars.MouseButton1Down:connect(function()
  215. game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))
  216. end)
  217. TPPLOT.Name = "TPPLOT"
  218. TPPLOT.Parent = Main
  219. TPPLOT.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  220. TPPLOT.Position = UDim2.new(0.0199999996, 0, 0.870000005, 0)
  221. TPPLOT.Size = UDim2.new(0, 220, 0, 30)
  222. TPPLOT.Font = Enum.Font.Cartoon
  223. TPPLOT.Text = "Teleport To Your Plot"
  224. TPPLOT.TextColor3 = Color3.new(0, 0, 0)
  225. TPPLOT.TextScaled = true
  226. TPPLOT.TextSize = 14
  227. TPPLOT.TextWrapped = true
  228. TPPLOT.MouseButton1Down:connect(function()
  229. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  230. if v.Owner.Value == game.Players.LocalPlayer then
  231. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  232. end
  233. end
  234. end)
  235. BringWood.Name = "BringWood"
  236. BringWood.Parent = Main
  237. BringWood.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  238. BringWood.Position = UDim2.new(0.612500012, 0, 0.589999974, 0)
  239. BringWood.Size = UDim2.new(0, 140, 0, 30)
  240. BringWood.Font = Enum.Font.Cartoon
  241. BringWood.Text = "Bring Wood"
  242. BringWood.TextColor3 = Color3.new(0, 0, 0)
  243. BringWood.TextScaled = true
  244. BringWood.TextSize = 14
  245. BringWood.TextWrapped = true
  246. BringWood.MouseButton1Down:connect(function()
  247. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  248. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then
  249. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 10, 0))
  250. end
  251. end
  252. end)
  253. BSellChoppedWood.Name = "BSellChoppedWood"
  254. BSellChoppedWood.Parent = Main
  255. BSellChoppedWood.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  256. BSellChoppedWood.Position = UDim2.new(0.612500012, 0, 0.163333341, 0)
  257. BSellChoppedWood.Size = UDim2.new(0, 140, 0, 30)
  258. BSellChoppedWood.Font = Enum.Font.Cartoon
  259. BSellChoppedWood.Text = "Sell Chopped Wood"
  260. BSellChoppedWood.TextColor3 = Color3.new(0, 0, 0)
  261. BSellChoppedWood.TextScaled = true
  262. BSellChoppedWood.TextSize = 14
  263. BSellChoppedWood.TextWrapped = true
  264. BSellChoppedWood.MouseButton1Click:connect(function()
  265. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  266. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  267. if Log.Owner.Value == game.Players.LocalPlayer then
  268. for i,v in pairs(Log:GetChildren()) do
  269. if v.Name=="WoodSection" then
  270. spawn(function()
  271. for i=1,10 do
  272. wait()
  273. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  274. end
  275. end)
  276. end
  277. end
  278. spawn(function()
  279. for i=1,20 do
  280. wait()
  281. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  282. end
  283. end)
  284. end
  285. end
  286. end
  287. end)
  288. BTPCutLogs.Name = "BTPCutLogs"
  289. BTPCutLogs.Parent = Main
  290. BTPCutLogs.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  291. BTPCutLogs.Position = UDim2.new(0.612500012, 0, 0.306666672, 0)
  292. BTPCutLogs.Size = UDim2.new(0, 140, 0, 30)
  293. BTPCutLogs.Font = Enum.Font.Cartoon
  294. BTPCutLogs.Text = "Teleport Cut Logs To You"
  295. BTPCutLogs.TextColor3 = Color3.new(0, 0, 0)
  296. BTPCutLogs.TextScaled = true
  297. BTPCutLogs.TextSize = 14
  298. BTPCutLogs.TextWrapped = true
  299. BTPCutLogs.MouseButton1Click:connect(function()
  300. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  301. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  302. if Log.Owner.Value == game.Players.LocalPlayer then
  303. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 15, 0))
  304. end
  305. end
  306. end
  307. end)
  308. BPhantomWood.Name = "BPhantomWood"
  309. BPhantomWood.Parent = Main
  310. BPhantomWood.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  311. BPhantomWood.Position = UDim2.new(0.612500012, 0, 0.446666658, 0)
  312. BPhantomWood.Size = UDim2.new(0, 140, 0, 30)
  313. BPhantomWood.Font = Enum.Font.Cartoon
  314. BPhantomWood.Text = "Teleport Cavecrawler Wood"
  315. BPhantomWood.TextColor3 = Color3.new(0, 0, 0)
  316. BPhantomWood.TextScaled = true
  317. BPhantomWood.TextSize = 14
  318. BPhantomWood.TextWrapped = true
  319. BPhantomWood.MouseButton1Down:connect(function()
  320. for i, v in pairs(game.Workspace:GetChildren()) do
  321. if v.Name == "TreeRegion" then
  322. for a, b in pairs(v:GetChildren()) do
  323. tree(b, "CaveCrawler")
  324. end
  325. end
  326. end
  327. end)
  328. TPNAME.Name = "TPNAME"
  329. TPNAME.Parent = Main
  330. TPNAME.BackgroundColor3 = Color3.new(1, 1, 1)
  331. TPNAME.BackgroundTransparency = 1
  332. TPNAME.Position = UDim2.new(0.0199999996, 0, 0, 0)
  333. TPNAME.Size = UDim2.new(0, 220, 0, 42)
  334. TPNAME.Font = Enum.Font.SourceSans
  335. TPNAME.Text = "Teleports"
  336. TPNAME.TextColor3 = Color3.new(1, 1, 1)
  337. TPNAME.TextScaled = true
  338. TPNAME.TextSize = 14
  339. TPNAME.TextWrapped = true
  340.  
  341. FUNCNAME.Name = "FUNCNAME"
  342. FUNCNAME.Parent = Main
  343. FUNCNAME.BackgroundColor3 = Color3.new(1, 1, 1)
  344. FUNCNAME.BackgroundTransparency = 1
  345. FUNCNAME.Position = UDim2.new(0.612500012, 0, 0, 0)
  346. FUNCNAME.Size = UDim2.new(0, 140, 0, 42)
  347. FUNCNAME.Font = Enum.Font.SourceSans
  348. FUNCNAME.Text = "Functions"
  349. FUNCNAME.TextColor3 = Color3.new(1, 1, 1)
  350. FUNCNAME.TextScaled = true
  351. FUNCNAME.TextSize = 14
  352. FUNCNAME.TextWrapped = true
  353.  
  354. BRejoinServer.Name = "BRejoinServer"
  355. BRejoinServer.Parent = Main
  356. BRejoinServer.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  357. BRejoinServer.Position = UDim2.new(0.612500012, 0, 0.73333329, 0)
  358. BRejoinServer.Size = UDim2.new(0, 140, 0, 30)
  359. BRejoinServer.Font = Enum.Font.Cartoon
  360. BRejoinServer.Text = "Rejoin Server"
  361. BRejoinServer.TextColor3 = Color3.new(0, 0, 0)
  362. BRejoinServer.TextScaled = true
  363. BRejoinServer.TextSize = 14
  364. BRejoinServer.TextWrapped = true
  365. BRejoinServer.MouseButton1Down:connect(function()
  366. local placeId = 13822889
  367.  
  368. game:GetService("TeleportService"):Teleport(placeId)
  369. end)
  370. DISCO.Name = "DISCO"
  371. DISCO.Parent = Main
  372. DISCO.BackgroundColor3 = Color3.new(1, 1, 1)
  373. DISCO.BackgroundTransparency = 1
  374. DISCO.Position = UDim2.new(0.612500012, 0, 0.850000024, 0)
  375. DISCO.Size = UDim2.new(0, 140, 0, 42)
  376. DISCO.Font = Enum.Font.SourceSans
  377. DISCO.Text = "Made By RedBoy Discord: FdCpM7b"
  378. DISCO.TextColor3 = Color3.new(1, 1, 1)
  379. DISCO.TextScaled = true
  380. DISCO.TextSize = 14
  381. DISCO.TextWrapped = true
  382.  
  383. Open.Name = "Open"
  384. Open.Parent = LT2GUI
  385. Open.BackgroundColor3 = Color3.new(0.819608, 0, 0)
  386. Open.Position = UDim2.new(0, 0, 0.699999988, 0)
  387. Open.Size = UDim2.new(0, 100, 0, 50)
  388. Open.Font = Enum.Font.SourceSans
  389. Open.Text = "Open"
  390. Open.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  391. Open.TextScaled = true
  392. Open.TextSize = 14
  393. Open.TextWrapped = true
  394. Open.Visible = false
  395. Open.MouseButton1Down:connect(function()
  396. Open.Visible = false
  397. Main.Visible = true
  398. end)
  399. end)
  400.  
  401. ---Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement