-- serko.exev1 & serko.clan v1 | %100 FIXED EDITION 😈🇹🇷 local ScreenGui = Instance.new("ScreenGui") ScreenGui.Parent = game.CoreGui ScreenGui.Name = "Serko_V11_Ultimate" ScreenGui.ResetOnSpawn = false -- [SÜRÜKLEME SİSTEMİ - ORİJİNAL] local UserInputService = game:GetService("UserInputService") local function MakeDraggable(uiElement) local dragging, dragInput, dragStart, startPos uiElement.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = uiElement.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) uiElement.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) UserInputService.InputChanged:Connect(function(input) if input == dragInput and dragging then local delta = input.Position - dragStart uiElement.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end end) end ----------------------------------------------------------- -- [1] SERKO.EXE V11 EXECUTOR (TAM ORİJİNAL) ----------------------------------------------------------- local Frame = Instance.new("Frame", ScreenGui) local ScrollingFrame = Instance.new("ScrollingFrame", Frame) local TextBox = Instance.new("TextBox", ScrollingFrame) local UICorner_Main = Instance.new("UICorner", Frame) local UIStroke = Instance.new("UIStroke", Frame) local Title = Instance.new("TextLabel", Frame) local CloseBtn = Instance.new("TextButton", Frame) local OpenLogo = Instance.new("ImageButton", ScreenGui) local LogoCorner = Instance.new("UICorner", OpenLogo) local LogoStroke = Instance.new("UIStroke", OpenLogo) Frame.BackgroundColor3 = Color3.fromRGB(15, 15, 15) Frame.Position = UDim2.new(0.1, 0, 0.35, 0) Frame.Size = UDim2.new(0, 360, 0, 230) Frame.Active = true Frame.Visible = false MakeDraggable(Frame) UICorner_Main.CornerRadius = UDim.new(0, 10) UIStroke.Thickness = 2 UIStroke.Color = Color3.fromRGB(0, 170, 255) ScrollingFrame.BackgroundColor3 = Color3.fromRGB(25, 25, 25) ScrollingFrame.Position = UDim2.new(0.05, 0, 0.18, 0) ScrollingFrame.Size = UDim2.new(0.9, 0, 0.58, 0) ScrollingFrame.ScrollBarThickness = 3 ScrollingFrame.ScrollBarImageColor3 = Color3.fromRGB(0, 170, 255) TextBox.BackgroundTransparency = 1 TextBox.Size = UDim2.new(1, 0, 1, 0) TextBox.MultiLine = true TextBox.Text = "troll e hazır mısın 😈" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.Font = Enum.Font.Code TextBox.TextSize = 16 TextBox.ClearTextOnFocus = false TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top OpenLogo.BackgroundColor3 = Color3.fromRGB(30, 30, 30) OpenLogo.Position = UDim2.new(0.02, 0, 0.4, 0) OpenLogo.Size = UDim2.new(0, 65, 0, 65) OpenLogo.Image = "rbxthumb://type=Asset&id=4381707497&w=420&h=420" OpenLogo.Active = true MakeDraggable(OpenLogo) LogoCorner.CornerRadius = UDim.new(1, 0) LogoStroke.Thickness = 3 LogoStroke.Color = Color3.fromRGB(0, 170, 255) Title.BackgroundTransparency = 1 Title.Position = UDim2.new(0.05, 0, 0, 5) Title.Size = UDim2.new(0.7, 0, 0, 25) Title.Text = "serko.exe v11 🇹🇷" Title.TextColor3 = Color3.new(1, 1, 1) Title.Font = Enum.Font.GothamBold Title.TextSize = 14 CloseBtn.BackgroundTransparency = 1 CloseBtn.Position = UDim2.new(0.88, 0, 0, 5) CloseBtn.Size = UDim2.new(0, 25, 0, 25) CloseBtn.Text = "X" CloseBtn.TextColor3 = Color3.fromRGB(255, 70, 70) CloseBtn.Font = Enum.Font.GothamBold CloseBtn.TextSize = 18 local function makeExecBtn(txt, pos, color) local b = Instance.new("TextButton", Frame) b.Text = txt; b.Position = pos; b.Size = UDim2.new(0.43, 0, 0, 32) b.BackgroundColor3 = color; b.TextColor3 = Color3.new(1, 1, 1) b.Font = Enum.Font.GothamBold; b.TextSize = 13 Instance.new("UICorner", b).CornerRadius = UDim.new(0, 5) return b end local Exec = makeExecBtn("ÇALIŞTIR", UDim2.new(0.05, 0, 0.82, 0), Color3.fromRGB(0, 150, 80)) local Clear = makeExecBtn("TEMİZLE", UDim2.new(0.52, 0, 0.82, 0), Color3.fromRGB(150, 30, 30)) CloseBtn.MouseButton1Click:Connect(function() Frame.Visible = false OpenLogo.Visible = true end) OpenLogo.MouseButton1Click:Connect(function() Frame.Visible = true OpenLogo.Visible = false end) Exec.MouseButton1Click:Connect(function() pcall(function() loadstring(TextBox.Text)() end) end) Clear.MouseButton1Click:Connect(function() TextBox.Text = "" end) ----------------------------------------------------------- -- [2] SERKO.CLAN V2 SCRIPT LİSTESİ (LOGOLU & KAPANABİLİR) ----------------------------------------------------------- local ClanFrame = Instance.new("Frame", ScreenGui) local ClanOpenLogo = Instance.new("ImageButton", ScreenGui) local ClanGrid = Instance.new("ScrollingFrame", ClanFrame) -- Clan Logo ClanOpenLogo.BackgroundColor3 = Color3.fromRGB(30, 30, 30) ClanOpenLogo.Position = UDim2.new(0.02, 0, 0.55, 0) ClanOpenLogo.Size = UDim2.new(0, 65, 0, 65) ClanOpenLogo.Image = "rbxassetid://4381707497" ClanOpenLogo.Visible = true Instance.new("UICorner", ClanOpenLogo).CornerRadius = UDim.new(1, 0) local cs = Instance.new("UIStroke", ClanOpenLogo) cs.Thickness = 3; cs.Color = Color3.fromRGB(255, 0, 50) MakeDraggable(ClanOpenLogo) -- Clan Panel ClanFrame.BackgroundColor3 = Color3.fromRGB(10, 10, 20) ClanFrame.Position = UDim2.new(0.5, 0, 0.3, 0) ClanFrame.Size = UDim2.new(0, 300, 0, 340) ClanFrame.Visible = false Instance.new("UICorner", ClanFrame).CornerRadius = UDim.new(0, 10) local fs = Instance.new("UIStroke", ClanFrame) fs.Thickness = 2; fs.Color = Color3.fromRGB(255, 0, 50) MakeDraggable(ClanFrame) local CTitle = Instance.new("TextLabel", ClanFrame) CTitle.Text = "serko.clan v2 😈"; CTitle.Size = UDim2.new(1, 0, 0, 35); CTitle.BackgroundColor3 = Color3.fromRGB(255, 0, 50) CTitle.TextColor3 = Color3.new(1, 1, 1); CTitle.Font = Enum.Font.GothamBold Instance.new("UICorner", CTitle).CornerRadius = UDim.new(0, 10) local CClose = Instance.new("TextButton", ClanFrame) CClose.Text = "X"; CClose.Position = UDim2.new(0.88, 0, 0, 0); CClose.Size = UDim2.new(0, 35, 0, 35); CClose.BackgroundTransparency = 1; CClose.TextColor3 = Color3.new(1, 1, 1); CClose.TextSize = 20 ClanGrid.Position = UDim2.new(0, 5, 0, 45); ClanGrid.Size = UDim2.new(1, -10, 1, -55); ClanGrid.BackgroundTransparency = 1 ClanGrid.CanvasSize = UDim2.new(0, 0, 0, 0); ClanGrid.AutomaticCanvasSize = Enum.AutomaticSize.Y local UIGrid = Instance.new("UIGridLayout", ClanGrid) UIGrid.CellSize = UDim2.new(0, 135, 0, 35); UIGrid.CellPadding = UDim2.new(0, 10, 0, 10) CClose.MouseButton1Click:Connect(function() ClanFrame.Visible = false ClanOpenLogo.Visible = true end) ClanOpenLogo.MouseButton1Click:Connect(function() ClanFrame.Visible = true ClanOpenLogo.Visible = false end) local function addScript(name, code) local b = Instance.new("TextButton", ClanGrid) b.Text = name; b.BackgroundColor3 = Color3.fromRGB(25, 25, 45); b.TextColor3 = Color3.new(1, 1, 1) b.Font = Enum.Font.GothamBold; b.TextSize = 10 Instance.new("UICorner", b).CornerRadius = UDim.new(0, 5) b.MouseButton1Click:Connect(function() task.spawn(function() if string.find(code, "loadstring") then pcall(function() loadstring(code)() end) else pcall(function() loadstring(game:HttpGet(code, true))() end) end end) end) end -- 20 SCRIPTLIK LİSTE (John Doe & Nameless Admin 2.5.0 Dahil) local sData = { {"😴 Anti AFK", "https://raw.githubusercontent.com/Knoot/AntiAFK/main/source.lua"}, {"🎯 Aimbot V3", "https://raw.githubusercontent.com/Exunys/Aimbot-V3/main/src/Aimbot.lua"}, {"💪 TSB: Okami Hub", "https://raw.githubusercontent.com/OkamiHub/Roblox/main/TSB.lua"}, {"🛡️ Lost Front", "https://raw.githubusercontent.com/GwnJohn/Roblox/main/LostFront.lua"}, {"👁️ Universal ESP", "https://raw.githubusercontent.com/IratuS-I/ESP/main/ESP.lua"}, {"🕵️ SimpleSpy V3", "https://raw.githubusercontent.com/exxtremestuffs/SimpleSpyV2/master/library.lua"}, {"⚡ CMD-X", "https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source"}, {"📡 Infinite Yield", "https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"}, -- JOHN DOE: {"👻 John Doe FIX", 'loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fe-John-doe-46160"))()'}, -- NAMELESS ADMIN 2.5.0: {"👑 Nameless 2.5.0", "https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"}, {"🔍 Dex Explorer", "https://raw.githubusercontent.com/infyiff/backup/main/dex.lua"}, {"✈️ Fly GUI V3", "https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"}, {"📱 Mobile Key", "https://raw.githubusercontent.com/AZYsGithub/Delta-Scripts/main/MobileKeyboard.txt"}, {"🎮 Vynixius Hub", "https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Loader.lua"}, {"🐋 Orca Hub", "https://raw.githubusercontent.com/richie0866/orca/master/public/snapshot.lua"}, {"🌀 Super Ring V6", "https://raw.githubusercontent.com/chesslovers69/Super-ring-parts-v6/refs/heads/main/Bylukaslol"}, {"👊 FE Fling Alpha", "https://raw.githubusercontent.com/0Ben1/fe/main/obf_rf6iQURzu1fqrytcnLBAvW34C9N55kS9g9G3CKz086rC47M6632sEd4ZZYB0AYgV.lua.txt"}, {"🚀 Delta Hub", "https://raw.githubusercontent.com/lxnnydev/PublicScripts/main/Delta_Hub_BF/script.lua"}, {"🌌 Vape V4 (Fix)", "https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua"}, {"💻 Serko Executor", "print('Yanda!')"} } for _, s in pairs(sData) do addScript(s[1], s[2]) end print("Serko.exe V11 & Clan V2 Entegre Edildi! 😈🇹🇷")