Advertisement
Guest User

Lumber Tycoon 2 script

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