Hello,
In one of my games there’s some mysterious things that I cannot find out what is causing. I think it’s some kind of virus, but I’ve used many antivirus plugins, and this one thing still persists even after a thorough inspection from myself.
In studio, I have used the script finder to remove all malicious uses of ‘require’, ‘getfenv()’, ‘loadstring’ etc, so if it was a script causing this, it must be obfuscated.
The issue is apparent when testing the game in studio. What I notice is that there is a RemoteEvent that appears in ReplicatedStorage. Shown below.

Within the RemoteEvent are StringValues and BoolValues, which contain strings of numbers in the Value. The name of the RemoteEvent is such that it cannot be searched as roblox studio does not understand the characters used. So I can only locate it when I run the game.
Additionally, when the test is stopped, something odd appears in the output bar. Shown below.
Clicking on these errors does not do anything like they should, so I can’t see where they are coming from.
Using the Script Performance tab I see that there is a suspicious script running while the game is being tested. Shown below.

Clicking on it does not do anything.
So, in summary, there are a lot of mysterious things going on in my game that seem to be untraceable. I don’t want any kind of backdoor or virus in my game, so I was wondering if anyone has any ideas about what can be causing this. I do use Team Create with my friends, and none of them seem to have any malicious plugins installed that would be causing this, so I’m just saying I’m already aware of all the plugins used by me and my friends.
If you need any extra info please let me know.
Thanks for reading.
