Guest User

wtf

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