local ScreenGui = Instance.new("ScreenGui") local main = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local OPJAILBREAKGUI = Instance.new("TextButton") local jailbreakV55 = Instance.new("TextButton") local jailbreakerV2 = Instance.new("TextButton") local anotherjailbreakscript = Instance.new("TextButton") local jailbreakerV4 = Instance.new("TextButton") local infiniteyield = Instance.new("TextButton") local GUIjailbreak = Instance.new("TextButton") local jailbreakGUI = Instance.new("TextButton") local close = Instance.new("TextButton") local TextLabel_2 = Instance.new("TextLabel") local openmain = Instance.new("Frame") local open = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui main.Name = "main" main.Parent = ScreenGui main.BackgroundColor3 = Color3.fromRGB(35, 35, 35) main.BackgroundTransparency = 0.320 main.BorderColor3 = Color3.fromRGB(0, 0, 0) main.BorderSizePixel = 2 main.Position = UDim2.new(0.3671875, 0, 0.208333328, 0) main.Size = UDim2.new(0, 300, 0, 370) main.Visible = false main.Active = true main.Draggable = true TextLabel.Parent = main TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BackgroundTransparency = 0.240 TextLabel.Size = UDim2.new(0, 300, 0, 50) TextLabel.Font = Enum.Font.Gotham TextLabel.Text = "UYARILARA RAGMEN DİNLEMEDİNİZ KAPATILDI!" TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0) TextLabel.TextScaled = true TextLabel.TextSize = 30.000 TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextWrapped = true close.Name = "close" close.Parent = main close.BackgroundColor3 = Color3.fromRGB(0, 0, 0) close.BorderColor3 = Color3.fromRGB(255, 1, 1) close.BorderSizePixel = 2 close.Position = UDim2.new(0.170356035, 0, 0.782902241, 0) close.Size = UDim2.new(0, 196, 0, 32) close.Font = Enum.Font.SourceSans close.Text = "NE OLDU YEAA" close.TextColor3 = Color3.fromRGB(209, 0, 0) close.TextSize = 14.000 close.MouseButton1Down:connect(function() main.Visible = false openmain.Visible = true end) TextLabel_2.Parent = main TextLabel_2.BackgroundColor3 = Color3.fromRGB(200, 1, 1) TextLabel_2.BorderSizePixel = 2 TextLabel_2.Position = UDim2.new(0.005009493, 0, 0.990994848, 0) TextLabel_2.Size = UDim2.new(0, 299, 0, 30) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "BU HİLE KAPATILDI SEBEBİ İSE DİSCORDDA UYARILARA RAGMEN AKTİFLİK GÖSTERMEMEK YENİ HİLE İÇİN DİSCORD YAZIN" TextLabel_2.TextColor3 = Color3.fromRGB(0, 1, 1) TextLabel_2.TextSize = 27.000 openmain.Name = "openmain" openmain.Parent = ScreenGui openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255) openmain.Position = UDim2.new(0.0076640748, 0, 0.400057627, 0) openmain.Size = UDim2.new(0, 102, 0, 45) open.Name = "open" open.Parent = openmain open.BackgroundColor3 = Color3.fromRGB(5, 0, 1) open.BorderColor3 = Color3.fromRGB(0, 1, 1) open.BorderSizePixel = 3 open.Size = UDim2.new(0, 102, 0, 45) open.Font = Enum.Font.SourceSans open.Text = "ERROR" open.TextColor3 = Color3.fromRGB(255, 255, 255) open.TextScaled = true open.TextSize = 30.000 open.TextWrapped = true open.MouseButton1Down:connect(function() openmain.Visible = false main.Visible = true end)