Guest User

Lumber tycoon 2 GUI

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