Advertisement
Guest User

Lumber tycoon gui

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