Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local ISLANDS = Instance.new("TextButton")
- local PRISON = Instance.new("TextButton")
- local madcitybutton = Instance.new("TextButton")
- local arsenal = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.57179004, 0, 0.319410324, 0)
- Frame.Size = UDim2.new(0, 400, 0, 263)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(147, 38, 255)
- TextLabel.Size = UDim2.new(0, 400, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "OP HUB BY THOMAS"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- ISLANDS.Name = "ISLANDS"
- ISLANDS.Parent = Frame
- ISLANDS.BackgroundColor3 = Color3.fromRGB(32, 170, 255)
- ISLANDS.Position = UDim2.new(0.0299999993, 0, 0.441064626, 0)
- ISLANDS.Size = UDim2.new(0, 179, 0, 30)
- ISLANDS.Font = Enum.Font.SourceSans
- ISLANDS.Text = "Islands/skyblock op gui"
- ISLANDS.TextColor3 = Color3.fromRGB(0, 0, 0)
- ISLANDS.TextSize = 14.000
- ISLANDS.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("http://void-scripts.com/Scripts/islands_new.lua"))()
- end)
- PRISON.Name = "PRISON"
- PRISON.Parent = Frame
- PRISON.BackgroundColor3 = Color3.fromRGB(39, 169, 255)
- PRISON.Position = UDim2.new(0.540000021, 0, 0.441064626, 0)
- PRISON.Size = UDim2.new(0, 167, 0, 30)
- PRISON.Font = Enum.Font.SourceSans
- PRISON.Text = "OP prison life gui"
- PRISON.TextColor3 = Color3.fromRGB(0, 0, 0)
- PRISON.TextSize = 14.000
- PRISON.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/mHfK0Xk4", true))()
- end)
- madcitybutton.Name = "mad city button"
- madcitybutton.Parent = Frame
- madcitybutton.BackgroundColor3 = Color3.fromRGB(15, 199, 255)
- madcitybutton.Position = UDim2.new(0.0299999993, 0, 0.638783276, 0)
- madcitybutton.Size = UDim2.new(0, 179, 0, 32)
- madcitybutton.Font = Enum.Font.SourceSans
- madcitybutton.Text = "OP mad city gui"
- madcitybutton.TextColor3 = Color3.fromRGB(0, 0, 0)
- madcitybutton.TextSize = 14.000
- madcitybutton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://jack1214060.xyz/jayhub",true))()
- end)
- arsenal.Name = "arsenal"
- arsenal.Parent = Frame
- arsenal.BackgroundColor3 = Color3.fromRGB(48, 165, 255)
- arsenal.Position = UDim2.new(0.540000021, 0, 0.638783276, 0)
- arsenal.Size = UDim2.new(0, 167, 0, 32)
- arsenal.Font = Enum.Font.SourceSans
- arsenal.Text = "OP ARSENAL AIM BOT AND ESP"
- arsenal.TextColor3 = Color3.fromRGB(0, 0, 0)
- arsenal.TextSize = 14.000
- arsenal.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScriptRUs/Banana/main/ArsenalGUIRevamp.lua"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement