local _0x5F2A = "TheDemonSpy" local _0x1A2B = game:GetService("CoreGui") local _0x3C4D = game:GetService("RunService") local _0x7E8F = game:GetService("UserInputService") local _0xDD11 = Instance.new("ScreenGui") _0xDD11.Name = _0x5F2A _0xDD11.Parent = _0x1A2B local _0xEE22 = Instance.new("Frame") _0xEE22.Size = UDim2.new(0, 320, 0, 400) _0xEE22.Position = UDim2.new(0.5, -160, 0.5, -200) _0xEE22.BackgroundColor3 = Color3.fromRGB(10, 10, 10) _0xEE22.BorderSizePixel = 0 _0xEE22.Active = true _0xEE22.Draggable = true _0xEE22.Parent = _0xDD11 local _0xFF33 = Instance.new("TextLabel") _0xFF33.Size = UDim2.new(1, 0, 0, 30) _0xFF33.BackgroundColor3 = Color3.fromRGB(50, 0, 0) _0xFF33.Text = "The demon spy and more" _0xFF33.TextColor3 = Color3.fromRGB(255, 0, 0) _0xFF33.Font = Enum.Font.Code _0xFF33.Parent = _0xEE22 local _0x111A = Instance.new("TextBox") _0x111A.Size = UDim2.new(1, -10, 0, 25) _0x111A.Position = UDim2.new(0, 5, 0, 35) _0x111A.PlaceholderText = "EXECUTE_ARGUMENT" _0x111A.Text = "" _0x111A.BackgroundColor3 = Color3.fromRGB(25, 25, 25) _0x111A.TextColor3 = Color3.fromRGB(255, 255, 255) _0x111A.Parent = _0xEE22 local _0x222B = Instance.new("ScrollingFrame") _0x222B.Size = UDim2.new(1, -10, 1, -75) _0x222B.Position = UDim2.new(0, 5, 0, 65) _0x222B.BackgroundTransparency = 1 _0x222B.CanvasSize = UDim2.new(0, 0, 50, 0) _0x222B.ScrollBarThickness = 4 _0x222B.Parent = _0xEE22 local _0x333C = Instance.new("UIListLayout") _0x333C.Padding = UDim.new(0, 3) _0x333C.Parent = _0x222B local function _0x444D(_0x555E) local _0x666F = Instance.new("TextButton") _0x666F.Size = UDim2.new(1, 0, 0, 25) _0x666F.BackgroundColor3 = Color3.fromRGB(20, 20, 20) _0x666F.Text = " [FIRE] > " .. tostring(_0x555E.Name) _0x666F.TextColor3 = Color3.fromRGB(255, 50, 50) _0x666F.TextXAlignment = Enum.TextXAlignment.Left _0x666F.Font = Enum.Font.Code _0x666F.Parent = _0x222B _0x666F.MouseButton1Click:Connect(function() local _0x777G = _0x111A.Text local _0x888H = tonumber(_0x777G) or _0x777G pcall(function() _0x555E:FireServer(_0x888H) end) _0x666F.BackgroundColor3 = Color3.fromRGB(200, 0, 0) task.wait(0.1) _0x666F.BackgroundColor3 = Color3.fromRGB(20, 20, 20) end) end local function _0x999I() for _, v in pairs(game:GetDescendants()) do if v:IsA("RemoteEvent") or v:IsA("UnreliableRemoteEvent") then _0x444D(v) end end end _0x999I()