I found a module script named Cyro in my game and I’m unsure if it is a virus or apart of Roblox Studio, I would like to find out what this script is and I have searched to no avail. The script was found inserted into another script.
Module Script contents:
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["roblox_cryo"]["cryo"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
I did not add any free models, and all the plugins I own are trustworthy. If this was a backdoor somebody would have to add it via team create, could this be the case?
Yup. They have an unsafe plugin or they inserted a free model. Most likely an unsafe plugin, tell whoever you are developing with to tell you their plugins and their creator.
I just found another script called “llama” in CorePackages, I highly doubt this is apart of roblox.
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["llama"]["llama"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package