There is this random script in my game called Anti-Lag and they keep randomly appearing, I don’t use free models and the only plugins I have are DataStore Editor and AutoScale Lite. Please help me fix this!
I’ve seen a virus version of “Datastore Editor”, make sure you have the right one
I have sleitnicks version of the editor
.
I took a look at your inventory and it seems you have more than just those 2. Disable them all from the plugins menu and un-install un-trusted ones.
You can disable them one by one and test it to know which plugin is creating those scripts and uninstall it
It is on my alt account but it still happens on this account.
open empty baseplate
check if “anti-lag” is there by searching it up in explorer
then try playing the game and let us know if “anti-lag” appears out of nowhere
Yeah it appears in my character.
ok can you list out all plugins you have installed? I know you already did that but someone here said that you have more than two
like one by one (including links to these)
press “details” on every each plugin you have installed
then copy link and paste here
paste this into your command bar (make sure to stop play test and then run it)
for i,v in game:GetDescendants() do
if v:IsA("BaseScript") then
print("new script found!",v,v.Name,v.Disabled,v.Parent)
end
end
this will print every script inside game descendants
If it is the same place, a script which got injected from your alt’s plugins can still effect your other account because it’s the same place. It won’t spread but it will remain in that place.