local gmt = getrawmetatable(game) local nc = gmt.__namecall setreadonly(gmt, false) local RemoteSpy = Instance.new("ScreenGui") local VXMain = Instance.new("ImageLabel") local TopBar = Instance.new("ImageLabel") local Title = Instance.new("TextLabel") local UIPadding = Instance.new("UIPadding") local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint") local RemoteOutput = Instance.new("TextBox") local UIPadding_2 = Instance.new("UIPadding") local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint") local RunRemote = Instance.new("TextButton") local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint") local CopyRemote = Instance.new("TextButton") local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint") local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint") local Toggle = Instance.new("TextButton") local UIAspectRatioConstraint_6 = Instance.new("UIAspectRatioConstraint") local Remotes = Instance.new("ImageLabel") local Scrolling = Instance.new("ScrollingFrame") local UIListLayout = Instance.new("UIListLayout") local UIAspectRatioConstraint_7 = Instance.new("UIAspectRatioConstraint") local UIAspectRatioConstraint_8 = Instance.new("UIAspectRatioConstraint") RemoteSpy.Name = "RemoteSpy" RemoteSpy.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") RemoteSpy.ZIndexBehavior = Enum.ZIndexBehavior.Sibling VXMain.Name = "VXMain" VXMain.Parent = RemoteSpy VXMain.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) VXMain.BackgroundTransparency = 1 VXMain.ClipsDescendants = true VXMain.Position = UDim2.new(0.0878687054, 0, 0.249917462, 0) VXMain.Size = UDim2.new(0.377572745, 0, 0.370828182, 0) VXMain.Image = "rbxassetid://3570695787" VXMain.ImageColor3 = Color3.new(0.101961, 0.101961, 0.101961) VXMain.ScaleType = Enum.ScaleType.Slice VXMain.SliceCenter = Rect.new(100, 100, 100, 100) TopBar.Name = "TopBar" TopBar.Parent = VXMain TopBar.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941) TopBar.BackgroundTransparency = 1 TopBar.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961) TopBar.ClipsDescendants = true TopBar.Position = UDim2.new(-0.00127554301, 0, 0, 0) TopBar.Size = UDim2.new(1, 0, 0.126666665, 0) TopBar.Image = "rbxassetid://3570695787" TopBar.ImageColor3 = Color3.new(0.294118, 0, 0.65098) TopBar.ScaleType = Enum.ScaleType.Slice TopBar.SliceCenter = Rect.new(100, 100, 100, 100) Title.Name = "Title" Title.Parent = TopBar Title.BackgroundColor3 = Color3.new(1, 1, 1) Title.BackgroundTransparency = 1 Title.BorderColor3 = Color3.new(0, 0, 0) Title.BorderSizePixel = 0 Title.Position = UDim2.new(0, 0, 0.157894731, 0) Title.Size = UDim2.new(0, 165, 0, 25) Title.Font = Enum.Font.Ubuntu Title.Text = "Remote Spy" Title.TextColor3 = Color3.new(1, 1, 1) Title.TextSize = 31 UIPadding.Parent = Title UIPadding.PaddingBottom = UDim.new(0, 1) UIPadding.PaddingLeft = UDim.new(0, 1) UIAspectRatioConstraint.Parent = TopBar UIAspectRatioConstraint.AspectRatio = 14 RemoteOutput.Name = "RemoteOutput" RemoteOutput.Parent = VXMain RemoteOutput.BackgroundColor3 = Color3.new(0.466667, 0, 1) RemoteOutput.BackgroundTransparency = 1 RemoteOutput.BorderColor3 = Color3.new(0, 0, 0) RemoteOutput.BorderSizePixel = 0 RemoteOutput.Position = UDim2.new(0.285714298, 0, 0.156666666, 0) RemoteOutput.Size = UDim2.new(0.697368443, 0, 0.683333337, 0) RemoteOutput.Font = Enum.Font.SourceSans RemoteOutput.PlaceholderColor3 = Color3.new(1, 1, 1) RemoteOutput.PlaceholderText = "Remote Script" RemoteOutput.Text = "" RemoteOutput.TextColor3 = Color3.new(1, 1, 1) RemoteOutput.TextSize = 21 RemoteOutput.TextXAlignment = Enum.TextXAlignment.Left RemoteOutput.TextYAlignment = Enum.TextYAlignment.Top UIPadding_2.Parent = RemoteOutput UIPadding_2.PaddingLeft = UDim.new(0, 5) UIPadding_2.PaddingTop = UDim.new(0, 2) UIAspectRatioConstraint_2.Parent = RemoteOutput UIAspectRatioConstraint_2.AspectRatio = 1.8097560405731201 RunRemote.Name = "RunRemote" RunRemote.Parent = VXMain RunRemote.BackgroundColor3 = Color3.new(0.415686, 0, 1) RunRemote.BorderColor3 = Color3.new(0, 0, 0) RunRemote.BorderSizePixel = 0 RunRemote.Position = UDim2.new(0.285714298, 0, 0.863333344, 0) RunRemote.Size = UDim2.new(0.345864654, 0, 0.116666667, 0) RunRemote.Font = Enum.Font.Ubuntu RunRemote.Text = "Run Code" RunRemote.TextColor3 = Color3.new(1, 1, 1) RunRemote.TextSize = 24 UIAspectRatioConstraint_3.Parent = RunRemote UIAspectRatioConstraint_3.AspectRatio = 5.257143020629883 CopyRemote.Name = "CopyRemote" CopyRemote.Parent = VXMain CopyRemote.BackgroundColor3 = Color3.new(0.415686, 0, 1) CopyRemote.BorderColor3 = Color3.new(0, 0, 0) CopyRemote.BorderSizePixel = 0 CopyRemote.Position = UDim2.new(0.644736826, 0, 0.863333344, 0) CopyRemote.Size = UDim2.new(0.345864654, 0, 0.116666667, 0) CopyRemote.Font = Enum.Font.Ubuntu CopyRemote.Text = "Copy Remote" CopyRemote.TextColor3 = Color3.new(1, 1, 1) CopyRemote.TextSize = 24 UIAspectRatioConstraint_4.Parent = CopyRemote UIAspectRatioConstraint_4.AspectRatio = 5.257143020629883 UIAspectRatioConstraint_5.Parent = VXMain UIAspectRatioConstraint_5.AspectRatio = 1.7733333110809326 Toggle.Name = "Toggle" Toggle.Parent = RemoteSpy Toggle.BackgroundColor3 = Color3.new(0.415686, 0, 1) Toggle.BorderColor3 = Color3.new(0, 0, 0) Toggle.BorderSizePixel = 0 Toggle.Position = UDim2.new(0.00780686596, 0, 0.394313961, 0) Toggle.Size = UDim2.new(0.0702626258, 0, 0.0618046969, 0) Toggle.ZIndex = 0 Toggle.Font = Enum.Font.Ubuntu Toggle.Text = "Remote Spy" Toggle.TextColor3 = Color3.new(1, 1, 1) Toggle.TextSize = 18 UIAspectRatioConstraint_6.Parent = Toggle UIAspectRatioConstraint_6.AspectRatio = 1.9800007343292236 Remotes.Name = "Remotes" Remotes.Parent = RemoteSpy Remotes.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941) Remotes.BackgroundTransparency = 1 Remotes.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961) Remotes.ClipsDescendants = true Remotes.Position = UDim2.new(0.0900000036, 0, 0.298999995, 0) Remotes.Size = UDim2.new(0.100780696, 0, 0.315203965, 0) Remotes.Image = "rbxassetid://3570695787" Remotes.ImageColor3 = Color3.new(0.294118, 0, 0.65098) Remotes.ScaleType = Enum.ScaleType.Slice Remotes.SliceCenter = Rect.new(100, 100, 100, 100) Scrolling.Name = "Scrolling" Scrolling.Parent = Remotes Scrolling.Active = true Scrolling.BackgroundColor3 = Color3.new(1, 1, 1) Scrolling.BackgroundTransparency = 1 Scrolling.BorderColor3 = Color3.new(0, 0, 0) Scrolling.BorderSizePixel = 0 Scrolling.Size = UDim2.new(0, 142, 0, 254) UIListLayout.Parent = Scrolling UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Padding = UDim.new(0, 3) UIAspectRatioConstraint_7.Parent = Remotes UIAspectRatioConstraint_7.AspectRatio = 0.5568627715110779 UIAspectRatioConstraint_8.Parent = RemoteSpy UIAspectRatioConstraint_8.AspectRatio = 1.7416564226150513 local function NHGQHZK_fake_script() -- VXMain.d=drag local script = Instance.new('LocalScript', VXMain) local a=game:GetService("UserInputService")function drag(b)dragToggle=nil dragSpeed=0.23 dragInput=nil dragStart=nil dragPos=nil function updateInput(a)Delta=a.Position-dragStart Position=UDim2.new(startPos.X.Scale,startPos.X.Offset+Delta.X,startPos.Y.Scale,startPos.Y.Offset+Delta.Y)game:GetService("TweenService"):Create(b,TweenInfo.new(0.25),{Position=Position}):Play()end b.InputBegan:Connect(function(c)if(c.UserInputType==Enum.UserInputType.MouseButton1 or c.UserInputType==Enum.UserInputType.Touch)and a:GetFocusedTextBox()==nil then dragToggle=true dragStart=c.Position startPos=b.Position c.Changed:Connect(function()if c.UserInputState==Enum.UserInputState.End then dragToggle=false end end)end end)b.InputChanged:Connect(function(a)if a.UserInputType==Enum.UserInputType.MouseMovement or a.UserInputType==Enum.UserInputType.Touch then dragInput=a end end)game:GetService("UserInputService").InputChanged:Connect(function(a)if a==dragInput and dragToggle then updateInput(a)end end)end drag(script.Parent) end coroutine.wrap(NHGQHZK_fake_script)() gmt.__namecall = newcclosure(function(self, ...) local method = getnamecallmethod() if tostring(method) == "FireServer" or tostring(method) == "InvokeServer" then local Remote = Instance.new("TextLabel") Remote.Name = "Remote" Remote.Parent = Scrolling Remote.BackgroundColor3 = Color3.new(1, 1, 1) Remote.BackgroundTransparency = 1 Remote.BorderColor3 = Color3.new(0, 0, 0) Remote.BorderSizePixel = 0 Remote.Size = UDim2.new(0, 142, 0, 34) Remote.Font = Enum.Font.Ubuntu Remote.Text = tostring(self) Remote.TextColor3 = Color3.new(1, 1, 1) Remote.TextSize = 24 end return nc(self, ...) end)