Weird Exploit / Spawning Parts

Send us a link to your game, this will help better

You could just write a plugin checking every scripts source for Instance.new(). But this is the hard way of doing it.

Yes, that works but consider that it could be an infected module such as this:

v1=require(127236732467234) -- i used a random number
v1:start()
local module = {}

function module:start()
while true do
Instance.new("Part", game.Workspace)
wait(1)
end

return module
1 Like

I tried that in every script, all I see is local Sound = Instance.new(ā€œSoundā€) in a song handler.

1 Like

Now look for require(). Or GetObjects()

1 Like

PurĆØe Interview Center - Roblox Iā€™m in the server alone and it hasnā€™t happened yet, but feel free to join.

I donā€™t have permission to join.

Oh, I think I have it set as you need to be in the group.

Cannot join due to the place being private

Ah, let me fix that, sorry about that.

The game is public: PurĆØe Interview Center - Roblox

This is getting a bit off-track. Letā€™s keep it focused.
@zvcck
Have you searched for the following terms: (use ctrl shift f)
getfenv
require
\11
\10

Please send a picture of all your plugins, enabled or not.
Try making a new place and copy and paste the contents. Does this occur?

Yeah its one of your admins then.

Iā€™ve checked all admin logs, and nothing has indicated that.

Iā€™ll do that right now, thanks.

Well someone who has access to edit doesnā€™t need an admin; they have the Dev Console.

1 Like

Still donā€™t have access to the game

Yeah, iā€™m sure it is free model or just players. Over all these are just blocks, It could be way worse.

I found this a require in a rank handler.

And another here, but this is in Basic Admin Essentials, a very well trusted and popular script.

Here are plugins:

Are you absolutely sure they are the original ones.

There is (or was) an account called RobloxTopPlugins or similar, the account would bot sales of copied plugins but they had some sort of virus or a backdoor in them.