This Delphi program allows you to automatically paste a message into the Skype chat at a specified interval using the Windows clipboard. It works by continuously setting the contents of the clipboard to the specified message and then checking if the active window is a Skype chat window. If so, it simulates the keyboard press of Ctrl+V and Enter to paste and send the message. The interval between each message paste can also be adjusted.