You can't copy the encrypted stored procedure. You need to decrypt it, may be using third party, and then copy to other database.
If you just want the copy of database on other server with stored procedure, the mirroring or DTS will not work. You need to backup and restore the database on other server.