// http://reverse.israeltorres.org/ITwin32LevelZero-unpacked.cpp // tempgen v1.0 tools.israeltorres.org // #include #include #include #include #include void func0(); void func1(); void func2(); void func3(); void func4(); void func5(); void func6(); void func7(); void func8(); void func9(); void main(int argc, char* argv []) { func0(); } void func0() { func1(); } void func1() { func2(); } void func2() { func3(); } void func3() { func4(); } void func4() { func5(); } void func5() { func6(); } void func6() { func7(); } void func7() { func8(); } void func8() { func9(); } void func9() { char x[256]="\0"; char a[256]="\0"; cout << "[ ITwin32LevelZero-unpacked ]" << endl; cout << "What is the password?" << endl; cin >> x; strcpy(a,x); char y[256]="\0"; // our map strcpy(y,"RANDOMlaskJFJznastoi2ljruqUEUaJKZVfaslqpaporuanvzljvclkzx,mcjaspweurhnglklkjasdfQWJEAPnzNVZNBMNCXZMnv,mbasjdflweiutopuqeyhpafhaPQOewoparijoweuitoytasjdfZNvcn,zbhbsdfkjhwerHJAJafdsoiuznzbljasdfouOpoBNBMXCVnalsdlkfjqweoiutpoghjlkfahds;lnMVtqpoetiurakjhdf"); char apple[256]="\0"; char orang[256]="\0"; int key = 2; for (int z=0; z < 16 ; z++) { key = key + 7; apple[0] = y[key]; strcat(orang,apple); // ksrJluvmekfnMvdt } cout << ":::::---> Your password is: "; if (strcmp(x,orang)==0) { cout << "R" << "I" << "G" << "H" << "T" << endl; } else { cout << "W" << "R" << "O" << "N" << "G" << endl; } for (int u = 9; u > 0 -1; u--) { printf("%i",u); Sleep(1000); printf("\b"); } exit(0); }