Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- UPD Logs:
- V4 (Full Version): Beta Version Added , Theme Changed , Added 1 More FE Script , New Window , New Loading Screen
- V3.5: Updated Loading UI
- V3: Changed Script Hub Theme , Added Notification System and 1 more FE Script
- V2.5: Updated Loading GUI , Added 2 more FE Scripts
- V2: Added Loading UI
- V1.5: Changed Scripts tab into Script Hub , Added Keybinds , Added Prison Life Scripts , Added New Tab
- V1: Added Scripts Tab and Humanoid
- --]]
- local Notify = Instance.new("ScreenGui")
- local Again = Instance.new("ImageLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local Title = Instance.new("TextLabel")
- local Power = Instance.new("TextLabel")
- local Creator = Instance.new("TextLabel")
- local NormalLoading = Instance.new("TextButton")
- local BetaLoading = Instance.new("TextButton")
- --Properties:
- Notify.Name = "Notify"
- Notify.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Again.Name = "Again"
- Again.Parent = Notify
- Again.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Again.BackgroundTransparency = 1.000
- Again.Position = UDim2.new(0.360594779, 0, 0.379032254, 0)
- Again.Size = UDim2.new(0, 300, 0, 150)
- Again.Image = "rbxassetid://3570695787"
- Again.ImageColor3 = Color3.fromRGB(0, 0, 0)
- Again.ScaleType = Enum.ScaleType.Slice
- Again.SliceCenter = Rect.new(100, 100, 100, 100)
- Again.SliceScale = 0.120
- ImageLabel.Parent = Again
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BorderSizePixel = 0
- ImageLabel.Position = UDim2.new(0.410198271, 0, 0.332688153, 0)
- ImageLabel.Size = UDim2.new(0, 50, 0, 50)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=1981282165"
- Title.Name = "Title"
- Title.Parent = Again
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.BorderSizePixel = 0
- Title.Size = UDim2.new(0, 108, 0, 36)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Admin GUI V4"
- Title.TextColor3 = Color3.fromRGB(0, 255, 255)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextWrapped = true
- Power.Name = "Power"
- Power.Parent = Again
- Power.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Power.BackgroundTransparency = 1.000
- Power.BorderSizePixel = 0
- Power.Position = UDim2.new(0.639999986, 0, 0, 0)
- Power.Size = UDim2.new(0, 108, 0, 36)
- Power.Font = Enum.Font.SourceSans
- Power.Text = "Powered by Fluxus"
- Power.TextColor3 = Color3.fromRGB(0, 255, 255)
- Power.TextScaled = true
- Power.TextSize = 14.000
- Power.TextWrapped = true
- Creator.Name = "Creator"
- Creator.Parent = Again
- Creator.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Creator.BackgroundTransparency = 1.000
- Creator.BorderSizePixel = 0
- Creator.Position = UDim2.new(0.400000006, 0, 0, 0)
- Creator.Size = UDim2.new(0, 78, 0, 36)
- Creator.Font = Enum.Font.SourceSans
- Creator.Text = "UI made by bazilis3"
- Creator.TextColor3 = Color3.fromRGB(0, 255, 255)
- Creator.TextScaled = true
- Creator.TextSize = 14.000
- Creator.TextWrapped = true
- NormalLoading.Name = "NormalLoading"
- NormalLoading.Parent = Again
- NormalLoading.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- NormalLoading.Position = UDim2.new(0.220000014, 0, 0.739354849, 0)
- NormalLoading.Size = UDim2.new(0, 71, 0, 32)
- NormalLoading.Font = Enum.Font.SourceSans
- NormalLoading.Text = "Open Normal UI"
- NormalLoading.TextColor3 = Color3.fromRGB(0, 255, 255)
- NormalLoading.TextScaled = true
- NormalLoading.TextSize = 14.000
- NormalLoading.TextWrapped = true
- NormalLoading.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/4jadEs9A'),true))()
- Notify:Destroy()
- end)
- BetaLoading.Name = "BetaLoading"
- BetaLoading.Parent = Again
- BetaLoading.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- BetaLoading.Position = UDim2.new(0.486666679, 0, 0.739354849, 0)
- BetaLoading.Size = UDim2.new(0, 71, 0, 32)
- BetaLoading.Font = Enum.Font.SourceSans
- BetaLoading.Text = "Open Beta UI"
- BetaLoading.TextColor3 = Color3.fromRGB(0, 255, 255)
- BetaLoading.TextScaled = true
- BetaLoading.TextSize = 14.000
- BetaLoading.TextWrapped = true
- BetaLoading.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/1Jgkffyy'),true))()
- Notify:Destroy()
- end)
Add Comment
Please, Sign In to add comment