FuZionPlayz

Apoc 2 GUI

Oct 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.18 KB | None | 0 0
  1. local NotForExploiting = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Ship = Instance.new("TextButton")
  4. local Title = Instance.new("TextLabel")
  5. local Hartford = Instance.new("TextButton")
  6. local Fremont = Instance.new("TextButton")
  7. local Farmville = Instance.new("TextButton")
  8. local Beaufort = Instance.new("TextButton")
  9. local Farms = Instance.new("TextButton")
  10. local FremontCliffs = Instance.new("TextButton")
  11. local HartfordValley = Instance.new("TextButton")
  12. local BeaufortCliffs = Instance.new("TextButton")
  13. local Peninsula = Instance.new("TextButton")
  14. local Observatory = Instance.new("TextButton")
  15. local Heli = Instance.new("TextButton")
  16. local Lighthouse = Instance.new("TextButton")
  17. local Close = Instance.new("TextButton")
  18. local ESP = Instance.new("TextButton")
  19. local Locations = Instance.new("TextButton")
  20. local NoFog = Instance.new("TextButton")
  21. local Secondary = Instance.new("Frame")
  22. local Open = Instance.new("TextButton")
  23.  
  24. NotForExploiting.Name = "NotForExploiting"
  25. NotForExploiting.Parent = game.CoreGui
  26.  
  27. Main.Name = "Main"
  28. Main.Parent = NotForExploiting
  29. Main.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  30. Main.BorderColor3 = Color3.new(0.0431373, 0.0745098, 0.207843)
  31. Main.BorderSizePixel = 6
  32. Main.Position = UDim2.new(0.657142878, 0, 0.580684602, 0)
  33. Main.Size = UDim2.new(0.34375, 0, 0.415647924, 0)
  34. Main.Style = Enum.FrameStyle.RobloxRound
  35.  
  36. Ship.Name = "Ship"
  37. Ship.Parent = Main
  38. Ship.BorderSizePixel = 0
  39. Ship.Position = UDim2.new(0, 0, 0.188235298, 0)
  40. Ship.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  41. Ship.Modal = true
  42. Ship.Style = Enum.ButtonStyle.RobloxRoundButton
  43. Ship.Font = Enum.Font.Arial
  44. Ship.FontSize = Enum.FontSize.Size18
  45. Ship.Text = "Ship"
  46. Ship.TextColor3 = Color3.new(1, 1, 1)
  47. Ship.TextSize = 18
  48. Ship.MouseButton1Down:connect(function()
  49. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Ship.CFrame
  50. end)
  51.  
  52. Title.Name = "Title"
  53. Title.Parent = Main
  54. Title.BackgroundTransparency = 1
  55. Title.Size = UDim2.new(0.998878896, 0, 0.111764707, 0)
  56. Title.Font = Enum.Font.ArialBold
  57. Title.FontSize = Enum.FontSize.Size24
  58. Title.Text = "Apoc 2 GUI"
  59. Title.TextColor3 = Color3.new(1, 1, 1)
  60. Title.TextSize = 24
  61. Title.TextStrokeColor3 = Color3.new(0, 0.501961, 0)
  62. Title.TextStrokeTransparency = 0.80000001192093
  63.  
  64. Hartford.Name = "Hartford"
  65. Hartford.Parent = Main
  66. Hartford.BorderSizePixel = 0
  67. Hartford.Position = UDim2.new(0.544843078, 0, 0.188235298, 0)
  68. Hartford.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  69. Hartford.Modal = true
  70. Hartford.Style = Enum.ButtonStyle.RobloxRoundButton
  71. Hartford.Font = Enum.Font.Arial
  72. Hartford.FontSize = Enum.FontSize.Size18
  73. Hartford.Text = "Hartford"
  74. Hartford.TextColor3 = Color3.new(1, 1, 1)
  75. Hartford.TextSize = 18
  76. Hartford.MouseButton1Down:connect(function()
  77. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Hartford.CFrame
  78. end)
  79.  
  80. Fremont.Name = "Fremont"
  81. Fremont.Parent = Main
  82. Fremont.BorderSizePixel = 0
  83. Fremont.Position = UDim2.new(0.544843078, 0, 0.291176468, 0)
  84. Fremont.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  85. Fremont.Modal = true
  86. Fremont.Style = Enum.ButtonStyle.RobloxRoundButton
  87. Fremont.Font = Enum.Font.Arial
  88. Fremont.FontSize = Enum.FontSize.Size18
  89. Fremont.Text = "Fremont"
  90. Fremont.TextColor3 = Color3.new(1, 1, 1)
  91. Fremont.TextSize = 18
  92. Fremont.MouseButton1Down:connect(function()
  93. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Fremont.CFrame
  94. end)
  95.  
  96. Farmville.Name = "Farmville"
  97. Farmville.Parent = Main
  98. Farmville.BorderSizePixel = 0
  99. Farmville.Position = UDim2.new(0.544843078, 0, 0.391176462, 0)
  100. Farmville.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  101. Farmville.Modal = true
  102. Farmville.Style = Enum.ButtonStyle.RobloxRoundButton
  103. Farmville.Font = Enum.Font.Arial
  104. Farmville.FontSize = Enum.FontSize.Size18
  105. Farmville.Text = "Farmville"
  106. Farmville.TextColor3 = Color3.new(1, 1, 1)
  107. Farmville.TextSize = 18
  108. Farmville.MouseButton1Down:connect(function()
  109. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Farmville.CFrame
  110. end)
  111.  
  112. Beaufort.Name = "Beaufort"
  113. Beaufort.Parent = Main
  114. Beaufort.BorderSizePixel = 0
  115. Beaufort.Position = UDim2.new(0.544843078, 0, 0.494117647, 0)
  116. Beaufort.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  117. Beaufort.Modal = true
  118. Beaufort.Style = Enum.ButtonStyle.RobloxRoundButton
  119. Beaufort.Font = Enum.Font.Arial
  120. Beaufort.FontSize = Enum.FontSize.Size18
  121. Beaufort.Text = "Beaufort"
  122. Beaufort.TextColor3 = Color3.new(1, 1, 1)
  123. Beaufort.TextSize = 18
  124. Beaufort.MouseButton1Down:connect(function()
  125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Beaufort.CFrame
  126. end)
  127.  
  128. Farms.Name = "Farms"
  129. Farms.Parent = Main
  130. Farms.BorderSizePixel = 0
  131. Farms.Position = UDim2.new(0.544843078, 0, 0.600000024, 0)
  132. Farms.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  133. Farms.Modal = true
  134. Farms.Style = Enum.ButtonStyle.RobloxRoundButton
  135. Farms.Font = Enum.Font.Arial
  136. Farms.FontSize = Enum.FontSize.Size18
  137. Farms.Text = "Farms"
  138. Farms.TextColor3 = Color3.new(1, 1, 1)
  139. Farms.TextSize = 18
  140. Farms.MouseButton1Down:connect(function()
  141. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Farms.CFrame
  142. end)
  143.  
  144. FremontCliffs.Name = "Fremont Cliffs"
  145. FremontCliffs.Parent = Main
  146. FremontCliffs.BorderSizePixel = 0
  147. FremontCliffs.Position = UDim2.new(0.544843078, 0, 0.702941179, 0)
  148. FremontCliffs.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  149. FremontCliffs.Modal = true
  150. FremontCliffs.Style = Enum.ButtonStyle.RobloxRoundButton
  151. FremontCliffs.Font = Enum.Font.Arial
  152. FremontCliffs.FontSize = Enum.FontSize.Size18
  153. FremontCliffs.Text = "Fremont Cliffs"
  154. FremontCliffs.TextColor3 = Color3.new(1, 1, 1)
  155. FremontCliffs.TextSize = 18
  156. FremontCliffs.MouseButton1Down:connect(function()
  157. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations['Fremont Cliffs'].CFrame
  158. end)
  159.  
  160. HartfordValley.Name = "Hartford Valley"
  161. HartfordValley.Parent = Main
  162. HartfordValley.BorderSizePixel = 0
  163. HartfordValley.Position = UDim2.new(0, 0, 0.291176468, 0)
  164. HartfordValley.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  165. HartfordValley.Modal = true
  166. HartfordValley.Style = Enum.ButtonStyle.RobloxRoundButton
  167. HartfordValley.Font = Enum.Font.Arial
  168. HartfordValley.FontSize = Enum.FontSize.Size18
  169. HartfordValley.Text = "Hartford Valley"
  170. HartfordValley.TextColor3 = Color3.new(1, 1, 1)
  171. HartfordValley.TextSize = 18
  172. HartfordValley.MouseButton1Down:connect(function()
  173. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations['Hartford Valley'].CFrame
  174. end)
  175.  
  176. BeaufortCliffs.Name = "Beaufort Cliffs"
  177. BeaufortCliffs.Parent = Main
  178. BeaufortCliffs.BorderSizePixel = 0
  179. BeaufortCliffs.Position = UDim2.new(0, 0, 0.702941179, 0)
  180. BeaufortCliffs.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  181. BeaufortCliffs.Modal = true
  182. BeaufortCliffs.Style = Enum.ButtonStyle.RobloxRoundButton
  183. BeaufortCliffs.Font = Enum.Font.Arial
  184. BeaufortCliffs.FontSize = Enum.FontSize.Size18
  185. BeaufortCliffs.Text = "Beaufort Cliffs"
  186. BeaufortCliffs.TextColor3 = Color3.new(1, 1, 1)
  187. BeaufortCliffs.TextSize = 18
  188. BeaufortCliffs.MouseButton1Down:connect(function()
  189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations['Beaufort Cliffs'].CFrame
  190. end)
  191.  
  192. Peninsula.Name = "Peninsula"
  193. Peninsula.Parent = Main
  194. Peninsula.BorderSizePixel = 0
  195. Peninsula.Position = UDim2.new(0, 0, 0.600000024, 0)
  196. Peninsula.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  197. Peninsula.Modal = true
  198. Peninsula.Style = Enum.ButtonStyle.RobloxRoundButton
  199. Peninsula.Font = Enum.Font.Arial
  200. Peninsula.FontSize = Enum.FontSize.Size18
  201. Peninsula.Text = "Peninsula"
  202. Peninsula.TextColor3 = Color3.new(1, 1, 1)
  203. Peninsula.TextSize = 18
  204. Peninsula.MouseButton1Down:connect(function()
  205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Peninsula.CFrame
  206. end)
  207.  
  208. Observatory.Name = "Observatory"
  209. Observatory.Parent = Main
  210. Observatory.BorderSizePixel = 0
  211. Observatory.Position = UDim2.new(0, 0, 0.494117647, 0)
  212. Observatory.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  213. Observatory.Modal = true
  214. Observatory.Style = Enum.ButtonStyle.RobloxRoundButton
  215. Observatory.Font = Enum.Font.Arial
  216. Observatory.FontSize = Enum.FontSize.Size18
  217. Observatory.Text = "Observatory"
  218. Observatory.TextColor3 = Color3.new(1, 1, 1)
  219. Observatory.TextSize = 18
  220. Observatory.MouseButton1Down:connect(function()
  221. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Observatory.CFrame
  222. end)
  223.  
  224. Heli.Name = "Heli"
  225. Heli.Parent = Main
  226. Heli.BorderSizePixel = 0
  227. Heli.Position = UDim2.new(0, 0, 0.391176462, 0)
  228. Heli.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  229. Heli.Modal = true
  230. Heli.Style = Enum.ButtonStyle.RobloxRoundButton
  231. Heli.Font = Enum.Font.Arial
  232. Heli.FontSize = Enum.FontSize.Size18
  233. Heli.Text = "Heli"
  234. Heli.TextColor3 = Color3.new(1, 1, 1)
  235. Heli.TextSize = 18
  236. Heli.MouseButton1Down:connect(function()
  237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Heli.CFrame
  238. end)
  239.  
  240. Lighthouse.Name = "Lighthouse"
  241. Lighthouse.Parent = Main
  242. Lighthouse.BorderSizePixel = 0
  243. Lighthouse.Position = UDim2.new(0, 0, 0.808823526, 0)
  244. Lighthouse.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  245. Lighthouse.Modal = true
  246. Lighthouse.Style = Enum.ButtonStyle.RobloxRoundButton
  247. Lighthouse.Font = Enum.Font.Arial
  248. Lighthouse.FontSize = Enum.FontSize.Size18
  249. Lighthouse.Text = "Lighthouse"
  250. Lighthouse.TextColor3 = Color3.new(1, 1, 1)
  251. Lighthouse.TextSize = 18
  252. Lighthouse.MouseButton1Down:connect(function()
  253. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Lighthouse.CFrame
  254. end)
  255.  
  256. NoFog.Name = "No Fog"
  257. NoFog.Parent = Main
  258. NoFog.BorderSizePixel = 0
  259. NoFog.Position = UDim2.new(0.545000017, 0, 0.911000013, 0)
  260. NoFog.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  261. NoFog.Modal = true
  262. NoFog.Style = Enum.ButtonStyle.RobloxRoundButton
  263. NoFog.Font = Enum.Font.Arial
  264. NoFog.FontSize = Enum.FontSize.Size18
  265. NoFog.Text = "No Fog"
  266. NoFog.TextColor3 = Color3.new(1, 1, 1)
  267. NoFog.TextSize = 18
  268. NoFog.MouseButton1Down:connect(function()
  269. while true do
  270. wait()
  271. game.Lighting.FogEnd = 100000
  272. end
  273. end)
  274.  
  275. Close.Name = "Close"
  276. Close.Parent = Main
  277. Close.BorderSizePixel = 0
  278. Close.Position = UDim2.new(0, 0, 0.00588235306, 0)
  279. Close.Size = UDim2.new(0.166223004, 0, 0.10882353, 0)
  280. Close.Modal = true
  281. Close.Style = Enum.ButtonStyle.RobloxRoundButton
  282. Close.Font = Enum.Font.Arial
  283. Close.FontSize = Enum.FontSize.Size18
  284. Close.Text = "Close"
  285. Close.TextColor3 = Color3.new(1, 1, 1)
  286. Close.TextSize = 18
  287. Close.MouseButton1Down:connect(function()
  288. Main.Visible = false
  289. Secondary.Visible = true
  290. end)
  291.  
  292. function doit(hey)
  293. local t1 = Instance.new('SurfaceGui',hey)
  294. t1.AlwaysOnTop = true
  295. local t1g = Instance.new('Frame',t1)
  296. t1g.Size = UDim2.new(1,0,1,0)
  297. t1g.BackgroundColor3 = t1.Parent.BrickColor.Color
  298. local t2 = Instance.new('SurfaceGui',hey)
  299. t2.AlwaysOnTop = true
  300. t2.Face = Enum.NormalId.Right
  301. local t2g = Instance.new('Frame',t2)
  302. t2g.Size = UDim2.new(1,0,1,0)
  303. t2g.BackgroundColor3 = t2.Parent.BrickColor.Color
  304. local t3 = Instance.new('SurfaceGui',hey)
  305. t3.AlwaysOnTop = true
  306. t3.Face = Enum.NormalId.Left
  307. local t3g = Instance.new('Frame',t3)
  308. t3g.Size = UDim2.new(1,0,1,0)
  309. t3g.BackgroundColor3 = t3.Parent.BrickColor.Color
  310. local t4 = Instance.new('SurfaceGui',hey)
  311. t4.AlwaysOnTop = true
  312. t4.Face = Enum.NormalId.Back
  313. local t4g = Instance.new('Frame',t4)
  314. t4g.Size = UDim2.new(1,0,1,0)
  315. t4g.BackgroundColor3 = t4.Parent.BrickColor.Color
  316. local t5 = Instance.new('SurfaceGui',hey)
  317. t5.AlwaysOnTop = true
  318. t5.Face = Enum.NormalId.Top
  319. local t5g = Instance.new('Frame',t5)
  320. t5g.Size = UDim2.new(1,0,1,0)
  321. t5g.BackgroundColor3 = t5.Parent.BrickColor.Color
  322. local t6 = Instance.new('SurfaceGui',hey)
  323. t6.AlwaysOnTop = true
  324. t6.Face = Enum.NormalId.Bottom
  325. local t6g = Instance.new('Frame',t6)
  326. t6g.Size = UDim2.new(1,0,1,0)
  327. t6g.BackgroundColor3 = t6.Parent.BrickColor.Color
  328. end
  329. function undo(chr)
  330. for i,v in pairs(chr:GetChildren()) do
  331. if v.ClassName == "Part" or v.ClassName == "MeshPart" then
  332. for a,c in pairs(v:GetChildren()) do
  333. if c.ClassName == "SurfaceGui" then
  334. c:Destroy()
  335. end
  336. if c.ClassName == "BillboardGui" and c.Name == "thingyye" then
  337. c:Destroy()
  338. end
  339. end
  340. end
  341. end
  342. end
  343.  
  344. ESP.Name = "ESP"
  345. ESP.Parent = Main
  346. ESP.BorderSizePixel = 0
  347. ESP.Position = UDim2.new(0.545000017, 0, 0.809000015, 0)
  348. ESP.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  349. ESP.Modal = true
  350. ESP.Style = Enum.ButtonStyle.RobloxRoundButton
  351. ESP.Font = Enum.Font.Arial
  352. ESP.FontSize = Enum.FontSize.Size18
  353. ESP.Text = "ESP On"
  354. ESP.TextColor3 = Color3.new(1, 1, 1)
  355. ESP.TextSize = 18
  356. ESP.MouseButton1Down:connect(function()
  357. if ESP.Text == "ESP On" then
  358. ESP.Text = "ESP Off"
  359. on = true
  360. for i,v in pairs(game.Players:GetChildren()) do
  361. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  362. if v.Character:FindFirstChild('Head') then
  363. local bill = Instance.new('BillboardGui',v.Character.Head)
  364. bill.Name = "thingyye"
  365. bill.AlwaysOnTop = true
  366. bill.Size = UDim2.new(2,1,2)
  367. bill.Adornee = v.Character.Head
  368. local txt = Instance.new('TextLabel',bill)
  369. txt.Text = v.Name
  370. txt.BackgroundTransparency = 1
  371. txt.Size = UDim2.new(1,0,1,0)
  372. txt.TextColor3 = v.TeamColor.Color
  373. end
  374. for a,c in pairs(v.Character:GetChildren()) do
  375. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  376. doit(c)
  377. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  378. doit(c)
  379. end
  380. end
  381. end
  382. end
  383. else
  384. ESP.Text = "ESP On"
  385. on = false
  386. for i,v in pairs(game.Players:GetChildren()) do
  387. undo(v.Character)
  388. end
  389. end
  390. end)
  391.  
  392. for i,v in pairs(game.Players:GetChildren()) do
  393. v.CharacterAdded:connect(function()
  394. v.Character:WaitForChild('Head')
  395. wait(1)
  396. if on == true then
  397. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  398. if v.Character:FindFirstChild('Head') then
  399. local bill = Instance.new('BillboardGui',v.Character.Head)
  400. bill.Name = "thingyye"
  401. bill.AlwaysOnTop = true
  402. bill.Size = UDim2.new(2,1,2)
  403. bill.Adornee = v.Character.Head
  404. local txt = Instance.new('TextLabel',bill)
  405. txt.Text = v.Name
  406. txt.BackgroundTransparency = 1
  407. txt.Size = UDim2.new(1,0,1,0)
  408. txt.TextColor3 = v.TeamColor.Color
  409. end
  410. for a,c in pairs(v.Character:GetChildren()) do
  411. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  412. doit(c)
  413. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  414. doit(c)
  415. end
  416. end
  417. end
  418. end
  419. end)
  420. end
  421.  
  422. Locations.Name = "Locations"
  423. Locations.Parent = Main
  424. Locations.BorderSizePixel = 0
  425. Locations.Position = UDim2.new(0, 0, 0.911032021, 0)
  426. Locations.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
  427. Locations.Modal = true
  428. Locations.Style = Enum.ButtonStyle.RobloxRoundButton
  429. Locations.Font = Enum.Font.Arial
  430. Locations.FontSize = Enum.FontSize.Size18
  431. Locations.Text = "Location Markers On"
  432. Locations.TextColor3 = Color3.new(1, 1, 1)
  433. Locations.TextSize = 18
  434. Locations.MouseButton1Down:connect(function()
  435. if Locations.Text == "Location Markers On" then
  436. Locations.Text = "Location Markers Off"
  437. game.Workspace.Locations.Ship.BillboardGui.Frame.Visible = true
  438. game.Workspace.Locations.Hartford.BillboardGui.Frame.Visible = true
  439. game.Workspace.Locations.Fremont.BillboardGui.Frame.Visible = true
  440. game.Workspace.Locations.Farmville.BillboardGui.Frame.Visible = true
  441. game.Workspace.Locations.Beaufort.BillboardGui.Frame.Visible = true
  442. game.Workspace.Locations.Farms.BillboardGui.Frame.Visible = true
  443. game.Workspace.Locations['Fremont Cliffs'].BillboardGui.Frame.Visible = true
  444. game.Workspace.Locations['Hartford Valley'].BillboardGui.Frame.Visible = true
  445. game.Workspace.Locations['Beaufort Cliffs'].BillboardGui.Frame.Visible = true
  446. game.Workspace.Locations.Peninsula.BillboardGui.Frame.Visible = true
  447. game.Workspace.Locations.Observatory.BillboardGui.Frame.Visible = true
  448. game.Workspace.Locations.Heli.BillboardGui.Frame.Visible = true
  449. game.Workspace.Locations.Lighthouse.BillboardGui.Frame.Visible = true
  450. else
  451. Locations.Text = "Location Markers On"
  452. game.Workspace.Locations.Ship.BillboardGui.Frame.Visible = false
  453. game.Workspace.Locations.Hartford.BillboardGui.Frame.Visible = false
  454. game.Workspace.Locations.Fremont.BillboardGui.Frame.Visible = false
  455. game.Workspace.Locations.Farmville.BillboardGui.Frame.Visible = false
  456. game.Workspace.Locations.Beaufort.BillboardGui.Frame.Visible = false
  457. game.Workspace.Locations.Farms.BillboardGui.Frame.Visible = false
  458. game.Workspace.Locations['Fremont Cliffs'].BillboardGui.Frame.Visible = false
  459. game.Workspace.Locations['Hartford Valley'].BillboardGui.Frame.Visible = false
  460. game.Workspace.Locations['Beaufort Cliffs'].BillboardGui.Frame.Visible = false
  461. game.Workspace.Locations.Peninsula.BillboardGui.Frame.Visible = false
  462. game.Workspace.Locations.Observatory.BillboardGui.Frame.Visible = false
  463. game.Workspace.Locations.Heli.BillboardGui.Frame.Visible = false
  464. game.Workspace.Locations.Lighthouse.BillboardGui.Frame.Visible = false
  465. end
  466. end)
  467.  
  468.  
  469. Secondary.Name = "Secondary"
  470. Secondary.Parent = NotForExploiting
  471. Secondary.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  472. Secondary.BackgroundTransparency = 1
  473. Secondary.BorderColor3 = Color3.new(0.0431373, 0.0745098, 0.207843)
  474. Secondary.BorderSizePixel = 0
  475. Secondary.Position = UDim2.new(0.657142878, 0, 0.580684602, 0)
  476. Secondary.Size = UDim2.new(0.34375, 0, 0.415647924, 0)
  477. Secondary.Visible = false
  478.  
  479. Open.Name = "Open"
  480. Open.Parent = Secondary
  481. Open.BorderSizePixel = 0
  482. Open.Position = UDim2.new(0.831115007, 0, 0.032352943, 0)
  483. Open.Size = UDim2.new(0.166223004, 0, 0.102941178, 0)
  484. Open.Modal = true
  485. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  486. Open.Font = Enum.Font.Arial
  487. Open.FontSize = Enum.FontSize.Size18
  488. Open.Text = "Open"
  489. Open.TextColor3 = Color3.new(1, 1, 1)
  490. Open.TextSize = 18
  491. Open.MouseButton1Down:connect(function()
  492. Main.Visible = true
  493. Secondary.Visible = false
  494. end)
  495.  
  496. local BillboardGui = Instance.new("BillboardGui")
  497. local Frame = Instance.new("Frame")
  498. local TextLabel = Instance.new("TextLabel")
  499.  
  500. BillboardGui.Parent = game.Workspace.Locations.Ship
  501. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  502. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  503.  
  504. Frame.Parent = BillboardGui
  505. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  506. Frame.BackgroundTransparency = 1
  507. Frame.Size = UDim2.new(0, 150, 0, 50)
  508. Frame.Visible = false
  509.  
  510. TextLabel.Parent = Frame
  511. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  512. TextLabel.BackgroundTransparency = 1
  513. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  514. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  515. TextLabel.Font = Enum.Font.Cartoon
  516. TextLabel.FontSize = Enum.FontSize.Size18
  517. TextLabel.Text = "Ship"
  518. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  519. TextLabel.TextSize = 24
  520.  
  521. local BillboardGui = Instance.new("BillboardGui")
  522. local Frame = Instance.new("Frame")
  523. local TextLabel = Instance.new("TextLabel")
  524.  
  525.  
  526. BillboardGui.Parent = game.Workspace.Locations.Hartford
  527. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  528. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  529. BillboardGui.AlwaysOnTop = true
  530.  
  531. Frame.Parent = BillboardGui
  532. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  533. Frame.BackgroundTransparency = 1
  534. Frame.Size = UDim2.new(0, 150, 0, 50)
  535. Frame.Visible = false
  536.  
  537. TextLabel.Parent = Frame
  538. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  539. TextLabel.BackgroundTransparency = 1
  540. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  541. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  542. TextLabel.Font = Enum.Font.Cartoon
  543. TextLabel.FontSize = Enum.FontSize.Size18
  544. TextLabel.Text = "Hartford"
  545. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  546. TextLabel.TextSize = 24
  547.  
  548. local BillboardGui = Instance.new("BillboardGui")
  549. local Frame = Instance.new("Frame")
  550. local TextLabel = Instance.new("TextLabel")
  551.  
  552. BillboardGui.Parent = game.Workspace.Locations.Fremont
  553. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  554. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  555. BillboardGui.AlwaysOnTop = true
  556.  
  557. Frame.Parent = BillboardGui
  558. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  559. Frame.BackgroundTransparency = 1
  560. Frame.Size = UDim2.new(0, 150, 0, 50)
  561. Frame.Visible = false
  562.  
  563. TextLabel.Parent = Frame
  564. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  565. TextLabel.BackgroundTransparency = 1
  566. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  567. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  568. TextLabel.Font = Enum.Font.Cartoon
  569. TextLabel.FontSize = Enum.FontSize.Size18
  570. TextLabel.Text = "Fremont"
  571. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  572. TextLabel.TextSize = 24
  573.  
  574. local BillboardGui = Instance.new("BillboardGui")
  575. local Frame = Instance.new("Frame")
  576. local TextLabel = Instance.new("TextLabel")
  577.  
  578. BillboardGui.Parent = game.Workspace.Locations.Farmville
  579. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  580. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  581. BillboardGui.AlwaysOnTop = true
  582.  
  583. Frame.Parent = BillboardGui
  584. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  585. Frame.BackgroundTransparency = 1
  586. Frame.Size = UDim2.new(0, 150, 0, 50)
  587. Frame.Visible = false
  588.  
  589. TextLabel.Parent = Frame
  590. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  591. TextLabel.BackgroundTransparency = 1
  592. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  593. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  594. TextLabel.Font = Enum.Font.Cartoon
  595. TextLabel.FontSize = Enum.FontSize.Size18
  596. TextLabel.Text = "Farmville"
  597. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  598. TextLabel.TextSize = 24
  599.  
  600. local BillboardGui = Instance.new("BillboardGui")
  601. local Frame = Instance.new("Frame")
  602. local TextLabel = Instance.new("TextLabel")
  603.  
  604. BillboardGui.Parent = game.Workspace.Locations.Beaufort
  605. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  606. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  607. BillboardGui.AlwaysOnTop = true
  608.  
  609. Frame.Parent = BillboardGui
  610. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  611. Frame.BackgroundTransparency = 1
  612. Frame.Size = UDim2.new(0, 150, 0, 50)
  613. Frame.Visible = false
  614.  
  615. TextLabel.Parent = Frame
  616. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  617. TextLabel.BackgroundTransparency = 1
  618. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  619. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  620. TextLabel.Font = Enum.Font.Cartoon
  621. TextLabel.FontSize = Enum.FontSize.Size18
  622. TextLabel.Text = "Beaufort"
  623. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  624. TextLabel.TextSize = 24
  625.  
  626. local BillboardGui = Instance.new("BillboardGui")
  627. local Frame = Instance.new("Frame")
  628. local TextLabel = Instance.new("TextLabel")
  629.  
  630. BillboardGui.Parent = game.Workspace.Locations.Farms
  631. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  632. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  633. BillboardGui.AlwaysOnTop = true
  634.  
  635. Frame.Parent = BillboardGui
  636. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  637. Frame.BackgroundTransparency = 1
  638. Frame.Size = UDim2.new(0, 150, 0, 50)
  639. Frame.Visible = false
  640.  
  641. TextLabel.Parent = Frame
  642. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  643. TextLabel.BackgroundTransparency = 1
  644. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  645. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  646. TextLabel.Font = Enum.Font.Cartoon
  647. TextLabel.FontSize = Enum.FontSize.Size18
  648. TextLabel.Text = "Farms"
  649. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  650. TextLabel.TextSize = 24
  651.  
  652. local BillboardGui = Instance.new("BillboardGui")
  653. local Frame = Instance.new("Frame")
  654. local TextLabel = Instance.new("TextLabel")
  655.  
  656. BillboardGui.Parent = game.Workspace.Locations['Fremont Cliffs']
  657. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  658. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  659. BillboardGui.AlwaysOnTop = true
  660.  
  661. Frame.Parent = BillboardGui
  662. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  663. Frame.BackgroundTransparency = 1
  664. Frame.Size = UDim2.new(0, 150, 0, 50)
  665. Frame.Visible = false
  666.  
  667. TextLabel.Parent = Frame
  668. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  669. TextLabel.BackgroundTransparency = 1
  670. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  671. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  672. TextLabel.Font = Enum.Font.Cartoon
  673. TextLabel.FontSize = Enum.FontSize.Size18
  674. TextLabel.Text = "Fremont Cliffs"
  675. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  676. TextLabel.TextSize = 24
  677.  
  678. local BillboardGui = Instance.new("BillboardGui")
  679. local Frame = Instance.new("Frame")
  680. local TextLabel = Instance.new("TextLabel")
  681.  
  682. BillboardGui.Parent = game.Workspace.Locations['Hartford Valley']
  683. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  684. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  685. BillboardGui.AlwaysOnTop = true
  686.  
  687. Frame.Parent = BillboardGui
  688. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  689. Frame.BackgroundTransparency = 1
  690. Frame.Size = UDim2.new(0, 150, 0, 50)
  691. Frame.Visible = false
  692.  
  693. TextLabel.Parent = Frame
  694. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  695. TextLabel.BackgroundTransparency = 1
  696. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  697. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  698. TextLabel.Font = Enum.Font.Cartoon
  699. TextLabel.FontSize = Enum.FontSize.Size18
  700. TextLabel.Text = "Hartford Valley"
  701. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  702. TextLabel.TextSize = 24
  703.  
  704. local BillboardGui = Instance.new("BillboardGui")
  705. local Frame = Instance.new("Frame")
  706. local TextLabel = Instance.new("TextLabel")
  707.  
  708. BillboardGui.Parent = game.Workspace.Locations['Beaufort Cliffs']
  709. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  710. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  711. BillboardGui.AlwaysOnTop = true
  712.  
  713. Frame.Parent = BillboardGui
  714. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  715. Frame.BackgroundTransparency = 1
  716. Frame.Size = UDim2.new(0, 150, 0, 50)
  717. Frame.Visible = false
  718.  
  719. TextLabel.Parent = Frame
  720. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  721. TextLabel.BackgroundTransparency = 1
  722. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  723. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  724. TextLabel.Font = Enum.Font.Cartoon
  725. TextLabel.FontSize = Enum.FontSize.Size18
  726. TextLabel.Text = "Beaufort Cliffs"
  727. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  728. TextLabel.TextSize = 24
  729.  
  730. local BillboardGui = Instance.new("BillboardGui")
  731. local Frame = Instance.new("Frame")
  732. local TextLabel = Instance.new("TextLabel")
  733.  
  734. BillboardGui.Parent = game.Workspace.Locations.Peninsula
  735. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  736. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  737. BillboardGui.AlwaysOnTop = true
  738.  
  739. Frame.Parent = BillboardGui
  740. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  741. Frame.BackgroundTransparency = 1
  742. Frame.Size = UDim2.new(0, 150, 0, 50)
  743. Frame.Visible = false
  744.  
  745. TextLabel.Parent = Frame
  746. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  747. TextLabel.BackgroundTransparency = 1
  748. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  749. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  750. TextLabel.Font = Enum.Font.Cartoon
  751. TextLabel.FontSize = Enum.FontSize.Size18
  752. TextLabel.Text = "Peninsula"
  753. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  754. TextLabel.TextSize = 24
  755.  
  756. local BillboardGui = Instance.new("BillboardGui")
  757. local Frame = Instance.new("Frame")
  758. local TextLabel = Instance.new("TextLabel")
  759.  
  760. BillboardGui.Parent = game.Workspace.Locations.Observatory
  761. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  762. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  763. BillboardGui.AlwaysOnTop = true
  764.  
  765. Frame.Parent = BillboardGui
  766. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  767. Frame.BackgroundTransparency = 1
  768. Frame.Size = UDim2.new(0, 150, 0, 50)
  769. Frame.Visible = false
  770.  
  771. TextLabel.Parent = Frame
  772. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  773. TextLabel.BackgroundTransparency = 1
  774. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  775. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  776. TextLabel.Font = Enum.Font.Cartoon
  777. TextLabel.FontSize = Enum.FontSize.Size18
  778. TextLabel.Text = "Observatory"
  779. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  780. TextLabel.TextSize = 24
  781.  
  782. local BillboardGui = Instance.new("BillboardGui")
  783. local Frame = Instance.new("Frame")
  784. local TextLabel = Instance.new("TextLabel")
  785.  
  786. BillboardGui.Parent = game.Workspace.Locations.Heli
  787. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  788. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  789. BillboardGui.AlwaysOnTop = true
  790.  
  791. Frame.Parent = BillboardGui
  792. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  793. Frame.BackgroundTransparency = 1
  794. Frame.Size = UDim2.new(0, 150, 0, 50)
  795. Frame.Visible = false
  796.  
  797. TextLabel.Parent = Frame
  798. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  799. TextLabel.BackgroundTransparency = 1
  800. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  801. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  802. TextLabel.Font = Enum.Font.Cartoon
  803. TextLabel.FontSize = Enum.FontSize.Size18
  804. TextLabel.Text = "Heli"
  805. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  806. TextLabel.TextSize = 24
  807.  
  808. local BillboardGui = Instance.new("BillboardGui")
  809. local Frame = Instance.new("Frame")
  810. local TextLabel = Instance.new("TextLabel")
  811.  
  812. BillboardGui.Parent = game.Workspace.Locations.Lighthouse
  813. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  814. BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
  815. BillboardGui.AlwaysOnTop = true
  816.  
  817. Frame.Parent = BillboardGui
  818. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  819. Frame.BackgroundTransparency = 1
  820. Frame.Size = UDim2.new(0, 150, 0, 50)
  821. Frame.Visible = false
  822.  
  823. TextLabel.Parent = Frame
  824. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  825. TextLabel.BackgroundTransparency = 1
  826. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  827. TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
  828. TextLabel.Font = Enum.Font.Cartoon
  829. TextLabel.FontSize = Enum.FontSize.Size18
  830. TextLabel.Text = "Lighthouse"
  831. TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
  832. TextLabel.TextSize = 24
Add Comment
Please, Sign In to add comment