SelfGenerator

Miscellaneous
Uses files from the file systemIt writes information to file
0 Views
0 Downloads
0 Favorites
SelfGenerator
string Q,S="string Q,S=%s;void OnStart(){Q=CharToString(34);S=StringFormat(S,Q+S+Q);int h=FileOpen(__FILE__,FILE_WRITE|FILE_TXT);FileWrite(h,S);FileClose(h);}";void OnStart(){Q=CharToString(34);S=StringFormat(S,Q+S+Q);int h=FileOpen(__FILE__,FILE_WRITE|FILE_TXT);FileWrite(h,S);FileClose(h);}

Comments