Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.54 KB | None | 0 0
  1. -- lumber tycoon gui
  2. plrName1254 = game.Players.LocalPlayer.Name
  3. if game.CoreGui:FindFirstChild("Hard Lumber The Easy Way") then
  4. game.CoreGui["Hard Lumber The Easy Way"]:remove()
  5. end
  6.  
  7. -- Objects
  8.  
  9. local HardLumberTheEasyWay = Instance.new("ScreenGui")
  10. local Main = Instance.new("Frame")
  11. local Title = Instance.new("Frame")
  12. local TitleLabel = Instance.new("TextLabel")
  13. local Teleports = Instance.new("ScrollingFrame")
  14. local BobsShack = Instance.new("TextButton")
  15. local BoxedCars = Instance.new("TextButton")
  16. local Cave = Instance.new("TextButton")
  17. local Dock = Instance.new("TextButton")
  18. local FancyFurnishings = Instance.new("TextButton")
  19. local FineArtsShop = Instance.new("TextButton")
  20. local LandStore = Instance.new("TextButton")
  21. local LinksLogic = Instance.new("TextButton")
  22. local PalmIsland = Instance.new("TextButton")
  23. local ShrineofSight = Instance.new("TextButton")
  24. local Spawn = Instance.new("TextButton")
  25. local Swamp = Instance.new("TextButton")
  26. local TheDen = Instance.new("TextButton")
  27. local Volcano = Instance.new("TextButton")
  28. local WoodRUs = Instance.new("TextButton")
  29. local EndTimes = Instance.new("TextButton")
  30. local Players = Instance.new("Frame")
  31. local Player5 = Instance.new("TextButton")
  32. local Player6 = Instance.new("TextButton")
  33. local Player1 = Instance.new("TextButton")
  34. local Player4 = Instance.new("TextButton")
  35. local Player3 = Instance.new("TextButton")
  36. local Player2 = Instance.new("TextButton")
  37. local TpSelected = Instance.new("TextLabel")
  38. local PlrSelected = Instance.new("TextLabel")
  39. local TpToPlr = Instance.new("TextButton")
  40. local TpToLocation = Instance.new("TextButton")
  41. local MP = Instance.new("TextButton")
  42. local BringWood = Instance.new("TextButton")
  43. local Close = Instance.new("TextButton")
  44. local Open = Instance.new("TextButton")
  45. local Login = Instance.new("Frame")
  46. local Login_2 = Instance.new("TextButton")
  47. local Username = Instance.new("TextLabel")
  48. local Password = Instance.new("TextBox")
  49. local Title_2 = Instance.new("TextLabel")
  50. local TL = Instance.new("TextLabel")
  51. local CG = game.CoreGui
  52. local plr = game.Players.LocalPlayer
  53.  
  54. -- Properties
  55.  
  56. HardLumberTheEasyWay.Name = "Hard Lumber The Easy Way"
  57. HardLumberTheEasyWay.Parent = CG
  58.  
  59. local CGG = CG["Hard Lumber The Easy Way"]
  60.  
  61.  
  62. Main.Name = "Main"
  63. Main.Parent = HardLumberTheEasyWay
  64. Main.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  65. Main.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  66. Main.Position = UDim2.new(0, 500, 0, 150)
  67. Main.Size = UDim2.new(0, 500, 0, 350)
  68. Main.Visible = false
  69. Main.Draggable = true
  70. Main.Active = true
  71.  
  72.  
  73. Title.Name = "Title"
  74. Title.Parent = Main
  75. Title.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  76. Title.Size = UDim2.new(0, 500, 0, 35)
  77.  
  78. TitleLabel.Name = "TitleLabel"
  79. TitleLabel.Parent = Title
  80. TitleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  81. TitleLabel.BackgroundTransparency = 1
  82. TitleLabel.Position = UDim2.new(0, 5, 0, 0)
  83. TitleLabel.Size = UDim2.new(0, 200, 0, 35)
  84. TitleLabel.Font = Enum.Font.SourceSansBold
  85. TitleLabel.FontSize = Enum.FontSize.Size18
  86. TitleLabel.Text = "Hard Lumber The Easy Way"
  87. TitleLabel.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  88. TitleLabel.TextSize = 18
  89. TitleLabel.TextXAlignment = Enum.TextXAlignment.Left
  90.  
  91. Teleports.Name = "Teleports"
  92. Teleports.Parent = Main
  93. Teleports.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  94. Teleports.Position = UDim2.new(0, 15, 0, 125)
  95. Teleports.Size = UDim2.new(0, 125, 0, 200)
  96. Teleports.CanvasSize = UDim2.new(0, 0, 1, 60)
  97. Teleports.ScrollBarThickness = 6
  98.  
  99. BobsShack.Name = "Bob's Shack"
  100. BobsShack.Parent = Teleports
  101. BobsShack.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  102. BobsShack.Position = UDim2.new(0, 0, 0, 300)
  103. BobsShack.Size = UDim2.new(0, 117, 0, 30)
  104. BobsShack.Font = Enum.Font.Cartoon
  105. BobsShack.FontSize = Enum.FontSize.Size14
  106. BobsShack.Text = " Bob's Shack"
  107. BobsShack.TextSize = 14
  108. BobsShack.TextXAlignment = Enum.TextXAlignment.Left
  109.  
  110. BoxedCars.Name = "Boxed Cars"
  111. BoxedCars.Parent = Teleports
  112. BoxedCars.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  113. BoxedCars.Position = UDim2.new(0, 0, 0, 250)
  114. BoxedCars.Size = UDim2.new(0, 117, 0, 30)
  115. BoxedCars.Font = Enum.Font.Cartoon
  116. BoxedCars.FontSize = Enum.FontSize.Size14
  117. BoxedCars.Text = " Boxed Cars"
  118. BoxedCars.TextSize = 14
  119. BoxedCars.TextXAlignment = Enum.TextXAlignment.Left
  120.  
  121. Cave.Name = "Cave"
  122. Cave.Parent = Teleports
  123. Cave.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  124. Cave.Position = UDim2.new(0, 0, 0, 125)
  125. Cave.Size = UDim2.new(0, 117, 0, 30)
  126. Cave.Font = Enum.Font.Cartoon
  127. Cave.FontSize = Enum.FontSize.Size14
  128. Cave.Text = " Cave"
  129. Cave.TextSize = 14
  130. Cave.TextXAlignment = Enum.TextXAlignment.Left
  131.  
  132. Dock.Name = "Dock"
  133. Dock.Parent = Teleports
  134. Dock.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  135. Dock.Position = UDim2.new(0, 0, 0, 75)
  136. Dock.Size = UDim2.new(0, 117, 0, 30)
  137. Dock.Font = Enum.Font.Cartoon
  138. Dock.FontSize = Enum.FontSize.Size14
  139. Dock.Text = " Dock"
  140. Dock.TextSize = 14
  141. Dock.TextXAlignment = Enum.TextXAlignment.Left
  142.  
  143. FancyFurnishings.Name = "Fancy Furnishings"
  144. FancyFurnishings.Parent = Teleports
  145. FancyFurnishings.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  146. FancyFurnishings.Position = UDim2.new(0, 0, 0, 225)
  147. FancyFurnishings.Size = UDim2.new(0, 117, 0, 30)
  148. FancyFurnishings.Font = Enum.Font.Cartoon
  149. FancyFurnishings.FontSize = Enum.FontSize.Size14
  150. FancyFurnishings.Text = " Fancy Furnishings"
  151. FancyFurnishings.TextSize = 14
  152. FancyFurnishings.TextXAlignment = Enum.TextXAlignment.Left
  153.  
  154. FineArtsShop.Name = "Fine Arts Shop"
  155. FineArtsShop.Parent = Teleports
  156. FineArtsShop.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  157. FineArtsShop.Position = UDim2.new(0, 0, 0, 275)
  158. FineArtsShop.Size = UDim2.new(0, 117, 0, 30)
  159. FineArtsShop.Font = Enum.Font.Cartoon
  160. FineArtsShop.FontSize = Enum.FontSize.Size14
  161. FineArtsShop.Text = " Fine Arts Shop"
  162. FineArtsShop.TextSize = 14
  163. FineArtsShop.TextXAlignment = Enum.TextXAlignment.Left
  164.  
  165. LandStore.Name = "Land Store"
  166. LandStore.Parent = Teleports
  167. LandStore.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  168. LandStore.Position = UDim2.new(0, 0, 0, 50)
  169. LandStore.Size = UDim2.new(0, 117, 0, 30)
  170. LandStore.Font = Enum.Font.Cartoon
  171. LandStore.FontSize = Enum.FontSize.Size14
  172. LandStore.Text = " Land Store"
  173. LandStore.TextSize = 14
  174. LandStore.TextXAlignment = Enum.TextXAlignment.Left
  175.  
  176. LinksLogic.Name = "Link's Logic"
  177. LinksLogic.Parent = Teleports
  178. LinksLogic.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  179. LinksLogic.Position = UDim2.new(0, 0, 0, 100)
  180. LinksLogic.Size = UDim2.new(0, 117, 0, 30)
  181. LinksLogic.Font = Enum.Font.Cartoon
  182. LinksLogic.FontSize = Enum.FontSize.Size14
  183. LinksLogic.Text = " Link's Logic"
  184. LinksLogic.TextSize = 14
  185. LinksLogic.TextXAlignment = Enum.TextXAlignment.Left
  186.  
  187. PalmIsland.Name = "Palm Island"
  188. PalmIsland.Parent = Teleports
  189. PalmIsland.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  190. PalmIsland.Position = UDim2.new(0, 0, 0, 200)
  191. PalmIsland.Size = UDim2.new(0, 117, 0, 30)
  192. PalmIsland.Font = Enum.Font.Cartoon
  193. PalmIsland.FontSize = Enum.FontSize.Size14
  194. PalmIsland.Text = " Palm Island"
  195. PalmIsland.TextSize = 14
  196. PalmIsland.TextXAlignment = Enum.TextXAlignment.Left
  197.  
  198. ShrineofSight.Name = "Shrine of Sight"
  199. ShrineofSight.Parent = Teleports
  200. ShrineofSight.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  201. ShrineofSight.Position = UDim2.new(0, 0, 0, 325)
  202. ShrineofSight.Size = UDim2.new(0, 117, 0, 30)
  203. ShrineofSight.Font = Enum.Font.Cartoon
  204. ShrineofSight.FontSize = Enum.FontSize.Size14
  205. ShrineofSight.Text = " Shrine of Sight"
  206. ShrineofSight.TextSize = 14
  207. ShrineofSight.TextXAlignment = Enum.TextXAlignment.Left
  208.  
  209. Spawn.Name = "Spawn"
  210. Spawn.Parent = Teleports
  211. Spawn.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  212. Spawn.Size = UDim2.new(0, 117, 0, 30)
  213. Spawn.Font = Enum.Font.Cartoon
  214. Spawn.FontSize = Enum.FontSize.Size14
  215. Spawn.Text = " Spawn"
  216. Spawn.TextSize = 14
  217. Spawn.TextXAlignment = Enum.TextXAlignment.Left
  218.  
  219. Swamp.Name = "Swamp"
  220. Swamp.Parent = Teleports
  221. Swamp.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  222. Swamp.Position = UDim2.new(0, 0, 0, 175)
  223. Swamp.Size = UDim2.new(0, 117, 0, 30)
  224. Swamp.Font = Enum.Font.Cartoon
  225. Swamp.FontSize = Enum.FontSize.Size14
  226. Swamp.Text = " Swamp"
  227. Swamp.TextSize = 14
  228. Swamp.TextXAlignment = Enum.TextXAlignment.Left
  229.  
  230. TheDen.Name = "The Den"
  231. TheDen.Parent = Teleports
  232. TheDen.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  233. TheDen.Position = UDim2.new(0, 0, 0, 350)
  234. TheDen.Size = UDim2.new(0, 117, 0, 30)
  235. TheDen.Font = Enum.Font.Cartoon
  236. TheDen.FontSize = Enum.FontSize.Size14
  237. TheDen.Text = " The Den"
  238. TheDen.TextSize = 14
  239. TheDen.TextXAlignment = Enum.TextXAlignment.Left
  240.  
  241. Volcano.Name = "Volcano"
  242. Volcano.Parent = Teleports
  243. Volcano.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  244. Volcano.Position = UDim2.new(0, 0, 0, 150)
  245. Volcano.Size = UDim2.new(0, 117, 0, 30)
  246. Volcano.Font = Enum.Font.Cartoon
  247. Volcano.FontSize = Enum.FontSize.Size14
  248. Volcano.Text = " Volcano"
  249. Volcano.TextSize = 14
  250. Volcano.TextXAlignment = Enum.TextXAlignment.Left
  251.  
  252. WoodRUs.Name = "Wood R Us"
  253. WoodRUs.Parent = Teleports
  254. WoodRUs.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  255. WoodRUs.Position = UDim2.new(0, 0, 0, 25)
  256. WoodRUs.Size = UDim2.new(0, 117, 0, 30)
  257. WoodRUs.Font = Enum.Font.Cartoon
  258. WoodRUs.FontSize = Enum.FontSize.Size14
  259. WoodRUs.Text = " Wood R Us"
  260. WoodRUs.TextSize = 14
  261. WoodRUs.TextXAlignment = Enum.TextXAlignment.Left
  262.  
  263. EndTimes.Name = "End Times"
  264. EndTimes.Parent = Teleports
  265. EndTimes.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  266. EndTimes.Position = UDim2.new(0, 0, 0, 380)
  267. EndTimes.Size = UDim2.new(0, 117, 0, 30)
  268. EndTimes.Font = Enum.Font.Cartoon
  269. EndTimes.FontSize = Enum.FontSize.Size14
  270. EndTimes.Text = " End Times"
  271. EndTimes.TextSize = 14
  272. EndTimes.TextXAlignment = Enum.TextXAlignment.Left
  273.  
  274. Players.Name = "Players"
  275. Players.Parent = Main
  276. Players.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  277. Players.Position = UDim2.new(0, 170, 0, 125)
  278. Players.Size = UDim2.new(0, 160, 0, 180)
  279.  
  280. Player5.Name = "Player5"
  281. Player5.Parent = Players
  282. Player5.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  283. Player5.BorderSizePixel = 0
  284. Player5.Position = UDim2.new(0, 0, 0, 120)
  285. Player5.Size = UDim2.new(0, 160, 0, 30)
  286. Player5.Font = Enum.Font.SciFi
  287. Player5.FontSize = Enum.FontSize.Size14
  288. Player5.Text = ""
  289. Player5.TextSize = 14
  290.  
  291. Player6.Name = "Player6"
  292. Player6.Parent = Players
  293. Player6.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  294. Player6.BorderSizePixel = 0
  295. Player6.Position = UDim2.new(0, 0, 0, 150)
  296. Player6.Size = UDim2.new(0, 160, 0, 30)
  297. Player6.Font = Enum.Font.SciFi
  298. Player6.FontSize = Enum.FontSize.Size14
  299. Player6.Text = ""
  300. Player6.TextSize = 14
  301.  
  302. Player1.Name = "Player1"
  303. Player1.Parent = Players
  304. Player1.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  305. Player1.BorderSizePixel = 0
  306. Player1.Size = UDim2.new(0, 160, 0, 30)
  307. Player1.Font = Enum.Font.SciFi
  308. Player1.FontSize = Enum.FontSize.Size14
  309. Player1.Text = ""
  310. Player1.TextSize = 14
  311.  
  312. Player4.Name = "Player4"
  313. Player4.Parent = Players
  314. Player4.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  315. Player4.BorderSizePixel = 0
  316. Player4.Position = UDim2.new(0, 0, 0, 90)
  317. Player4.Size = UDim2.new(0, 160, 0, 30)
  318. Player4.Font = Enum.Font.SciFi
  319. Player4.FontSize = Enum.FontSize.Size14
  320. Player4.Text = ""
  321. Player4.TextSize = 14
  322.  
  323. Player3.Name = "Player3"
  324. Player3.Parent = Players
  325. Player3.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  326. Player3.BorderSizePixel = 0
  327. Player3.Position = UDim2.new(0, 0, 0, 60)
  328. Player3.Size = UDim2.new(0, 160, 0, 30)
  329. Player3.Font = Enum.Font.SciFi
  330. Player3.FontSize = Enum.FontSize.Size14
  331. Player3.Text = ""
  332. Player3.TextSize = 14
  333.  
  334. Player2.Name = "Player2"
  335. Player2.Parent = Players
  336. Player2.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  337. Player2.BorderSizePixel = 0
  338. Player2.Position = UDim2.new(0, 0, 0, 30)
  339. Player2.Size = UDim2.new(0, 160, 0, 30)
  340. Player2.Font = Enum.Font.SciFi
  341. Player2.FontSize = Enum.FontSize.Size14
  342. Player2.Text = ""
  343. Player2.TextSize = 14
  344.  
  345. TpSelected.Name = "TpSelected"
  346. TpSelected.Parent = Main
  347. TpSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  348. TpSelected.Position = UDim2.new(0, 15, 0, 75)
  349. TpSelected.Size = UDim2.new(0, 125, 0, 35)
  350. TpSelected.Font = Enum.Font.SourceSansBold
  351. TpSelected.FontSize = Enum.FontSize.Size18
  352. TpSelected.Text = "No Location Selected"
  353. TpSelected.TextSize = 15
  354. TpSelected.TextWrapped = true
  355.  
  356. PlrSelected.Name = "PlrSelected"
  357. PlrSelected.Parent = Main
  358. PlrSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  359. PlrSelected.Position = UDim2.new(0, 170, 0, 75)
  360. PlrSelected.Size = UDim2.new(0, 160, 0, 35)
  361. PlrSelected.Font = Enum.Font.SourceSansBold
  362. PlrSelected.FontSize = Enum.FontSize.Size18
  363. PlrSelected.Text = " No Player Selected"
  364. PlrSelected.TextSize = 16
  365. PlrSelected.TextWrapped = true
  366.  
  367. TpToPlr.Name = "TpToPlr"
  368. TpToPlr.Parent = Main
  369. TpToPlr.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  370. TpToPlr.Position = UDim2.new(0, 335, 0, 300)
  371. TpToPlr.Size = UDim2.new(0, 160, 0, 30)
  372. TpToPlr.Font = Enum.Font.SciFi
  373. TpToPlr.FontSize = Enum.FontSize.Size14
  374. TpToPlr.Text = "Teleport To Player"
  375. TpToPlr.TextSize = 14
  376.  
  377. TpToLocation.Name = "TpToLocation"
  378. TpToLocation.Parent = Main
  379. TpToLocation.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  380. TpToLocation.Position = UDim2.new(0, 335, 0, 250)
  381. TpToLocation.Size = UDim2.new(0, 160, 0, 30)
  382. TpToLocation.Font = Enum.Font.SciFi
  383. TpToLocation.FontSize = Enum.FontSize.Size14
  384. TpToLocation.Text = "Teleport To Location"
  385. TpToLocation.TextSize = 14
  386.  
  387. MP.Name = "MP"
  388. MP.Parent = Main
  389. MP.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  390. MP.Position = UDim2.new(0, 335, 0, 200)
  391. MP.Size = UDim2.new(0, 160, 0, 30)
  392. MP.Font = Enum.Font.SciFi
  393. MP.FontSize = Enum.FontSize.Size14
  394. MP.Text = "TP To your plot"
  395. MP.TextSize = 14
  396.  
  397. BringWood.Name = "BringWood"
  398. BringWood.Parent = Main
  399. BringWood.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  400. BringWood.Position = UDim2.new(0, 335, 0, 150)
  401. BringWood.Size = UDim2.new(0, 160, 0, 30)
  402. BringWood.Font = Enum.Font.SciFi
  403. BringWood.FontSize = Enum.FontSize.Size14
  404. BringWood.Text = "Bring wood to you"
  405. BringWood.TextSize = 14
  406.  
  407. Close.Name = "Close"
  408. Close.Parent = Main
  409. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  410. Close.BackgroundTransparency = 1
  411. Close.Position = UDim2.new(0, 475, 0, 8)
  412. Close.Size = UDim2.new(0, 25, 0, 25)
  413. Close.Font = Enum.Font.SciFi
  414. Close.FontSize = Enum.FontSize.Size18
  415. Close.Text = "X"
  416. Close.TextColor3 = Color3.new(0.0470588, 0.52549, 0.631373)
  417. Close.TextSize = 18
  418.  
  419. Open.Name = "Open"
  420. Open.Parent = HardLumberTheEasyWay
  421. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  422. Open.Position = UDim2.new(0, 0, 0, 300)
  423. Open.Size = UDim2.new(0, 50, 0, 25)
  424. Open.Visible = false
  425. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  426. Open.Font = Enum.Font.SourceSans
  427. Open.FontSize = Enum.FontSize.Size14
  428. Open.Text = "Open"
  429. Open.TextSize = 14
  430.  
  431. Login.Name = "Login"
  432. Login.Parent = HardLumberTheEasyWay
  433. Login.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  434. Login.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  435. Login.Position = UDim2.new(0, 300, 0, 145)
  436. Login.Size = UDim2.new(0, 325, 0, 250)
  437. Login.Draggable = true
  438. Login.Active = true
  439.  
  440. Login_2.Name = "Login"
  441. Login_2.Parent = Login
  442. Login_2.BackgroundColor3 = Color3.new(1, 0.403922, 0.411765)
  443. Login_2.BorderSizePixel = 2
  444. Login_2.Position = UDim2.new(0, 100, 0, 175)
  445. Login_2.Size = UDim2.new(0, 100, 0, 25)
  446. Login_2.Font = Enum.Font.SciFi
  447. Login_2.FontSize = Enum.FontSize.Size24
  448. Login_2.Text = "Login"
  449. Login_2.TextColor3 = Color3.new(1, 1, 1)
  450. Login_2.TextSize = 20
  451.  
  452. Username.Name = "Username"
  453. Username.Parent = Login
  454. Username.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  455. Username.Position = UDim2.new(0, 75, 0, 75)
  456. Username.Size = UDim2.new(0, 150, 0, 25)
  457. Username.Font = Enum.Font.SciFi
  458. Username.FontSize = Enum.FontSize.Size14
  459. Username.Text = plr.Name
  460. Username.TextSize = 14
  461. Username.TextXAlignment = Enum.TextXAlignment.Left
  462.  
  463. Password.Name = "Password"
  464. Password.Parent = Login
  465. Password.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  466. Password.Position = UDim2.new(0, 75, 0, 115)
  467. Password.Size = UDim2.new(0, 150, 0, 25)
  468. Password.Font = Enum.Font.SciFi
  469. Password.FontSize = Enum.FontSize.Size14
  470. Password.Text = "Password"
  471. Password.TextSize = 14
  472. Password.TextXAlignment = Enum.TextXAlignment.Left
  473.  
  474. Title_2.Name = "Title"
  475. Title_2.Parent = Login
  476. Title_2.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  477. Title_2.Size = UDim2.new(0, 325, 0, 25)
  478. Title_2.Font = Enum.Font.Highway
  479. Title_2.FontSize = Enum.FontSize.Size14
  480. Title_2.Text = "Hard Lumber The Easy Way"
  481. Title_2.TextColor3 = Color3.new(1, 1, 1)
  482. Title_2.TextSize = 14
  483.  
  484. CGG.Login.Login.MouseButton1Down:connect(function()
  485. if Username.Text == "ArivaAriva" and Password.Text == "iwannabash" then
  486. CGG.Open.Visible = true
  487. CGG.Login.Visible = false
  488. elseif Username.Text == "HAZERTIS" and Password.Text == "iwannasmash" then
  489. CGG.Open.Visible = true
  490. CGG.Login.Visible = false
  491. elseif Username.Text == "Kidd_Ink" and Password.Text == "swagger12" then
  492. CGG.Open.Visible = true
  493. CGG.Login.Visible = false
  494. elseif Username.Text == plrName1254 and Password.Text == "" then
  495. CGG.Open.Visible = true
  496. CGG.Login.Visible = false
  497. elseif Username.Text == "CivicPrincessxx" and Password.Text == "mastermodz0325" then
  498. CGG.Open.Visible = true
  499. CGG.Login.Visible = false
  500. elseif Username.Text == "LumberGuiLol" and Password.Text == "mastermodz0325" then
  501. CGG.Open.Visible = true
  502. CGG.Login.Visible = false
  503. else
  504. CGG.Login.Password.Text = "Incorrect Password"
  505. wait(1)
  506. CGG.Login.Password.Text = "Password"
  507. end
  508. end)
  509.  
  510. TL.Name = "TL"
  511. TL.Parent = Login
  512. TL.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  513. TL.BackgroundTransparency = 1
  514. TL.Position = UDim2.new(0, 100, 0, 35)
  515. TL.Size = UDim2.new(0, 100, 0, 25)
  516. TL.Font = Enum.Font.Highway
  517. TL.FontSize = Enum.FontSize.Size14
  518. TL.Text = "Welcome, " .. plr.Name
  519. TL.TextColor3 = Color3.new(1, 1, 1)
  520. TL.TextSize = 14
  521. TL.TextStrokeColor3 = Color3.new(1, 1, 1)
  522.  
  523. local WayPoints = {
  524. ["Spawn"] = Vector3.new(155, 3, 74),
  525. ["Wood R Us"] = Vector3.new(265, 3, 57),
  526. ["Land Store"] = Vector3.new(258, 3, -99),
  527. ["Dock"] = Vector3.new(1114, -1, -197),
  528. ["Link's Logic"] = Vector3.new(4605, 3, -727),
  529. ["Cave"] = Vector3.new(3581, -179, 430),
  530. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  531. ["Swamp"] = Vector3.new(-1209, 132, -801),
  532. ["Palm Island"] = Vector3.new(2549, -5, -42),
  533. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  534. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  535. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  536. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  537. ["Shrine of Sight"] = Vector3.new(-1600, 195, 919),
  538. ["The Den"] = Vector3.new(323, 41, 1930),
  539. ["End Times"] = Vector3.new(-51, -212, -1348)
  540. }
  541.  
  542. CGG.Main.MP.MouseButton1Down:connect(function()
  543. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  544. if v.Owner.Value == game.Players.LocalPlayer then
  545. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  546. end
  547. end
  548. end)
  549.  
  550. CGG.Open.MouseButton1Down:connect(function()
  551. CGG.Main.Visible = true
  552. CGG.Open.Visible = false
  553. CGG.Main.Close.Visible = true
  554. end)
  555.  
  556. CGG.Main.Close.MouseButton1Down:connect(function()
  557. CGG.Main.Visible = false
  558. CGG.Open.Visible = true
  559. CGG.Main.Close.Visible = false
  560. end)
  561.  
  562. CGG.Main.TpToPlr.MouseButton1Down:connect(function()
  563. if CGG.Main.PlrSelected.Text == " No Player Selected" then
  564. warn("No Player Selected")
  565. else
  566. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[CGG.Main.PlrSelected.Text].HumanoidRootPart.CFrame
  567. end
  568. end)
  569.  
  570. CGG.Main.TpToLocation.MouseButton1Down:connect(function()
  571. if CGG.Main.TpSelected.Text == "No Location Selected" then
  572. warn("No Location Selected")
  573. else
  574. game.Players.LocalPlayer.Character:MoveTo(WayPoints[CGG.Main.TpSelected.Text])
  575. end
  576. end)
  577.  
  578.  
  579.  
  580. CGG.Main.BringWood.MouseButton1Down:connect(function()
  581. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  582. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  583. if Log.Owner.Value == game.Players.LocalPlayer then
  584. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,20,0))
  585. end
  586. end
  587. end
  588. end)
  589.  
  590. CGG.Main.Players.Player1.MouseButton1Down:connect(function()
  591. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player1.Text
  592. end)
  593.  
  594. CGG.Main.Players.Player2.MouseButton1Down:connect(function()
  595. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player2.Text
  596. end)
  597.  
  598. CGG.Main.Players.Player3.MouseButton1Down:connect(function()
  599. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player3.Text
  600. end)
  601.  
  602. CGG.Main.Players.Player4.MouseButton1Down:connect(function()
  603. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player4.Text
  604. end)
  605.  
  606. CGG.Main.Players.Player5.MouseButton1Down:connect(function()
  607. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player5.Text
  608. end)
  609.  
  610. CGG.Main.Players.Player6.MouseButton1Down:connect(function()
  611. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player6.Text
  612. end)
  613.  
  614. local buttons = { CGG.Main.Players.Player1, CGG.Main.Players.Player2, CGG.Main.Players.Player3, CGG.Main.Players.Player4, CGG.Main.Players.Player5, CGG.Main.Players.Player6 }
  615.  
  616. for i,v in pairs(game.Players:GetChildren()) do
  617. buttons[i].Text = v.Name
  618. end
  619.  
  620. game.Players.PlayerAdded:connect(function()
  621. for i,v in pairs(game.Players:GetChildren()) do
  622. buttons[i].Text = v.Name
  623. end
  624. end)
  625.  
  626. CGG.Main.Teleports.Spawn.MouseButton1Down:connect(function()
  627. CGG.Main.TpSelected.Text = "Spawn"
  628. end)
  629.  
  630. CGG.Main.Teleports["Wood R Us"].MouseButton1Down:connect(function()
  631. CGG.Main.TpSelected.Text = "Wood R Us"
  632. end)
  633.  
  634. CGG.Main.Teleports["Land Store"].MouseButton1Down:connect(function()
  635. CGG.Main.TpSelected.Text = "Land Store"
  636. end)
  637.  
  638. CGG.Main.Teleports.Dock.MouseButton1Down:connect(function()
  639. CGG.Main.TpSelected.Text = "Dock"
  640. end)
  641.  
  642. CGG.Main.Teleports["Link's Logic"].MouseButton1Down:connect(function()
  643. CGG.Main.TpSelected.Text = "Link's Logic"
  644. end)
  645.  
  646. CGG.Main.Teleports.Cave.MouseButton1Down:connect(function()
  647. CGG.Main.TpSelected.Text = "Cave"
  648. end)
  649.  
  650. CGG.Main.Teleports.Volcano.MouseButton1Down:connect(function()
  651. CGG.Main.TpSelected.Text = "Volcano"
  652. end)
  653.  
  654. CGG.Main.Teleports.Swamp.MouseButton1Down:connect(function()
  655. CGG.Main.TpSelected.Text = "Swamp"
  656. end)
  657.  
  658. CGG.Main.Teleports["Palm Island"].MouseButton1Down:connect(function()
  659. CGG.Main.TpSelected.Text = "Palm Island"
  660. end)
  661.  
  662. CGG.Main.Teleports["Fancy Furnishings"].MouseButton1Down:connect(function()
  663. CGG.Main.TpSelected.Text = "Fancy Furnishings"
  664. end)
  665.  
  666. CGG.Main.Teleports["Boxed Cars"].MouseButton1Down:connect(function()
  667. CGG.Main.TpSelected.Text = "Boxed Cars"
  668. end)
  669.  
  670. CGG.Main.Teleports["Fine Arts Shop"].MouseButton1Down:connect(function()
  671. CGG.Main.TpSelected.Text = "Fine Arts Shop"
  672. end)
  673.  
  674. CGG.Main.Teleports["Bob's Shack"].MouseButton1Down:connect(function()
  675. CGG.Main.TpSelected.Text = "Bob's Shack"
  676. end)
  677.  
  678. CGG.Main.Teleports["End Times"].MouseButton1Down:connect(function()
  679. CGG.Main.TpSelected.Text = "End Times"
  680. end)
  681.  
  682. CGG.Main.Teleports["Shrine of Sight"].MouseButton1Down:connect(function()
  683. CGG.Main.TpSelected.Text = "Shrine of Sight"
  684. end)
  685.  
  686. CGG.Main.Teleports["The Den"].MouseButton1Down:connect(function()
  687. CGG.Main.TpSelected.Text = "The Den"
  688. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement