The_Banana

Roblox Arsenal GUI

Mar 7th, 2022
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. --Speed by ivoicedflame
  2. --https://discord.gg/xaMt4atD
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local prisonbreakerv15 = Instance.new("TextButton")
  7. local prisonbreakerv16 = Instance.new("TextButton")
  8. local close = Instance.new("TextButton")
  9. local openmain = Instance.new("Frame")
  10. local open = Instance.new("TextButton")
  11. --Properties:
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. main.Name = "main"
  15. main.Parent = ScreenGui
  16. main.BackgroundColor3 = Color3.new(0, 0, 0)
  17. main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  18. main.Size = UDim2.new(0, 332, 0, 211)
  19. main.Visible = false
  20. main.Active = true
  21. main.Draggable = true
  22.  
  23. title.Name = "title"
  24. title.Parent = main
  25. title.BackgroundColor3 = Color3.new(1, 0, 1)
  26. title.Size = UDim2.new(0, 332, 0, 31)
  27. title.Font = Enum.Font.GothamBold
  28. title.Text = "Mi Hub - Arsenal"
  29. title.TextColor3 = Color3.new(0, 0, 0)
  30. title.TextSize = 14
  31.  
  32. --Aimbot
  33. prisonbreakerv15.Name = "prisonbreakerv15"
  34. prisonbreakerv15.Parent = main
  35. prisonbreakerv15.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  36. prisonbreakerv15.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  37. prisonbreakerv15.Size = UDim2.new(0, 110, 0, 50)
  38. prisonbreakerv15.Font = Enum.Font.GothamBold
  39. prisonbreakerv15.Text = "Aimbot"
  40. prisonbreakerv15.TextColor3 = Color3.new(0, 0, 0)
  41. prisonbreakerv15.TextScaled = true
  42. prisonbreakerv15.TextSize = 10
  43. prisonbreakerv15.TextWrapped = true
  44. prisonbreakerv15.MouseButton1Down:connect(function()
  45. loadstring(game:HttpGet("https://pastebin.com/raw/m6EkNwDz",true))()
  46. end)
  47.  
  48. --Esp Script
  49. prisonbreakerv16.Name = "prisonbreakerv16"
  50. prisonbreakerv16.Parent = main
  51. prisonbreakerv16.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  52. prisonbreakerv16.Position = UDim2.new(0.614457846, 0, 0.379146934, 0)
  53. prisonbreakerv16.Size = UDim2.new(0, 110, 0, 50)
  54. prisonbreakerv16.Font = Enum.Font.GothamBold
  55. prisonbreakerv16.Text = "Speed"
  56. prisonbreakerv16.TextColor3 = Color3.new(0, 0, 0)
  57. prisonbreakerv16.TextScaled = true
  58. prisonbreakerv16.TextSize = 14
  59. prisonbreakerv16.TextWrapped = true
  60. prisonbreakerv16.MouseButton1Down:connect(function()
  61. loadstring(game:HttpGet("https://pastebin.com/raw/ANYEuTXF",true))()
  62. end)
  63.  
  64. close.Name = "close"
  65. close.Parent = main
  66. close.BackgroundColor3 = Color3.new(1, 0, 0)
  67. close.Position = UDim2.new(0.879518092, 0, 0, 0)
  68. close.Size = UDim2.new(0, 40, 0, 31)
  69. close.Font = Enum.Font.GothamBlack
  70. close.Text = "X"
  71. close.TextColor3 = Color3.new(0, 0, 0)
  72. close.TextScaled = true
  73. close.TextSize = 14
  74. close.TextWrapped = true
  75. close.MouseButton1Down:connect(function()
  76. main.Visible = false
  77. openmain.Visible = true
  78. end)
  79.  
  80. openmain.Name = "openmain"
  81. openmain.Parent = ScreenGui
  82. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  83. openmain.Position = UDim2.new(0.00801973976, 0, 0.423832953, 0)
  84. openmain.Size = UDim2.new(0, 100, 0, 28)
  85. openmain.Active = true
  86. openmain.Draggable = true
  87.  
  88. open.Name = "open"
  89. open.Parent = openmain
  90. open.BackgroundColor3 = Color3.new(1, 0, 0)
  91. open.Size = UDim2.new(0, 100, 0, 28)
  92. open.Font = Enum.Font.GothamBold
  93. open.Text = "AYO?"
  94. open.TextColor3 = Color3.new(0, 0, 0)
  95. open.TextSize = 18
  96. open.TextWrapped = true
  97. open.MouseButton1Down:connect(function()
  98. openmain.Visible = false
  99. main.Visible = true
  100. end)
Advertisement
Add Comment
Please, Sign In to add comment