Advertisement
Guest User

HARD LUMBER THE EASY WAY NOT LOADSTRING

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