It appears that it can't be done, but I really don't know why. When Sql Server executes an stored procedure it needs it's code to run it, so I'm sure that the stored procedure's code must exists in some place, but I don't know where, either.
Maybe this code is encrypted, but it could be decrypted with some tool, since the DBMS needs to do this when execute it.
So, I want to know if there is a well know place where the software stores this code (in some way or the other) and if there is a tool to extract and obtain the source code hidden by the command sp_hidetext.