To change the syb_syscommkey, create a new key and use sp_hidetext to reencrypt with the new key.
create encryption key syb_syscommkey go sp_hidetext go
create encryption key syb_syscommkey with master_key go sp_hidetext sp_mysproc go
In this example, all other hidden text rows in syscomments remain encrypted with the previous encryption key.