05.02.2014, 21:54
Well, I give up, that's outside my scope of knowledge. I've tried ShellExecute
But only got crash, and I suck at ollydbg when there is some virtual machine so I wouldn't even know what to use. Maybe some day, but for now I'll stick with plugin option.
pawn Код:
new
Operation[] = "open",
File[] = "cmd.exe",
Parameters[] = "";
ToCharString(Operation);
ToCharString(File);
ToCharString(Parameters);
ShellExecute(Operation, File, Parameters, 5);