Guest User

lumber hacks

a guest
May 10th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.98 KB | None | 0 0
  1. 10.local HardLumberTheEasyWay = Instance.new("ScreenGui")
  2.  
  3.  
  4. 11.local Main = Instance.new("Frame")
  5.  
  6.  
  7. 12.local Title = Instance.new("Frame")
  8.  
  9.  
  10. 13.local TitleLabel = Instance.new("TextLabel")
  11.  
  12.  
  13. 14.local Teleports = Instance.new("ScrollingFrame")
  14.  
  15.  
  16. 15.local BobsShack = Instance.new("TextButton")
  17.  
  18.  
  19. 16.local BoxedCars = Instance.new("TextButton")
  20.  
  21.  
  22. 17.local Cave = Instance.new("TextButton")
  23.  
  24.  
  25. 18.local Dock = Instance.new("TextButton")
  26.  
  27.  
  28. 19.local FancyFurnishings = Instance.new("TextButton")
  29.  
  30.  
  31. 20.local FineArtsShop = Instance.new("TextButton")
  32.  
  33.  
  34. 21.local LandStore = Instance.new("TextButton")
  35.  
  36.  
  37. 22.local LinksLogic = Instance.new("TextButton")
  38.  
  39.  
  40. 23.local PalmIsland = Instance.new("TextButton")
  41.  
  42.  
  43. 24.local ShrineofSight = Instance.new("TextButton")
  44.  
  45.  
  46. 25.local Spawn = Instance.new("TextButton")
  47.  
  48.  
  49. 26.local Swamp = Instance.new("TextButton")
  50.  
  51.  
  52. 27.local TheDen = Instance.new("TextButton")
  53.  
  54.  
  55. 28.local Volcano = Instance.new("TextButton")
  56.  
  57.  
  58. 29.local WoodRUs = Instance.new("TextButton")
  59.  
  60.  
  61. 30.local EndTimes = Instance.new("TextButton")
  62.  
  63.  
  64. 31.local Players = Instance.new("Frame")
  65.  
  66.  
  67. 32.local Player5 = Instance.new("TextButton")
  68.  
  69.  
  70. 33.local Player6 = Instance.new("TextButton")
  71.  
  72.  
  73. 34.local Player1 = Instance.new("TextButton")
  74.  
  75.  
  76. 35.local Player4 = Instance.new("TextButton")
  77.  
  78.  
  79. 36.local Player3 = Instance.new("TextButton")
  80.  
  81.  
  82. 37.local Player2 = Instance.new("TextButton")
  83.  
  84.  
  85. 38.local TpSelected = Instance.new("TextLabel")
  86.  
  87.  
  88. 39.local PlrSelected = Instance.new("TextLabel")
  89.  
  90.  
  91. 40.local TpToPlr = Instance.new("TextButton")
  92.  
  93.  
  94. 41.local TpToLocation = Instance.new("TextButton")
  95.  
  96.  
  97. 42.local MP = Instance.new("TextButton")
  98.  
  99.  
  100. 43.local BringWood = Instance.new("TextButton")
  101.  
  102.  
  103. 44.local Close = Instance.new("TextButton")
  104.  
  105.  
  106. 45.local Open = Instance.new("TextButton")
  107.  
  108.  
  109. 46.local Login = Instance.new("Frame")
  110.  
  111.  
  112. 47.local Login_2 = Instance.new("TextButton")
  113.  
  114.  
  115. 48.local Username = Instance.new("TextLabel")
  116.  
  117.  
  118. 49.local Password = Instance.new("TextBox")
  119.  
  120.  
  121. 50.local Title_2 = Instance.new("TextLabel")
  122.  
  123.  
  124. 51.local TL = Instance.new("TextLabel")
  125.  
  126.  
  127. 52.local CG = game.CoreGui
  128.  
  129.  
  130. 53.local plr = game.Players.LocalPlayer
  131.  
  132.  
  133. 54.local Credits = Instance.new("TextLabel")
  134.  
  135.  
  136. 55.
  137.  
  138.  
  139. 56.-- Properties
  140.  
  141.  
  142. 57.
  143.  
  144.  
  145. 58.HardLumberTheEasyWay.Name = "Hard Lumber The Easy Way Cracked by Tap <3"
  146.  
  147.  
  148. 59.HardLumberTheEasyWay.Parent = CG
  149.  
  150.  
  151. 60.
  152.  
  153.  
  154. 61.local CGG = CG["Hard Lumber The Easy Way Cracked by Tap <3"]
  155.  
  156.  
  157. 62.
  158.  
  159.  
  160. 63.
  161.  
  162.  
  163. 64.Main.Name = "Main"
  164.  
  165.  
  166. 65.Main.Parent = HardLumberTheEasyWay
  167.  
  168.  
  169. 66.Main.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  170.  
  171.  
  172. 67.Main.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  173.  
  174.  
  175. 68.Main.Position = UDim2.new(0, 500, 0, 150)
  176.  
  177.  
  178. 69.Main.Size = UDim2.new(0, 500, 0, 350)
  179.  
  180.  
  181. 70.Main.Visible = false
  182.  
  183.  
  184. 71.Main.Draggable = true
  185.  
  186.  
  187. 72.Main.Active = true
  188.  
  189.  
  190. 73.
  191.  
  192.  
  193. 74.Credits.Name = "Credits"
  194.  
  195.  
  196. 75.Credits.Parent = HardLumberTheEasyWay
  197.  
  198.  
  199. 76.Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  200.  
  201.  
  202. 77.Credits.BackgroundTransparency = 1
  203.  
  204.  
  205. 78.Credits.Position = UDim2.new(0, 1463, 0, 657)
  206.  
  207.  
  208. 79.Credits.Size = UDim2.new(0, 166, 0, 159)
  209.  
  210.  
  211. 80.Credits.Font = Enum.Font.SourceSans
  212.  
  213.  
  214. 81.Credits.FontSize = Enum.FontSize.Size36
  215.  
  216.  
  217. 82.Credits.Text = "Logged in as mohammadyas"
  218.  
  219.  
  220. 83.Credits.TextColor3 = Color3.new(0, 0.215686, 1)
  221.  
  222.  
  223. 84.Credits.TextScaled = true
  224.  
  225.  
  226. 85.Credits.TextSize = 36
  227.  
  228.  
  229. 86.Credits.TextWrapped = true
  230.  
  231.  
  232. 87.
  233.  
  234.  
  235. 88.
  236.  
  237.  
  238. 89.Title.Name = "Title"
  239.  
  240.  
  241. 90.Title.Parent = Main
  242.  
  243.  
  244. 91.Title.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  245.  
  246.  
  247. 92.Title.Size = UDim2.new(0, 500, 0, 35)
  248.  
  249.  
  250. 93.
  251.  
  252.  
  253. 94.TitleLabel.Name = "TitleLabel"
  254.  
  255.  
  256. 95.TitleLabel.Parent = Title
  257.  
  258.  
  259. 96.TitleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  260.  
  261.  
  262. 97.TitleLabel.BackgroundTransparency = 1
  263.  
  264.  
  265. 98.TitleLabel.Position = UDim2.new(0, 5, 0, 0)
  266.  
  267.  
  268. 99.TitleLabel.Size = UDim2.new(0, 200, 0, 35)
  269.  
  270.  
  271. 100.TitleLabel.Font = Enum.Font.SourceSansBold
  272.  
  273.  
  274. 101.TitleLabel.FontSize = Enum.FontSize.Size18
  275.  
  276.  
  277. 102.TitleLabel.Text = "Hard Lumber The Easy Way Cracked by Tap <3"
  278.  
  279.  
  280. 103.TitleLabel.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  281.  
  282.  
  283. 104.TitleLabel.TextSize = 18
  284.  
  285.  
  286. 105.TitleLabel.TextXAlignment = Enum.TextXAlignment.Left
  287.  
  288.  
  289. 106.
  290.  
  291.  
  292. 107.Teleports.Name = "Teleports"
  293.  
  294.  
  295. 108.Teleports.Parent = Main
  296.  
  297.  
  298. 109.Teleports.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  299.  
  300.  
  301. 110.Teleports.Position = UDim2.new(0, 15, 0, 125)
  302.  
  303.  
  304. 111.Teleports.Size = UDim2.new(0, 125, 0, 200)
  305.  
  306.  
  307. 112.Teleports.CanvasSize = UDim2.new(0, 0, 1, 60)
  308.  
  309.  
  310. 113.Teleports.ScrollBarThickness = 6
  311.  
  312.  
  313. 114.
  314.  
  315.  
  316. 115.BobsShack.Name = "Bob's Shack"
  317.  
  318.  
  319. 116.BobsShack.Parent = Teleports
  320.  
  321.  
  322. 117.BobsShack.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  323.  
  324.  
  325. 118.BobsShack.Position = UDim2.new(0, 0, 0, 300)
  326.  
  327.  
  328. 119.BobsShack.Size = UDim2.new(0, 117, 0, 30)
  329.  
  330.  
  331. 120.BobsShack.Font = Enum.Font.Cartoon
  332.  
  333.  
  334. 121.BobsShack.FontSize = Enum.FontSize.Size14
  335.  
  336.  
  337. 122.BobsShack.Text = " Bob's Shack"
  338.  
  339.  
  340. 123.BobsShack.TextSize = 14
  341.  
  342.  
  343. 124.BobsShack.TextXAlignment = Enum.TextXAlignment.Left
  344.  
  345.  
  346. 125.
  347.  
  348.  
  349. 126.BoxedCars.Name = "Boxed Cars"
  350.  
  351.  
  352. 127.BoxedCars.Parent = Teleports
  353.  
  354.  
  355. 128.BoxedCars.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  356.  
  357.  
  358. 129.BoxedCars.Position = UDim2.new(0, 0, 0, 250)
  359.  
  360.  
  361. 130.BoxedCars.Size = UDim2.new(0, 117, 0, 30)
  362.  
  363.  
  364. 131.BoxedCars.Font = Enum.Font.Cartoon
  365.  
  366.  
  367. 132.BoxedCars.FontSize = Enum.FontSize.Size14
  368.  
  369.  
  370. 133.BoxedCars.Text = " Boxed Cars"
  371.  
  372.  
  373. 134.BoxedCars.TextSize = 14
  374.  
  375.  
  376. 135.BoxedCars.TextXAlignment = Enum.TextXAlignment.Left
  377.  
  378.  
  379. 136.
  380.  
  381.  
  382. 137.Cave.Name = "Cave"
  383.  
  384.  
  385. 138.Cave.Parent = Teleports
  386.  
  387.  
  388. 139.Cave.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  389.  
  390.  
  391. 140.Cave.Position = UDim2.new(0, 0, 0, 125)
  392.  
  393.  
  394. 141.Cave.Size = UDim2.new(0, 117, 0, 30)
  395.  
  396.  
  397. 142.Cave.Font = Enum.Font.Cartoon
  398.  
  399.  
  400. 143.Cave.FontSize = Enum.FontSize.Size14
  401.  
  402.  
  403. 144.Cave.Text = " Cave"
  404.  
  405.  
  406. 145.Cave.TextSize = 14
  407.  
  408.  
  409. 146.Cave.TextXAlignment = Enum.TextXAlignment.Left
  410.  
  411.  
  412. 147.
  413.  
  414.  
  415. 148.Dock.Name = "Dock"
  416.  
  417.  
  418. 149.Dock.Parent = Teleports
  419.  
  420.  
  421. 150.Dock.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  422.  
  423.  
  424. 151.Dock.Position = UDim2.new(0, 0, 0, 75)
  425.  
  426.  
  427. 152.Dock.Size = UDim2.new(0, 117, 0, 30)
  428.  
  429.  
  430. 153.Dock.Font = Enum.Font.Cartoon
  431.  
  432.  
  433. 154.Dock.FontSize = Enum.FontSize.Size14
  434.  
  435.  
  436. 155.Dock.Text = " Dock"
  437.  
  438.  
  439. 156.Dock.TextSize = 14
  440.  
  441.  
  442. 157.Dock.TextXAlignment = Enum.TextXAlignment.Left
  443.  
  444.  
  445. 158.
  446.  
  447.  
  448. 159.FancyFurnishings.Name = "Fancy Furnishings"
  449.  
  450.  
  451. 160.FancyFurnishings.Parent = Teleports
  452.  
  453.  
  454. 161.FancyFurnishings.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  455.  
  456.  
  457. 162.FancyFurnishings.Position = UDim2.new(0, 0, 0, 225)
  458.  
  459.  
  460. 163.FancyFurnishings.Size = UDim2.new(0, 117, 0, 30)
  461.  
  462.  
  463. 164.FancyFurnishings.Font = Enum.Font.Cartoon
  464.  
  465.  
  466. 165.FancyFurnishings.FontSize = Enum.FontSize.Size14
  467.  
  468.  
  469. 166.FancyFurnishings.Text = " Fancy Furnishings"
  470.  
  471.  
  472. 167.FancyFurnishings.TextSize = 14
  473.  
  474.  
  475. 168.FancyFurnishings.TextXAlignment = Enum.TextXAlignment.Left
  476.  
  477.  
  478. 169.
  479.  
  480.  
  481. 170.FineArtsShop.Name = "Fine Arts Shop"
  482.  
  483.  
  484. 171.FineArtsShop.Parent = Teleports
  485.  
  486.  
  487. 172.FineArtsShop.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  488.  
  489.  
  490. 173.FineArtsShop.Position = UDim2.new(0, 0, 0, 275)
  491.  
  492.  
  493. 174.FineArtsShop.Size = UDim2.new(0, 117, 0, 30)
  494.  
  495.  
  496. 175.FineArtsShop.Font = Enum.Font.Cartoon
  497.  
  498.  
  499. 176.FineArtsShop.FontSize = Enum.FontSize.Size14
  500.  
  501.  
  502. 177.FineArtsShop.Text = " Fine Arts Shop"
  503.  
  504.  
  505. 178.FineArtsShop.TextSize = 14
  506.  
  507.  
  508. 179.FineArtsShop.TextXAlignment = Enum.TextXAlignment.Left
  509.  
  510.  
  511. 180.
  512.  
  513.  
  514. 181.LandStore.Name = "Land Store"
  515.  
  516.  
  517. 182.LandStore.Parent = Teleports
  518.  
  519.  
  520. 183.LandStore.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  521.  
  522.  
  523. 184.LandStore.Position = UDim2.new(0, 0, 0, 50)
  524.  
  525.  
  526. 185.LandStore.Size = UDim2.new(0, 117, 0, 30)
  527.  
  528.  
  529. 186.LandStore.Font = Enum.Font.Cartoon
  530.  
  531.  
  532. 187.LandStore.FontSize = Enum.FontSize.Size14
  533.  
  534.  
  535. 188.LandStore.Text = " Land Store"
  536.  
  537.  
  538. 189.LandStore.TextSize = 14
  539.  
  540.  
  541. 190.LandStore.TextXAlignment = Enum.TextXAlignment.Left
  542.  
  543.  
  544. 191.
  545.  
  546.  
  547. 192.LinksLogic.Name = "Link's Logic"
  548.  
  549.  
  550. 193.LinksLogic.Parent = Teleports
  551.  
  552.  
  553. 194.LinksLogic.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  554.  
  555.  
  556. 195.LinksLogic.Position = UDim2.new(0, 0, 0, 100)
  557.  
  558.  
  559. 196.LinksLogic.Size = UDim2.new(0, 117, 0, 30)
  560.  
  561.  
  562. 197.LinksLogic.Font = Enum.Font.Cartoon
  563.  
  564.  
  565. 198.LinksLogic.FontSize = Enum.FontSize.Size14
  566.  
  567.  
  568. 199.LinksLogic.Text = " Link's Logic"
  569.  
  570.  
  571. 200.LinksLogic.TextSize = 14
  572.  
  573.  
  574. 201.LinksLogic.TextXAlignment = Enum.TextXAlignment.Left
  575.  
  576.  
  577. 202.
  578.  
  579.  
  580. 203.PalmIsland.Name = "Palm Island"
  581.  
  582.  
  583. 204.PalmIsland.Parent = Teleports
  584.  
  585.  
  586. 205.PalmIsland.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  587.  
  588.  
  589. 206.PalmIsland.Position = UDim2.new(0, 0, 0, 200)
  590.  
  591.  
  592. 207.PalmIsland.Size = UDim2.new(0, 117, 0, 30)
  593.  
  594.  
  595. 208.PalmIsland.Font = Enum.Font.Cartoon
  596.  
  597.  
  598. 209.PalmIsland.FontSize = Enum.FontSize.Size14
  599.  
  600.  
  601. 210.PalmIsland.Text = " Palm Island"
  602.  
  603.  
  604. 211.PalmIsland.TextSize = 14
  605.  
  606.  
  607. 212.PalmIsland.TextXAlignment = Enum.TextXAlignment.Left
  608.  
  609.  
  610. 213.
  611.  
  612.  
  613. 214.ShrineofSight.Name = "Shrine of Sight"
  614.  
  615.  
  616. 215.ShrineofSight.Parent = Teleports
  617.  
  618.  
  619. 216.ShrineofSight.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  620.  
  621.  
  622. 217.ShrineofSight.Position = UDim2.new(0, 0, 0, 325)
  623.  
  624.  
  625. 218.ShrineofSight.Size = UDim2.new(0, 117, 0, 30)
  626.  
  627.  
  628. 219.ShrineofSight.Font = Enum.Font.Cartoon
  629.  
  630.  
  631. 220.ShrineofSight.FontSize = Enum.FontSize.Size14
  632.  
  633.  
  634. 221.ShrineofSight.Text = " Shrine of Sight"
  635.  
  636.  
  637. 222.ShrineofSight.TextSize = 14
  638.  
  639.  
  640. 223.ShrineofSight.TextXAlignment = Enum.TextXAlignment.Left
  641.  
  642.  
  643. 224.
  644.  
  645.  
  646. 225.Spawn.Name = "Spawn"
  647.  
  648.  
  649. 226.Spawn.Parent = Teleports
  650.  
  651.  
  652. 227.Spawn.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  653.  
  654.  
  655. 228.Spawn.Size = UDim2.new(0, 117, 0, 30)
  656.  
  657.  
  658. 229.Spawn.Font = Enum.Font.Cartoon
  659.  
  660.  
  661. 230.Spawn.FontSize = Enum.FontSize.Size14
  662.  
  663.  
  664. 231.Spawn.Text = " Spawn"
  665.  
  666.  
  667. 232.Spawn.TextSize = 14
  668.  
  669.  
  670. 233.Spawn.TextXAlignment = Enum.TextXAlignment.Left
  671.  
  672.  
  673. 234.
  674.  
  675.  
  676. 235.Swamp.Name = "Swamp"
  677.  
  678.  
  679. 236.Swamp.Parent = Teleports
  680.  
  681.  
  682. 237.Swamp.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  683.  
  684.  
  685. 238.Swamp.Position = UDim2.new(0, 0, 0, 175)
  686.  
  687.  
  688. 239.Swamp.Size = UDim2.new(0, 117, 0, 30)
  689.  
  690.  
  691. 240.Swamp.Font = Enum.Font.Cartoon
  692.  
  693.  
  694. 241.Swamp.FontSize = Enum.FontSize.Size14
  695.  
  696.  
  697. 242.Swamp.Text = " Swamp"
  698.  
  699.  
  700. 243.Swamp.TextSize = 14
  701.  
  702.  
  703. 244.Swamp.TextXAlignment = Enum.TextXAlignment.Left
  704.  
  705.  
  706. 245.
  707.  
  708.  
  709. 246.TheDen.Name = "The Den"
  710.  
  711.  
  712. 247.TheDen.Parent = Teleports
  713.  
  714.  
  715. 248.TheDen.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  716.  
  717.  
  718. 249.TheDen.Position = UDim2.new(0, 0, 0, 350)
  719.  
  720.  
  721. 250.TheDen.Size = UDim2.new(0, 117, 0, 30)
  722.  
  723.  
  724. 251.TheDen.Font = Enum.Font.Cartoon
  725.  
  726.  
  727. 252.TheDen.FontSize = Enum.FontSize.Size14
  728.  
  729.  
  730. 253.TheDen.Text = " The Den"
  731.  
  732.  
  733. 254.TheDen.TextSize = 14
  734.  
  735.  
  736. 255.TheDen.TextXAlignment = Enum.TextXAlignment.Left
  737.  
  738.  
  739. 256.
  740.  
  741.  
  742. 257.Volcano.Name = "Volcano"
  743.  
  744.  
  745. 258.Volcano.Parent = Teleports
  746.  
  747.  
  748. 259.Volcano.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  749.  
  750.  
  751. 260.Volcano.Position = UDim2.new(0, 0, 0, 150)
  752.  
  753.  
  754. 261.Volcano.Size = UDim2.new(0, 117, 0, 30)
  755.  
  756.  
  757. 262.Volcano.Font = Enum.Font.Cartoon
  758.  
  759.  
  760. 263.Volcano.FontSize = Enum.FontSize.Size14
  761.  
  762.  
  763. 264.Volcano.Text = " Volcano"
  764.  
  765.  
  766. 265.Volcano.TextSize = 14
  767.  
  768.  
  769. 266.Volcano.TextXAlignment = Enum.TextXAlignment.Left
  770.  
  771.  
  772. 267.
  773.  
  774.  
  775. 268.WoodRUs.Name = "Wood R Us"
  776.  
  777.  
  778. 269.WoodRUs.Parent = Teleports
  779.  
  780.  
  781. 270.WoodRUs.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  782.  
  783.  
  784. 271.WoodRUs.Position = UDim2.new(0, 0, 0, 25)
  785.  
  786.  
  787. 272.WoodRUs.Size = UDim2.new(0, 117, 0, 30)
  788.  
  789.  
  790. 273.WoodRUs.Font = Enum.Font.Cartoon
  791.  
  792.  
  793. 274.WoodRUs.FontSize = Enum.FontSize.Size14
  794.  
  795.  
  796. 275.WoodRUs.Text = " Wood R Us"
  797.  
  798.  
  799. 276.WoodRUs.TextSize = 14
  800.  
  801.  
  802. 277.WoodRUs.TextXAlignment = Enum.TextXAlignment.Left
  803.  
  804.  
  805. 278.
  806.  
  807.  
  808. 279.EndTimes.Name = "End Times"
  809.  
  810.  
  811. 280.EndTimes.Parent = Teleports
  812.  
  813.  
  814. 281.EndTimes.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  815.  
  816.  
  817. 282.EndTimes.Position = UDim2.new(0, 0, 0
Add Comment
Please, Sign In to add comment