Advertisement
webhook_forbladeball

JAUN

Jan 29th, 2024
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.91 KB | None | 0 0
  1. --[[
  2.     WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. if not game:IsLoaded() then game.Loaded:Wait() end
  5. local ScreenGui = Instance.new("ScreenGui")
  6.             local Frame = Instance.new("Frame")
  7.             local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  8.             local UICorner = Instance.new("UICorner")
  9.             local UIListLayout = Instance.new("UIListLayout")
  10.             local TextLabel = Instance.new("TextLabel")
  11.             local TextButton = Instance.new("TextButton")
  12. local TextButton_2 = Instance.new("TextButton")
  13.             local UICorner_2 = Instance.new("UICorner")
  14.  local UICorner_3 = Instance.new("UICorner")
  15.  
  16.             ScreenGui.Parent = game:GetService("CoreGui");
  17.             ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19.             Frame.Parent = ScreenGui
  20.             Frame.BackgroundColor3 = Color3.fromRGB(19, 24, 52)
  21.             Frame.Position = UDim2.new(0.5, 0, .5, 0)
  22.             Frame.Size = UDim2.new(.55, 0, .6, 0)
  23.             Frame.AnchorPoint = Vector2.new(.5,.5)
  24.  
  25.             UIAspectRatioConstraint.Parent = Frame
  26.             UIAspectRatioConstraint.AspectRatio = 2.000
  27.  
  28.             UICorner.CornerRadius = UDim.new(0, 15)
  29.             UICorner.Parent = Frame
  30.  
  31.             UIListLayout.Parent = Frame
  32.             UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  33.             UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  34.             UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Center
  35.             UIListLayout.Padding = UDim.new(.05, 0)
  36.  
  37.             TextLabel.Parent = Frame
  38.             TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39.             TextLabel.BackgroundTransparency = 1.000
  40.             TextLabel.Position = UDim2.new(0.5, 0, 0.1, 0)
  41.             TextLabel.Size = UDim2.new(1, 0, .5, 0)
  42.             TextLabel.Font = Enum.Font.GothamBlack
  43.             TextLabel.Text = [[WARNING!
  44.  This script may do something unexpected. Would you like to add Guardian for an additional layer of protection? (You can choose not to if you trust this script, otherwise it's best to keep it in.)]]
  45.            TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  46.            TextLabel.TextSize = 17.000
  47.            TextLabel.TextWrapped = true
  48.  
  49.            TextButton.Parent = Frame
  50.            TextButton.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  51.            TextButton.Size = UDim2.new(.5, 0, .15, 0)
  52.            TextButton.Font = Enum.Font.SourceSans
  53.            TextButton.Text = "Yes"
  54.            TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  55.            TextButton.TextSize = 41.000
  56.            TextButton.TextWrapped = true
  57.            
  58.     TextButton_2.Parent = Frame
  59.            TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  60.            TextButton_2.Size = UDim2.new(.5, 0, .15, 0)
  61.            TextButton_2.Font = Enum.Font.SourceSans
  62.            TextButton_2.Text = "No"
  63.            TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  64.            TextButton_2.TextSize = 41.000
  65.            TextButton_2.TextWrapped = true
  66.  
  67.            UICorner_2.CornerRadius = UDim.new(.1, 0)
  68.            UICorner_2.Parent = TextButton
  69.         UICorner_3.CornerRadius = UDim.new(.1, 0)
  70.            UICorner_3.Parent = TextButton_2
  71.            local function AnswerNo()
  72. ScreenGui:Destroy()
  73. -- JUANKO UNIVERSAL HUB
  74. -- OP + FE
  75. -- JUANKO MODS YT
  76.  
  77.  
  78. loadstring(game:HttpGet("https://pastebin.com/raw/d5BS5qiX"))()
  79. end
  80. local function AnswerYes()
  81. if identifyexecutor and identifyexecutor()~="Codex" or true then
  82.  loadstring(game:HttpGet("https://raw.githubusercontent.com/GalacticHypernova/Guardian/main/MainProd"))()
  83. else
  84.  loadstring(game:HttpGet("https://raw.githubusercontent.com/GalacticHypernova/Guardian/main/CodexTest"))()
  85. end
  86. AnswerNo()
  87. end
  88.            TextButton.MouseButton1Click:Once(AnswerYes)
  89.     TextButton_2.MouseButton1Click:Once(AnswerNo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement