AaronSo0908

Aaron Hub v1

Jul 14th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. --Aaron Hub
  2. --Version 1
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local JB = Instance.new("TextButton")
  9. local PL = Instance.new("TextButton")
  10. local Title = Instance.new("TextLabel")
  11. local Version = Instance.new("TextLabel")
  12. local Close = Instance.new("TextButton")
  13. local Open = Instance.new("Frame")
  14. local TextButton = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. Frame.Position = UDim2.new(0.27144298, 0, 0.215358928, 0)
  24. Frame.Size = UDim2.new(0, 459, 0, 280)
  25. Frame.Visible = false
  26.  
  27. JB.Name = "JB"
  28. JB.Parent = Frame
  29. JB.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
  30. JB.Position = UDim2.new(0.0936819166, 0, 0.668699145, 0)
  31. JB.Size = UDim2.new(0, 147, 0, 50)
  32. JB.Font = Enum.Font.SourceSans
  33. JB.Text = "Jailbreak, key is e$cJb+YkLuHP9sefE`EUbnnP4eV08~sC"
  34. JB.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. JB.TextSize = 14.000
  36. JB.TextWrapped = true
  37. JB.MouseButton1Down:connect(function()
  38. loadstring(game:HttpGet("https://raw.githubusercontent.com/alohabeach/Main/master/Scripts/JailbreakAutoRob.lua"))()
  39. end)
  40.  
  41. PL.Name = "PL"
  42. PL.Parent = Frame
  43. PL.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
  44. PL.Position = UDim2.new(0.564270198, 0, 0.666666687, 0)
  45. PL.Size = UDim2.new(0, 147, 0, 50)
  46. PL.Font = Enum.Font.SourceSans
  47. PL.Text = "Prison Life"
  48. PL.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. PL.TextSize = 14.000
  50. prisonbreakerv15.MouseButton1Down:connect(function()
  51. loadstring(game:HttpGet("https://pastebin.com/raw/HpCpt9rt",true))()
  52. end)
  53.  
  54. Title.Name = "Title"
  55. Title.Parent = Frame
  56. Title.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  57. Title.Size = UDim2.new(0, 459, 0, 50)
  58. Title.Font = Enum.Font.SourceSans
  59. Title.Text = "Aaron Hub"
  60. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. Title.TextSize = 40.000
  62.  
  63. Version.Name = "Version"
  64. Version.Parent = Frame
  65. Version.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. Version.Position = UDim2.new(0.701525033, 0, 0.178571433, 0)
  67. Version.Size = UDim2.new(0, 137, 0, 50)
  68. Version.Font = Enum.Font.SourceSans
  69. Version.Text = "v1"
  70. Version.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. Version.TextSize = 40.000
  72.  
  73. Close.Name = "Close"
  74. Close.Parent = Frame
  75. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  76. Close.Position = UDim2.new(1, 0, 0, 0)
  77. Close.Size = UDim2.new(0, 50, 0, 50)
  78. Close.Font = Enum.Font.SourceSans
  79. Close.Text = "X"
  80. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. Close.TextSize = 40.000
  82.  
  83. Open.Name = "Open"
  84. Open.Parent = ScreenGui
  85. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  86. Open.Position = UDim2.new(0, 0, 0.460767955, 0)
  87. Open.Size = UDim2.new(0, 164, 0, 65)
  88.  
  89. TextButton.Parent = Open
  90. TextButton.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  91. TextButton.Position = UDim2.new(0.0182926655, 0, 0.107692242, 0)
  92. TextButton.Size = UDim2.new(0, 157, 0, 50)
  93. TextButton.Font = Enum.Font.SourceSans
  94. TextButton.Text = "Open Aaron Hub"
  95. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. TextButton.TextSize = 20.000
  97.  
  98. -- Scripts:
  99.  
  100. local function VIDAI_fake_script() -- Close.LocalScript
  101. local script = Instance.new('LocalScript', Close)
  102.  
  103. script.Parent.MouseButton1Click:Connect(function()
  104. script.Parent.Parent.Visible = false
  105. end)
  106. end
  107. coroutine.wrap(VIDAI_fake_script)()
  108. local function XYZFY_fake_script() -- TextButton.LocalScript
  109. local script = Instance.new('LocalScript', TextButton)
  110.  
  111. local frame = script.Parent.Parent.Parent.Frame -- change “Test” to the name of the frame
  112. local open = false
  113.  
  114. script.Parent.MouseButton1Click:Connect(function()
  115. if frame.Visible == false then
  116. frame.Visible = true
  117. end
  118. end)
  119. end
  120. coroutine.wrap(XYZFY_fake_script)()
  121.  
Advertisement
Add Comment
Please, Sign In to add comment