Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Admin Virus pop up?

Asked by 3 years ago

I work in a game where the owner has added free models and now the game has a virus! The virus is pops up game pass: "ADMIN ADMIN" and then specifies the amount of Robux (The amount changes). I have ran and looked through all the scripts several times but no luck! Has anyone experienced this issue and how did you fix it?

5 answers

Log in to vote
1
Answered by 3 years ago

Use ctrl+shift+f to search through all scripts, click the .* icon (this turns on regular expressions) and search for each of the following:

  • require\s*\(\s*\d
    • This will find things like require(152321) - though I've seen a few legitimate admin scripts use these, if you don't recognize it or didn't intend to install it, delete it!
  • getfenv
    • This is another potentially legitimate function, but it's rare. This is typically used by malicious scripts to use the require function without spelling out require (so that you can't find them as easily).

Also:

  • If type in the Filter workspace bar in the Explorer window, you can trying looking for a few common names (but this is not reliable, and you're likely to find legitimate scripts this way too): Fire, Anti, Virus. Many virus scripts are just named Script; some even have a blank name.
  • If you ever find it in a script that looks like it only has one line, or looks like it's just a comment, or only has blank space, check the scroll-bars -- it probably has code that's hidden far off-screen. Any script that attempts to do this is malicious. (Note: just having scrollbars isn't the problem, it's when it's trying to trick you into thinking there's nothing there.)
Ad
Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

Have you tried Ro-Defender plugin, it's a roblox anti-virus which scans all the models in your game to find suspicious scripts, it might work for the situation your in.

There are loads of different random Ro-Defenders, this is the one I use and it works fine: https://www.roblox.com/library/142273772/Ro-Defender-Plugin-v8-7

0
Currently working Hazerbolitho1 -5 — 3y
0
Did it work? xxoplol47811t 34 — 3y
Log in to vote
0
Answered by 3 years ago

If you have any suspicions about viruses, be sure to watch the console. Since the moderation of the get actively fixes such viruses, they can issue various errors to the console. It is enough to start game testing mode, click on the error, and script should appear. Exit from the game test, right click on script -> Show in Explorer and delete him.

0
sussy!11! ???????????????????????????????????? Qwertoony 70 — 3y
Log in to vote
0
Answered by 3 years ago

I Suggest A Couple of Things.

1:Disabling HTTP Requests.

2:Turn ThirdPartySalesAllowed Off.

3:Look Through The Workspace Like @chess123mate suggested.

Common Terms Are Virus, Fire, Script

Some Are Completly Random Named So Like

EXAMPLES OF WHAT MALICIOUS SCRIPTS ARE NAMED

I am your new lord lolz. reallylongscriptname pretty much just nonsense.

#

Log in to vote
0
Answered by
fq0e 0
3 years ago

Tell the owner to check his plugins, Also, Search up for "Script" in the Searchbar, it will show every script in the game.

Answer this question