Random Developer Product Pop-Up

Hello everyone! So I made a game and published it to Roblox but there is an issue. There are Random Developer Product Pop-Ups and I don´t know why. I disabled all my plugins and all the scripts, but the pop ups are still there. Please help me!

2 Likes

Could be hiding in a script like this this is a method hiding malicious code within scripts

while wait(1) do
print("A")
end           
                                                                                ------------------malicious code here------------------

if you don’t get it scroll sideways
also once you find the malicious use find all in script editor to completely remove it from all scripts

1 Like

Yeah, you’ve got some malicious community script running. You can search your project for keywords you see in the popup, but more likely you are going to have to go through stuff you didn’t create yourself and look closely at it. Some background: Creator Marketplace | Roblox Creator Documentation

1 Like

Whoops, I acidentally clicked solution, by the way I will try that, thanks!

1 Like

I have found something…


That’s most likely what you’re looking for, getfenv() is almost always bad when it’s hidden like that

1 Like

if you still have some pop ups for products
copy everything besides the numbers and you should find them all if you have diffrent developer products popping up

1 Like

What does the event genfenv() do?

1 Like

it steals all your code and robux I think, Ive seen it in lots of virus scripts so not sure.

1 Like

(Take this with a lot of salt (I’m not an expert in this))
From what I know getfenv() connects to external sources, like the Roblox Website, and can load things into your Game (often malicious)
(As I said, take this with a lot of salt)

1 Like

What is this?

I went to that model in the library and it’s a backdoor.

1 Like

I don’t have any idea, you better ask someone from the @Programmers Group

1 Like

This is a backdoor, you most likely got it from a fake plugin/infected plugin, I have seen it before.

1 Like

How do I delete all that line of code at once?

Just delete the scripts that are loading it, however if it’s a plugin that is constantly loading the scripts back in or inserting the code, test and find which plugin is infected, It seems to be stealing your placefile I think since look it says last synced and the date, it even has the date when it first infected the placefile/game, so Im guessing its sending it somewhere.

1 Like

Which one may I ask you wayne?

That means that I need to delete all the scripts.

I’m pretty sure in the screenshot they’re the same ones.

1 Like

The “Find All / Replace All” tab says: 486 results in 243 files.
Edit: I changed the search from "–[[ "to “–[[ Last”, now it says 243 results in 243 files.