Please read completely
This plugin is free
I worked a lot on this plugin. What the plugin can do is that it checks all the scripting problems in your game with just one click, such as:
Dangerous scripts like https, loadsting and many more
Obfuscated scripts or the same requests I said but of the obfuscated type like base64 and other obfuscated methods Optimizing your game scripts, for example, where you could write your code better so that your game doesn’t slow down
This includes checking more than 100+ Lua scripting rules in Roblox Studio:
{
test = function(line)
return line:find("\\u%x%x%x%x")
or line:find("\\x%x%x")
end,
message = "Escaped Unicode (\\uXXXX) or hex (\\xXX) detected; may mask obfuscated code"
},
And well, if you like it, you can leave your comment, I would be really happy :))))
Examples?? Proof of it working? Also, you’re not gonna opensource something that is going through all of our code and has the ability to modify it??? Suspicious.
No, it doesn’t do anything automatically. It reports a list of problems, what the problem is on which line, and what needs to be done in a professional manner.
The plugin is alright but this seems to simply check for the use of deprecated API. Dare I say, a little bit of a far stretch from 100+ advanced rules/“Great Development Revolution”. However it makes a plugin more applicable for beginner programmers I would say.
No, I haven’t added the things related to obsolete code yet. I said this is to find dangerous scripts and scripts that cause lag or slow down the game.
I have only added 3 or 4 obsolete scripts. for find
Where are these “thousands of examples”? Why aren’t any of them shown in the original post? They’re asking for something like a video showcasing how your plugin works and how effective it is.
I’m going to make a video soon, but since you might not trust me, try mine in a test project for various tasks, base64, loadstring, https, and other things.
Unless you make the video, then developers, I recommend you do not download this plugin, if this can detect https, loadstring, and base64, read every script in the game, AND optimize code… Then it likely has full access to your scripts. It has the power to steal your code, modify scripts, and inject malicious code itself.
You’re minimising the risk and it’s concerning, it’s not dumb; it’s a caution that developers should always have when installing powerful tools, AND it becomes even more serious because there’s no source code or verification.
no? as questioned, wouldnt it be possible for every plugin anyway? and for such, should we actually check the code for other plugins as well? (for those who dont know, yes)
now the reason why i stated such thing previously is because it seemed like pointing that out on this plugin specifically is nitpicky, as this again could be the case of any other plugin, whether you find it useful or not
while i agree, there are extensions like btr that allow you to check the code of a plugin (now if you trust it or not is up to you)
What does it have to do with it? The plugin is about anything. If the creator of the plugin is a corrupt person, yes, he can steal it, but for you to come and accuse him and question our efforts is very ugly. You could have said take a picture of how it works or make a video of it so you wouldn’t upset me like this.