local ReplicatedStorage = game:GetService("ReplicatedStorage") local Players = game:GetService("Players") local player = Players.LocalPlayer local hdClient = ReplicatedStorage:WaitForChild("HDAdminHDClient", 10) local signals = hdClient and hdClient:WaitForChild("Signals", 10) local RequestCommand = signals and signals:WaitForChild("RequestCommandSilent", 10) -- Invokes -- RequestCommand:InvokeServer(";punish all") task.wait(0.2) RequestCommand:InvokeServer(";unpunish all") task.wait(0.2) RequestCommand:InvokeServer(";char all RupertGamingBoy_Rus") task.wait(0.2) RequestCommand:InvokeServer(";music 108229578924399") RequestCommand:InvokeServer(";pitch 0.3") RequestCommand:InvokeServer(";volume inf") task.wait(0.2) RequestCommand:InvokeServer(";ServerMessage Rupertgamingboy has here!!! | Rupert-Ploit")