Advertisement
Bitcord

Untitled

Nov 18th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.43 KB | None | 0 0
  1. -- Extracted from nebula hub by DOGGΩ#0018
  2. if game.CoreGui:FindFirstChild("Hard Lumber The Easy Way Cracked by Tap <3") then
  3.  
  4. game.CoreGui["Hard Lumber The Easy Way Cracked by Tap <3"]:remove()
  5.  
  6. end
  7.  
  8.  
  9.  
  10. -- Objects
  11.  
  12.  
  13.  
  14. local HardLumberTheEasyWay = Instance.new("ScreenGui")
  15.  
  16. local Main = Instance.new("Frame")
  17.  
  18. local Title = Instance.new("Frame")
  19.  
  20. local TitleLabel = Instance.new("TextLabel")
  21.  
  22. local Teleports = Instance.new("ScrollingFrame")
  23.  
  24. local BobsShack = Instance.new("TextButton")
  25.  
  26. local BoxedCars = Instance.new("TextButton")
  27.  
  28. local Cave = Instance.new("TextButton")
  29.  
  30. local Dock = Instance.new("TextButton")
  31.  
  32. local FancyFurnishings = Instance.new("TextButton")
  33.  
  34. local FineArtsShop = Instance.new("TextButton")
  35.  
  36. local LandStore = Instance.new("TextButton")
  37.  
  38. local LinksLogic = Instance.new("TextButton")
  39.  
  40. local PalmIsland = Instance.new("TextButton")
  41.  
  42. local ShrineofSight = Instance.new("TextButton")
  43.  
  44. local Spawn = Instance.new("TextButton")
  45.  
  46. local Swamp = Instance.new("TextButton")
  47.  
  48. local TheDen = Instance.new("TextButton")
  49.  
  50. local Volcano = Instance.new("TextButton")
  51.  
  52. local WoodRUs = Instance.new("TextButton")
  53.  
  54. local EndTimes = Instance.new("TextButton")
  55.  
  56. local Players = Instance.new("Frame")
  57.  
  58. local Player5 = Instance.new("TextButton")
  59.  
  60. local Player6 = Instance.new("TextButton")
  61.  
  62. local Player1 = Instance.new("TextButton")
  63.  
  64. local Player4 = Instance.new("TextButton")
  65.  
  66. local Player3 = Instance.new("TextButton")
  67.  
  68. local Player2 = Instance.new("TextButton")
  69.  
  70. local TpSelected = Instance.new("TextLabel")
  71.  
  72. local PlrSelected = Instance.new("TextLabel")
  73.  
  74. local TpToPlr = Instance.new("TextButton")
  75.  
  76. local TpToLocation = Instance.new("TextButton")
  77.  
  78. local MP = Instance.new("TextButton")
  79.  
  80. local BringWood = Instance.new("TextButton")
  81.  
  82. local Close = Instance.new("TextButton")
  83.  
  84. local Open = Instance.new("TextButton")
  85.  
  86. local Login = Instance.new("Frame")
  87.  
  88. local Login_2 = Instance.new("TextButton")
  89.  
  90. local Username = Instance.new("TextLabel")
  91.  
  92. local Password = Instance.new("TextBox")
  93.  
  94. local Title_2 = Instance.new("TextLabel")
  95.  
  96. local TL = Instance.new("TextLabel")
  97.  
  98. local CG = game.CoreGui
  99.  
  100. local plr = game.Players.LocalPlayer
  101.  
  102. local Credits = Instance.new("TextLabel")
  103.  
  104.  
  105.  
  106. -- Properties
  107.  
  108.  
  109.  
  110. HardLumberTheEasyWay.Name = "Hard Lumber The Easy Way Cracked by Tap <3"
  111.  
  112. HardLumberTheEasyWay.Parent = CG
  113.  
  114.  
  115.  
  116. local CGG = CG["Hard Lumber The Easy Way Cracked by Tap <3"]
  117.  
  118.  
  119.  
  120.  
  121.  
  122. Main.Name = "Main"
  123.  
  124. Main.Parent = HardLumberTheEasyWay
  125.  
  126. Main.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  127.  
  128. Main.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  129.  
  130. Main.Position = UDim2.new(0, 500, 0, 150)
  131.  
  132. Main.Size = UDim2.new(0, 500, 0, 350)
  133.  
  134. Main.Visible = false
  135.  
  136. Main.Draggable = true
  137.  
  138. Main.Active = true
  139.  
  140.  
  141.  
  142. Credits.Name = "Credits"
  143.  
  144. Credits.Parent = HardLumberTheEasyWay
  145.  
  146. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  147.  
  148. Credits.BackgroundTransparency = 1
  149.  
  150. Credits.Position = UDim2.new(0, 1463, 0, 657)
  151.  
  152. Credits.Size = UDim2.new(0, 166, 0, 159)
  153.  
  154. Credits.Font = Enum.Font.SourceSans
  155.  
  156. Credits.FontSize = Enum.FontSize.Size36
  157.  
  158. Credits.Text = "Logged in as mohammadyas"
  159.  
  160. Credits.TextColor3 = Color3.new(0, 0.215686, 1)
  161.  
  162. Credits.TextScaled = true
  163.  
  164. Credits.TextSize = 36
  165.  
  166. Credits.TextWrapped = true
  167.  
  168.  
  169.  
  170.  
  171.  
  172. Title.Name = "Title"
  173.  
  174. Title.Parent = Main
  175.  
  176. Title.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  177.  
  178. Title.Size = UDim2.new(0, 500, 0, 35)
  179.  
  180.  
  181.  
  182. TitleLabel.Name = "TitleLabel"
  183.  
  184. TitleLabel.Parent = Title
  185.  
  186. TitleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  187.  
  188. TitleLabel.BackgroundTransparency = 1
  189.  
  190. TitleLabel.Position = UDim2.new(0, 5, 0, 0)
  191.  
  192. TitleLabel.Size = UDim2.new(0, 200, 0, 35)
  193.  
  194. TitleLabel.Font = Enum.Font.SourceSansBold
  195.  
  196. TitleLabel.FontSize = Enum.FontSize.Size18
  197.  
  198. TitleLabel.Text = "Hard Lumber The Easy Way Cracked by Tap <3"
  199.  
  200. TitleLabel.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  201.  
  202. TitleLabel.TextSize = 18
  203.  
  204. TitleLabel.TextXAlignment = Enum.TextXAlignment.Left
  205.  
  206.  
  207.  
  208. Teleports.Name = "Teleports"
  209.  
  210. Teleports.Parent = Main
  211.  
  212. Teleports.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  213.  
  214. Teleports.Position = UDim2.new(0, 15, 0, 125)
  215.  
  216. Teleports.Size = UDim2.new(0, 125, 0, 200)
  217.  
  218. Teleports.CanvasSize = UDim2.new(0, 0, 1, 60)
  219.  
  220. Teleports.ScrollBarThickness = 6
  221.  
  222.  
  223.  
  224. BobsShack.Name = "Bob's Shack"
  225.  
  226. BobsShack.Parent = Teleports
  227.  
  228. BobsShack.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  229.  
  230. BobsShack.Position = UDim2.new(0, 0, 0, 300)
  231.  
  232. BobsShack.Size = UDim2.new(0, 117, 0, 30)
  233.  
  234. BobsShack.Font = Enum.Font.Cartoon
  235.  
  236. BobsShack.FontSize = Enum.FontSize.Size14
  237.  
  238. BobsShack.Text = " Bob's Shack"
  239.  
  240. BobsShack.TextSize = 14
  241.  
  242. BobsShack.TextXAlignment = Enum.TextXAlignment.Left
  243.  
  244.  
  245.  
  246. BoxedCars.Name = "Boxed Cars"
  247.  
  248. BoxedCars.Parent = Teleports
  249.  
  250. BoxedCars.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  251.  
  252. BoxedCars.Position = UDim2.new(0, 0, 0, 250)
  253.  
  254. BoxedCars.Size = UDim2.new(0, 117, 0, 30)
  255.  
  256. BoxedCars.Font = Enum.Font.Cartoon
  257.  
  258. BoxedCars.FontSize = Enum.FontSize.Size14
  259.  
  260. BoxedCars.Text = " Boxed Cars"
  261.  
  262. BoxedCars.TextSize = 14
  263.  
  264. BoxedCars.TextXAlignment = Enum.TextXAlignment.Left
  265.  
  266.  
  267.  
  268. Cave.Name = "Cave"
  269.  
  270. Cave.Parent = Teleports
  271.  
  272. Cave.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  273.  
  274. Cave.Position = UDim2.new(0, 0, 0, 125)
  275.  
  276. Cave.Size = UDim2.new(0, 117, 0, 30)
  277.  
  278. Cave.Font = Enum.Font.Cartoon
  279.  
  280. Cave.FontSize = Enum.FontSize.Size14
  281.  
  282. Cave.Text = " Cave"
  283.  
  284. Cave.TextSize = 14
  285.  
  286. Cave.TextXAlignment = Enum.TextXAlignment.Left
  287.  
  288.  
  289.  
  290. Dock.Name = "Dock"
  291.  
  292. Dock.Parent = Teleports
  293.  
  294. Dock.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  295.  
  296. Dock.Position = UDim2.new(0, 0, 0, 75)
  297.  
  298. Dock.Size = UDim2.new(0, 117, 0, 30)
  299.  
  300. Dock.Font = Enum.Font.Cartoon
  301.  
  302. Dock.FontSize = Enum.FontSize.Size14
  303.  
  304. Dock.Text = " Dock"
  305.  
  306. Dock.TextSize = 14
  307.  
  308. Dock.TextXAlignment = Enum.TextXAlignment.Left
  309.  
  310.  
  311.  
  312. FancyFurnishings.Name = "Fancy Furnishings"
  313.  
  314. FancyFurnishings.Parent = Teleports
  315.  
  316. FancyFurnishings.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  317.  
  318. FancyFurnishings.Position = UDim2.new(0, 0, 0, 225)
  319.  
  320. FancyFurnishings.Size = UDim2.new(0, 117, 0, 30)
  321.  
  322. FancyFurnishings.Font = Enum.Font.Cartoon
  323.  
  324. FancyFurnishings.FontSize = Enum.FontSize.Size14
  325.  
  326. FancyFurnishings.Text = " Fancy Furnishings"
  327.  
  328. FancyFurnishings.TextSize = 14
  329.  
  330. FancyFurnishings.TextXAlignment = Enum.TextXAlignment.Left
  331.  
  332.  
  333.  
  334. FineArtsShop.Name = "Fine Arts Shop"
  335.  
  336. FineArtsShop.Parent = Teleports
  337.  
  338. FineArtsShop.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  339.  
  340. FineArtsShop.Position = UDim2.new(0, 0, 0, 275)
  341.  
  342. FineArtsShop.Size = UDim2.new(0, 117, 0, 30)
  343.  
  344. FineArtsShop.Font = Enum.Font.Cartoon
  345.  
  346. FineArtsShop.FontSize = Enum.FontSize.Size14
  347.  
  348. FineArtsShop.Text = " Fine Arts Shop"
  349.  
  350. FineArtsShop.TextSize = 14
  351.  
  352. FineArtsShop.TextXAlignment = Enum.TextXAlignment.Left
  353.  
  354.  
  355.  
  356. LandStore.Name = "Land Store"
  357.  
  358. LandStore.Parent = Teleports
  359.  
  360. LandStore.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  361.  
  362. LandStore.Position = UDim2.new(0, 0, 0, 50)
  363.  
  364. LandStore.Size = UDim2.new(0, 117, 0, 30)
  365.  
  366. LandStore.Font = Enum.Font.Cartoon
  367.  
  368. LandStore.FontSize = Enum.FontSize.Size14
  369.  
  370. LandStore.Text = " Land Store"
  371.  
  372. LandStore.TextSize = 14
  373.  
  374. LandStore.TextXAlignment = Enum.TextXAlignment.Left
  375.  
  376.  
  377.  
  378. LinksLogic.Name = "Link's Logic"
  379.  
  380. LinksLogic.Parent = Teleports
  381.  
  382. LinksLogic.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  383.  
  384. LinksLogic.Position = UDim2.new(0, 0, 0, 100)
  385.  
  386. LinksLogic.Size = UDim2.new(0, 117, 0, 30)
  387.  
  388. LinksLogic.Font = Enum.Font.Cartoon
  389.  
  390. LinksLogic.FontSize = Enum.FontSize.Size14
  391.  
  392. LinksLogic.Text = " Link's Logic"
  393.  
  394. LinksLogic.TextSize = 14
  395.  
  396. LinksLogic.TextXAlignment = Enum.TextXAlignment.Left
  397.  
  398.  
  399.  
  400. PalmIsland.Name = "Palm Island"
  401.  
  402. PalmIsland.Parent = Teleports
  403.  
  404. PalmIsland.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  405.  
  406. PalmIsland.Position = UDim2.new(0, 0, 0, 200)
  407.  
  408. PalmIsland.Size = UDim2.new(0, 117, 0, 30)
  409.  
  410. PalmIsland.Font = Enum.Font.Cartoon
  411.  
  412. PalmIsland.FontSize = Enum.FontSize.Size14
  413.  
  414. PalmIsland.Text = " Palm Island"
  415.  
  416. PalmIsland.TextSize = 14
  417.  
  418. PalmIsland.TextXAlignment = Enum.TextXAlignment.Left
  419.  
  420.  
  421.  
  422. ShrineofSight.Name = "Shrine of Sight"
  423.  
  424. ShrineofSight.Parent = Teleports
  425.  
  426. ShrineofSight.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  427.  
  428. ShrineofSight.Position = UDim2.new(0, 0, 0, 325)
  429.  
  430. ShrineofSight.Size = UDim2.new(0, 117, 0, 30)
  431.  
  432. ShrineofSight.Font = Enum.Font.Cartoon
  433.  
  434. ShrineofSight.FontSize = Enum.FontSize.Size14
  435.  
  436. ShrineofSight.Text = " Shrine of Sight"
  437.  
  438. ShrineofSight.TextSize = 14
  439.  
  440. ShrineofSight.TextXAlignment = Enum.TextXAlignment.Left
  441.  
  442.  
  443.  
  444. Spawn.Name = "Spawn"
  445.  
  446. Spawn.Parent = Teleports
  447.  
  448. Spawn.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  449.  
  450. Spawn.Size = UDim2.new(0, 117, 0, 30)
  451.  
  452. Spawn.Font = Enum.Font.Cartoon
  453.  
  454. Spawn.FontSize = Enum.FontSize.Size14
  455.  
  456. Spawn.Text = " Spawn"
  457.  
  458. Spawn.TextSize = 14
  459.  
  460. Spawn.TextXAlignment = Enum.TextXAlignment.Left
  461.  
  462.  
  463.  
  464. Swamp.Name = "Swamp"
  465.  
  466. Swamp.Parent = Teleports
  467.  
  468. Swamp.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  469.  
  470. Swamp.Position = UDim2.new(0, 0, 0, 175)
  471.  
  472. Swamp.Size = UDim2.new(0, 117, 0, 30)
  473.  
  474. Swamp.Font = Enum.Font.Cartoon
  475.  
  476. Swamp.FontSize = Enum.FontSize.Size14
  477.  
  478. Swamp.Text = " Swamp"
  479.  
  480. Swamp.TextSize = 14
  481.  
  482. Swamp.TextXAlignment = Enum.TextXAlignment.Left
  483.  
  484.  
  485.  
  486. TheDen.Name = "The Den"
  487.  
  488. TheDen.Parent = Teleports
  489.  
  490. TheDen.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  491.  
  492. TheDen.Position = UDim2.new(0, 0, 0, 350)
  493.  
  494. TheDen.Size = UDim2.new(0, 117, 0, 30)
  495.  
  496. TheDen.Font = Enum.Font.Cartoon
  497.  
  498. TheDen.FontSize = Enum.FontSize.Size14
  499.  
  500. TheDen.Text = " The Den"
  501.  
  502. TheDen.TextSize = 14
  503.  
  504. TheDen.TextXAlignment = Enum.TextXAlignment.Left
  505.  
  506.  
  507.  
  508. Volcano.Name = "Volcano"
  509.  
  510. Volcano.Parent = Teleports
  511.  
  512. Volcano.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  513.  
  514. Volcano.Position = UDim2.new(0, 0, 0, 150)
  515.  
  516. Volcano.Size = UDim2.new(0, 117, 0, 30)
  517.  
  518. Volcano.Font = Enum.Font.Cartoon
  519.  
  520. Volcano.FontSize = Enum.FontSize.Size14
  521.  
  522. Volcano.Text = " Volcano"
  523.  
  524. Volcano.TextSize = 14
  525.  
  526. Volcano.TextXAlignment = Enum.TextXAlignment.Left
  527.  
  528.  
  529.  
  530. WoodRUs.Name = "Wood R Us"
  531.  
  532. WoodRUs.Parent = Teleports
  533.  
  534. WoodRUs.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  535.  
  536. WoodRUs.Position = UDim2.new(0, 0, 0, 25)
  537.  
  538. WoodRUs.Size = UDim2.new(0, 117, 0, 30)
  539.  
  540. WoodRUs.Font = Enum.Font.Cartoon
  541.  
  542. WoodRUs.FontSize = Enum.FontSize.Size14
  543.  
  544. WoodRUs.Text = " Wood R Us"
  545.  
  546. WoodRUs.TextSize = 14
  547.  
  548. WoodRUs.TextXAlignment = Enum.TextXAlignment.Left
  549.  
  550.  
  551.  
  552. EndTimes.Name = "End Times"
  553.  
  554. EndTimes.Parent = Teleports
  555.  
  556. EndTimes.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  557.  
  558. EndTimes.Position = UDim2.new(0, 0, 0, 380)
  559.  
  560. EndTimes.Size = UDim2.new(0, 117, 0, 30)
  561.  
  562. EndTimes.Font = Enum.Font.Cartoon
  563.  
  564. EndTimes.FontSize = Enum.FontSize.Size14
  565.  
  566. EndTimes.Text = " End Times"
  567.  
  568. EndTimes.TextSize = 14
  569.  
  570. EndTimes.TextXAlignment = Enum.TextXAlignment.Left
  571.  
  572.  
  573.  
  574. Players.Name = "Players"
  575.  
  576. Players.Parent = Main
  577.  
  578. Players.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  579.  
  580. Players.Position = UDim2.new(0, 170, 0, 125)
  581.  
  582. Players.Size = UDim2.new(0, 160, 0, 180)
  583.  
  584.  
  585.  
  586. Player5.Name = "Player5"
  587.  
  588. Player5.Parent = Players
  589.  
  590. Player5.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  591.  
  592. Player5.BorderSizePixel = 0
  593.  
  594. Player5.Position = UDim2.new(0, 0, 0, 120)
  595.  
  596. Player5.Size = UDim2.new(0, 160, 0, 30)
  597.  
  598. Player5.Font = Enum.Font.SciFi
  599.  
  600. Player5.FontSize = Enum.FontSize.Size14
  601.  
  602. Player5.Text = ""
  603.  
  604. Player5.TextSize = 14
  605.  
  606.  
  607.  
  608. Player6.Name = "Player6"
  609.  
  610. Player6.Parent = Players
  611.  
  612. Player6.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  613.  
  614. Player6.BorderSizePixel = 0
  615.  
  616. Player6.Position = UDim2.new(0, 0, 0, 150)
  617.  
  618. Player6.Size = UDim2.new(0, 160, 0, 30)
  619.  
  620. Player6.Font = Enum.Font.SciFi
  621.  
  622. Player6.FontSize = Enum.FontSize.Size14
  623.  
  624. Player6.Text = ""
  625.  
  626. Player6.TextSize = 14
  627.  
  628.  
  629.  
  630. Player1.Name = "Player1"
  631.  
  632. Player1.Parent = Players
  633.  
  634. Player1.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  635.  
  636. Player1.BorderSizePixel = 0
  637.  
  638. Player1.Size = UDim2.new(0, 160, 0, 30)
  639.  
  640. Player1.Font = Enum.Font.SciFi
  641.  
  642. Player1.FontSize = Enum.FontSize.Size14
  643.  
  644. Player1.Text = ""
  645.  
  646. Player1.TextSize = 14
  647.  
  648.  
  649.  
  650. Player4.Name = "Player4"
  651.  
  652. Player4.Parent = Players
  653.  
  654. Player4.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  655.  
  656. Player4.BorderSizePixel = 0
  657.  
  658. Player4.Position = UDim2.new(0, 0, 0, 90)
  659.  
  660. Player4.Size = UDim2.new(0, 160, 0, 30)
  661.  
  662. Player4.Font = Enum.Font.SciFi
  663.  
  664. Player4.FontSize = Enum.FontSize.Size14
  665.  
  666. Player4.Text = ""
  667.  
  668. Player4.TextSize = 14
  669.  
  670.  
  671.  
  672. Player3.Name = "Player3"
  673.  
  674. Player3.Parent = Players
  675.  
  676. Player3.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  677.  
  678. Player3.BorderSizePixel = 0
  679.  
  680. Player3.Position = UDim2.new(0, 0, 0, 60)
  681.  
  682. Player3.Size = UDim2.new(0, 160, 0, 30)
  683.  
  684. Player3.Font = Enum.Font.SciFi
  685.  
  686. Player3.FontSize = Enum.FontSize.Size14
  687.  
  688. Player3.Text = ""
  689.  
  690. Player3.TextSize = 14
  691.  
  692.  
  693.  
  694. Player2.Name = "Player2"
  695.  
  696. Player2.Parent = Players
  697.  
  698. Player2.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  699.  
  700. Player2.BorderSizePixel = 0
  701.  
  702. Player2.Position = UDim2.new(0, 0, 0, 30)
  703.  
  704. Player2.Size = UDim2.new(0, 160, 0, 30)
  705.  
  706. Player2.Font = Enum.Font.SciFi
  707.  
  708. Player2.FontSize = Enum.FontSize.Size14
  709.  
  710. Player2.Text = ""
  711.  
  712. Player2.TextSize = 14
  713.  
  714.  
  715.  
  716. TpSelected.Name = "TpSelected"
  717.  
  718. TpSelected.Parent = Main
  719.  
  720. TpSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  721.  
  722. TpSelected.Position = UDim2.new(0, 15, 0, 75)
  723.  
  724. TpSelected.Size = UDim2.new(0, 125, 0, 35)
  725.  
  726. TpSelected.Font = Enum.Font.SourceSansBold
  727.  
  728. TpSelected.FontSize = Enum.FontSize.Size18
  729.  
  730. TpSelected.Text = "No Location Selected"
  731.  
  732. TpSelected.TextSize = 15
  733.  
  734. TpSelected.TextWrapped = true
  735.  
  736.  
  737.  
  738. PlrSelected.Name = "PlrSelected"
  739.  
  740. PlrSelected.Parent = Main
  741.  
  742. PlrSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  743.  
  744. PlrSelected.Position = UDim2.new(0, 170, 0, 75)
  745.  
  746. PlrSelected.Size = UDim2.new(0, 160, 0, 35)
  747.  
  748. PlrSelected.Font = Enum.Font.SourceSansBold
  749.  
  750. PlrSelected.FontSize = Enum.FontSize.Size18
  751.  
  752. PlrSelected.Text = " No Player Selected"
  753.  
  754. PlrSelected.TextSize = 16
  755.  
  756. PlrSelected.TextWrapped = true
  757.  
  758.  
  759.  
  760. TpToPlr.Name = "TpToPlr"
  761.  
  762. TpToPlr.Parent = Main
  763.  
  764. TpToPlr.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  765.  
  766. TpToPlr.Position = UDim2.new(0, 335, 0, 300)
  767.  
  768. TpToPlr.Size = UDim2.new(0, 160, 0, 30)
  769.  
  770. TpToPlr.Font = Enum.Font.SciFi
  771.  
  772. TpToPlr.FontSize = Enum.FontSize.Size14
  773.  
  774. TpToPlr.Text = "Teleport To Player"
  775.  
  776. TpToPlr.TextSize = 14
  777.  
  778.  
  779.  
  780. TpToLocation.Name = "TpToLocation"
  781.  
  782. TpToLocation.Parent = Main
  783.  
  784. TpToLocation.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  785.  
  786. TpToLocation.Position = UDim2.new(0, 335, 0, 250)
  787.  
  788. TpToLocation.Size = UDim2.new(0, 160, 0, 30)
  789.  
  790. TpToLocation.Font = Enum.Font.SciFi
  791.  
  792. TpToLocation.FontSize = Enum.FontSize.Size14
  793.  
  794. TpToLocation.Text = "Teleport To Location"
  795.  
  796. TpToLocation.TextSize = 14
  797.  
  798.  
  799.  
  800. MP.Name = "MP"
  801.  
  802. MP.Parent = Main
  803.  
  804. MP.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  805.  
  806. MP.Position = UDim2.new(0, 335, 0, 200)
  807.  
  808. MP.Size = UDim2.new(0, 160, 0, 30)
  809.  
  810. MP.Font = Enum.Font.SciFi
  811.  
  812. MP.FontSize = Enum.FontSize.Size14
  813.  
  814. MP.Text = "TP To your plot"
  815.  
  816. MP.TextSize = 14
  817.  
  818.  
  819.  
  820. BringWood.Name = "BringWood"
  821.  
  822. BringWood.Parent = Main
  823.  
  824. BringWood.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  825.  
  826. BringWood.Position = UDim2.new(0, 335, 0, 150)
  827.  
  828. BringWood.Size = UDim2.new(0, 160, 0, 30)
  829.  
  830. BringWood.Font = Enum.Font.SciFi
  831.  
  832. BringWood.FontSize = Enum.FontSize.Size14
  833.  
  834. BringWood.Text = "Bring wood to you"
  835.  
  836. BringWood.TextSize = 14
  837.  
  838.  
  839.  
  840. Close.Name = "Close"
  841.  
  842. Close.Parent = Main
  843.  
  844. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  845.  
  846. Close.BackgroundTransparency = 1
  847.  
  848. Close.Position = UDim2.new(0, 475, 0, 8)
  849.  
  850. Close.Size = UDim2.new(0, 25, 0, 25)
  851.  
  852. Close.Font = Enum.Font.SciFi
  853.  
  854. Close.FontSize = Enum.FontSize.Size18
  855.  
  856. Close.Text = "X"
  857.  
  858. Close.TextColor3 = Color3.new(0.0470588, 0.52549, 0.631373)
  859.  
  860. Close.TextSize = 18
  861.  
  862.  
  863.  
  864. Open.Name = "Open"
  865.  
  866. Open.Parent = HardLumberTheEasyWay
  867.  
  868. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  869.  
  870. Open.Position = UDim2.new(0, 0, 0, 300)
  871.  
  872. Open.Size = UDim2.new(0, 50, 0, 25)
  873.  
  874. Open.Visible = false
  875.  
  876. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  877.  
  878. Open.Font = Enum.Font.SourceSans
  879.  
  880. Open.FontSize = Enum.FontSize.Size14
  881.  
  882. Open.Text = "Open"
  883.  
  884. Open.TextSize = 14
  885.  
  886.  
  887.  
  888. Login.Name = "Login"
  889.  
  890. Login.Parent = HardLumberTheEasyWay
  891.  
  892. Login.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  893.  
  894. Login.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  895.  
  896. Login.Position = UDim2.new(0, 300, 0, 145)
  897.  
  898. Login.Size = UDim2.new(0, 325, 0, 250)
  899.  
  900. Login.Draggable = true
  901.  
  902. Login.Active = true
  903.  
  904.  
  905.  
  906. Login_2.Name = "Login"
  907.  
  908. Login_2.Parent = Login
  909.  
  910. Login_2.BackgroundColor3 = Color3.new(1, 0.403922, 0.411765)
  911.  
  912. Login_2.BorderSizePixel = 2
  913.  
  914. Login_2.Position = UDim2.new(0, 100, 0, 175)
  915.  
  916. Login_2.Size = UDim2.new(0, 100, 0, 25)
  917.  
  918. Login_2.Font = Enum.Font.SciFi
  919.  
  920. Login_2.FontSize = Enum.FontSize.Size24
  921.  
  922. Login_2.Text = "Login"
  923.  
  924. Login_2.TextColor3 = Color3.new(1, 1, 1)
  925.  
  926. Login_2.TextSize = 20
  927.  
  928.  
  929.  
  930. Username.Name = "Username"
  931.  
  932. Username.Parent = Login
  933.  
  934. Username.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  935.  
  936. Username.Position = UDim2.new(0, 75, 0, 75)
  937.  
  938. Username.Size = UDim2.new(0, 150, 0, 25)
  939.  
  940. Username.Font = Enum.Font.SciFi
  941.  
  942. Username.FontSize = Enum.FontSize.Size14
  943.  
  944. Username.Text = "mohammadyas"
  945.  
  946. Username.TextSize = 14
  947.  
  948. Username.TextXAlignment = Enum.TextXAlignment.Left
  949.  
  950.  
  951.  
  952. Password.Name = "Password"
  953.  
  954. Password.Parent = Login
  955.  
  956. Password.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  957.  
  958. Password.Position = UDim2.new(0, 75, 0, 115)
  959.  
  960. Password.Size = UDim2.new(0, 150, 0, 25)
  961.  
  962. Password.Font = Enum.Font.SciFi
  963.  
  964. Password.FontSize = Enum.FontSize.Size14
  965.  
  966. Password.Text = "mgh77fge"
  967.  
  968. Password.TextSize = 14
  969.  
  970. Password.TextXAlignment = Enum.TextXAlignment.Left
  971.  
  972.  
  973.  
  974. Title_2.Name = "Title"
  975.  
  976. Title_2.Parent = Login
  977.  
  978. Title_2.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  979.  
  980. Title_2.Size = UDim2.new(0, 325, 0, 25)
  981.  
  982. Title_2.Font = Enum.Font.Highway
  983.  
  984. Title_2.FontSize = Enum.FontSize.Size14
  985.  
  986. Title_2.Text = "Hard Lumber The Easy Way Cracked by Tap <3"
  987.  
  988. Title_2.TextColor3 = Color3.new(1, 1, 1)
  989.  
  990. Title_2.TextSize = 14
  991.  
  992.  
  993.  
  994. CGG.Login.Login.MouseButton1Down:connect(function()
  995.  
  996. if Username.Text == "mohammadyas" and Password.Text == "mgh77fge" then
  997.  
  998. CGG.Open.Visible = true
  999.  
  1000. CGG.Login.Visible = false
  1001.  
  1002. else
  1003.  
  1004. CGG.Login.Password.Text = "Incorrect Password"
  1005.  
  1006. wait(1)
  1007.  
  1008. CGG.Login.Password.Text = "Password"
  1009.  
  1010. end
  1011.  
  1012. end)
  1013.  
  1014.  
  1015.  
  1016. TL.Name = "TL"
  1017.  
  1018. TL.Parent = Login
  1019.  
  1020. TL.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  1021.  
  1022. TL.BackgroundTransparency = 1
  1023.  
  1024. TL.Position = UDim2.new(0, 100, 0, 35)
  1025.  
  1026. TL.Size = UDim2.new(0, 100, 0, 25)
  1027.  
  1028. TL.Font = Enum.Font.Highway
  1029.  
  1030. TL.FontSize = Enum.FontSize.Size14
  1031.  
  1032. TL.Text = "Welcome, " .. plr.Name
  1033.  
  1034. TL.TextColor3 = Color3.new(1, 1, 1)
  1035.  
  1036. TL.TextSize = 14
  1037.  
  1038. TL.TextStrokeColor3 = Color3.new(1, 1, 1)
  1039.  
  1040.  
  1041.  
  1042. local WayPoints = {
  1043.  
  1044. ["Spawn"] = Vector3.new(155, 3, 74),
  1045.  
  1046. ["Wood R Us"] = Vector3.new(265, 3, 57),
  1047.  
  1048. ["Land Store"] = Vector3.new(258, 3, -99),
  1049.  
  1050. ["Dock"] = Vector3.new(1114, -1, -197),
  1051.  
  1052. ["Link's Logic"] = Vector3.new(4605, 3, -727),
  1053.  
  1054. ["Cave"] = Vector3.new(3581, -179, 430),
  1055.  
  1056. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  1057.  
  1058. ["Swamp"] = Vector3.new(-1209, 132, -801),
  1059.  
  1060. ["Palm Island"] = Vector3.new(2549, -5, -42),
  1061.  
  1062. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  1063.  
  1064. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  1065.  
  1066. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  1067.  
  1068. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  1069.  
  1070. ["Shrine of Sight"] = Vector3.new(-1600, 195, 919),
  1071.  
  1072. ["The Den"] = Vector3.new(323, 41, 1930),
  1073.  
  1074. ["End Times"] = Vector3.new(-51, -212, -1348)
  1075.  
  1076. }
  1077.  
  1078.  
  1079.  
  1080. CGG.Main.MP.MouseButton1Down:connect(function()
  1081.  
  1082. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1083.  
  1084. if v.Owner.Value == game.Players.LocalPlayer then
  1085.  
  1086. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  1087.  
  1088. end
  1089.  
  1090. end
  1091.  
  1092. end)
  1093.  
  1094.  
  1095.  
  1096. CGG.Open.MouseButton1Down:connect(function()
  1097.  
  1098. CGG.Main.Visible = true
  1099.  
  1100. CGG.Open.Visible = false
  1101.  
  1102. CGG.Main.Close.Visible = true
  1103.  
  1104. end)
  1105.  
  1106.  
  1107.  
  1108. CGG.Main.Close.MouseButton1Down:connect(function()
  1109.  
  1110. CGG.Main.Visible = false
  1111.  
  1112. CGG.Open.Visible = true
  1113.  
  1114. CGG.Main.Close.Visible = false
  1115.  
  1116. end)
  1117.  
  1118.  
  1119.  
  1120. CGG.Main.TpToPlr.MouseButton1Down:connect(function()
  1121.  
  1122. if CGG.Main.PlrSelected.Text == " No Player Selected" then
  1123.  
  1124. warn("No Player Selected")
  1125.  
  1126. else
  1127.  
  1128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[CGG.Main.PlrSelected.Text].HumanoidRootPart.CFrame
  1129.  
  1130. end
  1131.  
  1132. end)
  1133.  
  1134.  
  1135.  
  1136. CGG.Main.TpToLocation.MouseButton1Down:connect(function()
  1137.  
  1138. if CGG.Main.TpSelected.Text == "No Location Selected" then
  1139.  
  1140. warn("No Location Selected")
  1141.  
  1142. else
  1143.  
  1144. game.Players.LocalPlayer.Character:MoveTo(WayPoints[CGG.Main.TpSelected.Text])
  1145.  
  1146. end
  1147.  
  1148. end)
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156. CGG.Main.BringWood.MouseButton1Down:connect(function()
  1157.  
  1158. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1159.  
  1160. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  1161.  
  1162. if Log.Owner.Value == game.Players.LocalPlayer then
  1163.  
  1164. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,20,0))
  1165.  
  1166. end
  1167.  
  1168. end
  1169.  
  1170. end
  1171.  
  1172. end)
  1173.  
  1174.  
  1175.  
  1176. CGG.Main.Players.Player1.MouseButton1Down:connect(function()
  1177.  
  1178. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player1.Text
  1179.  
  1180. end)
  1181.  
  1182.  
  1183.  
  1184. CGG.Main.Players.Player2.MouseButton1Down:connect(function()
  1185.  
  1186. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player2.Text
  1187.  
  1188. end)
  1189.  
  1190.  
  1191.  
  1192. CGG.Main.Players.Player3.MouseButton1Down:connect(function()
  1193.  
  1194. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player3.Text
  1195.  
  1196. end)
  1197.  
  1198.  
  1199.  
  1200. CGG.Main.Players.Player4.MouseButton1Down:connect(function()
  1201.  
  1202. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player4.Text
  1203.  
  1204. end)
  1205.  
  1206.  
  1207.  
  1208. CGG.Main.Players.Player5.MouseButton1Down:connect(function()
  1209.  
  1210. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player5.Text
  1211.  
  1212. end)
  1213.  
  1214.  
  1215.  
  1216. CGG.Main.Players.Player6.MouseButton1Down:connect(function()
  1217.  
  1218. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player6.Text
  1219.  
  1220. end)
  1221.  
  1222.  
  1223.  
  1224. 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 }
  1225.  
  1226.  
  1227.  
  1228. for i,v in pairs(game.Players:GetChildren()) do
  1229.  
  1230. buttons[i].Text = v.Name
  1231.  
  1232. end
  1233.  
  1234.  
  1235.  
  1236. game.Players.PlayerAdded:connect(function()
  1237.  
  1238. for i,v in pairs(game.Players:GetChildren()) do
  1239.  
  1240. buttons[i].Text = v.Name
  1241.  
  1242. end
  1243.  
  1244. end)
  1245.  
  1246.  
  1247.  
  1248. CGG.Main.Teleports.Spawn.MouseButton1Down:connect(function()
  1249.  
  1250. CGG.Main.TpSelected.Text = "Spawn"
  1251.  
  1252. end)
  1253.  
  1254.  
  1255.  
  1256. CGG.Main.Teleports["Wood R Us"].MouseButton1Down:connect(function()
  1257.  
  1258. CGG.Main.TpSelected.Text = "Wood R Us"
  1259.  
  1260. end)
  1261.  
  1262.  
  1263.  
  1264. CGG.Main.Teleports["Land Store"].MouseButton1Down:connect(function()
  1265.  
  1266. CGG.Main.TpSelected.Text = "Land Store"
  1267.  
  1268. end)
  1269.  
  1270.  
  1271.  
  1272. CGG.Main.Teleports.Dock.MouseButton1Down:connect(function()
  1273.  
  1274. CGG.Main.TpSelected.Text = "Dock"
  1275.  
  1276. end)
  1277.  
  1278.  
  1279.  
  1280. CGG.Main.Teleports["Link's Logic"].MouseButton1Down:connect(function()
  1281.  
  1282. CGG.Main.TpSelected.Text = "Link's Logic"
  1283.  
  1284. end)
  1285.  
  1286.  
  1287.  
  1288. CGG.Main.Teleports.Cave.MouseButton1Down:connect(function()
  1289.  
  1290. CGG.Main.TpSelected.Text = "Cave"
  1291.  
  1292. end)
  1293.  
  1294.  
  1295.  
  1296. CGG.Main.Teleports.Volcano.MouseButton1Down:connect(function()
  1297.  
  1298. CGG.Main.TpSelected.Text = "Volcano"
  1299.  
  1300. end)
  1301.  
  1302.  
  1303.  
  1304. CGG.Main.Teleports.Swamp.MouseButton1Down:connect(function()
  1305.  
  1306. CGG.Main.TpSelected.Text = "Swamp"
  1307.  
  1308. end)
  1309.  
  1310.  
  1311.  
  1312. CGG.Main.Teleports["Palm Island"].MouseButton1Down:connect(function()
  1313.  
  1314. CGG.Main.TpSelected.Text = "Palm Island"
  1315.  
  1316. end)
  1317.  
  1318.  
  1319.  
  1320. CGG.Main.Teleports["Fancy Furnishings"].MouseButton1Down:connect(function()
  1321.  
  1322. CGG.Main.TpSelected.Text = "Fancy Furnishings"
  1323.  
  1324. end)
  1325.  
  1326.  
  1327.  
  1328. CGG.Main.Teleports["Boxed Cars"].MouseButton1Down:connect(function()
  1329.  
  1330. CGG.Main.TpSelected.Text = "Boxed Cars"
  1331.  
  1332. end)
  1333.  
  1334.  
  1335.  
  1336. CGG.Main.Teleports["Fine Arts Shop"].MouseButton1Down:connect(function()
  1337.  
  1338. CGG.Main.TpSelected.Text = "Fine Arts Shop"
  1339.  
  1340. end)
  1341.  
  1342.  
  1343.  
  1344. CGG.Main.Teleports["Bob's Shack"].MouseButton1Down:connect(function()
  1345.  
  1346. CGG.Main.TpSelected.Text = "Bob's Shack"
  1347.  
  1348. end)
  1349.  
  1350.  
  1351.  
  1352. CGG.Main.Teleports["End Times"].MouseButton1Down:connect(function()
  1353.  
  1354. CGG.Main.TpSelected.Text = "End Times"
  1355.  
  1356. end)
  1357.  
  1358.  
  1359.  
  1360. CGG.Main.Teleports["Shrine of Sight"].MouseButton1Down:connect(function()
  1361.  
  1362. CGG.Main.TpSelected.Text = "Shrine of Sight"
  1363.  
  1364. end)
  1365.  
  1366.  
  1367.  
  1368. CGG.Main.Teleports["The Den"].MouseButton1Down:connect(function()
  1369.  
  1370. CGG.Main.TpSelected.Text = "The Den"
  1371.  
  1372. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement