2AreYouMental110

apocalypse rising script gui

Sep 17th, 2021 (edited)
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.47 KB | None | 0 0
  1. local gui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local xrhub = Instance.new("TextButton")
  4. local infiniteyield = Instance.new("TextButton")
  5. local impulsehub = Instance.new("TextButton")
  6. local yanex = Instance.new("TextButton")
  7. local close = Instance.new("TextButton")
  8. local victini = Instance.new("TextButton")
  9. local victini2 = Instance.new("TextButton")
  10. local open = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. gui.Name = "gui"
  15. gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = gui
  18. Frame.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
  19. Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  20. Frame.Position = UDim2.new(0.268774718, 0, 0.193370163, 0)
  21. Frame.Size = UDim2.new(0, 351, 0, 332)
  22.  
  23. xrhub.Name = "xrhub"
  24. xrhub.Parent = Frame
  25. xrhub.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  26. xrhub.BorderColor3 = Color3.fromRGB(255, 255, 255)
  27. xrhub.Position = UDim2.new(0.213675216, 0, 0.0925469846, 0)
  28. xrhub.Size = UDim2.new(0, 200, 0, 50)
  29. xrhub.Font = Enum.Font.SourceSans
  30. xrhub.Text = "xr hub (really good one)"
  31. xrhub.TextColor3 = Color3.fromRGB(255, 255, 255)
  32. xrhub.TextSize = 14.000
  33. xrhub.MouseButton1Down:connect(function()
  34.     loadstring(game:HttpGet("https://raw.githubusercontent.com/areyoumental110/archive-1/main/Final_XQrbnOGlEh6F2tyQ.lua"))()
  35.     wait()
  36.     print("old empiregfx.xyz/Script/XRHub.txt")
  37. end)
  38.  
  39. infiniteyield.Name = "infiniteyield"
  40. infiniteyield.Parent = Frame
  41. infiniteyield.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  42. infiniteyield.BorderColor3 = Color3.fromRGB(255, 255, 255)
  43. infiniteyield.Position = UDim2.new(0.213675216, 0, 0.324008763, 0)
  44. infiniteyield.Size = UDim2.new(0, 200, 0, 50)
  45. infiniteyield.Font = Enum.Font.SourceSans
  46. infiniteyield.Text = "infinite yield (helps with rejoining and stuff"
  47. infiniteyield.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. infiniteyield.TextSize = 14.000
  49. infiniteyield.MouseButton1Down:connect(function()
  50.     loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
  51. end)
  52.  
  53. impulsehub.Name = "impulsehub"
  54. impulsehub.Parent = Frame
  55. impulsehub.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  56. impulsehub.BorderColor3 = Color3.fromRGB(255, 255, 255)
  57. impulsehub.Position = UDim2.new(0.213675216, 0, 0.539489448, 0)
  58. impulsehub.Size = UDim2.new(0, 200, 0, 50)
  59. impulsehub.Font = Enum.Font.SourceSans
  60. impulsehub.Text = "impulse hub (car fly)"
  61. impulsehub.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. impulsehub.TextSize = 14.000
  63. impulsehub.MouseButton1Down:connect(function()
  64.     loadstring(game:HttpGet('http://impulse-hub.xyz/ImpulseHub',true))()
  65. end)
  66.  
  67. yanex.Name = "yanex"
  68. yanex.Parent = Frame
  69. yanex.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  70. yanex.BorderColor3 = Color3.fromRGB(255, 255, 255)
  71. yanex.Position = UDim2.new(0.213675216, 0, 0.769109607, 0)
  72. yanex.Size = UDim2.new(0, 200, 0, 50)
  73. yanex.Font = Enum.Font.SourceSans
  74. yanex.Text = "yanex (admin gui) [also needs krnl or synapse]"
  75. yanex.TextColor3 = Color3.fromRGB(255, 255, 255)
  76. yanex.TextSize = 14.000
  77. yanex.MouseButton1Down:connect(function()
  78.     loadstring(game:HttpGet("https://raw.githubusercontent.com/Zanikes/Yanex/master/Main.lua"))()
  79. end)
  80.  
  81. close.Name = "close"
  82. close.Parent = Frame
  83. close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  84. close.BorderColor3 = Color3.fromRGB(255, 255, 255)
  85. close.Position = UDim2.new(0.823361814, 0, 0, 0)
  86. close.Size = UDim2.new(0, 62, 0, 54)
  87. close.Font = Enum.Font.SourceSans
  88. close.Text = "X"
  89. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  90. close.TextSize = 50.000
  91. close.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  92. close.MouseButton1Down:connect(function()
  93.     game.Players.LocalPlayer.PlayerGui.gui.Frame.Visible = false
  94. end)
  95.  
  96. victini.Name = "victini"
  97. victini.Parent = Frame
  98. victini.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  99. victini.BorderColor3 = Color3.fromRGB(255, 255, 255)
  100. victini.Size = UDim2.new(0, 75, 0, 50)
  101. victini.Font = Enum.Font.SourceSans
  102. victini.Text = "1 more"
  103. victini.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. victini.TextSize = 14.000
  105. victini.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  106. victini.MouseButton1Down:connect(function()
  107.     game.Players.LocalPlayer.PlayerGui.gui.Frame.victini.victini2.Visible = true
  108. end)
  109.  
  110.  
  111. victini2.Name = "victini2"
  112. victini2.Parent = victini
  113. victini2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  114. victini2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  115. victini2.Position = UDim2.new(0, 0, 6.63999987, 0)
  116. victini2.Size = UDim2.new(0, 351, 0, 106)
  117. victini2.Visible = false
  118. victini2.Font = Enum.Font.SourceSans
  119. victini2.Text = "victini's apoc gui (helps with kits and spawning vehicles)"
  120. victini2.TextColor3 = Color3.fromRGB(255, 255, 255)
  121. victini2.TextSize = 14.000
  122. victini2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  123. victini2.MouseButton1Down:connect(function()
  124.     loadstring(game:HttpGet("https://pastebin.com/raw/dcDAhh2i"))()
  125.     wait()
  126.     game.Players.LocalPlayer.PlayerGui.gui.Frame.victini.victini2.Visible = false
  127. end)
  128.  
  129.  
  130. open.Name = "open"
  131. open.Parent = gui
  132. open.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  133. open.BorderColor3 = Color3.fromRGB(255, 255, 255)
  134. open.Position = UDim2.new(0.00527009228, 0, 0.430939227, 0)
  135. open.Size = UDim2.new(0, 200, 0, 50)
  136. open.Font = Enum.Font.SourceSans
  137. open.Text = "open"
  138. open.TextColor3 = Color3.fromRGB(255, 255, 255)
  139. open.TextSize = 14.000
  140. open.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  141. open.MouseButton1Down:connect(function()
  142.     game.Players.LocalPlayer.PlayerGui.gui.Frame.Visible = true
  143.     wait "1"
  144.     game.Players.LocalPlayer.PlayerGui.open.Visible = false
  145. end)
Add Comment
Please, Sign In to add comment