Advertisement
JESUSCRACK201

hack de area 51

Feb 12th, 2021
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.45 KB | None | 0 0
  1. -- Ghostmode65
  2. -- Gui 3.2
  3. -- Survive and Kill the Killers in Area 51 !!!
  4. --Couple Issues fixed, fixing juggernaut hitbox, sometimes work sometimes odes not.
  5.  
  6.  
  7. local Main = Instance.new("ScreenGui")
  8. local open = Instance.new("Frame")
  9. local Open = Instance.new("TextButton")
  10. local MainGui = Instance.new("Frame")
  11. local ScrollingMainFrame = Instance.new("ScrollingFrame")
  12. local Codes = Instance.new("TextButton")
  13. local Guns = Instance.new("TextButton")
  14. local Rooms = Instance.new("TextButton")
  15. local Ignore = Instance.new("TextButton")
  16. local RemoveDoors = Instance.new("TextButton")
  17. local GodMode = Instance.new("TextButton")
  18. local Ammo = Instance.new("TextButton")
  19. local InfiniteAmmo = Instance.new("TextButton")
  20. local AllGuns = Instance.new("TextButton")
  21. local DeleteTool = Instance.new("TextButton")
  22. local MoreToCome = Instance.new("TextButton")
  23. local MoreToCome_2 = Instance.new("TextButton")
  24. local MoreToCome_3 = Instance.new("TextButton")
  25. local MoreToCome_4 = Instance.new("TextButton")
  26. local TextLabel = Instance.new("TextLabel")
  27. local Guns_2 = Instance.new("Frame")
  28. local ScrollingFrame = Instance.new("ScrollingFrame")
  29. local RayGun = Instance.new("TextButton")
  30. local Sniper = Instance.new("TextButton")
  31. local Assualt = Instance.new("TextButton")
  32. local Pistiol = Instance.new("TextButton")
  33. local ShotGun = Instance.new("TextButton")
  34. local Future = Instance.new("TextButton")
  35. local Awp = Instance.new("TextButton")
  36. local Rifle = Instance.new("TextButton")
  37. local Subgun = Instance.new("TextButton")
  38. local Future_2 = Instance.new("TextButton")
  39. local Back = Instance.new("TextButton")
  40. local Codes_2 = Instance.new("Frame")
  41. local ScrollingFrame_2 = Instance.new("ScrollingFrame")
  42. local Truck = Instance.new("TextButton")
  43. local SpawnSign = Instance.new("TextButton")
  44. local ClownRoom = Instance.new("TextButton")
  45. local Kitchen = Instance.new("TextButton")
  46. local Camras = Instance.new("TextButton")
  47. local Slendermen = Instance.new("TextButton")
  48. local Crates = Instance.new("TextButton")
  49. local TpDevice = Instance.new("TextButton")
  50. local Sewer = Instance.new("TextButton")
  51. local Gate1 = Instance.new("TextButton")
  52. local Gate2 = Instance.new("TextButton")
  53. local GateRoom = Instance.new("TextButton")
  54. local RandomPc = Instance.new("TextButton")
  55. local Cafe = Instance.new("TextButton")
  56. local Sonci = Instance.new("TextButton")
  57. local MeetingRoom = Instance.new("TextButton")
  58. local Packapunchwall = Instance.new("TextButton")
  59. local Back_2 = Instance.new("TextButton")
  60. local Rooms_2 = Instance.new("Frame")
  61. local ScrollingFrame_3 = Instance.new("ScrollingFrame")
  62. local Spawn = Instance.new("TextButton")
  63. local Firstroom = Instance.new("TextButton")
  64. local Ammo_2 = Instance.new("TextButton")
  65. local Camras_2 = Instance.new("TextButton")
  66. local Kitchen_2 = Instance.new("TextButton")
  67. local Packapunch = Instance.new("TextButton")
  68. local UFo = Instance.new("TextButton")
  69. local LockedRoom = Instance.new("TextButton")
  70. local Commandarea = Instance.new("TextButton")
  71. local JailCells = Instance.new("TextButton")
  72. local More = Instance.new("TextButton")
  73. local More_2 = Instance.new("TextButton")
  74. local More_3 = Instance.new("TextButton")
  75. local More_4 = Instance.new("TextButton")
  76. local More_5 = Instance.new("TextButton")
  77. local More_6 = Instance.new("TextButton")
  78. local More_7 = Instance.new("TextButton")
  79. local Back_3 = Instance.new("TextButton")
  80. local Extra = Instance.new("Frame")
  81. local ScrollingFrame_4 = Instance.new("ScrollingFrame")
  82. local TextButton = Instance.new("TextButton")
  83. local TextButton_2 = Instance.new("TextButton")
  84. local TextButton_3 = Instance.new("TextButton")
  85. local TextButton_4 = Instance.new("TextButton")
  86. local TextButton_5 = Instance.new("TextButton")
  87. local TextButton_6 = Instance.new("TextButton")
  88. local TextButton_7 = Instance.new("TextButton")
  89. local TextButton_8 = Instance.new("TextButton")
  90. local TextButton_9 = Instance.new("TextButton")
  91. local Back_4 = Instance.new("TextButton")
  92.  
  93. --Properties:
  94.  
  95. Main.Name = "Main"
  96. Main.Parent = game.CoreGui
  97. Main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  98.  
  99. open.Name = "open"
  100. open.Parent = Main
  101. open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  102. open.Position = UDim2.new(0.0826709047, 0, 0.106122464, 0)
  103. open.Size = UDim2.new(0, 92, 0, 65)
  104.  
  105. Open.Name = "Open"
  106. Open.Parent = open
  107. Open.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  108. Open.Position = UDim2.new(-0.0652173758, 0, 0, 0)
  109. Open.Size = UDim2.new(0, 98, 0, 65)
  110. Open.Font = Enum.Font.SourceSans
  111. Open.Text = "Ghostmode"
  112. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. Open.TextSize = 20.000
  114. Open.Draggable = true
  115. Open.MouseButton1Down:connect(function()
  116. MainGui.Visible = true
  117. open.Visible = false
  118. end)
  119.  
  120. MainGui.Name = "MainGui"
  121. MainGui.Parent = Main
  122. MainGui.Active = true
  123. MainGui.BackgroundColor3 = Color3.fromRGB(64, 156, 255)
  124. MainGui.BackgroundTransparency = 0.200
  125. MainGui.BorderSizePixel = 0
  126. MainGui.Position = UDim2.new(-0.000580700231, 0, 0.259183675, 0)
  127. MainGui.Size = UDim2.new(0, 195, 0, 316)
  128. MainGui.Visible = false
  129. MainGui.Draggable = true
  130.  
  131.  
  132. ScrollingMainFrame.Name = "Scrolling Main Frame"
  133. ScrollingMainFrame.Parent = MainGui
  134. ScrollingMainFrame.Active = true
  135. ScrollingMainFrame.BackgroundColor3 = Color3.fromRGB(28, 218, 255)
  136. ScrollingMainFrame.BackgroundTransparency = 1.000
  137. ScrollingMainFrame.Position = UDim2.new(0.00277040922, 0, 0.091772154, 0)
  138. ScrollingMainFrame.Size = UDim2.new(0, 194, 0, 287)
  139.  
  140. Codes.Name = "Codes"
  141. Codes.Parent = ScrollingMainFrame
  142. Codes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  143. Codes.BackgroundTransparency = 1.000
  144. Codes.Position = UDim2.new(0.0618556701, 0, 0.0117800888, 0)
  145. Codes.Size = UDim2.new(0, 168, 0, 44)
  146. Codes.Font = Enum.Font.SourceSans
  147. Codes.Text = "Code Areas"
  148. Codes.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. Codes.TextSize = 14.000
  150. Codes.MouseButton1Down:connect(function()
  151. MainGui.Visible = false
  152. Codes_2.Visible = true
  153. end)
  154.  
  155.  
  156. Guns.Name = "Guns"
  157. Guns.Parent = ScrollingMainFrame
  158. Guns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  159. Guns.BackgroundTransparency = 1.000
  160. Guns.Position = UDim2.new(0.0618556701, 0, 0.151020586, 0)
  161. Guns.Size = UDim2.new(0, 168, 0, 44)
  162. Guns.Font = Enum.Font.SourceSans
  163. Guns.Text = "Guns"
  164. Guns.TextColor3 = Color3.fromRGB(0, 0, 0)
  165. Guns.TextSize = 14.000
  166. Guns.MouseButton1Down:connect(function()
  167. MainGui.Visible = false
  168. Guns_2.Visible = true
  169. end)
  170.  
  171.  
  172. Rooms.Name = "Rooms"
  173. Rooms.Parent = ScrollingMainFrame
  174. Rooms.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. Rooms.BackgroundTransparency = 1.000
  176. Rooms.Position = UDim2.new(0.0618556701, 0, 0.0814003348, 0)
  177. Rooms.Size = UDim2.new(0, 168, 0, 44)
  178. Rooms.Font = Enum.Font.SourceSans
  179. Rooms.Text = "Rooms"
  180. Rooms.TextColor3 = Color3.fromRGB(0, 0, 0)
  181. Rooms.TextSize = 14.000
  182. Rooms.MouseButton1Down:connect(function()
  183. MainGui.Visible = false
  184. Rooms_2.Visible = true
  185. end)
  186.  
  187. Ignore.Name = "Ignore"
  188. Ignore.Parent = ScrollingMainFrame
  189. Ignore.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190. Ignore.BackgroundTransparency = 1.000
  191. Ignore.Position = UDim2.new(0.0618556701, 0, 0.220640823, 0)
  192. Ignore.Size = UDim2.new(0, 168, 0, 44)
  193. Ignore.Font = Enum.Font.SourceSans
  194. Ignore.Text = "Killers Ingore You"
  195. Ignore.TextColor3 = Color3.fromRGB(0, 0, 0)
  196. Ignore.TextSize = 14.000
  197. Ignore.MouseButton1Down:connect(function()
  198. Local = game:GetService('Players').LocalPlayer
  199. Char = Local.Character
  200. touched,tpdback = false, false
  201. Local.CharacterAdded:connect(function(char)
  202. if script.Disabled ~= true then
  203. wait(.25)
  204. loc = Char.HumanoidRootPart.Position
  205. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  206. end
  207. end)
  208. game:GetService('UserInputService').InputBegan:connect(function(key)
  209. if key.KeyCode == Enum.KeyCode.Equals then
  210. if script.Disabled ~= true then
  211. script.Disabled = true
  212. print'you may re-execute'
  213. end
  214. end
  215. end)
  216. box = Instance.new('Part',workspace)
  217. box.Anchored = true
  218. box.CanCollide = true
  219. box.Size = Vector3.new(10,1,10)
  220. box.Position = Vector3.new(0,10000,0)
  221. box.Touched:connect(function(part)
  222. if (part.Parent.Name == Local.Name) then
  223. if touched == false then
  224. touched = true
  225. function apply()
  226. if script.Disabled ~= true then
  227. no = Char.HumanoidRootPart:Clone()
  228. wait(.25)
  229. Char.HumanoidRootPart:Destroy()
  230. no.Parent = Char
  231. Char:MoveTo(loc)
  232. touched = false
  233. end end
  234. if Char then
  235. apply()
  236. end
  237. end
  238. end
  239. end)
  240. repeat wait() until Char
  241. loc = Char.HumanoidRootPart.Position
  242. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  243. end)
  244.  
  245. RemoveDoors.Name = "Remove Doors"
  246. RemoveDoors.Parent = ScrollingMainFrame
  247. RemoveDoors.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  248. RemoveDoors.BackgroundTransparency = 1.000
  249. RemoveDoors.Position = UDim2.new(0.0567010306, 0, 0.29026106, 0)
  250. RemoveDoors.Size = UDim2.new(0, 168, 0, 44)
  251. RemoveDoors.Font = Enum.Font.SourceSans
  252. RemoveDoors.Text = "Remove Doors"
  253. RemoveDoors.TextColor3 = Color3.fromRGB(0, 0, 0)
  254. RemoveDoors.TextSize = 14.000
  255. RemoveDoors.MouseButton1Down:connect(function()
  256. game.Workspace.AREA51.Doors.Vertical.ToComptersRoom.Door.Door:Destroy()
  257. game.Workspace.AREA51.Doors.Vertical.EntranceOfArea.Door.Door:Destroy()
  258. game.Workspace.AREA51.Doors.Horizontal.ComputersRoomRight.Door.Door:Destroy()
  259. game.Workspace.AREA51.Doors.Horizontal.ComputersRoomLeft.Door.Door:Destroy()
  260. game.Workspace.AREA51.Doors.Vertical.ComputersRoom.Door.Door:Destroy()
  261. game.Workspace.AREA51.Doors.Vertical.ToMultipleRooms.Door.Door:Destroy()
  262. game.Workspace.AREA51.Doors.Vertical.ToMedicAndMeet.Door.Door:Destroy()
  263. game.Workspace.AREA51.Doors.Horizontal.ElectricityRoom.Door.Door:Destroy()
  264. game.Workspace.AREA51.Doors.Vertical.ToRadioactive.Door.Door:Destroy()
  265. game.Workspace.AREA51.Doors.Horizontal.ComputersRoomLeft.Door.Door:Destroy()
  266. game.Workspace.AREA51.Doors.Horizontal.ComputersRoomLeft.Door.Door:Destroy()
  267. game.Workspace.AREA51.Doors.Vertical.CartonsRoom.Door.Door:Destroy()
  268. game.Workspace.AREA51.Doors.Vertical.ToTeleporterRight.Door.Door:Destroy()
  269. game.Workspace.AREA51.Doors.Vertical.TeleporterRoomRight.Door.Door:Destroy()
  270. game.Workspace.AREA51.Doors.Vertical.TeleporterRoomLeft.Door.Door:Destroy()
  271. game.Workspace.AREA51.Doors.Vertical.ToTeleporterLeft.Door.Door:Destroy()
  272. game.Workspace.AREA51.Doors.Vertical.ToSurveillanceCams.Door.Door:Destroy()
  273. game.Workspace.AREA51.Doors.Horizontal.ToMenageRoom.Door.Door:Destroy()
  274. game.Workspace.AREA51.ExecutionRoom.Door.Door.Door:Destroy()
  275. game.Workspace.AREA51.Doors.Horizontal.RobotsRoom.Door.Door:Destroy()
  276. game.Workspace.AREA51.Doors.Horizontal.SmallTrapRoom.Door.Door:Destroy()
  277. game.Workspace.AREA51.Doors.Horizontal.UFORoom.Door.Door:Destroy()
  278. game.Workspace.AREA51.Doors.Vertical.TrapRoomLeft.Door.Door:Destroy()
  279. game.Workspace.AREA51.Doors.Vertical.TrapRoomRight.Door.Door:Destroy()
  280. game.Workspace.AREA51.Doors.Horizontal.ToAlienRoom.Door.DoorDestroy()
  281. game.Workspace.AREA51.Doors.Horizontal.ToUndergroundRoom.Door.DoorDestroy()
  282. game.Workspace.AREA51.Doors.Horizontal.ToExperimentRoom.Door.DoorDestroy()
  283. game.Workspace.AREA51.Doors.Vertical.ToJails.Door.DoorDestroy()
  284. game.Workspace.AREA51.JailsRoom.RotateDoor.Door:Destroy()
  285. game.Workspace.AREA51.Doors.Horizontal.ToTrainRoom.Door.Door:Destroy()
  286. game.Workspace.AREA51.Doors.Horizontal.ToNewRoom.Door.Door:Destroy()
  287. game.Workspace.AREA51.Doors.Horizontal.ToOtherNewRoom.Door.Door:Destroy()
  288. game.Workspace.AREA51.Doors.Vertical.TrainRoom.Door.Door:Destroy()
  289. game.Workspace.AREA51.Doors.Vertical.ToRayGunElevatorRoom.Door.Door:Destroy()
  290. end)
  291.  
  292. GodMode.Name = "God Mode "
  293. GodMode.Parent = ScrollingMainFrame
  294. GodMode.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  295. GodMode.BackgroundTransparency = 1.000
  296. GodMode.Position = UDim2.new(0.0567010306, 0, 0.359881371, 0)
  297. GodMode.Size = UDim2.new(0, 168, 0, 44)
  298. GodMode.Font = Enum.Font.SourceSans
  299. GodMode.Text = "God Mode"
  300. GodMode.TextColor3 = Color3.fromRGB(0, 0, 0)
  301. GodMode.TextSize = 14.000
  302. GodMode.MouseButton1Down:connect(function()
  303. local stationaryrespawn = false
  304. local needsrespawning = false
  305. local haspos = false
  306. local pos = CFrame.new()
  307. local Respawning = Instance.new("ScreenGui")
  308. local RespawningButton = Instance.new("TextButton")
  309.  
  310. Respawning.Name = "Respawning"
  311. Respawning.Parent = game.CoreGui
  312.  
  313.  
  314.  
  315.  
  316. function StatRespawn(inputObject, gameProcessedEvent)
  317. if inputObject.KeyCode == Enum.KeyCode.N and gameProcessedEvent == false then
  318. stationaryrespawn = not stationaryrespawn
  319. end
  320. end
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. game:GetService("UserInputService").InputBegan:connect(StatRespawn)
  328.  
  329.  
  330.  
  331. game:GetService('RunService').Stepped:connect(function()
  332.  
  333.  
  334. if stationaryrespawn == false and game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  335. if haspos == false then
  336. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  337. haspos = true
  338. end
  339.  
  340. needsrespawning = true
  341. end
  342.  
  343.  
  344. if needsrespawning == true then
  345. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  346. end
  347.  
  348.  
  349. if stationaryrespawn == false then
  350. RespawningButton.Text = "Returning"
  351. else
  352. RespawningButton.Text = "Not Returning"
  353. end
  354.  
  355.  
  356. end)
  357.  
  358. game.Players.LocalPlayer.CharacterAdded:connect(function()
  359. wait(0.6)
  360. needsrespawning = false
  361. haspos = false
  362. end)
  363.  
  364. game.Players.LocalPlayer.CharacterAdded:connect(function()
  365. wait(0.6)
  366. needsrespawning = false
  367. haspos = false
  368. end)
  369. end)
  370.  
  371. game.Players.LocalPlayer.CharacterAdded:connect(function()
  372. wait(0.6)
  373. needsrespawning = false
  374. haspos = false
  375. end)
  376.  
  377. Ammo.Name = "Ammo"
  378. Ammo.Parent = ScrollingMainFrame
  379. Ammo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  380. Ammo.BackgroundTransparency = 1.000
  381. Ammo.Position = UDim2.new(0.0567010306, 0, 0.429501623, 0)
  382. Ammo.Size = UDim2.new(0, 168, 0, 44)
  383. Ammo.Font = Enum.Font.SourceSans
  384. Ammo.Text = "Ammo"
  385. Ammo.TextColor3 = Color3.fromRGB(0, 0, 0)
  386. Ammo.TextSize = 14.000
  387. Ammo.MouseButton1Down:connect(function()
  388. local oldpos = workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CFrame
  389. workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  390. workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CanCollide = false
  391. wait()
  392. workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CFrame = oldpos
  393. workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CanCollide = true
  394. end)
  395.  
  396. InfiniteAmmo.Name = "Infinite Ammo"
  397. InfiniteAmmo.Parent = ScrollingMainFrame
  398. InfiniteAmmo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  399. InfiniteAmmo.BackgroundTransparency = 1.000
  400. InfiniteAmmo.Position = UDim2.new(0.0567010306, 0, 0.499121875, 0)
  401. InfiniteAmmo.Size = UDim2.new(0, 168, 0, 44)
  402. InfiniteAmmo.Font = Enum.Font.SourceSans
  403. InfiniteAmmo.Text = "Inifnite Ammo"
  404. InfiniteAmmo.TextColor3 = Color3.fromRGB(0, 0, 0)
  405. InfiniteAmmo.TextSize = 14.000
  406. InfiniteAmmo.MouseButton1Down:connect(function()
  407. while true do
  408. local oldpos = workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CFrame
  409. workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  410. workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CanCollide = false
  411. wait()
  412. workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CFrame = oldpos
  413. workspace["AREA51"]["PlantRoom"]["Box of Shells"]["Box"].CanCollide = true
  414. wait()
  415. end
  416. end)
  417.  
  418. AllGuns.Name = "All Guns"
  419. AllGuns.Parent = ScrollingMainFrame
  420. AllGuns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  421. AllGuns.BackgroundTransparency = 1.000
  422. AllGuns.Position = UDim2.new(0.0567010306, 0, 0.568742156, 0)
  423. AllGuns.Size = UDim2.new(0, 168, 0, 44)
  424. AllGuns.Font = Enum.Font.SourceSans
  425. AllGuns.Text = "All Guns"
  426. AllGuns.TextColor3 = Color3.fromRGB(0, 0, 0)
  427. AllGuns.TextSize = 14.000
  428. AllGuns.MouseButton1Down:connect(function()
  429. local descendants = workspace:GetDescendants()
  430. for i, descendant in pairs(descendants) do
  431. if string.find(descendant.Name, "PUT THE WEAPON IN") then
  432. local oldpos = descendant.CFrame
  433. descendant.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  434. descendant.CanCollide = false
  435. wait()
  436. descendant.CFrame = oldpos
  437. descendant.CanCollide = true
  438. end
  439. end
  440. end)
  441.  
  442. DeleteTool.Name = "Delete Tool"
  443. DeleteTool.Parent = ScrollingMainFrame
  444. DeleteTool.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  445. DeleteTool.BackgroundTransparency = 1.000
  446. DeleteTool.Position = UDim2.new(0.0567010306, 0, 0.636780143, 0)
  447. DeleteTool.Size = UDim2.new(0, 168, 0, 44)
  448. DeleteTool.Font = Enum.Font.SourceSans
  449. DeleteTool.Text = "Delete Tool"
  450. DeleteTool.TextColor3 = Color3.fromRGB(0, 0, 0)
  451. DeleteTool.TextSize = 14.000
  452. DeleteTool.MouseButton1Down:connect(function()
  453. local Players = game:GetService("Players")
  454. local localPlayer = Players.LocalPlayer
  455. local backpack = localPlayer:WaitForChild("Backpack")
  456. local tool = Instance.new("Tool")
  457. tool.RequiresHandle = false
  458. tool.CanBeDropped = false
  459. tool.Parent = backpack
  460. tool.Name = "Delete"
  461. tool.Equipped:Connect(function(mouse)
  462. mouse.Button1Down:Connect(function()
  463. if mouse.Target and mouse.Target.Parent then
  464. mouse.Target.Transparency = 1
  465. mouse.Target.CanCollide = false
  466. mouse.Target.Anchored = false
  467. mouse.Target.Size = Vector3.new(0,0,0)
  468. end
  469. end)
  470. end)
  471. end)
  472.  
  473. MoreToCome.Name = "More To Come"
  474. MoreToCome.Parent = ScrollingMainFrame
  475. MoreToCome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  476. MoreToCome.BackgroundTransparency = 1.000
  477. MoreToCome.Position = UDim2.new(0.0567010306, 0, 0.706400335, 0)
  478. MoreToCome.Size = UDim2.new(0, 168, 0, 44)
  479. MoreToCome.Font = Enum.Font.SourceSans
  480. MoreToCome.Text = "Juggernut HitBox Expander"
  481. MoreToCome.TextColor3 = Color3.fromRGB(0, 0, 0)
  482. MoreToCome.TextSize = 14.000
  483. MoreToCome.MouseButton1Down:connect(function()
  484. local children = game.Players:GetChildren()
  485. for i = 1, #children do
  486. local child = children[i]
  487. if child.Name~=game.Players.LocalPlayer.Name then
  488. child.Character.HumanoidRootPart.Size=Vector3.new(10,10,10)
  489. child.Character.HumanoidRootPart.Transparency=0.25
  490. end
  491. end
  492. end)
  493.  
  494.  
  495. MoreToCome_2.Name = "More To Come"
  496. MoreToCome_2.Parent = ScrollingMainFrame
  497. MoreToCome_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  498. MoreToCome_2.BackgroundTransparency = 1.000
  499. MoreToCome_2.Position = UDim2.new(0.0567010306, 0, 0.774438381, 0)
  500. MoreToCome_2.Size = UDim2.new(0, 168, 0, 44)
  501. MoreToCome_2.Font = Enum.Font.SourceSans
  502. MoreToCome_2.Text = "More To Come"
  503. MoreToCome_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  504. MoreToCome_2.TextSize = 14.000
  505.  
  506. MoreToCome_3.Name = "More To Come"
  507. MoreToCome_3.Parent = ScrollingMainFrame
  508. MoreToCome_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  509. MoreToCome_3.BackgroundTransparency = 1.000
  510. MoreToCome_3.Position = UDim2.new(0.0618556701, 0, 0.91526109, 0)
  511. MoreToCome_3.Size = UDim2.new(0, 168, 0, 44)
  512. MoreToCome_3.Font = Enum.Font.SourceSans
  513. MoreToCome_3.Text = "More To Come"
  514. MoreToCome_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  515. MoreToCome_3.TextSize = 14.000
  516.  
  517. MoreToCome_4.Name = "More To Come"
  518. MoreToCome_4.Parent = ScrollingMainFrame
  519. MoreToCome_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  520. MoreToCome_4.BackgroundTransparency = 1.000
  521. MoreToCome_4.Position = UDim2.new(0.0567010306, 0, 0.844058573, 0)
  522. MoreToCome_4.Size = UDim2.new(0, 168, 0, 44)
  523. MoreToCome_4.Font = Enum.Font.SourceSans
  524. MoreToCome_4.Text = "More To Come"
  525. MoreToCome_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  526. MoreToCome_4.TextSize = 14.000
  527.  
  528. TextLabel.Parent = MainGui
  529. TextLabel.Active = true
  530. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  531. TextLabel.Position = UDim2.new(-0.0126142064, 0, 0.00316455704, 0)
  532. TextLabel.Selectable = true
  533. TextLabel.Size = UDim2.new(0, 197, 0, 29)
  534. TextLabel.Font = Enum.Font.SourceSans
  535. TextLabel.Text = "Ghostmode V 3.2"
  536. TextLabel.TextColor3 = Color3.fromRGB(194, 8, 207)
  537. TextLabel.TextSize = 20.000
  538.  
  539. Guns_2.Name = "Guns"
  540. Guns_2.Parent = Main
  541. Guns_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  542. Guns_2.BackgroundTransparency = 0.750
  543. Guns_2.Position = UDim2.new(0, 0, 0.310204089, 0)
  544. Guns_2.Size = UDim2.new(0, 146, 0, 248)
  545. Guns_2.Visible = false
  546.  
  547. ScrollingFrame.Parent = Guns_2
  548. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  549. ScrollingFrame.BackgroundTransparency = 1.000
  550. ScrollingFrame.Position = UDim2.new(0, 0, 0.133064523, 0)
  551. ScrollingFrame.Size = UDim2.new(0, 146, 0, 215)
  552.  
  553. RayGun.Name = "RayGun"
  554. RayGun.Parent = ScrollingFrame
  555. RayGun.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  556. RayGun.BackgroundTransparency = 1.000
  557. RayGun.BorderColor3 = Color3.fromRGB(1, 52, 53)
  558. RayGun.Position = UDim2.new(0.130136982, 0, 0.0312640704, 0)
  559. RayGun.Size = UDim2.new(0, 108, 0, 27)
  560. RayGun.Font = Enum.Font.SourceSans
  561. RayGun.Text = "RayGun"
  562. RayGun.TextColor3 = Color3.fromRGB(0, 0, 0)
  563. RayGun.TextSize = 14.000
  564. RayGun.MouseButton1Down:connect(function()
  565. local x = 231.4
  566. local y = 373.7
  567. local z = 44
  568. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  569. end)
  570.  
  571. Sniper.Name = "Sniper"
  572. Sniper.Parent = ScrollingFrame
  573. Sniper.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  574. Sniper.BackgroundTransparency = 1.000
  575. Sniper.BorderColor3 = Color3.fromRGB(1, 52, 53)
  576. Sniper.Position = UDim2.new(0.130136982, 0, 0.0917479396, 0)
  577. Sniper.Size = UDim2.new(0, 108, 0, 27)
  578. Sniper.Font = Enum.Font.SourceSans
  579. Sniper.Text = "Sniper"
  580. Sniper.TextColor3 = Color3.fromRGB(0, 0, 0)
  581. Sniper.TextSize = 14.000
  582. Sniper.MouseButton1Down:connect(function()
  583. local x = 183.5
  584. local y = 306.6
  585. local z = 179
  586. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  587. end)
  588.  
  589. Assualt.Name = "Assualt"
  590. Assualt.Parent = ScrollingFrame
  591. Assualt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  592. Assualt.BackgroundTransparency = 1.000
  593. Assualt.BorderColor3 = Color3.fromRGB(1, 52, 53)
  594. Assualt.Position = UDim2.new(0.130136982, 0, 0.15424794, 0)
  595. Assualt.Size = UDim2.new(0, 108, 0, 27)
  596. Assualt.Font = Enum.Font.SourceSans
  597. Assualt.Text = "Assualt Gun"
  598. Assualt.TextColor3 = Color3.fromRGB(0, 0, 0)
  599. Assualt.TextSize = 14.000
  600. Assualt.MouseButton1Down:connect(function()
  601. local x = 111.5
  602. local y = 335.5
  603. local z = 564.3
  604. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  605. end)
  606.  
  607. Pistiol.Name = "Pistiol"
  608. Pistiol.Parent = ScrollingFrame
  609. Pistiol.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  610. Pistiol.BackgroundTransparency = 1.000
  611. Pistiol.BorderColor3 = Color3.fromRGB(1, 52, 53)
  612. Pistiol.Position = UDim2.new(0.130136982, 0, 0.208683416, 0)
  613. Pistiol.Size = UDim2.new(0, 108, 0, 27)
  614. Pistiol.Font = Enum.Font.SourceSans
  615. Pistiol.Text = "Pistol"
  616. Pistiol.TextColor3 = Color3.fromRGB(0, 0, 0)
  617. Pistiol.TextSize = 14.000
  618. Pistiol.MouseButton1Down:connect(function()
  619. local x = 60.7
  620. local y = 291.5
  621. local z = 263.3
  622. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  623. end)
  624.  
  625. ShotGun.Name = "ShotGun"
  626. ShotGun.Parent = ScrollingFrame
  627. ShotGun.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  628. ShotGun.BackgroundTransparency = 1.000
  629. ShotGun.BorderColor3 = Color3.fromRGB(1, 52, 53)
  630. ShotGun.Position = UDim2.new(0.130136982, 0, 0.259086639, 0)
  631. ShotGun.Size = UDim2.new(0, 108, 0, 27)
  632. ShotGun.Font = Enum.Font.SourceSans
  633. ShotGun.Text = "Shotgun"
  634. ShotGun.TextColor3 = Color3.fromRGB(0, 0, 0)
  635. ShotGun.TextSize = 14.000
  636. ShotGun.MouseButton1Down:connect(function()
  637. local x = 142.8
  638. local y = 333.6
  639. local z = 498.4
  640. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  641. end)
  642.  
  643. Future.Name = "Future"
  644. Future.Parent = ScrollingFrame
  645. Future.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  646. Future.BackgroundTransparency = 1.000
  647. Future.BorderColor3 = Color3.fromRGB(1, 52, 53)
  648. Future.Position = UDim2.new(0.130136982, 0, 0.472796321, 0)
  649. Future.Size = UDim2.new(0, 108, 0, 27)
  650. Future.Font = Enum.Font.SourceSans
  651. Future.Text = "Fan Gun"
  652. Future.TextColor3 = Color3.fromRGB(0, 0, 0)
  653. Future.TextSize = 14.000
  654.  
  655.  
  656. Awp.Name = "Awp"
  657. Awp.Parent = ScrollingFrame
  658. Awp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  659. Awp.BackgroundTransparency = 1.000
  660. Awp.BorderColor3 = Color3.fromRGB(1, 52, 53)
  661. Awp.Position = UDim2.new(0.130136982, 0, 0.315538257, 0)
  662. Awp.Size = UDim2.new(0, 108, 0, 27)
  663. Awp.Font = Enum.Font.SourceSans
  664. Awp.Text = "Awp"
  665. Awp.TextColor3 = Color3.fromRGB(0, 0, 0)
  666. Awp.TextSize = 14.000
  667. Awp.MouseButton1Down:connect(function()
  668. local x = 199
  669. local y = 268
  670. local z = 246
  671. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  672. end)
  673.  
  674. Rifle.Name = "Rifle"
  675. Rifle.Parent = ScrollingFrame
  676. Rifle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  677. Rifle.BackgroundTransparency = 1.000
  678. Rifle.BorderColor3 = Color3.fromRGB(1, 52, 53)
  679. Rifle.Position = UDim2.new(0.130136982, 0, 0.367957592, 0)
  680. Rifle.Size = UDim2.new(0, 108, 0, 27)
  681. Rifle.Font = Enum.Font.SourceSans
  682. Rifle.Text = "Rifle"
  683. Rifle.TextColor3 = Color3.fromRGB(0, 0, 0)
  684. Rifle.TextSize = 14.000
  685. Rifle.MouseButton1Down:connect(function()
  686. local x = 107.8
  687. local y = 323.7
  688. local z = 679.9
  689. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  690. end)
  691.  
  692. Subgun.Name = "Subgun"
  693. Subgun.Parent = ScrollingFrame
  694. Subgun.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  695. Subgun.BackgroundTransparency = 1.000
  696. Subgun.BorderColor3 = Color3.fromRGB(1, 52, 53)
  697. Subgun.Position = UDim2.new(0.130136982, 0, 0.420376956, 0)
  698. Subgun.Size = UDim2.new(0, 108, 0, 27)
  699. Subgun.Font = Enum.Font.SourceSans
  700. Subgun.Text = "Sewer Gun"
  701. Subgun.TextColor3 = Color3.fromRGB(0, 0, 0)
  702. Subgun.TextSize = 14.000
  703. Subgun.MouseButton1Down:connect(function()
  704. local x = 4.41
  705. local y = 267.7
  706. local z = 183.8
  707. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  708. end)
  709.  
  710. Future_2.Name = "Future"
  711. Future_2.Parent = ScrollingFrame
  712. Future_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  713. Future_2.BackgroundTransparency = 1.000
  714. Future_2.BorderColor3 = Color3.fromRGB(1, 52, 53)
  715. Future_2.Position = UDim2.new(0.130136982, 0, 0.527231812, 0)
  716. Future_2.Size = UDim2.new(0, 108, 0, 27)
  717. Future_2.Font = Enum.Font.SourceSans
  718. Future_2.Text = "Armory Gun"
  719. Future_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  720. Future_2.TextSize = 14.000
  721. Future_2.MouseButton1Down:connect(function()
  722. local x = -144
  723. local y = 314
  724. local z = 281
  725. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  726. end)
  727.  
  728. Back.Name = "Back"
  729. Back.Parent = Guns_2
  730. Back.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  731. Back.BackgroundTransparency = 0.450
  732. Back.Position = UDim2.new(0, 0, -0.00201612897, 0)
  733. Back.Size = UDim2.new(0, 146, 0, 33)
  734. Back.Font = Enum.Font.SourceSans
  735. Back.Text = "Back"
  736. Back.TextColor3 = Color3.fromRGB(0, 0, 0)
  737. Back.TextSize = 14.000
  738. Back.MouseButton1Down:connect(function()
  739. Guns_2.Visible = false
  740. MainGui.Visible = true
  741. end)
  742.  
  743. Codes_2.Name = "Codes"
  744. Codes_2.Parent = Main
  745. Codes_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  746. Codes_2.BackgroundTransparency = 0.750
  747. Codes_2.Position = UDim2.new(0, 0, 0.310204089, 0)
  748. Codes_2.Size = UDim2.new(0, 146, 0, 248)
  749. Codes_2.Visible = false
  750.  
  751. ScrollingFrame_2.Parent = Codes_2
  752. ScrollingFrame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  753. ScrollingFrame_2.BackgroundTransparency = 1.000
  754. ScrollingFrame_2.Position = UDim2.new(0, 0, 0.133064523, 0)
  755. ScrollingFrame_2.Size = UDim2.new(0, 146, 0, 215)
  756.  
  757. Truck.Name = "Truck"
  758. Truck.Parent = ScrollingFrame_2
  759. Truck.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  760. Truck.BackgroundTransparency = 1.000
  761. Truck.BorderColor3 = Color3.fromRGB(1, 52, 53)
  762. Truck.Position = UDim2.new(0.130136982, 0, 0.0312640704, 0)
  763. Truck.Size = UDim2.new(0, 108, 0, 27)
  764. Truck.Font = Enum.Font.SourceSans
  765. Truck.Text = "Truck"
  766. Truck.TextColor3 = Color3.fromRGB(0, 0, 0)
  767. Truck.TextSize = 14.000
  768. Truck.MouseButton1Down:connect(function()
  769. local x = 380.5
  770. local y = 517.5
  771. local z = 294.1
  772. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  773. end)
  774.  
  775. SpawnSign.Name = "Spawn Sign"
  776. SpawnSign.Parent = ScrollingFrame_2
  777. SpawnSign.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  778. SpawnSign.BackgroundTransparency = 1.000
  779. SpawnSign.BorderColor3 = Color3.fromRGB(1, 52, 53)
  780. SpawnSign.Position = UDim2.new(0.130136982, 0, 0.0917479396, 0)
  781. SpawnSign.Size = UDim2.new(0, 108, 0, 27)
  782. SpawnSign.Font = Enum.Font.SourceSans
  783. SpawnSign.Text = "Spawn Sign"
  784. SpawnSign.TextColor3 = Color3.fromRGB(0, 0, 0)
  785. SpawnSign.TextSize = 14.000
  786. SpawnSign.MouseButton1Down:connect(function()
  787. local x = 330
  788. local y = 511.5
  789. local z = 295.1
  790. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  791. end)
  792.  
  793. ClownRoom.Name = "Clown Room"
  794. ClownRoom.Parent = ScrollingFrame_2
  795. ClownRoom.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  796. ClownRoom.BackgroundTransparency = 1.000
  797. ClownRoom.BorderColor3 = Color3.fromRGB(1, 52, 53)
  798. ClownRoom.Position = UDim2.new(0.130136982, 0, 0.15424794, 0)
  799. ClownRoom.Size = UDim2.new(0, 108, 0, 27)
  800. ClownRoom.Font = Enum.Font.SourceSans
  801. ClownRoom.Text = "Clown Room"
  802. ClownRoom.TextColor3 = Color3.fromRGB(0, 0, 0)
  803. ClownRoom.TextSize = 14.000
  804. ClownRoom.MouseButton1Down:connect(function()
  805. local x = 251.5
  806. local y = 313.4
  807. local z = 275.1
  808. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  809. end)
  810.  
  811. Kitchen.Name = "Kitchen"
  812. Kitchen.Parent = ScrollingFrame_2
  813. Kitchen.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  814. Kitchen.BackgroundTransparency = 1.000
  815. Kitchen.BorderColor3 = Color3.fromRGB(1, 52, 53)
  816. Kitchen.Position = UDim2.new(0.130136982, 0, 0.208683416, 0)
  817. Kitchen.Size = UDim2.new(0, 108, 0, 27)
  818. Kitchen.Font = Enum.Font.SourceSans
  819. Kitchen.Text = "Kitchen"
  820. Kitchen.TextColor3 = Color3.fromRGB(0, 0, 0)
  821. Kitchen.TextSize = 14.000
  822. Kitchen.MouseButton1Down:connect(function()
  823. local x = 295.2
  824. local y = 314.3
  825. local z = 285.6
  826. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  827. end)
  828.  
  829. Camras.Name = "Camras"
  830. Camras.Parent = ScrollingFrame_2
  831. Camras.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  832. Camras.BackgroundTransparency = 1.000
  833. Camras.BorderColor3 = Color3.fromRGB(1, 52, 53)
  834. Camras.Position = UDim2.new(0.130136982, 0, 0.259086639, 0)
  835. Camras.Size = UDim2.new(0, 108, 0, 27)
  836. Camras.Font = Enum.Font.SourceSans
  837. Camras.Text = "Camras"
  838. Camras.TextColor3 = Color3.fromRGB(0, 0, 0)
  839. Camras.TextSize = 14.000
  840. Camras.MouseButton1Down:connect(function()
  841. local x = 74
  842. local y = 313.5
  843. local z = 163.3
  844. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  845. end)
  846.  
  847. Slendermen.Name = "Slendermen "
  848. Slendermen.Parent = ScrollingFrame_2
  849. Slendermen.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  850. Slendermen.BackgroundTransparency = 1.000
  851. Slendermen.BorderColor3 = Color3.fromRGB(1, 52, 53)
  852. Slendermen.Position = UDim2.new(0.130136982, 0, 0.472796321, 0)
  853. Slendermen.Size = UDim2.new(0, 108, 0, 27)
  854. Slendermen.Font = Enum.Font.SourceSans
  855. Slendermen.Text = "Slendmen room"
  856. Slendermen.TextColor3 = Color3.fromRGB(0, 0, 0)
  857. Slendermen.TextSize = 14.000
  858. Slendermen.MouseButton1Down:connect(function()
  859. local x = 22.2
  860. local y = 313.5
  861. local z = 370.2
  862. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  863. end)
  864.  
  865. Crates.Name = "Crates"
  866. Crates.Parent = ScrollingFrame_2
  867. Crates.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  868. Crates.BackgroundTransparency = 1.000
  869. Crates.BorderColor3 = Color3.fromRGB(1, 52, 53)
  870. Crates.Position = UDim2.new(0.130136982, 0, 0.315538257, 0)
  871. Crates.Size = UDim2.new(0, 108, 0, 27)
  872. Crates.Font = Enum.Font.SourceSans
  873. Crates.Text = "Crates"
  874. Crates.TextColor3 = Color3.fromRGB(0, 0, 0)
  875. Crates.TextSize = 14.000
  876. Crates.MouseButton1Down:connect(function()
  877. local x = 199.4
  878. local y = 313.4
  879. local z = 240
  880. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  881. end)
  882.  
  883. TpDevice.Name = "Tp Device"
  884. TpDevice.Parent = ScrollingFrame_2
  885. TpDevice.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  886. TpDevice.BackgroundTransparency = 1.000
  887. TpDevice.BorderColor3 = Color3.fromRGB(1, 52, 53)
  888. TpDevice.Position = UDim2.new(0.130136982, 0, 0.367957592, 0)
  889. TpDevice.Size = UDim2.new(0, 108, 0, 27)
  890. TpDevice.Font = Enum.Font.SourceSans
  891. TpDevice.Text = "Tp Device"
  892. TpDevice.TextColor3 = Color3.fromRGB(0, 0, 0)
  893. TpDevice.TextSize = 14.000
  894. TpDevice.MouseButton1Down:connect(function()
  895. local x = 111.7
  896. local y = 313.5
  897. local z = 26.5
  898. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  899. end)
  900.  
  901. Sewer.Name = "Sewer"
  902. Sewer.Parent = ScrollingFrame_2
  903. Sewer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  904. Sewer.BackgroundTransparency = 1.000
  905. Sewer.BorderColor3 = Color3.fromRGB(1, 52, 53)
  906. Sewer.Position = UDim2.new(0.130136982, 0, 0.420376956, 0)
  907. Sewer.Size = UDim2.new(0, 108, 0, 27)
  908. Sewer.Font = Enum.Font.SourceSans
  909. Sewer.Text = "Sewer"
  910. Sewer.TextColor3 = Color3.fromRGB(0, 0, 0)
  911. Sewer.TextSize = 14.000
  912. Sewer.MouseButton1Down:connect(function()
  913. local x = 85.5
  914. local y = 271.7
  915. local z = 178.3
  916. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  917. end)
  918.  
  919. Gate1.Name = "Gate 1"
  920. Gate1.Parent = ScrollingFrame_2
  921. Gate1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  922. Gate1.BackgroundTransparency = 1.000
  923. Gate1.BorderColor3 = Color3.fromRGB(1, 52, 53)
  924. Gate1.Position = UDim2.new(0.130136982, 0, 0.527231812, 0)
  925. Gate1.Size = UDim2.new(0, 108, 0, 27)
  926. Gate1.Font = Enum.Font.SourceSans
  927. Gate1.Text = "Gate 1"
  928. Gate1.TextColor3 = Color3.fromRGB(0, 0, 0)
  929. Gate1.TextSize = 14.000
  930. Gate1.MouseButton1Down:connect(function()
  931. local x = 75.5
  932. local y = 313.5
  933. local z = 616.2
  934. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  935. end)
  936.  
  937. Gate2.Name = "Gate 2"
  938. Gate2.Parent = ScrollingFrame_2
  939. Gate2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  940. Gate2.BackgroundTransparency = 1.000
  941. Gate2.BorderColor3 = Color3.fromRGB(1, 52, 53)
  942. Gate2.Position = UDim2.new(0.130136982, 0, 0.581667304, 0)
  943. Gate2.Size = UDim2.new(0, 108, 0, 27)
  944. Gate2.Font = Enum.Font.SourceSans
  945. Gate2.Text = "Gate 2"
  946. Gate2.TextColor3 = Color3.fromRGB(0, 0, 0)
  947. Gate2.TextSize = 14.000
  948. Gate2.MouseButton1Down:connect(function()
  949. local x = 46.4
  950. local y = 313.5
  951. local z = 616
  952. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  953. end)
  954.  
  955. GateRoom.Name = "Gate Room"
  956. GateRoom.Parent = ScrollingFrame_2
  957. GateRoom.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  958. GateRoom.BackgroundTransparency = 1.000
  959. GateRoom.BorderColor3 = Color3.fromRGB(1, 52, 53)
  960. GateRoom.Position = UDim2.new(0.130136982, 0, 0.636102796, 0)
  961. GateRoom.Size = UDim2.new(0, 108, 0, 27)
  962. GateRoom.Font = Enum.Font.SourceSans
  963. GateRoom.Text = "Gate room"
  964. GateRoom.TextColor3 = Color3.fromRGB(0, 0, 0)
  965. GateRoom.TextSize = 14.000
  966. GateRoom.MouseButton1Down:connect(function()
  967. local x = 60.9
  968. local y = 313.5
  969. local z = 530.3
  970. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  971. end)
  972.  
  973. RandomPc.Name = "Random Pc"
  974. RandomPc.Parent = ScrollingFrame_2
  975. RandomPc.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  976. RandomPc.BackgroundTransparency = 1.000
  977. RandomPc.BorderColor3 = Color3.fromRGB(1, 52, 53)
  978. RandomPc.Position = UDim2.new(0.130136982, 0, 0.690538287, 0)
  979. RandomPc.Size = UDim2.new(0, 108, 0, 27)
  980. RandomPc.Font = Enum.Font.SourceSans
  981. RandomPc.Text = "Random Pc"
  982. RandomPc.TextColor3 = Color3.fromRGB(0, 0, 0)
  983. RandomPc.TextSize = 14.000
  984. RandomPc.MouseButton1Down:connect(function()
  985. local x = 171.4
  986. local y = 313.5
  987. local z = 435
  988. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  989. end)
  990.  
  991. Cafe.Name = "Cafe"
  992. Cafe.Parent = ScrollingFrame_2
  993. Cafe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  994. Cafe.BackgroundTransparency = 1.000
  995. Cafe.BorderColor3 = Color3.fromRGB(1, 52, 53)
  996. Cafe.Position = UDim2.new(0.130136982, 0, 0.744973779, 0)
  997. Cafe.Size = UDim2.new(0, 108, 0, 27)
  998. Cafe.Font = Enum.Font.SourceSans
  999. Cafe.Text = "Cafe"
  1000. Cafe.TextColor3 = Color3.fromRGB(0, 0, 0)
  1001. Cafe.TextSize = 14.000
  1002. Cafe.MouseButton1Down:connect(function()
  1003. local x = 177.5
  1004. local y = 333.5
  1005. local z = 619.8
  1006. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1007. end)
  1008.  
  1009. Sonci.Name = "Sonci"
  1010. Sonci.Parent = ScrollingFrame_2
  1011. Sonci.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1012. Sonci.BackgroundTransparency = 1.000
  1013. Sonci.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1014. Sonci.Position = UDim2.new(0.130136982, 0, 0.853844762, 0)
  1015. Sonci.Size = UDim2.new(0, 108, 0, 27)
  1016. Sonci.Font = Enum.Font.SourceSans
  1017. Sonci.Text = "Sonic"
  1018. Sonci.TextColor3 = Color3.fromRGB(0, 0, 0)
  1019. Sonci.TextSize = 14.000
  1020. Sonci.MouseButton1Down:connect(function()
  1021. local x = 148.4
  1022. local y = 329.3
  1023. local z = 604.5
  1024. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1025. end)
  1026.  
  1027. MeetingRoom.Name = "Meeting Room"
  1028. MeetingRoom.Parent = ScrollingFrame_2
  1029. MeetingRoom.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1030. MeetingRoom.BackgroundTransparency = 1.000
  1031. MeetingRoom.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1032. MeetingRoom.Position = UDim2.new(0.130136982, 0, 0.79940927, 0)
  1033. MeetingRoom.Size = UDim2.new(0, 108, 0, 27)
  1034. MeetingRoom.Font = Enum.Font.SourceSans
  1035. MeetingRoom.Text = "Meeting room"
  1036. MeetingRoom.TextColor3 = Color3.fromRGB(0, 0, 0)
  1037. MeetingRoom.TextSize = 14.000
  1038. MeetingRoom.MouseButton1Down:connect(function()
  1039. local x = 193.4
  1040. local y = 333.5
  1041. local z = 474.2
  1042. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1043. end)
  1044.  
  1045. Packapunchwall.Name = "Pack a punch wall"
  1046. Packapunchwall.Parent = ScrollingFrame_2
  1047. Packapunchwall.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1048. Packapunchwall.BackgroundTransparency = 1.000
  1049. Packapunchwall.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1050. Packapunchwall.Position = UDim2.new(0.130136982, 0, 0.908280253, 0)
  1051. Packapunchwall.Size = UDim2.new(0, 108, 0, 27)
  1052. Packapunchwall.Font = Enum.Font.SourceSans
  1053. Packapunchwall.Text = " Pack a punch wall"
  1054. Packapunchwall.TextColor3 = Color3.fromRGB(0, 0, 0)
  1055. Packapunchwall.TextSize = 14.000
  1056. Packapunchwall.MouseButton1Down:connect(function()
  1057. local x = 273
  1058. local y = 323.5
  1059. local z = 731.2
  1060. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1061. end)
  1062.  
  1063. Back_2.Name = "Back"
  1064. Back_2.Parent = Codes_2
  1065. Back_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1066. Back_2.BackgroundTransparency = 0.450
  1067. Back_2.Position = UDim2.new(0, 0, -0.00201612897, 0)
  1068. Back_2.Size = UDim2.new(0, 146, 0, 33)
  1069. Back_2.Font = Enum.Font.SourceSans
  1070. Back_2.Text = "Back"
  1071. Back_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1072. Back_2.TextSize = 14.000
  1073. Back_2.MouseButton1Down:connect(function()
  1074. Codes_2.Visible = false
  1075. MainGui.Visible = true
  1076. end)
  1077.  
  1078. Rooms_2.Name = "Rooms"
  1079. Rooms_2.Parent = Main
  1080. Rooms_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1081. Rooms_2.BackgroundTransparency = 0.750
  1082. Rooms_2.Position = UDim2.new(0, 0, 0.310204089, 0)
  1083. Rooms_2.Size = UDim2.new(0, 146, 0, 248)
  1084. Rooms_2.Visible = false
  1085.  
  1086. ScrollingFrame_3.Parent = Rooms_2
  1087. ScrollingFrame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1088. ScrollingFrame_3.BackgroundTransparency = 1.000
  1089. ScrollingFrame_3.Position = UDim2.new(0, 0, 0.133064523, 0)
  1090. ScrollingFrame_3.Size = UDim2.new(0, 146, 0, 215)
  1091.  
  1092. Spawn.Name = "Spawn"
  1093. Spawn.Parent = ScrollingFrame_3
  1094. Spawn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1095. Spawn.BackgroundTransparency = 1.000
  1096. Spawn.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1097. Spawn.Position = UDim2.new(0.130136982, 0, 0.0312640704, 0)
  1098. Spawn.Size = UDim2.new(0, 108, 0, 27)
  1099. Spawn.Font = Enum.Font.SourceSans
  1100. Spawn.Text = "Spawn"
  1101. Spawn.TextColor3 = Color3.fromRGB(0, 0, 0)
  1102. Spawn.TextSize = 14.000
  1103. Spawn.MouseButton1Down:connect(function()
  1104. local x = 326.4
  1105. local y = 551.5
  1106. local z = 398.3
  1107. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1108. end)
  1109.  
  1110. Firstroom.Name = "Firstroom"
  1111. Firstroom.Parent = ScrollingFrame_3
  1112. Firstroom.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1113. Firstroom.BackgroundTransparency = 1.000
  1114. Firstroom.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1115. Firstroom.Position = UDim2.new(0.130136982, 0, 0.0917479396, 0)
  1116. Firstroom.Size = UDim2.new(0, 108, 0, 27)
  1117. Firstroom.Font = Enum.Font.SourceSans
  1118. Firstroom.Text = "First Door"
  1119. Firstroom.TextColor3 = Color3.fromRGB(0, 0, 0)
  1120. Firstroom.TextSize = 14.000
  1121. Firstroom.MouseButton1Down:connect(function()
  1122. local x = 326.1
  1123. local y = 551.5
  1124. local z = 270.9
  1125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1126. end)
  1127.  
  1128. Ammo_2.Name = "Ammo_2"
  1129. Ammo_2.Parent = ScrollingFrame_3
  1130. Ammo_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1131. Ammo_2.BackgroundTransparency = 1.000
  1132. Ammo_2.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1133. Ammo_2.Position = UDim2.new(0.130136982, 0, 0.15424794, 0)
  1134. Ammo_2.Size = UDim2.new(0, 108, 0, 27)
  1135. Ammo_2.Font = Enum.Font.SourceSans
  1136. Ammo_2.Text = "Ammo"
  1137. Ammo_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1138. Ammo_2.TextSize = 14.000
  1139. Ammo_2.MouseButton1Down:connect(function()
  1140. local x = 183.2
  1141. local y = 313.6
  1142. local z = 425.2
  1143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1144. end)
  1145.  
  1146. Camras_2.Name = "Camras"
  1147. Camras_2.Parent = ScrollingFrame_3
  1148. Camras_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1149. Camras_2.BackgroundTransparency = 1.000
  1150. Camras_2.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1151. Camras_2.Position = UDim2.new(0.130136982, 0, 0.208683416, 0)
  1152. Camras_2.Size = UDim2.new(0, 108, 0, 27)
  1153. Camras_2.Font = Enum.Font.SourceSans
  1154. Camras_2.Text = "Camras"
  1155. Camras_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1156. Camras_2.TextSize = 14.000
  1157. Camras_2.MouseButton1Down:connect(function()
  1158. local x = 91.2
  1159. local y = 314
  1160. local z = 172.4
  1161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1162. end)
  1163.  
  1164. Kitchen_2.Name = "Kitchen"
  1165. Kitchen_2.Parent = ScrollingFrame_3
  1166. Kitchen_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1167. Kitchen_2.BackgroundTransparency = 1.000
  1168. Kitchen_2.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1169. Kitchen_2.Position = UDim2.new(0.130136982, 0, 0.259086639, 0)
  1170. Kitchen_2.Size = UDim2.new(0, 108, 0, 27)
  1171. Kitchen_2.Font = Enum.Font.SourceSans
  1172. Kitchen_2.Text = "Kitchen"
  1173. Kitchen_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1174. Kitchen_2.TextSize = 14.000
  1175. Kitchen_2.MouseButton1Down:connect(function()
  1176. local x = 295.2
  1177. local y = 314.3
  1178. local z = 285.6
  1179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1180. end)
  1181.  
  1182. Packapunch.Name = "Pack a punch"
  1183. Packapunch.Parent = ScrollingFrame_3
  1184. Packapunch.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1185. Packapunch.BackgroundTransparency = 1.000
  1186. Packapunch.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1187. Packapunch.Position = UDim2.new(0.130136982, 0, 0.472796321, 0)
  1188. Packapunch.Size = UDim2.new(0, 108, 0, 27)
  1189. Packapunch.Font = Enum.Font.SourceSans
  1190. Packapunch.Text = "Pack a Punch"
  1191. Packapunch.TextColor3 = Color3.fromRGB(0, 0, 0)
  1192. Packapunch.TextSize = 14.000
  1193. Packapunch.MouseButton1Down:connect(function()
  1194. local x = 281
  1195. local y = 325.5
  1196. local z = 784
  1197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1198. end)
  1199.  
  1200. UFo.Name = "UFo"
  1201. UFo.Parent = ScrollingFrame_3
  1202. UFo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1203. UFo.BackgroundTransparency = 1.000
  1204. UFo.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1205. UFo.Position = UDim2.new(0.130136982, 0, 0.315538257, 0)
  1206. UFo.Size = UDim2.new(0, 108, 0, 27)
  1207. UFo.Font = Enum.Font.SourceSans
  1208. UFo.Text = "UFO"
  1209. UFo.TextColor3 = Color3.fromRGB(0, 0, 0)
  1210. UFo.TextSize = 14.000
  1211. UFo.MouseButton1Down:connect(function()
  1212. local x = 15
  1213. local y = 313.4
  1214. local z = 451.7
  1215. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1216. end)
  1217.  
  1218. LockedRoom.Name = "LockedRoom"
  1219. LockedRoom.Parent = ScrollingFrame_3
  1220. LockedRoom.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1221. LockedRoom.BackgroundTransparency = 1.000
  1222. LockedRoom.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1223. LockedRoom.Position = UDim2.new(0.130136982, 0, 0.367957592, 0)
  1224. LockedRoom.Size = UDim2.new(0, 108, 0, 27)
  1225. LockedRoom.Font = Enum.Font.SourceSans
  1226. LockedRoom.Text = "Locked Room"
  1227. LockedRoom.TextColor3 = Color3.fromRGB(0, 0, 0)
  1228. LockedRoom.TextSize = 14.000
  1229. LockedRoom.MouseButton1Down:connect(function()
  1230. local x = 21.4
  1231. local y = 313.5
  1232. local z = 202.5
  1233. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1234. end)
  1235.  
  1236. Commandarea.Name = "Commandarea"
  1237. Commandarea.Parent = ScrollingFrame_3
  1238. Commandarea.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1239. Commandarea.BackgroundTransparency = 1.000
  1240. Commandarea.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1241. Commandarea.Position = UDim2.new(0.130136982, 0, 0.420376956, 0)
  1242. Commandarea.Size = UDim2.new(0, 108, 0, 27)
  1243. Commandarea.Font = Enum.Font.SourceSans
  1244. Commandarea.Text = "Command Area"
  1245. Commandarea.TextColor3 = Color3.fromRGB(0, 0, 0)
  1246. Commandarea.TextSize = 14.000
  1247. Commandarea.MouseButton1Down:connect(function()
  1248. local x = 138.42
  1249. local y = 333.5
  1250. local z = 535.41
  1251. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1252. end)
  1253.  
  1254. JailCells.Name = "Jail Cells"
  1255. JailCells.Parent = ScrollingFrame_3
  1256. JailCells.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1257. JailCells.BackgroundTransparency = 1.000
  1258. JailCells.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1259. JailCells.Position = UDim2.new(0.130136982, 0, 0.527231812, 0)
  1260. JailCells.Size = UDim2.new(0, 108, 0, 27)
  1261. JailCells.Font = Enum.Font.SourceSans
  1262. JailCells.Text = "Jail Cells"
  1263. JailCells.TextColor3 = Color3.fromRGB(0, 0, 0)
  1264. JailCells.TextSize = 14.000
  1265. JailCells.MouseButton1Down:connect(function()
  1266. local x = 97.7
  1267. local y = 291.5
  1268. local z = 241.4
  1269. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1270. end)
  1271.  
  1272. More.Name = "More"
  1273. More.Parent = ScrollingFrame_3
  1274. More.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1275. More.BackgroundTransparency = 1.000
  1276. More.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1277. More.Position = UDim2.new(0.130136982, 0, 0.581667304, 0)
  1278. More.Size = UDim2.new(0, 108, 0, 27)
  1279. More.Font = Enum.Font.SourceSans
  1280. More.Text = "Office"
  1281. More.TextColor3 = Color3.fromRGB(0, 0, 0)
  1282. More.TextSize = 14.000
  1283. More.MouseButton1Down:connect(function()
  1284. local x = -7
  1285. local y = 293
  1286. local z = 291
  1287. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1288. end)
  1289.  
  1290. More_2.Name = "More"
  1291. More_2.Parent = ScrollingFrame_3
  1292. More_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1293. More_2.BackgroundTransparency = 1.000
  1294. More_2.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1295. More_2.Position = UDim2.new(0.130136982, 0, 0.636102796, 0)
  1296. More_2.Size = UDim2.new(0, 108, 0, 27)
  1297. More_2.Font = Enum.Font.SourceSans
  1298. More_2.Text = "Control Door"
  1299. More_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1300. More_2.TextSize = 14.000
  1301. More_2.MouseButton1Down:connect(function()
  1302. local x = -48
  1303. local y = 314
  1304. local z = 290
  1305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1306. end)
  1307.  
  1308. More_3.Name = "More"
  1309. More_3.Parent = ScrollingFrame_3
  1310. More_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1311. More_3.BackgroundTransparency = 1.000
  1312. More_3.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1313. More_3.Position = UDim2.new(0.130136982, 0, 0.690538287, 0)
  1314. More_3.Size = UDim2.new(0, 108, 0, 27)
  1315. More_3.Font = Enum.Font.SourceSans
  1316. More_3.Text = "Armory"
  1317. More_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  1318. More_3.TextSize = 14.000
  1319. More_3.MouseButton1Down:connect(function()
  1320. local x = -133
  1321. local y = 313
  1322. local z = 281
  1323. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1324. end)
  1325.  
  1326. More_4.Name = "More"
  1327. More_4.Parent = ScrollingFrame_3
  1328. More_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1329. More_4.BackgroundTransparency = 1.000
  1330. More_4.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1331. More_4.Position = UDim2.new(0.130136982, 0, 0.744973779, 0)
  1332. More_4.Size = UDim2.new(0, 108, 0, 27)
  1333. More_4.Font = Enum.Font.SourceSans
  1334. More_4.Text = "Armory 2"
  1335. More_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  1336. More_4.TextSize = 14.000
  1337. More_4.MouseButton1Down:connect(function()
  1338. local x = -161
  1339. local y = 294
  1340. local z = 316
  1341. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1342. end)
  1343.  
  1344. More_5.Name = "More"
  1345. More_5.Parent = ScrollingFrame_3
  1346. More_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1347. More_5.BackgroundTransparency = 1.000
  1348. More_5.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1349. More_5.Position = UDim2.new(0.130136982, 0, 0.799409211, 0)
  1350. More_5.Size = UDim2.new(0, 108, 0, 27)
  1351. More_5.Font = Enum.Font.SourceSans
  1352. More_5.Text = "Big Boy"
  1353. More_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  1354. More_5.TextSize = 14.000
  1355. More_5.MouseButton1Down:connect(function()
  1356. local x = 178
  1357. local y = 314
  1358. local z = 562
  1359. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1360. end)
  1361.  
  1362.  
  1363. More_6.Name = "More"
  1364. More_6.Parent = ScrollingFrame_3
  1365. More_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1366. More_6.BackgroundTransparency = 1.000
  1367. More_6.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1368. More_6.Position = UDim2.new(0.130136982, 0, 0.851828575, 0)
  1369. More_6.Size = UDim2.new(0, 108, 0, 27)
  1370. More_6.Font = Enum.Font.SourceSans
  1371. More_6.Text = "More to Come"
  1372. More_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  1373. More_6.TextSize = 14.000
  1374.  
  1375. More_7.Name = "More"
  1376. More_7.Parent = ScrollingFrame_3
  1377. More_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1378. More_7.BackgroundTransparency = 1.000
  1379. More_7.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1380. More_7.Position = UDim2.new(0.130136982, 0, 0.90424794, 0)
  1381. More_7.Size = UDim2.new(0, 108, 0, 27)
  1382. More_7.Font = Enum.Font.SourceSans
  1383. More_7.Text = "Fan Gun"
  1384. More_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  1385. More_7.TextSize = 14.000
  1386. More_7.MouseButton1Down:connect(function()
  1387. local x = 227
  1388. local y = 289
  1389. local z = 225
  1390. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z))
  1391. end)
  1392.  
  1393.  
  1394. Back_3.Name = "Back"
  1395. Back_3.Parent = Rooms_2
  1396. Back_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1397. Back_3.BackgroundTransparency = 0.450
  1398. Back_3.Position = UDim2.new(0, 0, -0.00201612897, 0)
  1399. Back_3.Size = UDim2.new(0, 146, 0, 33)
  1400. Back_3.Font = Enum.Font.SourceSans
  1401. Back_3.Text = "Back"
  1402. Back_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  1403. Back_3.TextSize = 14.000
  1404. Back_3.MouseButton1Down:connect(function()
  1405. Rooms_2.Visible = false
  1406. MainGui.Visible = true
  1407. end)
  1408.  
  1409. Extra.Name = "Extra"
  1410. Extra.Parent = Main
  1411. Extra.Active = true
  1412. Extra.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1413. Extra.BackgroundTransparency = 0.750
  1414. Extra.Position = UDim2.new(0, 0, 0.310204089, 0)
  1415. Extra.Size = UDim2.new(0, 146, 0, 248)
  1416. Extra.Visible = false
  1417.  
  1418. ScrollingFrame_4.Parent = Extra
  1419. ScrollingFrame_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1420. ScrollingFrame_4.BackgroundTransparency = 1.000
  1421. ScrollingFrame_4.Position = UDim2.new(0, 0, 0.133064523, 0)
  1422. ScrollingFrame_4.Size = UDim2.new(0, 146, 0, 215)
  1423.  
  1424. TextButton.Parent = ScrollingFrame_4
  1425. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1426. TextButton.BackgroundTransparency = 1.000
  1427. TextButton.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1428. TextButton.Position = UDim2.new(0.130136982, 0, 0.0312640704, 0)
  1429. TextButton.Size = UDim2.new(0, 108, 0, 27)
  1430. TextButton.Font = Enum.Font.SourceSans
  1431. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  1432. TextButton.TextSize = 14.000
  1433.  
  1434. TextButton_2.Parent = ScrollingFrame_4
  1435. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1436. TextButton_2.BackgroundTransparency = 1.000
  1437. TextButton_2.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1438. TextButton_2.Position = UDim2.new(0.130136982, 0, 0.0917479396, 0)
  1439. TextButton_2.Size = UDim2.new(0, 108, 0, 27)
  1440. TextButton_2.Font = Enum.Font.SourceSans
  1441. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1442. TextButton_2.TextSize = 14.000
  1443.  
  1444. TextButton_3.Parent = ScrollingFrame_4
  1445. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1446. TextButton_3.BackgroundTransparency = 1.000
  1447. TextButton_3.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1448. TextButton_3.Position = UDim2.new(0.130136982, 0, 0.15424794, 0)
  1449. TextButton_3.Size = UDim2.new(0, 108, 0, 27)
  1450. TextButton_3.Font = Enum.Font.SourceSans
  1451. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  1452. TextButton_3.TextSize = 14.000
  1453.  
  1454. TextButton_4.Parent = ScrollingFrame_4
  1455. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1456. TextButton_4.BackgroundTransparency = 1.000
  1457. TextButton_4.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1458. TextButton_4.Position = UDim2.new(0.130136982, 0, 0.208683416, 0)
  1459. TextButton_4.Size = UDim2.new(0, 108, 0, 27)
  1460. TextButton_4.Font = Enum.Font.SourceSans
  1461. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  1462. TextButton_4.TextSize = 14.000
  1463.  
  1464. TextButton_5.Parent = ScrollingFrame_4
  1465. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1466. TextButton_5.BackgroundTransparency = 1.000
  1467. TextButton_5.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1468. TextButton_5.Position = UDim2.new(0.130136982, 0, 0.259086639, 0)
  1469. TextButton_5.Size = UDim2.new(0, 108, 0, 27)
  1470. TextButton_5.Font = Enum.Font.SourceSans
  1471. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  1472. TextButton_5.TextSize = 14.000
  1473.  
  1474. TextButton_6.Parent = ScrollingFrame_4
  1475. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1476. TextButton_6.BackgroundTransparency = 1.000
  1477. TextButton_6.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1478. TextButton_6.Position = UDim2.new(0.130136982, 0, 0.472796321, 0)
  1479. TextButton_6.Size = UDim2.new(0, 108, 0, 27)
  1480. TextButton_6.Font = Enum.Font.SourceSans
  1481. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  1482. TextButton_6.TextSize = 14.000
  1483.  
  1484. TextButton_7.Parent = ScrollingFrame_4
  1485. TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1486. TextButton_7.BackgroundTransparency = 1.000
  1487. TextButton_7.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1488. TextButton_7.Position = UDim2.new(0.130136982, 0, 0.315538257, 0)
  1489. TextButton_7.Size = UDim2.new(0, 108, 0, 27)
  1490. TextButton_7.Font = Enum.Font.SourceSans
  1491. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  1492. TextButton_7.TextSize = 14.000
  1493.  
  1494. TextButton_8.Parent = ScrollingFrame_4
  1495. TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1496. TextButton_8.BackgroundTransparency = 1.000
  1497. TextButton_8.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1498. TextButton_8.Position = UDim2.new(0.130136982, 0, 0.367957592, 0)
  1499. TextButton_8.Size = UDim2.new(0, 108, 0, 27)
  1500. TextButton_8.Font = Enum.Font.SourceSans
  1501. TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  1502. TextButton_8.TextSize = 14.000
  1503.  
  1504. TextButton_9.Parent = ScrollingFrame_4
  1505. TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1506. TextButton_9.BackgroundTransparency = 1.000
  1507. TextButton_9.BorderColor3 = Color3.fromRGB(1, 52, 53)
  1508. TextButton_9.Position = UDim2.new(0.130136982, 0, 0.420376956, 0)
  1509. TextButton_9.Size = UDim2.new(0, 108, 0, 27)
  1510. TextButton_9.Font = Enum.Font.SourceSans
  1511. TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  1512. TextButton_9.TextSize = 14.000
  1513.  
  1514. Back_4.Name = "Back"
  1515. Back_4.Parent = Extra
  1516. Back_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1517. Back_4.BackgroundTransparency = 0.450
  1518. Back_4.Position = UDim2.new(0, 0, -0.00201612897, 0)
  1519. Back_4.Size = UDim2.new(0, 146, 0, 33)
  1520. Back_4.Font = Enum.Font.SourceSans
  1521. Back_4.Text = "Back"
  1522. Back_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  1523. Back_4.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement