#Virus Cleaner

1 messages · Page 1 of 1 (latest)

kind mango
minor heron
#

Quite useless, only checks for common names used on "virus" and can break games that use the same names for other things. Instead of removing them give the player a list of possible threads and let them view if the instances are intentional or unwanted.

median geyser
#

if it is just checking the name is directly useless

minor heron
#

There's a lot that can be improved to optimize the code

swift cloud
#

who would've knew QueryDescendants would shine here

kind mango
#

It Deleted pose because it was inside TextureConfiguration. 🤪

#

Elu's Virus Cleaner — Update Log
Detection System
Reworked the entire detection system
Added case-insensitive scanning
Added partial keyword matching
Improved detection accuracy
Reduced false positives
Known Virus Detection

Added detection for:

TextureConfig
TextureConfiguration
EzTexture
EzConfig
Pose
EasyConfiguration
LightConfig
PoseTexture
Suspicious Script Detection

Added detection for:

HttpService
HttpGet
HttpPost
loadstring
require
webhook URLs
syn.request
queue_on_teleport
hookfunction
newcclosure
writefile/readfile
game:HttpGet
and more
Spam Detection

Added spam analysis for excessive:

while true do
repeat wait()
repeat task.wait()
Instance.new
texture usage

Spam only triggers after repeated usage to avoid false positives.

Detection Reasons
Clicking a detected object now shows why it was detected
Added detailed suspicious reason output
Added combined Known + Suspicious support
Removal System
Added selectable removal system
Added checkbox support
Added multi-remove support
Added removed object logging
Undo System
Added Undo button
Restores removed objects
Restores original parents
Re-detects restored objects automatically
UI Improvements
Redesigned plugin UI
Added smooth tweens
Added Builder Sans fonts
Added automatic scrolling
Added plugin icon
Added better tag positioning
Added improved small-window support
Stability Fixes
Fixed Lua pattern matching issues
Fixed tag overlap bugs
Fixed combined detection rendering
Fixed uppercase/lowercase inconsistencies
Improved scanning reliability