First I don't know if this the Right forum to post My code
so
Here's My MASM Shell Code
http://pastebin.com/32Ntt5zG#
and Shell AS Bytes ( Delphi )
http://pastebin.com/tFP1UpqR#
and remember
{
XOR AL,00h ; XOR Key 1 (Byte Number $686 )
XOR AL,00h ; XOR Key 2 (Byte Number $684)
}
{
NewRunPE [$684] := KEY2;
NewRunPE [$686] := KEY1;
}
i hope it helps