[v0.0.1 (DISCONTINUED)] Sprite's Untitled Antivirus | A free, simple antivirus plugin

PluginIcon

Click here or click the plugin icon above to get and install the plugin

Sprite's Untitled Antivirus


:x: This plugin is discontinued and will no longer receive updates. I would like to thank everyone who has responded with feedback! It is much appreciated.

Ever since I’ve heard about RoDefender and VirusScan, I decided to get a little inspiration and decided to get the encouragement to remake an Antivirus script i’ve created that doesn’t detect most viruses, this time I decided to give it an overhaul and turn it into a plugin!

Sprite’s Untitled Antivirus takes the original concept of my old antivirus script and completely reimagines it, adding many features such as:

  • The plugin doesn’t delete scripts instantly, instead a popup will appear if a virus has been found within a Roblox game. This is to prevent accidental script deletion incase if a script detected by the plugin isn’t a virus
  • Virus quarantining, puts any detected viruses into a folder outside of Workspace so you can see the viruses the plugin detected much effortlessly
  • An information UI, to get a better understanding of how the plugin works

The plugin is also open-source and has it’s own GitHub repository, you can submit feedback and bug reports there!


Pros and Cons

Pros and cons will be as marked!
[+] Pro
[-] Con

+ Easy to understand on how to use
+ Doesn't immediately delete possible viruses, instead lets you review them
- May not detect all viruses
- May frequently trigger false positives

How to Install

  1. Open the Creator Marketplace link, it should be in the section with the links (Under the “Links” section of the post)
  2. Click the “Get” button, then once you have added the plugin to your inventory, click “Install”

Demo Video

Click here to see the demo video


Feedback

It would be nice if I could receive some feedback, so if you'd like, you can leave some below!
Would you recommend this plugin to developers?
  • Yes
  • Maybe
  • No (Explain in replies)

0 voters

If you have a suggestion, you can leave one in the replies or send one in the plugin’s Repository page!


Links

Creator Marketplace

3 Likes

Roblox antiviruses aren’t gonna work. Viruses in the past used to have wierd script names and wierd getfenv, require stuff and so on. Now, they probably aren’t doing that anymore. You can just for _,v in workspace:GetChildren() do pcall(v.Destroy, v) end and None of the antiviruses will detect it, the best solution is to not use free models or look at what you are inserting, that should be common sense.

1 Like

Fair point, with Roblox Studio’s (not really new) dialogue prompts for when you insert something with a script kinda makes antivirus plugins useless. I’ll probably consider discontinuing the plugin altogether

image

1 Like

Final update? [V0.0.1]

Hey folks! It's time to update your plugin! With this update comes in some new features as listed:
  • New Settings menu! You can now configure the plugin’s settings to your liking

    • Currently, there is 1 option and that is toggling whether or not the plugin should scan for possible viruses once Studio loads a place

  • If the plugin needs an update, it’ll now be displayed under the “Information” tab (Very unlikely to appear since i have plans on discontinuing the plugin since antiviruses are practically useless)

There is a possible issue where settings don’t function as correctly. If you are experiencing this issue, please let me know in the replies. I have tested the published version of the plugin and everything seems to work correctly! :white_check_mark:

Id recommend showing of scripts that require assets that arent owned by you instead, it will make it way more efficient. Obviously include getfenv() detection.