Advertisement
Guest User

Gui Script For Lumber tycoon 2

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