(4/5)The snippet has an Okay purpose which is showing information about loaded scripts.
It uses a while loop and mIRC's built in identifiers to return basic information about loaded scripts (Name, Size, Number of lines, Creation time, Last modification time, Aliases in the file, CTCPs, and RAW events). The last 3 information lines are the most useful in my opinion. However, I can still use it to monitor my script changes (in case I forget which file I modified when or so).
It works perfectly and it really is something useful.