Gillranveer12

Roblox Admin GUI V4 (Full Version)

Jan 1st, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. --[[
  2.  
  3. UPD Logs:
  4.  
  5. V4 (Full Version): Beta Version Added , Theme Changed , Added 1 More FE Script , New Window , New Loading Screen
  6. V3.5: Updated Loading UI
  7. V3: Changed Script Hub Theme , Added Notification System and 1 more FE Script
  8. V2.5: Updated Loading GUI , Added 2 more FE Scripts
  9. V2: Added Loading UI
  10. V1.5: Changed Scripts tab into Script Hub , Added Keybinds , Added Prison Life Scripts , Added New Tab
  11. V1: Added Scripts Tab and Humanoid
  12. --]]
  13.  
  14. local Notify = Instance.new("ScreenGui")
  15. local Again = Instance.new("ImageLabel")
  16. local ImageLabel = Instance.new("ImageLabel")
  17. local Title = Instance.new("TextLabel")
  18. local Power = Instance.new("TextLabel")
  19. local Creator = Instance.new("TextLabel")
  20. local NormalLoading = Instance.new("TextButton")
  21. local BetaLoading = Instance.new("TextButton")
  22.  
  23. --Properties:
  24.  
  25. Notify.Name = "Notify"
  26. Notify.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27.  
  28. Again.Name = "Again"
  29. Again.Parent = Notify
  30. Again.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. Again.BackgroundTransparency = 1.000
  32. Again.Position = UDim2.new(0.360594779, 0, 0.379032254, 0)
  33. Again.Size = UDim2.new(0, 300, 0, 150)
  34. Again.Image = "rbxassetid://3570695787"
  35. Again.ImageColor3 = Color3.fromRGB(0, 0, 0)
  36. Again.ScaleType = Enum.ScaleType.Slice
  37. Again.SliceCenter = Rect.new(100, 100, 100, 100)
  38. Again.SliceScale = 0.120
  39.  
  40. ImageLabel.Parent = Again
  41. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. ImageLabel.BorderSizePixel = 0
  43. ImageLabel.Position = UDim2.new(0.410198271, 0, 0.332688153, 0)
  44. ImageLabel.Size = UDim2.new(0, 50, 0, 50)
  45. ImageLabel.Image = "http://www.roblox.com/asset/?id=1981282165"
  46.  
  47. Title.Name = "Title"
  48. Title.Parent = Again
  49. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. Title.BackgroundTransparency = 1.000
  51. Title.BorderSizePixel = 0
  52. Title.Size = UDim2.new(0, 108, 0, 36)
  53. Title.Font = Enum.Font.SourceSans
  54. Title.Text = "Admin GUI V4"
  55. Title.TextColor3 = Color3.fromRGB(0, 255, 255)
  56. Title.TextScaled = true
  57. Title.TextSize = 14.000
  58. Title.TextWrapped = true
  59.  
  60. Power.Name = "Power"
  61. Power.Parent = Again
  62. Power.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. Power.BackgroundTransparency = 1.000
  64. Power.BorderSizePixel = 0
  65. Power.Position = UDim2.new(0.639999986, 0, 0, 0)
  66. Power.Size = UDim2.new(0, 108, 0, 36)
  67. Power.Font = Enum.Font.SourceSans
  68. Power.Text = "Powered by Fluxus"
  69. Power.TextColor3 = Color3.fromRGB(0, 255, 255)
  70. Power.TextScaled = true
  71. Power.TextSize = 14.000
  72. Power.TextWrapped = true
  73.  
  74. Creator.Name = "Creator"
  75. Creator.Parent = Again
  76. Creator.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. Creator.BackgroundTransparency = 1.000
  78. Creator.BorderSizePixel = 0
  79. Creator.Position = UDim2.new(0.400000006, 0, 0, 0)
  80. Creator.Size = UDim2.new(0, 78, 0, 36)
  81. Creator.Font = Enum.Font.SourceSans
  82. Creator.Text = "UI made by bazilis3"
  83. Creator.TextColor3 = Color3.fromRGB(0, 255, 255)
  84. Creator.TextScaled = true
  85. Creator.TextSize = 14.000
  86. Creator.TextWrapped = true
  87.  
  88. NormalLoading.Name = "NormalLoading"
  89. NormalLoading.Parent = Again
  90. NormalLoading.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  91. NormalLoading.Position = UDim2.new(0.220000014, 0, 0.739354849, 0)
  92. NormalLoading.Size = UDim2.new(0, 71, 0, 32)
  93. NormalLoading.Font = Enum.Font.SourceSans
  94. NormalLoading.Text = "Open Normal UI"
  95. NormalLoading.TextColor3 = Color3.fromRGB(0, 255, 255)
  96. NormalLoading.TextScaled = true
  97. NormalLoading.TextSize = 14.000
  98. NormalLoading.TextWrapped = true
  99. NormalLoading.MouseButton1Down:Connect(function()
  100. loadstring(game:HttpGet(('https://pastebin.com/4jadEs9A'),true))()
  101. Notify:Destroy()
  102. end)
  103.  
  104. BetaLoading.Name = "BetaLoading"
  105. BetaLoading.Parent = Again
  106. BetaLoading.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  107. BetaLoading.Position = UDim2.new(0.486666679, 0, 0.739354849, 0)
  108. BetaLoading.Size = UDim2.new(0, 71, 0, 32)
  109. BetaLoading.Font = Enum.Font.SourceSans
  110. BetaLoading.Text = "Open Beta UI"
  111. BetaLoading.TextColor3 = Color3.fromRGB(0, 255, 255)
  112. BetaLoading.TextScaled = true
  113. BetaLoading.TextSize = 14.000
  114. BetaLoading.TextWrapped = true
  115. BetaLoading.MouseButton1Down:Connect(function()
  116. loadstring(game:HttpGet(('https://pastebin.com/1Jgkffyy'),true))()
  117. Notify:Destroy()
  118. end)
Tags: #roblox
Add Comment
Please, Sign In to add comment