I want to remove a backdoor in my game, I just put a sound to my game from the toolbox and the sound’s name is “toreador march” however, I’ve deleted the sound already but whenever I play the game, it’s still there.
I haven’t updated my game yet and I’m not planning to because there’s a backdoor on my game.
I haven’t found any solution or what to do here since I’m really new at coding.
I can just not update my game and discard what I have done but I’d really like to know if there’s something I can do.
Its most likely a malicious plugin. Disable all your plugins that have the permission “script injection” and then delete the script. If it still comes back, then tell me.
Its most likely a malicious plugin. Disable all your plugins that have the permission “script injection” and then delete the script. If it still comes back, then tell me.
I’ve disabled all the plugins, uninstalled them, and deleted the script.
It’s still here, I’ve also noticed that when I deleted it, it automatically comes back. ( the script)
if it’s unsolvable no biggie, it’s just a fun project I’m doing.
Actually, no, I might have figured out what happened. Go to Studio Settings and enable the setting where you can see the Plugin GuiObjects in explorer. After that, search through the all of the plugin guiobjects in the explorer. If there’s a script in any of them, delete it.
I suggest you make a new place, transfer all ‘safe’ scripts that you deem. If it happens again I suggest just trial and error it out with the scripts. And also use the search scripts to find Hex, getfenv() and/or other lua globals and require methods.
This is quire inefficient as plugins are literally made out of scripts, won’t that mean you are deleting the plugin script? And also it won’t be taken into effect on other games. I mean, I may be wrong but that’s what I think.
He already disabled and uninstalled all the plugins, but there might be a script hidden in the Plugin GuiObjects that could be the one that keeps on reinjecting the malicious script over and over.
Its perfectly fine to delete all the SCRIPTS in the Plugin GuiObjects because it won’t have an overall effect on the game. Plugins are solely meant to add on to Studio. They aren’t a need for it.