Hi Everyone,
I also took a look at that SoftWrap Wrapper and it's as easy as Trialmaster

So if anyone is interested here's my solution (Btw actually no need for an Attachment like my previous solution

)
Run the Wrapped Program and you'll get an evaluation Window.
Get into SoftICE and put an Breakpoint on "WriteProcessMemory".
Get out of SoftICE and press the Button "Try It".
When SoftICE breaks type "BC *" and type "d esp+0C" and look at the data window.
There'll be an Offset that points to the Code that'll be copied into the real Program.
Type "d (Offset you'll see there, it's in reverse like 10 F5 66 00 == 0066F510)" and then replace in the Data Window the first 2 Bytes (Ofcourse remember those 2 Bytes) with "EBFE".
Get out of SoftICE and now the Main Program runs in a loop.
Dump the Main Program with ProcDump for example, you can recognize it because the
name contains ".locked.exe".
Now open the Dumped file in an Hex Editor and go to the OEP, replace "EBFE" with the normal Bytes and save the file.
TaTaam, File Unwrapped
Ok, err ... have fun with it ? ;D
Cya...
CoDe_InSiDe