Heh 
Just incase you were wondering what I was working on...
Two things came from it actually:
1)
SCAR Code:
program New;
{.include SRL/SRL.Scar}
var
Text: String;
Position1, Position2: Integer;
begin
SetupSRL;
Wait(2000);
Text := LowerCase(Trim(GetTextAtEx(7, 7, 100, UpChars, False, True, 0, 2, -1, 50, False, tr_AllChars)));
Position1 := Pos('w', Text);
delete(Text, Position1, 10);
Position2 := Pos(' (l', Text);
delete(Text, Position2, 30);
Writeln(Text);
Mouse(457, 482, 10, 10, True);;
Wait(500 + Random(500));
TypeSend(Text);
Mouse(72, 307, 2, 2, True);
end.
Not much of anything right now, but it'll collect the name from the uptext, and report under "Macroing." It could be better, but I really don't feel like making that kinda script right now.
2) Updated version of my AutoRepper. Will collect names from the chatbox and report under "Macroing." The only real difference between the pre- and post- update is that this one will shave off the colon from the username, making it look a lot neater