Advertisement
Guest User

Untitled

a guest
Oct 5th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.91 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. wait(.5)
  4. game.StarterGui:SetCore('SendNotification', {Duration = 1; Title='Made by Harm0ny#4898'; Text='Successfully Loaded!'})
  5. -- Instances:
  6. local Apax = Instance.new("ScreenGui")
  7. local Login = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local User = Instance.new("TextBox")
  10. local Pass = Instance.new("TextBox")
  11. local Proceed = Instance.new("TextButton")
  12. local NameTop = Instance.new("TextLabel")
  13. local OpenGUI = Instance.new("Frame")
  14. local Open = Instance.new("TextButton")
  15. local Hub = Instance.new("Frame")
  16. local Frame_2 = Instance.new("Frame")
  17. local Frame_3 = Instance.new("Frame")
  18. local TextLabel = Instance.new("TextLabel")
  19. local PhantomForces = Instance.new("TextButton")
  20. local MiningSimulator = Instance.new("TextButton")
  21. local Jailbreak = Instance.new("TextButton")
  22. local PrisonLife = Instance.new("TextButton")
  23. local BeeSwarm = Instance.new("TextButton")
  24. local IslandRoyale = Instance.new("TextButton")
  25. local RoyalHigh = Instance.new("TextButton")
  26. local FleeTheFacility = Instance.new("TextButton")
  27. local RBWorld = Instance.new("TextButton")
  28. local AutoRapBattles = Instance.new("TextButton")
  29. local MM2 = Instance.new("TextButton")
  30. local CounterBlox = Instance.new("TextButton")
  31. local Close = Instance.new("TextButton")
  32. --Properties:
  33. Apax.Name = "Apax"
  34. Apax.Parent = game.CoreGui
  35.  
  36. Login.Name = "Login"
  37. Login.Parent = Apax
  38. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  39. Login.Position = UDim2.new(0.294708043, 0, 0.0617529899, 0)
  40. Login.Size = UDim2.new(0, 348, 0, 439)
  41. Login.Active = true
  42. Login.Draggable = true
  43.  
  44. Frame.Parent = Login
  45. Frame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  46. Frame.BorderSizePixel = 0
  47. Frame.Position = UDim2.new(0, 0, 0.0113895219, 0)
  48. Frame.Size = UDim2.new(0, 348, 0, 67)
  49.  
  50. User.Name = "User"
  51. User.Parent = Login
  52. User.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  53. User.BorderSizePixel = 0
  54. User.Position = UDim2.new(0.0783454925, 0, 0.262662292, 0)
  55. User.Size = UDim2.new(0, 294, 0, 50)
  56. User.Font = Enum.Font.SourceSansBold
  57. User.Text = "USERNAME"
  58. User.TextColor3 = Color3.new(1, 1, 1)
  59. User.TextSize = 30
  60.  
  61. Pass.Name = "Pass"
  62. Pass.Parent = Login
  63. Pass.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  64. Pass.BorderSizePixel = 0
  65. Pass.Position = UDim2.new(0.0783454925, 0, 0.503421366, 0)
  66. Pass.Size = UDim2.new(0, 294, 0, 50)
  67. Pass.Font = Enum.Font.SourceSansBold
  68. Pass.Text = "PASSWORD"
  69. Pass.TextColor3 = Color3.new(1, 1, 1)
  70. Pass.TextSize = 30
  71.  
  72. Proceed.Name = "Proceed"
  73. Proceed.Parent = Login
  74. Proceed.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  75. Proceed.BorderColor3 = Color3.new(1, 1, 1)
  76. Proceed.BorderSizePixel = 0
  77. Proceed.Position = UDim2.new(0.214075521, 0, 0.755007207, 0)
  78. Proceed.Size = UDim2.new(0, 200, 0, 50)
  79. Proceed.Font = Enum.Font.SourceSansBold
  80. Proceed.Text = "LOGIN"
  81. Proceed.TextColor3 = Color3.new(1, 1, 1)
  82. Proceed.TextSize = 30
  83. Proceed.MouseButton1Down:connect(function()
  84. if User.Text == "apaxuser" and Pass.Text == "apaxpass" then
  85. Login.Visible = false
  86. Open.Visible = true
  87. end
  88. end)
  89.  
  90. NameTop.Name = "NameTop"
  91. NameTop.Parent = Login
  92. NameTop.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  93. NameTop.Position = UDim2.new(0, 0, 0.0296127554, 0)
  94. NameTop.Size = UDim2.new(0, 348, 0, 59)
  95. NameTop.Font = Enum.Font.SciFi
  96. NameTop.Text = "APAX HUB V1"
  97. NameTop.TextColor3 = Color3.new(1, 1, 1)
  98. NameTop.TextSize = 50
  99. NameTop.TextWrapped = true
  100.  
  101. OpenGUI.Name = "OpenGUI"
  102. OpenGUI.Parent = Apax
  103. OpenGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  104. OpenGUI.BackgroundTransparency = 1
  105. OpenGUI.Position = UDim2.new(0, 0, 0.72111553, 0)
  106. OpenGUI.Size = UDim2.new(0, 100, 0, 26)
  107.  
  108. Open.Name = "Open"
  109. Open.Parent = OpenGUI
  110. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  111. Open.Size = UDim2.new(0, 100, 0, 26)
  112. Open.Visible = false
  113. Open.Font = Enum.Font.SourceSansBold
  114. Open.Text = "Open HUB"
  115. Open.TextColor3 = Color3.new(1, 1, 1)
  116. Open.TextSize = 20
  117. Open.MouseButton1Down:connect(function()
  118. Hub.Visible = true
  119. OpenGUI.Visible = false
  120. end)
  121.  
  122. Hub.Name = "Hub"
  123. Hub.Parent = Apax
  124. Hub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  125. Hub.BorderColor3 = Color3.new(0, 0, 0)
  126. Hub.BorderSizePixel = 0
  127. Hub.Position = UDim2.new(0.157846719, 0, 0.0617529899, 0)
  128. Hub.Size = UDim2.new(0, 685, 0, 439)
  129. Hub.Visible = false
  130. Hub.Active = true
  131. Hub.Draggable = true
  132.  
  133. Frame_2.Parent = Hub
  134. Frame_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  135. Frame_2.Size = UDim2.new(0, 685, 0, 56)
  136.  
  137. Frame_3.Parent = Hub
  138. Frame_3.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  139. Frame_3.BorderSizePixel = 0
  140. Frame_3.Position = UDim2.new(0, 0, 0.127562642, 0)
  141. Frame_3.Size = UDim2.new(0, 685, 0, 15)
  142.  
  143. TextLabel.Parent = Hub
  144. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  145. TextLabel.BackgroundTransparency = 1
  146. TextLabel.Position = UDim2.new(0.211678833, 0, 0.0136674261, 0)
  147. TextLabel.Size = UDim2.new(0, 395, 0, 50)
  148. TextLabel.Font = Enum.Font.SourceSansBold
  149. TextLabel.Text = "Game Scripts / GUIs"
  150. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  151. TextLabel.TextSize = 50
  152.  
  153. PhantomForces.Name = "PhantomForces"
  154. PhantomForces.Parent = Hub
  155. PhantomForces.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  156. PhantomForces.BorderColor3 = Color3.new(1, 1, 1)
  157. PhantomForces.BorderSizePixel = 0
  158. PhantomForces.Position = UDim2.new(0.0489051193, 0, 0.214263678, 0)
  159. PhantomForces.Size = UDim2.new(0, 192, 0, 53)
  160. PhantomForces.Font = Enum.Font.SourceSansBold
  161. PhantomForces.Text = "Phantom Forces"
  162. PhantomForces.TextColor3 = Color3.new(1, 1, 1)
  163. PhantomForces.TextSize = 30
  164. PhantomForces.MouseButton1Down:connect(function()
  165. loadstring(game:GetObjects('rbxassetid://2174390318')[1].Source)()
  166. end)
  167.  
  168. MiningSimulator.Name = "MiningSimulator"
  169. MiningSimulator.Parent = Hub
  170. MiningSimulator.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  171. MiningSimulator.BorderColor3 = Color3.new(1, 1, 1)
  172. MiningSimulator.BorderSizePixel = 0
  173. MiningSimulator.Position = UDim2.new(0.358576626, 0, 0.214263678, 0)
  174. MiningSimulator.Size = UDim2.new(0, 192, 0, 53)
  175. MiningSimulator.Font = Enum.Font.SourceSansBold
  176. MiningSimulator.Text = "Mining Simulator"
  177. MiningSimulator.TextColor3 = Color3.new(1, 1, 1)
  178. MiningSimulator.TextSize = 30
  179. MiningSimulator.MouseButton1Down:connect(function()
  180. loadstring(game:GetObjects("rbxassetid://1682794853")[1].Source)()
  181. end)
  182.  
  183. Jailbreak.Name = "Jailbreak"
  184. Jailbreak.Parent = Hub
  185. Jailbreak.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  186. Jailbreak.BorderColor3 = Color3.new(1, 1, 1)
  187. Jailbreak.BorderSizePixel = 0
  188. Jailbreak.Position = UDim2.new(0.359489113, 0, 0.382166117, 0)
  189. Jailbreak.Size = UDim2.new(0, 192, 0, 53)
  190. Jailbreak.Font = Enum.Font.SourceSansBold
  191. Jailbreak.Text = "Jailbreak"
  192. Jailbreak.TextColor3 = Color3.new(1, 1, 1)
  193. Jailbreak.TextSize = 30
  194. Jailbreak.MouseButton1Down:connect(function()
  195. loadstring(game:HttpGet(('https://pastebin.com/raw/FPasLEWS'),true))()
  196. end)
  197.  
  198. PrisonLife.Name = "PrisonLife"
  199. PrisonLife.Parent = Hub
  200. PrisonLife.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  201. PrisonLife.BorderColor3 = Color3.new(1, 1, 1)
  202. PrisonLife.BorderSizePixel = 0
  203. PrisonLife.Position = UDim2.new(0.0489050895, 0, 0.382166117, 0)
  204. PrisonLife.Size = UDim2.new(0, 192, 0, 53)
  205. PrisonLife.Font = Enum.Font.SourceSansBold
  206. PrisonLife.Text = "Prison Life"
  207. PrisonLife.TextColor3 = Color3.new(1, 1, 1)
  208. PrisonLife.TextSize = 30
  209. PrisonLife.MouseButton1Down:connect(function()
  210. loadstring(game:HttpGet(('https://pastebin.com/raw/QjCeHDFT'),true))()
  211. end)
  212.  
  213. BeeSwarm.Name = "BeeSwarm"
  214. BeeSwarm.Parent = Hub
  215. BeeSwarm.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  216. BeeSwarm.BorderColor3 = Color3.new(1, 1, 1)
  217. BeeSwarm.BorderSizePixel = 0
  218. BeeSwarm.Position = UDim2.new(0.673905194, 0, 0.382166117, 0)
  219. BeeSwarm.Size = UDim2.new(0, 192, 0, 53)
  220. BeeSwarm.Font = Enum.Font.SourceSansBold
  221. BeeSwarm.Text = "Bee Swarm Sim"
  222. BeeSwarm.TextColor3 = Color3.new(1, 1, 1)
  223. BeeSwarm.TextSize = 30
  224. BeeSwarm.MouseButton1Down:connect(function()
  225. loadstring(game:HttpGet(('https://pastebin.com/raw/bs9XjxGf'),true))()
  226. end)
  227.  
  228. IslandRoyale.Name = "IslandRoyale"
  229. IslandRoyale.Parent = Hub
  230. IslandRoyale.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  231. IslandRoyale.BorderColor3 = Color3.new(1, 1, 1)
  232. IslandRoyale.BorderSizePixel = 0
  233. IslandRoyale.Position = UDim2.new(0.358576685, 0, 0.543520689, 0)
  234. IslandRoyale.Size = UDim2.new(0, 192, 0, 53)
  235. IslandRoyale.Font = Enum.Font.SourceSansBold
  236. IslandRoyale.Text = "Island Royale"
  237. IslandRoyale.TextColor3 = Color3.new(1, 1, 1)
  238. IslandRoyale.TextSize = 30
  239. IslandRoyale.MouseButton1Down:connect(function()
  240. loadstring(game:HttpGet(('https://pastebin.com/raw/hZ5x3g1K'),true))()
  241. end)
  242.  
  243. RoyalHigh.Name = "RoyalHigh"
  244. RoyalHigh.Parent = Hub
  245. RoyalHigh.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  246. RoyalHigh.BorderColor3 = Color3.new(1, 1, 1)
  247. RoyalHigh.BorderSizePixel = 0
  248. RoyalHigh.Position = UDim2.new(0.358576685, 0, 0.712843359, 0)
  249. RoyalHigh.Size = UDim2.new(0, 192, 0, 53)
  250. RoyalHigh.Font = Enum.Font.SourceSansBold
  251. RoyalHigh.Text = "Royal High"
  252. RoyalHigh.TextColor3 = Color3.new(1, 1, 1)
  253. RoyalHigh.TextSize = 30
  254. RoyalHigh.MouseButton1Down:connect(function()
  255. while true do
  256. for i, c in pairs(game.Workspace:GetChildren()) do
  257. if c.Name == "specialdiamond" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(c.Position)
  258. wait()
  259. end
  260. end
  261. end
  262. end)
  263.  
  264. FleeTheFacility.Name = "FleeTheFacility"
  265. FleeTheFacility.Parent = Hub
  266. FleeTheFacility.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  267. FleeTheFacility.BorderColor3 = Color3.new(1, 1, 1)
  268. FleeTheFacility.BorderSizePixel = 0
  269. FleeTheFacility.Position = UDim2.new(0.673905194, 0, 0.712843359, 0)
  270. FleeTheFacility.Size = UDim2.new(0, 192, 0, 53)
  271. FleeTheFacility.Font = Enum.Font.SourceSansBold
  272. FleeTheFacility.Text = "Flee the Facility"
  273. FleeTheFacility.TextColor3 = Color3.new(1, 1, 1)
  274. FleeTheFacility.TextSize = 30
  275. FleeTheFacility.MouseButton1Down:connect(function()
  276. local gui = Instance.new("ScreenGui") local holder = Instance.new("Frame") local welcome = Instance.new("TextLabel") local close = Instance.new("TextButton") local menu = Instance.new("Frame") local choosemap = Instance.new("TextLabel") local abandonedfacility = Instance.new("TextButton") local abandonedprison = Instance.new("TextButton") local facility0 = Instance.new("TextButton") local tptocomp = Instance.new("TextButton") local tpfrombeast = Instance.new("TextButton") local playername = Instance.new("TextBox") local tptoplayer = Instance.new("TextButton") local tptoexit = Instance.new("TextButton") local currentmap = Instance.new("TextLabel") local currentmapvalue = Instance.new("StringValue") local discord = Instance.new("TextLabel") gui.Name = "FleeTheFacilityGUI" gui.Parent = game.CoreGui holder.Name = "Holder" holder.Parent = gui holder.Active = true holder.Selectable = true holder.Draggable = true holder.BackgroundColor3 = Color3.fromRGB(49, 49, 49) holder.BorderSizePixel = 0 holder.Position = UDim2.new(0.032, 0, 0.504, 0) holder.Size = UDim2.new(0, 455, 0, 31) welcome.Name = "Welcome" welcome.Parent = holder welcome.BackgroundTransparency = 1 welcome.Position = UDim2.new(0.193, 0, 0, 0) welcome.Size = UDim2.new(0, 279, 0, 31) welcome.Font = Enum.Font.Highway welcome.Text = "Flee The Facility GUI" welcome.TextColor3 = Color3.fromRGB(255,255,255) welcome.TextSize = 26 welcome.TextStrokeTransparency = 0 welcome.TextWrapped = true close.Name = "Close" close.Parent = holder close.BackgroundColor3 = Color3.fromRGB(255, 0, 0) close.BorderSizePixel = 0 close.Position = UDim2.new(0.932, 0, 0, 0) close.Size = UDim2.new(0, 31, 0, 31) close.Font = Enum.Font.Highway close.Text = "X" close.TextColor3 = Color3.fromRGB(255,255,255) close.TextSize = 24 close.TextStrokeTransparency = 0 close.TextWrapped = true menu.Name = "Menu" menu.Parent = holder menu.BackgroundColor3 = Color3.fromRGB(102,102,102) menu.BackgroundTransparency = 0.2 menu.BorderSizePixel = 0 menu.Position = UDim2.new(0, 0, 1, 0) menu.Size = UDim2.new(0, 455, 0, 266) choosemap.Name = "ChooseMap" choosemap.Parent = menu choosemap.BackgroundTransparency = 1 choosemap.Position = UDim2.new(0.336, 0, 0.023, 0) choosemap.Size = UDim2.new(0, 149, 0, 25) choosemap.Font = Enum.Font.Highway choosemap.Text = "Choose the map:" choosemap.TextColor3 = Color3.fromRGB(255,255,255) choosemap.TextScaled = true choosemap.TextStrokeTransparency = 0 choosemap.TextWrapped = true abandonedfacility.Name = "AbandonedFacility" abandonedfacility.Parent = menu abandonedfacility.BackgroundColor3 = Color3.fromRGB(49,49,49) abandonedfacility.BorderSizePixel = 0 abandonedfacility.Position = UDim2.new(0.037, 0, 0.143, 0) abandonedfacility.Size = UDim2.new(0, 121, 0, 41) abandonedfacility.Font = Enum.Font.Highway abandonedfacility.Text = "Abandoned Facility" abandonedfacility.TextColor3 = Color3.fromRGB(255,255,255) abandonedfacility.TextSize = 20 abandonedfacility.TextStrokeTransparency = 0 abandonedfacility.TextWrapped = true abandonedprison.Name = "AbandonedPrison" abandonedprison.Parent = menu abandonedprison.BackgroundColor3 = Color3.fromRGB(49,49,49) abandonedprison.BorderSizePixel = 0 abandonedprison.Position = UDim2.new(0.367, 0, 0.143, 0) abandonedprison.Size = UDim2.new(0, 121, 0, 41) abandonedprison.Font = Enum.Font.Highway abandonedprison.Text = "Abandoned Prison" abandonedprison.TextColor3 = Color3.fromRGB(255,255,255) abandonedprison.TextSize = 20 abandonedprison.TextStrokeTransparency = 0 abandonedprison.TextWrapped = true facility0.Name = "AbandonedPrison" facility0.Parent = menu facility0.BackgroundColor3 = Color3.fromRGB(49,49,49) facility0.BorderSizePixel = 0 facility0.Position = UDim2.new(0.701, 0, 0.143, 0) facility0.Size = UDim2.new(0, 121, 0, 41) facility0.Font = Enum.Font.Highway facility0.Text = "Facility_0" facility0.TextColor3 = Color3.fromRGB(255,255,255) facility0.TextSize = 20 facility0.TextStrokeTransparency = 0 facility0.TextWrapped = true tptocomp.Name = "TpToComputer" tptocomp.Parent = menu tptocomp.BackgroundColor3 = Color3.fromRGB(49,49,49) tptocomp.BorderSizePixel = 0 tptocomp.Position = UDim2.new(0.053, 0, 0.483, 0) tptocomp.Size = UDim2.new(0, 164, 0, 23) tptocomp.Font = Enum.Font.Highway tptocomp.Text = "TP to the computer" tptocomp.TextColor3 = Color3.fromRGB(255,255,255) tptocomp.TextSize = 20 tptocomp.TextStrokeTransparency = 0 tptocomp.TextWrapped = true tpfrombeast.Name = "TpFromBeast" tpfrombeast.Parent = menu tpfrombeast.BackgroundColor3 = Color3.fromRGB(49,49,49) tpfrombeast.BorderSizePixel = 0 tpfrombeast.Position = UDim2.new(0.052, 0, 0.607, 0) tpfrombeast.Size = UDim2.new(0, 164, 0, 23) tpfrombeast.Font = Enum.Font.Highway tpfrombeast.Text = "TP from beast" tpfrombeast.TextColor3 = Color3.fromRGB(255,255,255) tpfrombeast.TextSize = 20 tpfrombeast.TextStrokeTransparency = 0 tpfrombeast.TextWrapped = true playername.Name = "PlayerName" playername.Parent = menu playername.BackgroundColor3 = Color3.fromRGB(49,49,49) playername.BorderSizePixel = 0 playername.Position = UDim2.new(0.589, 0, 0.483, 0) playername.Size = UDim2.new(0, 164, 0, 23) playername.Font = Enum.Font.Highway playername.Text = "Player Name" playername.TextColor3 = Color3.fromRGB(255,255,255) playername.TextSize = 20 playername.TextStrokeTransparency = 0 playername.TextWrapped = true tptoplayer.Name = "TpToPlayer" tptoplayer.Parent = menu tptoplayer.BackgroundColor3 = Color3.fromRGB(49,49,49) tptoplayer.BorderSizePixel = 0 tptoplayer.Position = UDim2.new(0.589, 0, 0.607, 0) tptoplayer.Size = UDim2.new(0, 164, 0, 23) tptoplayer.Font = Enum.Font.Highway tptoplayer.Text = "TP to player" tptoplayer.TextColor3 = Color3.fromRGB(255,255,255) tptoplayer.TextSize = 20 tptoplayer.TextStrokeTransparency = 0 tptoplayer.TextWrapped = true tptoexit.Name = "TpToExit" tptoexit.Parent = menu tptoexit.BackgroundColor3 = Color3.fromRGB(49,49,49) tptoexit.BorderSizePixel = 0 tptoexit.Position = UDim2.new(0.053, 0, 0.729, 0) tptoexit.Size = UDim2.new(0, 164, 0, 23) tptoexit.Font = Enum.Font.Highway tptoexit.Text = "TP to an exit" tptoexit.TextColor3 = Color3.fromRGB(255,255,255) tptoexit.TextSize = 20 tptoexit.TextStrokeTransparency = 0 tptoexit.TextWrapped = true currentmap.Name = "CurrentMap" currentmap.Parent = menu currentmap.BackgroundTransparency = 1 currentmap.Position = UDim2.new(0.303, 0, 0.883, 0) currentmap.Size = UDim2.new(0, 179, 0, 23) currentmap.Font = Enum.Font.Highway currentmap.Text = "Map: None" currentmap.TextColor3 = Color3.fromRGB(255,255,255) currentmap.TextScaled = true currentmap.TextStrokeTransparency = 0 currentmap.TextWrapped = true currentmapvalue.Name = "Map" currentmapvalue.Parent = currentmap discord.Name = "Discord" discord.Parent = menu discord.BackgroundTransparency = 1 discord.Position = UDim2.new(0.301, 0, 0.35, 0) discord.Size = UDim2.new(0, 179, 0, 23) discord.Font = Enum.Font.Highway discord.Text = "Hamburghini#6590" discord.TextColor3 = Color3.fromRGB(255,255,255) discord.TextScaled = true discord.TextStrokeTransparency = 0 discord.TextWrapped = true close.MouseButton1Down:connect(function() gui:Destroy() end) abandonedfacility.MouseButton1Down:connect(function() currentmapvalue.Value = "Abandoned Facility by iiGalaxyKoala, Vexhins, and cyrda" currentmap.Text = "Map: Abandoned Facility" end) abandonedprison.MouseButton1Down:connect(function() currentmapvalue.Value = "Abandoned Prison by AtomixKing and Duck_Ify" currentmap.Text = "Map: Abandoned Prison" end) facility0.MouseButton1Down:connect(function() currentmapvalue.Value = "Facility_0 by MrWindy" currentmap.Text = "Map: Facility_0" end) tptocomp.MouseButton1Down:connect(function() local pc = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("ComputerTable") if pc.Screen.BrickColor == BrickColor.new("Dark green") then pc.Name = "HackedPC" return end if pc.Screen.BrickColor == BrickColor.new("Bright blue") or pc.Screen.BrickColor == BrickColor.new("Bright red") then if currentmapvalue.Value == "Abandoned Facility by iiGalaxyKoala, Vexhins, and cyrda" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pc.BasePart.Position.X, pc.BasePart.Position.Y + 6, pc.BasePart.Position.Z) elseif currentmapvalue.Value == "Facility_0 by MrWindy" or currentmapvalue.Value == "Abandoned Prison by AtomixKing and Duck_Ify" then pc.ClearWall.CanCollide = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pc.BasePart.Position.X, pc.BasePart.Position.Y + 6, pc.BasePart.Position.Z) end end end) tpfrombeast.MouseButton1Down:connect(function() local collide = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("FreezePod"):GetChildren() local tp = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("FreezePod") collide.CanCollide = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(tp.BasePart.Position.X, tp.BasePart.Position.Y + 3, tp.BasePart.Position.Z) end) tptoexit.MouseButton1Down:connect(function() local exit = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("ExitDoor") local exdoorpos = exit.Light.Position local humrootpart = game.Players.LocalPlayer.Character.HumanoidRootPart humrootpart.CFrame = CFrame.new(exdoorpos.X, exdoorpos.Y - 4.5, exdoorpos.Z) end) tptoplayer.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace:FindFirstChild(playername.Text).HumanoidRootPart.Position) end)
  277. end)
  278.  
  279. RBWorld.Name = "RBWorld"
  280. RBWorld.Parent = Hub
  281. RBWorld.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  282. RBWorld.BorderColor3 = Color3.new(1, 1, 1)
  283. RBWorld.BorderSizePixel = 0
  284. RBWorld.Position = UDim2.new(0.0489050895, 0, 0.712843418, 0)
  285. RBWorld.Size = UDim2.new(0, 192, 0, 53)
  286. RBWorld.Font = Enum.Font.SourceSansBold
  287. RBWorld.Text = "RB World 2"
  288. RBWorld.TextColor3 = Color3.new(1, 1, 1)
  289. RBWorld.TextSize = 30
  290. RBWorld.MouseButton1Down:connect(function()
  291. loadstring(game:HttpGet(('https://pastebin.com/raw/3FeyrFRm'),true))()
  292. end)
  293.  
  294. AutoRapBattles.Name = "AutoRapBattles"
  295. AutoRapBattles.Parent = Hub
  296. AutoRapBattles.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  297. AutoRapBattles.BorderColor3 = Color3.new(1, 1, 1)
  298. AutoRapBattles.BorderSizePixel = 0
  299. AutoRapBattles.Position = UDim2.new(0.673905194, 0, 0.543520689, 0)
  300. AutoRapBattles.Size = UDim2.new(0, 192, 0, 53)
  301. AutoRapBattles.Font = Enum.Font.SourceSansBold
  302. AutoRapBattles.Text = "Auto Rap Battles"
  303. AutoRapBattles.TextColor3 = Color3.new(1, 1, 1)
  304. AutoRapBattles.TextSize = 30
  305. AutoRapBattles.MouseButton1Down:connect(function()
  306. loadstring(game:HttpGet(('https://pastebin.com/raw/SdCuwJVB'),true))()
  307. end)
  308.  
  309. MM2.Name = "MM2"
  310. MM2.Parent = Hub
  311. MM2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  312. MM2.BorderColor3 = Color3.new(1, 1, 1)
  313. MM2.BorderSizePixel = 0
  314. MM2.Position = UDim2.new(0.0489050895, 0, 0.543520689, 0)
  315. MM2.Size = UDim2.new(0, 192, 0, 53)
  316. MM2.Font = Enum.Font.SourceSansBold
  317. MM2.Text = "Murder Mystery 2"
  318. MM2.TextColor3 = Color3.new(1, 1, 1)
  319. MM2.TextSize = 30
  320. MM2.MouseButton1Down:connect(function()
  321. loadstring(game:HttpGet(('https://pastebin.com/raw/VuMnamd7'),true))()
  322. end)
  323.  
  324. CounterBlox.Name = "CounterBlox"
  325. CounterBlox.Parent = Hub
  326. CounterBlox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  327. CounterBlox.BorderColor3 = Color3.new(1, 1, 1)
  328. CounterBlox.BorderSizePixel = 0
  329. CounterBlox.Position = UDim2.new(0.673905134, 0, 0.214263678, 0)
  330. CounterBlox.Size = UDim2.new(0, 192, 0, 53)
  331. CounterBlox.Font = Enum.Font.SourceSansBold
  332. CounterBlox.Text = "Counter Blox "
  333. CounterBlox.TextColor3 = Color3.new(1, 1, 1)
  334. CounterBlox.TextSize = 30
  335. CounterBlox.MouseButton1Down:connect(function()
  336. loadstring(game:HttpGet(('https://pastebin.com/raw/xDapgT7p'),true))()
  337. end)
  338.  
  339. Close.Name = "Close"
  340. Close.Parent = Hub
  341. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  342. Close.BackgroundTransparency = 1
  343. Close.Position = UDim2.new(0.954744518, 0, 0.0136674251, 0)
  344. Close.Size = UDim2.new(0, 22, 0, 20)
  345. Close.Font = Enum.Font.SourceSansBold
  346. Close.Text = "X"
  347. Close.TextColor3 = Color3.new(1, 1, 1)
  348. Close.TextSize = 20
  349. Close.MouseButton1Down:connect(function()
  350. Hub.Visible = false
  351. OpenGUI.Visible = true
  352. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement