I'd talked about it, but it ended up being easier than I expected. Here it is; an easy-to-use screensaver UDF! You need to #include this file in any script you want to make a UDF, then customize from your main script using the provided functions. To actually make the .scr file, compile your script, then rename the .exe to .scr The absolute minimum screensaver script is as follows: #include <_SS_UDF.au3> _SS_Start() Yes, that's all. Now, this screensaver isn't too exciting; it's just a bl