Here is a pro gamer trick for you.
Hit CTRL + SHIFT + F and a little box will appear in the middle of your screen. Type each one separately in the search bar:
- require
- getfenv
- loader
Type them one at a time.
When you press ENTER, a menu will pop up on the bottom of your screen. If it finds the keyword in a script, the script will be listed in the menu. You can then click on the script names and verify if it is bad or not. If there are no scripts that use those three keywords, then your game is most likely virus free!
please note, regular scripts use “require” all the time. Only delete scripts that use “require” if there are numbers in the parentheses. See below for reference
How to tell if Require() is bad
GOOD:
require(game.[NOT A NUMBER])
BAD:
anything like this
require(2*4736).load
If there are numbers in the parentheses, then you should probably delete the script.