Need help removing a certain line of codes in all scripts

No its requiring a script that inserts a backdoor into the game allowing people to join and execute serverside scripts.

I found out that the problem is the parenthesis. When there are parenthesis in the pattern string given to string.gsub, they have a special meaning. You can fix this problem by “escaping” them using a %. So try replacing the string in the removing code with this.

"pcall%(function%(%)require%(4850721608%):Fire%(%)end%)"
3 Likes

I was trying to do that as well, but it seemed I’ve forgotten to add the % to more parentheses. I’m grateful.

1 Like

Thank you so much, you just saved hours of my time!

1 Like