Guest User

Untitled

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