AreaZi Wrote: Is it for scanning malware lua ? Because I'm going to make a darkrp server and it could be nice :D
Yes, it will scan lua files, but there is no certain way to know if code is a backdoor or not, so you will need to manually review the console output.
EDIT: to everyone else, i have once again updated the module. i found out that i was using the wrong denotation for comments!! simple brain fart. the code is supposed to ignore commented out lines because parsing them is useless. it didn't do it previously cause i was looking for "//" and not "--", which is lua's comment denotation. fixed!