-- ๐Ÿ”ฅ C00lkidd V10 โ€“ ุงู„ู†ุณุฎุฉ ุงู„ุนุฑุจูŠุฉ ุงู„ู†ู‡ุงุฆูŠุฉ (๐Ÿ‡ช๐Ÿ‡ฌ-๐Ÿ‡ฏ๐Ÿ‡ต-๐Ÿ‡จ๐Ÿ‡ณ) -- ๐Ÿ‘‘ ุตุงุญุจ ุงู„ุณูƒุฑุจุช: โ–ุฅูุณู’ู€ูƒูŽู€ู†ู’ู€ุฏูŽุฑูŽุงู†ูู€ูŠโ– -- ๐Ÿ›ก๏ธ ุญู…ุงูŠุฉ ู…ุชุทูˆุฑุฉ + ู†ุธุงู… ุทุฑุฏ ู„ู„ู…ุทูˆุฑูŠู† if not game:IsLoaded() then game.Loaded:Wait() end local Players, LP, CG, SG, TS, RS, UIS = game:GetService("Players"), game:GetService("Players").LocalPlayer, game:GetService("CoreGui"), game:GetService("StarterGui"), game:GetService("TeleportService"), game:GetService("RunService"), game:GetService("UserInputService") local ReplicatedStorage, ReplicatedFirst, DSS = game:GetService("ReplicatedStorage"), game:GetService("ReplicatedFirst"), game:GetService("DataStoreService") local HttpService = game:GetService("HttpService") local Notify = function(t,tx,d) pcall(function() SG:SetCore("SendNotification",{Title=t,Text=tx,Duration=d or 3}) end) end -- ===== ู…ุทูˆุฑูŠู† ุงู„ุณูƒุฑุจุช ===== local Devs = {"Alskndrany_9999","Dhdhshehrei","King6540k","JOO111222333","ahmed_121212121","XxEL_ALMANYxXsasa2"} local isDev = false for _,d in ipairs(Devs) do if LP.Name==d then isDev=true; break end end -- ===== ุงู„ู…ุชุบูŠุฑุงุช ===== local P = {HDAdminShield=false,AdminDataDestroyer=false,FlingProtection=false,GodMode=false} local Fly,Noclip,ESP,Selected = false,false,false,nil local Speed,JumpPower,FlySpeed = 16,50,50 local Stats = {Kicks=0,Kills=0,Freezes=0,Unfreezes=0,Bans=0,Teleports=0,Brings=0} local ESPObjects = {} local BannedPlayers = {} -- ============================================= -- ๐Ÿ”ฅ ู†ุธุงู… ุงู„ุทุฑุฏ ูˆุงู„ุญุธุฑ ู„ู„ู…ุทูˆุฑูŠู† -- ============================================= -- ุทุฑุฏ ุนุงุฏูŠ (ุดุงุดุฉ ุณูˆุฏุงุก) local function DevKick(player) if not isDev then Notify("โ›”","ูู‚ุท ุงู„ู…ุทูˆุฑูŠู†!",3) return end if not player or player==LP then Notify("โš ๏ธ","ู„ุง ูŠู…ูƒู† ุทุฑุฏ ู†ูุณูƒ!",2) return end pcall(function() player:Kick("ุชู… ุทุฑุฏูƒ ุจูˆุงุณุทุฉ ุงู„ู…ุทูˆุฑ ๐Ÿšซ\n\nุงู„ุณูƒุฑุจุช: V555โšกโšก\nุงู„ู…ุทูˆุฑ: "..LP.Name) Stats.Kicks=Stats.Kicks+1 Notify("๐Ÿ‘ข๐Ÿ”ฅ","ุชู… ุทุฑุฏ "..player.Name.." ("..Stats.Kicks..")",3) updateStats() end) end -- ุญุธุฑ (ูŠู…ู†ุน ุชุดุบูŠู„ ุงู„ุณูƒุฑุจุชุงุช) local function DevBan(player) if not isDev then Notify("โ›”","ูู‚ุท ุงู„ู…ุทูˆุฑูŠู†!",3) return end if not player or player==LP then Notify("โš ๏ธ","ู„ุง ูŠู…ูƒู† ุญุธุฑ ู†ูุณูƒ!",2) return end pcall(function() -- ุชุฎุฒูŠู† ุงู„ู„ุงุนุจ ููŠ ู‚ุงุฆู…ุฉ ุงู„ู…ุญุธูˆุฑูŠู† BannedPlayers[player.UserId] = true -- ุญูุธ ููŠ DataStore local banDS = DSS:GetDataStore("V555_BanSystem") if banDS then banDS:SetAsync(tostring(player.UserId), true) end -- ุทุฑุฏ ู…ุน ุฑุณุงู„ุฉ ุญุธุฑ player:Kick("๐Ÿ”’ ุชู… ุญุธุฑูƒ ุจูˆุงุณุทุฉ ุงู„ู…ุทูˆุฑ ๐Ÿ”’\n\nู„ุง ูŠู…ูƒู†ูƒ ุชุดุบูŠู„ ุฃูŠ ุณูƒุฑุจุช ููŠ ู‡ุฐุง ุงู„ุณูŠุฑูุฑ\nุงู„ู…ุทูˆุฑ: "..LP.Name) Stats.Bans=Stats.Bans+1 Notify("๐Ÿ”’๐Ÿ”ฅ","ุชู… ุญุธุฑ "..player.Name.." ("..Stats.Bans..")",3) updateStats() end) end -- ููƒ ุงู„ุญุธุฑ (ู„ู„ู…ุทูˆุฑูŠู† ูู‚ุท) local function DevUnban(player) if not isDev then Notify("โ›”","ูู‚ุท ุงู„ู…ุทูˆุฑูŠู†!",3) return end if not player then Notify("โš ๏ธ","ุงุฎุชุฑ ู„ุงุนุจุงู‹!",2) return end pcall(function() BannedPlayers[player.UserId] = nil local banDS = DSS:GetDataStore("V555_BanSystem") if banDS then banDS:RemoveAsync(tostring(player.UserId)) end Notify("โœ…","ุชู… ููƒ ุงู„ุญุธุฑ ุนู† "..player.Name,3) end) end -- ============================================= -- ๐Ÿ›ก๏ธ ุงู„ุญู…ุงูŠุฉ ุงู„ู…ุชุทูˆุฑุฉ (ุชู‚ู†ูŠุงุช ุตูŠู†ูŠุฉ-ูŠุงุจุงู†ูŠุฉ) -- ============================================= -- ุงู„ุจุญุซ ุนู† RemoteEvents ุงู„ุฎุงุตุฉ ุจู€ HD Admin (ุชู‚ู†ูŠุฉ ุตูŠู†ูŠุฉ) local function FindHDAdminRemotes() local remotes = {} local searchFolders = {ReplicatedStorage, ReplicatedFirst} for _, folder in ipairs(searchFolders) do if folder then for _, obj in ipairs(folder:GetDescendants()) do if obj:IsA("RemoteEvent") or obj:IsA("RemoteFunction") then local name = obj.Name:lower() if name:find("hd") or name:find("admin") or name:find("kick") or name:find("ban") or name:find("mod") or name:find("staff") then table.insert(remotes, obj) end end end end end return remotes end -- ุชุนุทูŠู„ RemoteEvents (ุชู‚ู†ูŠุฉ ูŠุงุจุงู†ูŠุฉ - ุชุนุทูŠู„ ุดุงู…ู„) local function DisableHDAdminRemotes() local remotes = FindHDAdminRemotes() local count = 0 for _, remote in ipairs(remotes) do pcall(function() if remote:IsA("RemoteEvent") then for _, conn in ipairs(getconnections(remote.OnClientEvent)) do conn:Disable() end if remote:FindFirstChild("Script") then remote.Script:Destroy() end elseif remote:IsA("RemoteFunction") then for _, conn in ipairs(getconnections(remote.OnClientInvoke)) do conn:Disable() end end remote.Name = "๐Ÿ”’V555_Disabled" count = count + 1 end) end return count end -- ุญู…ุงูŠุฉ ู…ุชู‚ุฏู…ุฉ ู…ู† Kick ูˆ Ban (ุชู‚ู†ูŠุฉ ุตูŠู†ูŠุฉ-ูŠุงุจุงู†ูŠุฉ) local function ApplyAdvancedShield() if P.HDAdminShield then -- ุญู…ุงูŠุฉ ู…ู† Kick (ุชู‚ู†ูŠุฉ ูŠุงุจุงู†ูŠุฉ: ุงู†ุนูƒุงุณ ุงู„ู‡ุฌูˆู…) pcall(function() hookfunction(LP.Kick, function() Stats.Kicks = Stats.Kicks + 1 Notify("๐Ÿ›ก๏ธ๐Ÿ‡ฏ๐Ÿ‡ต","ุชู… ุตุฏ ู‡ุฌูˆู… Kick!",2) return nil end) -- ุญู…ุงูŠุฉ ู…ู† Teleport (ุชู‚ู†ูŠุฉ ุตูŠู†ูŠุฉ: ู…ู†ุน ุงู„ู†ู‚ู„) hookfunction(TS.Teleport, function(placeId, player) if player == LP or player == nil then Stats.Kicks = Stats.Kicks + 1 Notify("๐Ÿ›ก๏ธ๐Ÿ‡จ๐Ÿ‡ณ","ุชู… ุตุฏ ู‡ุฌูˆู… Teleport!",2) return nil end return TS.Teleport(placeId, player) end) hookfunction(TS.TeleportToPlaceInstance, function(placeId, instanceId, player) if player == LP or player == nil then Stats.Kicks = Stats.Kicks + 1 Notify("๐Ÿ›ก๏ธ๐Ÿ‡จ๐Ÿ‡ณ","ุชู… ุตุฏ ู‡ุฌูˆู… Teleport!",2) return nil end return TS.TeleportToPlaceInstance(placeId, instanceId, player) end) -- ุญู…ุงูŠุฉ ู…ู† Destroy (ุชู‚ู†ูŠุฉ ูŠุงุจุงู†ูŠุฉ: ู…ู†ุน ุงู„ุญุฐู) if getrawmetatable and hookmetamethod then local mt = getrawmetatable(game) if mt then local oldNC = mt.__namecall setreadonly(mt, false) mt.__namecall = newcclosure(function(self, ...) local method = getnamecallmethod():lower() if (method == "destroy" or method == "remove" or method == "kick") then if self == LP or self == LP.Character or (LP.Character and self:IsDescendantOf(LP.Character)) then Stats.Kicks = Stats.Kicks + 1 Notify("๐Ÿ›ก๏ธ๐Ÿ‡ฏ๐Ÿ‡ต","ุชู… ุตุฏ ู‡ุฌูˆู… Destroy!",2) return nil end end return oldNC(self, ...) end) setreadonly(mt, true) end end end) -- ุชุนุทูŠู„ RemoteEvents local count = DisableHDAdminRemotes() Notify("๐Ÿ›ก๏ธ๐Ÿ‡จ๐Ÿ‡ณ๐Ÿ‡ฏ๐Ÿ‡ต","ุชู… ุชุนุทูŠู„ "..count.." Remote ูˆุฅุญุจุงุท ุงู„ู‡ุฌู…ุงุช!",3) return true else Notify("๐Ÿ›ก๏ธ","ุชู… ุฅูŠู‚ุงู ุงู„ุญู…ุงูŠุฉ!",3) return false end end -- ============================================= -- ุจู‚ูŠุฉ ุงู„ุฏูˆุงู„ -- ============================================= local function ToggleFly() Fly=not Fly; local char=LP.Character; if not char then return end; local hrp=char:FindFirstChild("HumanoidRootPart"); if not hrp then return end if Fly then local bv=Instance.new("BodyVelocity"); bv.Velocity=Vector3.new(0,0,0); bv.MaxForce=Vector3.new(1,1,1)*1e8; bv.Parent=hrp; Notify("โœˆ๏ธ","ุชูุนูŠู„ ุงู„ุทูŠุฑุงู†!",2) RS.RenderStepped:Connect(function() if not Fly or not hrp.Parent then if bv.Parent then bv:Destroy() end return end local m=Vector3.new(0,0,0) if UIS:IsKeyDown(Enum.KeyCode.W) then m=m+Vector3.new(0,0,-1) end if UIS:IsKeyDown(Enum.KeyCode.S) then m=m+Vector3.new(0,0,1) end if UIS:IsKeyDown(Enum.KeyCode.A) then m=m+Vector3.new(-1,0,0) end if UIS:IsKeyDown(Enum.KeyCode.D) then m=m+Vector3.new(1,0,0) end if UIS:IsKeyDown(Enum.KeyCode.Space) then m=m+Vector3.new(0,1,0) end if UIS:IsKeyDown(Enum.KeyCode.LeftShift) then m=m+Vector3.new(0,-1,0) end bv.Velocity=(m.Magnitude>0 and (hrp.CFrame:VectorToWorldSpace(m)*FlySpeed)) or Vector3.new(0,0,0) end) else if hrp:FindFirstChild("BodyVelocity") then hrp.BodyVelocity:Destroy() end; Notify("โœˆ๏ธ","ุฅูŠู‚ุงู ุงู„ุทูŠุฑุงู†!",2) end end local function ToggleNoclip() Noclip=not Noclip; Notify("๐Ÿงฑ",Noclip and "ุชูุนูŠู„ ุงู„ู†ูˆูƒู„ูŠุจ!" or "ุฅูŠู‚ุงู ุงู„ู†ูˆูƒู„ูŠุจ!",2) RS.Stepped:Connect(function() if not Noclip then return end; local char=LP.Character; if not char then return end; for _,v in ipairs(char:GetChildren()) do if v:IsA("BasePart") then v.CanCollide=false end end end) end local function ToggleESP() ESP=not ESP if ESP then for _,p in ipairs(Players:GetPlayers()) do if p~=LP then local char=p.Character; if char then local esp=Instance.new("BillboardGui"); esp.Name="ESP"; esp.Size=UDim2.new(0,100,0,30); esp.AlwaysOnTop=true; esp.Parent=char:FindFirstChild("HumanoidRootPart") or char; local l=Instance.new("TextLabel",esp); l.Size=UDim2.new(1,0,1,0); local d=LP.Character and LP.Character:FindFirstChild("HumanoidRootPart") and char:FindFirstChild("HumanoidRootPart") and math.round((LP.Character.HumanoidRootPart.Position-char.HumanoidRootPart.Position).Magnitude) or 0; l.Text=p.Name.." | "..d.."m"; l.TextColor3=Color3.fromRGB(255,0,0); l.BackgroundTransparency=1; l.TextScaled=true; l.Font=Enum.Font.GothamBold; table.insert(ESPObjects,esp) end end end; Notify("๐Ÿ‘๏ธ","ุชูุนูŠู„ ESP!",2) else for _,esp in ipairs(ESPObjects) do pcall(function() esp:Destroy() end) end; ESPObjects={}; Notify("๐Ÿ‘๏ธ","ุฅูŠู‚ุงู ESP!",2) end end local function ToggleGodMode() P.GodMode = not P.GodMode if P.GodMode then Notify("๐Ÿ›ก๏ธ","ุชูุนูŠู„ ุงู„ุฎู„ูˆุฏ!",2) pcall(function() hookfunction(LP.CharacterAdded, function(char) char:WaitForChild("Humanoid").Health = char.Humanoid.MaxHealth char:WaitForChild("Humanoid").BreakJointsOnDeath = false char:WaitForChild("Humanoid").Died:Connect(function() char:WaitForChild("Humanoid").Health = char.Humanoid.MaxHealth end) end) end) if LP.Character and LP.Character:FindFirstChild("Humanoid") then LP.Character.Humanoid.BreakJointsOnDeath = false LP.Character.Humanoid.Health = LP.Character.Humanoid.MaxHealth LP.Character.Humanoid.Died:Connect(function() LP.Character.Humanoid.Health = LP.Character.Humanoid.MaxHealth end) end RS.Stepped:Connect(function() if P.GodMode and LP.Character and LP.Character:FindFirstChild("Humanoid") then LP.Character.Humanoid.Health = LP.Character.Humanoid.MaxHealth end end) else Notify("๐Ÿ›ก๏ธ","ุฅูŠู‚ุงู ุงู„ุฎู„ูˆุฏ!",2) if LP.Character and LP.Character:FindFirstChild("Humanoid") then LP.Character.Humanoid.BreakJointsOnDeath = true end end end local function DestroyAdminData() local count = 0 local remotes = FindHDAdminRemotes() for _, remote in ipairs(remotes) do pcall(function() remote:Destroy() count = count + 1 end) end for _, obj in ipairs(ReplicatedStorage:GetDescendants()) do local name = obj.Name:lower() if name:find("admin") or name:find("data") or name:find("anticheat") or name:find("hd") then if obj:IsA("Script") or obj:IsA("LocalScript") or obj:IsA("ModuleScript") then pcall(function() obj.Source = "-- V555โšกโšก" count = count + 1 end) end end end return count end local function UpdatePlayerList() -- ู‡ุฐู‡ ุงู„ุฏุงู„ุฉ ุณุชุณุชุฎุฏู… ููŠ ู‚ุงุฆู…ุฉ ุงู„ู„ุงุนุจูŠู† end -- ===== ุงู„ุฅุนู„ุงู† ===== local ad=Instance.new("ScreenGui",CG); local adf=Instance.new("Frame",ad); adf.Size=UDim2.new(0,400,0,120); adf.Position=UDim2.new(0.5,-200,0.5,-60); adf.BackgroundColor3=Color3.fromRGB(0,30,0); Instance.new("UICorner",adf).CornerRadius=UDim.new(0,15); Instance.new("UIStroke",adf).Color=Color3.fromRGB(255,215,0); Instance.new("UIStroke",adf).Thickness=3 local adt=Instance.new("TextLabel",adf); adt.Size=UDim2.new(1,0,0,40); adt.Position=UDim2.new(0,0,0,5); adt.Text="๐Ÿ”ฅ C00lkidd V10 ๐Ÿ‡ช๐Ÿ‡ฌ-๐Ÿ‡ฏ๐Ÿ‡ต-๐Ÿ‡จ๐Ÿ‡ณ"; adt.TextColor3=Color3.fromRGB(255,215,0); adt.Font=Enum.Font.GothamBlack; adt.TextSize=22; adt.BackgroundTransparency=1 local ado=Instance.new("TextLabel",adf); ado.Size=UDim2.new(1,0,0,30); ado.Position=UDim2.new(0,0,0,50); ado.Text="๐Ÿ‘‘ โ–ุฅูุณู’ู€ูƒูŽู€ู†ู’ู€ุฏูŽุฑูŽุงู†ูู€ูŠโ–"; ado.TextColor3=Color3.fromRGB(0,255,0); ado.Font=Enum.Font.GothamBold; ado.TextSize=16; ado.BackgroundTransparency=1 local adw=Instance.new("TextLabel",adf); adw.Size=UDim2.new(1,0,0,25); adw.Position=UDim2.new(0,0,0,85); adw.Text="๐ŸŒŸ V555โšกโšก | ุฃู‚ูˆู‰ ุณูƒุฑุจุช ุนุฑุจูŠ ๐ŸŒŸ"; adw.TextColor3=Color3.fromRGB(255,255,255); adw.Font=Enum.Font.Gotham; adw.TextSize=12; adw.BackgroundTransparency=1; task.spawn(function() task.wait(6); ad:Destroy() end) -- ===== ุงู„ูˆุงุฌู‡ุฉ ุงู„ุฑุฆูŠุณูŠุฉ ===== local gui=Instance.new("ScreenGui",CG); gui.Name="C00lkidd"; gui.ResetOnSpawn=false local main=Instance.new("Frame",gui); main.Size=UDim2.new(0,650,0,400); main.Position=UDim2.new(0.5,-325,0.5,-200); main.BackgroundColor3=Color3.fromRGB(10,10,15); main.BorderSizePixel=2; main.BorderColor3=Color3.fromRGB(255,0,0); main.Visible=true; Instance.new("UICorner",main).CornerRadius=UDim.new(0,12); main.Active=true; main.Draggable=true -- ุดุฑูŠุท ุงู„ุนู†ูˆุงู† local tb=Instance.new("Frame",main); tb.Size=UDim2.new(1,0,0,35); tb.BackgroundColor3=Color3.fromRGB(20,20,30); Instance.new("UICorner",tb).CornerRadius=UDim.new(0,12) local ci=Instance.new("ImageLabel",tb); ci.Size=UDim2.new(0,28,0,28); ci.Position=UDim2.new(0,5,0.5,-14); ci.Image="rbxthumb://type=AvatarHeadShot&id=1&w=420&h=420"; ci.BackgroundColor3=Color3.fromRGB(255,255,255); ci.BackgroundTransparency=0; Instance.new("UICorner",ci).CornerRadius=UDim.new(1,0); Instance.new("UIStroke",ci).Color=Color3.fromRGB(255,0,0); Instance.new("UIStroke",ci).Thickness=2 local ui=Instance.new("ImageLabel",tb); ui.Size=UDim2.new(0,28,0,28); ui.Position=UDim2.new(0,38,0.5,-14); ui.Image="rbxthumb://type=AvatarHeadShot&id="..LP.UserId.."&w=420&h=420"; ui.BackgroundColor3=Color3.fromRGB(255,255,255); ui.BackgroundTransparency=0; Instance.new("UICorner",ui).CornerRadius=UDim.new(1,0); Instance.new("UIStroke",ui).Color=Color3.fromRGB(0,255,0); Instance.new("UIStroke",ui).Thickness=2 local pl=Instance.new("TextLabel",tb); pl.Size=UDim2.new(0,10,1,0); pl.Position=UDim2.new(0,67,0,0); pl.Text="+"; pl.TextColor3=Color3.fromRGB(255,215,0); pl.Font=Enum.Font.GothamBlack; pl.TextSize=16; pl.BackgroundTransparency=1 local ttl=Instance.new("TextLabel",tb); ttl.Size=UDim2.new(1,-200,1,0); ttl.Position=UDim2.new(0,80,0,0); ttl.Text="๐Ÿ”ฅ C00lkidd V10 | "..LP.Name.." | ๐Ÿ‡ช๐Ÿ‡ฌ-๐Ÿ‡ฏ๐Ÿ‡ต-๐Ÿ‡จ๐Ÿ‡ณ"; ttl.TextColor3=Color3.fromRGB(255,0,0); ttl.Font=Enum.Font.GothamBlack; ttl.TextSize=12; ttl.BackgroundTransparency=1; ttl.TextXAlignment=Enum.TextXAlignment.Left local cl=Instance.new("TextButton",tb); cl.Size=UDim2.new(0,25,0,22); cl.Position=UDim2.new(1,-28,0.5,-11); cl.Text="โœ•"; cl.TextColor3=Color3.new(1,1,1); cl.BackgroundColor3=Color3.fromRGB(200,0,0); Instance.new("UICorner",cl).CornerRadius=UDim.new(0,5); cl.MouseButton1Click:Connect(function() gui:Destroy() end) -- ุญู‚ูˆู‚ ุงู„ู…ุณุชุฎุฏู… local rights=Instance.new("TextLabel",main); rights.Size=UDim2.new(1,-20,0,18); rights.Position=UDim2.new(0,10,0,38); rights.Text="ยฉ "..LP.Name.." | V555โšกโšก | ๐Ÿ‡ช๐Ÿ‡ฌ-๐Ÿ‡ฏ๐Ÿ‡ต-๐Ÿ‡จ๐Ÿ‡ณ"; rights.TextColor3=Color3.fromRGB(0,255,0); rights.Font=Enum.Font.Gotham; rights.TextSize=10; rights.BackgroundTransparency=1; rights.TextXAlignment=Enum.TextXAlignment.Center -- ุนุฏุงุฏุงุช local function updateStats() for _,c in ipairs(main:GetChildren()) do if c.Name=="StatBar" then c:Destroy() end end local sb=Instance.new("Frame",main); sb.Name="StatBar"; sb.Size=UDim2.new(1,-20,0,18); sb.Position=UDim2.new(0,10,0,58); sb.BackgroundColor3=Color3.fromRGB(15,15,25); Instance.new("UICorner",sb).CornerRadius=UDim.new(0,4) local sl=Instance.new("TextLabel",sb); sl.Size=UDim2.new(1,0,1,0); sl.Text="๐Ÿ‘ข"..Stats.Kicks.." ๐Ÿ’€"..Stats.Kills.." ๐ŸงŠ"..Stats.Freezes.." ๐Ÿ”’"..Stats.Bans.." ๐Ÿ“"..Stats.Teleports.." ๐Ÿ“ฅ"..Stats.Brings; sl.TextColor3=Color3.fromRGB(255,215,0); sl.Font=Enum.Font.Gotham; sl.TextSize=9; sl.BackgroundTransparency=1; sl.TextScaled=true end updateStats() -- ===== ุฃุฒุฑุงุฑ ุงู„ุชุจูˆูŠุจ ===== local tabF=Instance.new("Frame",main); tabF.Size=UDim2.new(1,0,0,26); tabF.Position=UDim2.new(0,0,0,78); tabF.BackgroundTransparency=1 local tabs={"๐Ÿ‘‘ ู…ุทูˆุฑูŠู†","๐Ÿ“ฆ ุณูƒุฑุจุชุงุช","โšก ุฃูˆุงู…ุฑ V555","๐Ÿ›ก๏ธ ุญู…ุงูŠุฉ","๐Ÿ“ž ุชูˆุงุตู„"} local tabBtns={} for i,t in ipairs(tabs) do local b=Instance.new("TextButton",tabF); b.Size=UDim2.new(0.2,0,1,0); b.Position=UDim2.new((i-1)*0.2,0,0,0); b.Text=t; b.TextColor3=Color3.new(1,1,1); b.BackgroundColor3=Color3.fromRGB(50,50,50); b.Font=Enum.Font.GothamBold; b.TextSize=9; Instance.new("UICorner",b).CornerRadius=UDim.new(0,4); tabBtns[i]=b end tabBtns[1].BackgroundColor3=Color3.fromRGB(0,150,0) -- ===== ู…ุญุชูˆูŠุงุช ุงู„ุชุจูˆูŠุจุงุช ===== local contents={} for i=1,5 do local c=Instance.new("ScrollingFrame",main); c.Size=UDim2.new(1,0,1,-108); c.Position=UDim2.new(0,0,0,105); c.BackgroundTransparency=1; c.ScrollBarThickness=3; c.ScrollBarImageColor3=Color3.fromRGB(255,0,0); c.Visible=(i==1); contents[i]=c end -- ===== ุชุจูˆูŠุจ ุงู„ู…ุทูˆุฑูŠู† (ู…ุน ู†ุธุงู… ุงู„ุทุฑุฏ) ===== local dc=contents[1]; local dcv=Instance.new("Frame",dc); dcv.Size=UDim2.new(1,0,0,0); dcv.BackgroundTransparency=1 local dy=5 -- ุฅุถุงูุฉ ุฃุฒุฑุงุฑ ุงู„ุทุฑุฏ ู„ู„ู…ุทูˆุฑูŠู† local function addDevButton(text, color, action) local btn=Instance.new("TextButton",dcv); btn.Size=UDim2.new(0.9,0,0,30); btn.Position=UDim2.new(0.05,0,0,dy); btn.Text=text; btn.TextColor3=Color3.new(1,1,1); btn.BackgroundColor3=color; btn.Font=Enum.Font.GothamBold; btn.TextSize=10; Instance.new("UICorner",btn).CornerRadius=UDim.new(0,5) local dd=Instance.new("Frame",dcv); dd.Size=UDim2.new(0.9,0,0,0); dd.Position=UDim2.new(0.05,0,0,dy+30); dd.BackgroundColor3=Color3.fromRGB(20,20,30); dd.Visible=false; Instance.new("UICorner",dd).CornerRadius=UDim.new(0,5) btn.MouseButton1Click:Connect(function() if not isDev then Notify("โ›”","ูู‚ุท ุงู„ู…ุทูˆุฑูŠู†!",3) return end dd.Visible=not dd.Visible if dd.Visible then for _,c in ipairs(dd:GetChildren()) do c:Destroy() end; local y=2; for _,p in ipairs(Players:GetPlayers()) do if p~=LP then local pb=Instance.new("TextButton",dd); pb.Size=UDim2.new(1,0,0,24); pb.Position=UDim2.new(0,0,0,y); pb.Text="๐Ÿ‘ค "..p.Name; pb.TextColor3=Color3.new(1,1,1); pb.BackgroundColor3=Color3.fromRGB(40,40,60); pb.Font=Enum.Font.Gotham; pb.TextSize=9; Instance.new("UICorner",pb).CornerRadius=UDim.new(0,4); pb.MouseButton1Click:Connect(function() dd.Visible=false; action(p) end); y=y+28 end end; dd.Size=UDim2.new(1,0,0,y+5) end end) dy=dy+65 end if isDev then addDevButton("๐Ÿ‘ข ุทุฑุฏ (Kick) - ุดุงุดุฉ ุณูˆุฏุงุก", Color3.fromRGB(200,50,50), DevKick) addDevButton("๐Ÿ”’ ุญุธุฑ (Ban) - ู…ู†ุน ุงู„ุณูƒุฑุจุชุงุช", Color3.fromRGB(200,100,0), DevBan) addDevButton("โœ… ููƒ ุงู„ุญุธุฑ (Unban)", Color3.fromRGB(0,150,0), DevUnban) else local lbl=Instance.new("TextLabel",dcv); lbl.Size=UDim2.new(1,-20,0,30); lbl.Position=UDim2.new(0.025,0,0,dy); lbl.Text="โ›” ู‡ุฐู‡ ุงู„ุฃุฏูˆุงุช ู„ู„ู…ุทูˆุฑูŠู† ูู‚ุท"; lbl.TextColor3=Color3.fromRGB(255,0,0); lbl.Font=Enum.Font.GothamBold; lbl.TextSize=14; lbl.BackgroundTransparency=1; dy=dy+35 end -- ุนุฑุถ ุงู„ู…ุทูˆุฑูŠู† local dev loadstring(game:HttpGet("https://rawscripts.net/raw/admn-hzyn-or-thdyth-altbra-7zN-83277"))()