Name: Anonymous 2008-07-30 21:58
With a python script?
from my.anus import hax
import prog
import libprog
libprog.prog_post(1217468042, 'BUTTS', 'BUTTS', None, None, None, None)
#include "stdafx.h"
int main(int argc, char *argv)
{
_World4ChPostPtr w4cp;
HRESULT hr = w4cp.CreateInstance(__uuidof(World4ChPost));
if (FAILED(hr))
{
cout << "couldn't create instance of World4ChPost" << endl;
return 1;
}
try {
w4cp->BoardName = "prog";
w4cp->ThreadNo = 1217468042;
w4cp->Name = "BUTTS";
w4cp->Message = "BUTTS";
w4cp->Email = "";
w4cp->Post(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
} catch (_com_error &e)
{
cout << "failed due to error " << e.Error() << "(" << e.ErrorMessage() << " | " << (char *)e.Description() ")" << endl;
return 2;
}
cout << "success!" << endl;
return 0;
}
import abc
machine = abc.vm()
machine.run(raw_input('$'))
print(machine.stdout)