Random scripts called "Anti-Lag"!

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!

1 Like

I’ve seen a virus version of “Datastore Editor”, make sure you have the right one

1 Like

I have sleitnicks version of the editor
.

1 Like

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.

1 Like

You can disable them one by one and test it to know which plugin is creating those scripts and uninstall it

1 Like

It is on my alt account but it still happens on this account.

1 Like

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

1 Like

Yeah it appears in my character.

1 Like

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

DataStore Editor - Roblox,
AutoScale Lite - Roblox

1 Like

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

1 Like

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.

1 Like