I’m trying to remove a strange program (potentually used for exploiting) from a game. I do not know how it showed up, nor can I locate the script that causes it. Apparently, this server-sided executer is called “XYClone SS”. How can I find the source of the script?
3 Likes
Try looking in the console for “Requiring module”, that might tell you where the code is coming from. If that doesn’t help, use Find All / Replace All to look for occurrences of getfenv
and disable any script containing it.
1 Like
Nope, no results for both. It does not show any results when I tried to look them up.
Hey try and use the find all feature for the letters “require(” and look through and find anything suspicious.
Is it being put in the game by a corrupted Plugin that you’ve recently installed?
If you use TeamCreate maybe one of your partners is using a bad Plugin.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.