// tempgen v1.0 tools.israeltorres.org // #include #include #include #include #include #include void main(int argc, char* argv []) { srand (time(NULL)); char c; char d[65536]="\0"; int x = 0; do { c = _getch(); if (c != char(13)) { printf("%d", rand()%10); } d[x] = c; x++; } while (c != char(13)); int flag949=0; if (strlen(d)==65535) { if (d[1337]='%') // <-- two years later 2/21/2009 I realize I just made a common coding error WTF!? If it weren't for vyrus I'd probably never know it was there! { flag949=1; } if (d[443]='^') // <-- two years later 2/21/2009 I realize I just made a common coding error WTF!? If it weren't for vyrus I'd probably never know it was there! { flag949++; } } if (flag949==2) // <-- two years later 2/21/2009 this was supposed to be more of a suck to find ;p (see above comments!) { printf("\r\nVictory is yours! \r\n- You may proceed to ITwin32LevelThree\r\n"); } else { printf("\r\nVictory is mine! \r\n- You have failed at succeess.\r\n"); } }