Here's my automatic Cam4 recorder. I'm not really using Cam4 anymore, so I might as well share it. It automatically checks your favorites list every minute and starts capturing as soon as it detects that a broadcaster on that list is online.
This tool was originally written just for myself and not meant to be shared. It contains some badly written code and I'm sure it also still contains bugs.
I cannot guarantee that I will fix the tool if/when Cam4 makes changes to their website and the tool stops working.
You must fill in your 'username' and your personal 'access hash' in order to access your favorites list.
Login to Cam4. Go to any broadcaster's page and in the source code you'll find the script like shown below. Fill in your username in the 'Username' box and the 32 character code in the 'Access Hash' box (not the code shown below, but your own code).
Code:
<script type="text/javascript">
var mN='broadcaster_name';
var uN='your_username';
var kN='a6d0c21df871e68d79d8n8fb3c4d05a';
var iB=0;
var lang='en';
</script>
https://rapidshare.com/files/784380204/Cam4Grabber.zip