Advertisement
yoiamthomas12

OP SCRIPT HUB UPDATED VERSION NOW WE HAVE A ARSENAL SCRIPT

Jun 4th, 2021
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local ISLANDS = Instance.new("TextButton")
  10. local PRISON = Instance.new("TextButton")
  11. local madcitybutton = Instance.new("TextButton")
  12. local arsenal = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ResetOnSpawn = false
  18. Frame.Parent = ScreenGui
  19. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  20. Frame.Position = UDim2.new(0.57179004, 0, 0.319410324, 0)
  21. Frame.Size = UDim2.new(0, 400, 0, 263)
  22. Frame.Active = true
  23. Frame.Draggable = true
  24. TextLabel.Parent = Frame
  25. TextLabel.BackgroundColor3 = Color3.fromRGB(147, 38, 255)
  26. TextLabel.Size = UDim2.new(0, 400, 0, 50)
  27. TextLabel.Font = Enum.Font.SourceSans
  28. TextLabel.Text = "OP HUB BY THOMAS"
  29. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  30. TextLabel.TextSize = 14.000
  31.  
  32. ISLANDS.Name = "ISLANDS"
  33. ISLANDS.Parent = Frame
  34. ISLANDS.BackgroundColor3 = Color3.fromRGB(32, 170, 255)
  35. ISLANDS.Position = UDim2.new(0.0299999993, 0, 0.441064626, 0)
  36. ISLANDS.Size = UDim2.new(0, 179, 0, 30)
  37. ISLANDS.Font = Enum.Font.SourceSans
  38. ISLANDS.Text = "Islands/skyblock op gui"
  39. ISLANDS.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. ISLANDS.TextSize = 14.000
  41. ISLANDS.MouseButton1Down:connect(function()
  42.  
  43. loadstring(game:HttpGet("http://void-scripts.com/Scripts/islands_new.lua"))()
  44. end)
  45.  
  46. PRISON.Name = "PRISON"
  47. PRISON.Parent = Frame
  48. PRISON.BackgroundColor3 = Color3.fromRGB(39, 169, 255)
  49. PRISON.Position = UDim2.new(0.540000021, 0, 0.441064626, 0)
  50. PRISON.Size = UDim2.new(0, 167, 0, 30)
  51. PRISON.Font = Enum.Font.SourceSans
  52. PRISON.Text = "OP prison life gui"
  53. PRISON.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. PRISON.TextSize = 14.000
  55. PRISON.MouseButton1Down:connect(function()
  56. loadstring(game:HttpGet("https://pastebin.com/raw/mHfK0Xk4", true))()
  57. end)
  58.  
  59. madcitybutton.Name = "mad city button"
  60. madcitybutton.Parent = Frame
  61. madcitybutton.BackgroundColor3 = Color3.fromRGB(15, 199, 255)
  62. madcitybutton.Position = UDim2.new(0.0299999993, 0, 0.638783276, 0)
  63. madcitybutton.Size = UDim2.new(0, 179, 0, 32)
  64. madcitybutton.Font = Enum.Font.SourceSans
  65. madcitybutton.Text = "OP mad city gui"
  66. madcitybutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. madcitybutton.TextSize = 14.000
  68. madcitybutton.MouseButton1Down:connect(function()
  69. loadstring(game:HttpGet("https://jack1214060.xyz/jayhub",true))()
  70. end)
  71.  
  72. arsenal.Name = "arsenal"
  73. arsenal.Parent = Frame
  74. arsenal.BackgroundColor3 = Color3.fromRGB(48, 165, 255)
  75. arsenal.Position = UDim2.new(0.540000021, 0, 0.638783276, 0)
  76. arsenal.Size = UDim2.new(0, 167, 0, 32)
  77. arsenal.Font = Enum.Font.SourceSans
  78. arsenal.Text = "OP ARSENAL AIM BOT AND ESP"
  79. arsenal.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. arsenal.TextSize = 14.000
  81. arsenal.MouseButton1Down:connect(function()
  82. loadstring(game:HttpGet("https://raw.githubusercontent.com/ScriptRUs/Banana/main/ArsenalGUIRevamp.lua"))()
  83. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement