hey guys
Can anyone help me with "array of bytes" ?
it looks like;
D9 45 FC 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68
Now i want to change the
D9 to
DB
I'ts the hack for inf.sp
but can anyone help me to convert it to a string in autoit?
Or how to convert it to somthing that looks like:
_MemoryWrite(0x00,$OPEN,"0","Byte")
I hope some one can help my

