• Search
  • Today's Posts
  • Mark Forums Read
  • Remove Ads
HomeForumsPSPPS3DSWiiXbox 360PSP XMB

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Log in:

  Console Spot Forums - PSP DS PS3 Xbox 360 Wii XMB > Sony PSP Forums > General PSP Discussion
[Update] Screenshot Plugin 1.3

   

Closed Thread
Page 7 of 7 « First < 56 7
 
LinkBack (12) Thread Tools Display Modes
Old 05-10-2008, 06:31 PM   #61 (permalink)
DarkSeveN
Junior Member
 
Join Date: Sep 2007
Posts: 11
Default

Quote:
Originally Posted by Kratosjohn View Post
Im might but then someone comes along claiming it
Then post some small part(s) that are enough prove that you have it.
DarkSeveN is offline  
Old 05-10-2008, 06:41 PM   #62 (permalink)
Kratosjohn
Ultra Member
 
Kratosjohn's Avatar
 
Join Date: Dec 2007
Location: Oh you must not know....
Posts: 1,133
Default

Quote:
#include <idc.idc>

static main() {
createSegments();
createModuleInfo();
createExports();
createImports();
createRelocs();
}

static createModuleInfo() {
MakeName(0x00002060, "_module_flags");
MakeDword(0x00002060);
MakeName(0x00002064, "_module_name");
MakeStr(0x00002064, BADADDR);
MakeName(0x00002080, "_module_gp");
MakeDword(0x00002080);
MakeName(0x00002084, "_module_exports");
MakeDword(0x00002084);
OpOff(0x00002084, 0, 0);
MakeName(0x00002088, "_module_exp_end");
MakeDword(0x00002088);
OpOff(0x00002088, 0, 0);
MakeName(0x0000208C, "_module_imports");
MakeDword(0x0000208C);
OpOff(0x0000208C, 0, 0);
MakeName(0x00002090, "_module_imp_end");
MakeDword(0x00002090);
OpOff(0x00002090, 0, 0);
}

static createSegments() {
SegCreate(0x00000000, 0x00001ED4, 0, 1, 1, 2);
SegRename(0x00000000, ".text");
SegClass(0x00000000, "CODE");
SetSegmentType(0x00000000, SEG_CODE);
SegCreate(0x00001ED4, 0x00001FB4, 0, 1, 1, 2);
SegRename(0x00001ED4, ".sceStub.text");
SegClass(0x00001ED4, "CODE");
SetSegmentType(0x00001ED4, SEG_CODE);
SegCreate(0x00001FB4, 0x00001FB8, 0, 1, 1, 2);
SegRename(0x00001FB4, ".lib.ent.top");
SegClass(0x00001FB4, "CODE");
SetSegmentType(0x00001FB4, SEG_DATA);
SegCreate(0x00001FB8, 0x00001FC8, 0, 1, 1, 2);
SegRename(0x00001FB8, ".lib.ent");
SegClass(0x00001FB8, "CODE");
SetSegmentType(0x00001FB8, SEG_DATA);
SegCreate(0x00001FC8, 0x00001FCC, 0, 1, 1, 2);
SegRename(0x00001FC8, ".lib.ent.btm");
SegClass(0x00001FC8, "CODE");
SetSegmentType(0x00001FC8, SEG_DATA);
SegCreate(0x00001FCC, 0x00001FD0, 0, 1, 1, 2);
SegRename(0x00001FCC, ".lib.stub.top");
SegClass(0x00001FCC, "CODE");
SetSegmentType(0x00001FCC, SEG_DATA);
SegCreate(0x00001FD0, 0x0000205C, 0, 1, 1, 2);
SegRename(0x00001FD0, ".lib.stub");
SegClass(0x00001FD0, "CODE");
SetSegmentType(0x00001FD0, SEG_DATA);
SegCreate(0x0000205C, 0x00002060, 0, 1, 1, 2);
SegRename(0x0000205C, ".lib.stub.btm");
SegClass(0x0000205C, "CODE");
SetSegmentType(0x0000205C, SEG_DATA);
SegCreate(0x00002060, 0x000020A0, 0, 1, 1, 2);
SegRename(0x00002060, ".rodata.sceModuleInfo");
SegClass(0x00002060, "CODE");
SetSegmentType(0x00002060, SEG_DATA);
SegCreate(0x000020A0, 0x00002154, 0, 1, 1, 2);
SegRename(0x000020A0, ".rodata.sceResident");
SegClass(0x000020A0, "CODE");
SetSegmentType(0x000020A0, SEG_DATA);
SegCreate(0x00002154, 0x000021C4, 0, 1, 1, 2);
SegRename(0x00002154, ".rodata.sceNid");
SegClass(0x00002154, "CODE");
SetSegmentType(0x00002154, SEG_DATA);
SegCreate(0x000021C4, 0x0000253C, 0, 1, 1, 2);
SegRename(0x000021C4, ".rodata");
SegClass(0x000021C4, "CODE");
SetSegmentType(0x000021C4, SEG_DATA);
SegCreate(0x0000263C, 0x00002B70, 0, 1, 1, 2);
SegRename(0x0000263C, ".data");
SegClass(0x0000263C, "CODE");
SetSegmentType(0x0000263C, SEG_DATA);
SegCreate(0x00002B70, 0x00002B70, 0, 1, 1, 2);
SegRename(0x00002B70, ".sbss");
SegClass(0x00002B70, "CODE");
SetSegmentType(0x00002B70, SEG_BSS);
SegCreate(0x00002B70, 0x000045A4, 0, 1, 1, 2);
SegRename(0x00002B70, ".bss");
SegClass(0x00002B70, "CODE");
SetSegmentType(0x00002B70, SEG_BSS);
}

static createImports() {
MakeName(0x00001FD0, "import0");
MakeDword(0x00001FD0);
OpOff(0x00001FD0, 0, 0);
MakeName(0x000020BC, "import0_name");
MakeStr(0x000020BC, BADADDR);
MakeName(0x00001FD4, "import0_flags");
MakeDword(0x00001FD4);
MakeName(0x00001FD8, "import0_counts");
MakeDword(0x00001FD8);
MakeName(0x00001FDC, "import0_nids");
MakeDword(0x00001FDC);
OpOff(0x00001FDC, 0, 0);
MakeName(0x00001FE0, "import0_funcs");
MakeDword(0x00001FE0);
OpOff(0x00001FE0, 0, 0);
MakeName(0x00002154, "import0_sceDisplay_driver_EEDA2E54");
MakeDword(0x00002154);
MakeName(0x00001ED4, "sceDisplay_driver_EEDA2E54");
MakeFunction(0x00001ED4, BADADDR);
MakeName(0x00001FE4, "import1");
MakeDword(0x00001FE4);
OpOff(0x00001FE4, 0, 0);
MakeName(0x000020D4, "import1_name");
MakeStr(0x000020D4, BADADDR);
MakeName(0x00001FE8, "import1_flags");
MakeDword(0x00001FE8);
MakeName(0x00001FEC, "import1_counts");
MakeDword(0x00001FEC);
MakeName(0x00001FF0, "import1_nids");
MakeDword(0x00001FF0);
OpOff(0x00001FF0, 0, 0);
MakeName(0x00001FF4, "import1_funcs");
MakeDword(0x00001FF4);
OpOff(0x00001FF4, 0, 0);
MakeName(0x00002158, "import1_sceCtrl_driver_3A622550");
MakeDword(0x00002158);
MakeName(0x00001EDC, "sceCtrl_driver_3A622550");
MakeFunction(0x00001EDC, BADADDR);
MakeName(0x00001FF8, "import2");
MakeDword(0x00001FF8);
OpOff(0x00001FF8, 0, 0);
MakeName(0x000020E8, "import2_name");
MakeStr(0x000020E8, BADADDR);
MakeName(0x00001FFC, "import2_flags");
MakeDword(0x00001FFC);
MakeName(0x00002000, "import2_counts");
MakeDword(0x00002000);
MakeName(0x00002004, "import2_nids");
MakeDword(0x00002004);
OpOff(0x00002004, 0, 0);
MakeName(0x00002008, "import2_funcs");
MakeDword(0x00002008);
OpOff(0x00002008, 0, 0);
MakeName(0x0000215C, "import2_IoFileMgrForKernel_810C4BC3");
MakeDword(0x0000215C);
MakeName(0x00001EE4, "IoFileMgrForKernel_810C4BC3");
MakeFunction(0x00001EE4, BADADDR);
MakeName(0x00002160, "import2_IoFileMgrForKernel_109F50BC");
MakeDword(0x00002160);
MakeName(0x00001EEC, "IoFileMgrForKernel_109F50BC");
MakeFunction(0x00001EEC, BADADDR);
MakeName(0x00002164, "import2_IoFileMgrForKernel_6A638D83");
MakeDword(0x00002164);
MakeName(0x00001EF4, "IoFileMgrForKernel_6A638D83");
MakeFunction(0x00001EF4, BADADDR);
MakeName(0x00002168, "import2_IoFileMgrForKernel_42EC03AC");
MakeDword(0x00002168);
MakeName(0x00001EFC, "IoFileMgrForKernel_42EC03AC");
MakeFunction(0x00001EFC, BADADDR);
MakeName(0x0000216C, "import2_IoFileMgrForKernel_06A70004");
MakeDword(0x0000216C);
MakeName(0x00001F04, "IoFileMgrForKernel_06A70004");
MakeFunction(0x00001F04, BADADDR);
MakeName(0x00002170, "import2_IoFileMgrForKernel_54F5FB11");
MakeDword(0x00002170);
MakeName(0x00001F0C, "IoFileMgrForKernel_54F5FB11");
MakeFunction(0x00001F0C, BADADDR);
MakeName(0x0000200C, "import3");
MakeDword(0x0000200C);
OpOff(0x0000200C, 0, 0);
MakeName(0x00002100, "import3_name");
MakeStr(0x00002100, BADADDR);
MakeName(0x00002010, "import3_flags");
MakeDword(0x00002010);
MakeName(0x00002014, "import3_counts");
MakeDword(0x00002014);
MakeName(0x00002018, "import3_nids");
MakeDword(0x00002018);
OpOff(0x00002018, 0, 0);
MakeName(0x0000201C, "import3_funcs");
MakeDword(0x0000201C);
OpOff(0x0000201C, 0, 0);
MakeName(0x00002174, "import3_UtilsForKernel_E860E75E");
MakeDword(0x00002174);
MakeName(0x00001F14, "UtilsForKernel_E860E75E");
MakeFunction(0x00001F14, BADADDR);
MakeName(0x00002178, "import3_UtilsForKernel_06FB8A63");
MakeDword(0x00002178);
MakeName(0x00001F1C, "UtilsForKernel_06FB8A63");
MakeFunction(0x00001F1C, BADADDR);
MakeName(0x00002020, "import4");
MakeDword(0x00002020);
OpOff(0x00002020, 0, 0);
MakeName(0x00002114, "import4_name");
MakeStr(0x00002114, BADADDR);
MakeName(0x00002024, "import4_flags");
MakeDword(0x00002024);
MakeName(0x00002028, "import4_counts");
MakeDword(0x00002028);
MakeName(0x0000202C, "import4_nids");
MakeDword(0x0000202C);
OpOff(0x0000202C, 0, 0);
MakeName(0x00002030, "import4_funcs");
MakeDword(0x00002030);
OpOff(0x00002030, 0, 0);
MakeName(0x0000217C, "import4_ThreadManForKernel_9944F31F");
MakeDword(0x0000217C);
MakeName(0x00001F24, "ThreadManForKernel_9944F31F");
MakeFunction(0x00001F24, BADADDR);
MakeName(0x00002180, "import4_ThreadManForKernel_75156E8F");
MakeDword(0x00002180);
MakeName(0x00001F2C, "ThreadManForKernel_75156E8F");
MakeFunction(0x00001F2C, BADADDR);
MakeName(0x00002184, "import4_ThreadManForKernel_CEADEB47");
MakeDword(0x00002184);
MakeName(0x00001F34, "ThreadManForKernel_CEADEB47");
MakeFunction(0x00001F34, BADADDR);
MakeName(0x00002188, "import4_ThreadManForKernel_446D8DE6");
MakeDword(0x00002188);
MakeName(0x00001F3C, "ThreadManForKernel_446D8DE6");
MakeFunction(0x00001F3C, BADADDR);
MakeName(0x0000218C, "import4_ThreadManForKernel_F475845D");
MakeDword(0x0000218C);
MakeName(0x00001F44, "ThreadManForKernel_F475845D");
MakeFunction(0x00001F44, BADADDR);
MakeName(0x00002190, "import4_ThreadManForKernel_293B45B8");
MakeDword(0x00002190);
MakeName(0x00001F4C, "ThreadManForKernel_293B45B8");
MakeFunction(0x00001F4C, BADADDR);
MakeName(0x00002194, "import4_ThreadManForKernel_94416130");
MakeDword(0x00002194);
MakeName(0x00001F54, "ThreadManForKernel_94416130");
MakeFunction(0x00001F54, BADADDR);
MakeName(0x00002034, "import5");
MakeDword(0x00002034);
OpOff(0x00002034, 0, 0);
MakeName(0x0000212C, "import5_name");
MakeStr(0x0000212C, BADADDR);
MakeName(0x00002038, "import5_flags");
MakeDword(0x00002038);
MakeName(0x0000203C, "import5_counts");
MakeDword(0x0000203C);
MakeName(0x00002040, "import5_nids");
MakeDword(0x00002040);
OpOff(0x00002040, 0, 0);
MakeName(0x00002044, "import5_funcs");
MakeDword(0x00002044);
OpOff(0x00002044, 0, 0);
MakeName(0x00002198, "import5_SysclibForKernel_0D188658");
MakeDword(0x00002198);
MakeName(0x00001F5C, "SysclibForKernel_0D188658");
MakeFunction(0x00001F5C, BADADDR);
MakeName(0x0000219C, "import5_SysclibForKernel_87F8D2DA");
MakeDword(0x0000219C);
MakeName(0x00001F64, "SysclibForKernel_87F8D2DA");
MakeFunction(0x00001F64, BADADDR);
MakeName(0x000021A0, "import5_SysclibForKernel_47DD934D");
MakeDword(0x000021A0);
MakeName(0x00001F6C, "SysclibForKernel_47DD934D");
MakeFunction(0x00001F6C, BADADDR);
MakeName(0x000021A4, "import5_SysclibForKernel_EC6F1CF2");
MakeDword(0x000021A4);
MakeName(0x00001F74, "SysclibForKernel_EC6F1CF2");
MakeFunction(0x00001F74, BADADDR);
MakeName(0x000021A8, "import5_SysclibForKernel_B1DC2AE8");
MakeDword(0x000021A8);
MakeName(0x00001F7C, "SysclibForKernel_B1DC2AE8");
MakeFunction(0x00001F7C, BADADDR);
MakeName(0x000021AC, "import5_SysclibForKernel_52DF196C");
MakeDword(0x000021AC);
MakeName(0x00001F84, "SysclibForKernel_52DF196C");
MakeFunction(0x00001F84, BADADDR);
MakeName(0x000021B0, "import5_SysclibForKernel_10F3BB61");
MakeDword(0x000021B0);
MakeName(0x00001F8C, "SysclibForKernel_10F3BB61");
MakeFunction(0x00001F8C, BADADDR);
MakeName(0x000021B4, "import5_SysclibForKernel_7661E728");
MakeDword(0x000021B4);
MakeName(0x00001F94, "SysclibForKernel_7661E728");
MakeFunction(0x00001F94, BADADDR);
MakeName(0x00002048, "import6");
MakeDword(0x00002048);
OpOff(0x00002048, 0, 0);
MakeName(0x00002144, "import6_name");
MakeStr(0x00002144, BADADDR);
MakeName(0x0000204C, "import6_flags");
MakeDword(0x0000204C);
MakeName(0x00002050, "import6_counts");
MakeDword(0x00002050);
MakeName(0x00002054, "import6_nids");
MakeDword(0x00002054);
OpOff(0x00002054, 0, 0);
MakeName(0x00002058, "import6_funcs");
MakeDword(0x00002058);
OpOff(0x00002058, 0, 0);
MakeName(0x000021B8, "import6_SysMemForKernel_237DBD4F");
MakeDword(0x000021B8);
MakeName(0x00001F9C, "SysMemForKernel_237DBD4F");
MakeFunction(0x00001F9C, BADADDR);
MakeName(0x000021BC, "import6_SysMemForKernel_B6D61D02");
MakeDword(0x000021BC);
MakeName(0x00001FA4, "SysMemForKernel_B6D61D02");
MakeFunction(0x00001FA4, BADADDR);
MakeName(0x000021C0, "import6_SysMemForKernel_9D9A5BA1");
MakeDword(0x000021C0);
MakeName(0x00001FAC, "SysMemForKernel_9D9A5BA1");
MakeFunction(0x00001FAC, BADADDR);
}

static createExports() {
MakeName(0x00001FB8, "export_0");
MakeDword(0x00001FB8);
MakeName(0x00001FBC, "export_0_flags");
MakeDword(0x00001FBC);
MakeName(0x00001FC0, "export_0_counts");
MakeDword(0x00001FC0);
MakeName(0x00001FC4, "export_0_exports");
MakeDword(0x00001FC4);
OpOff(0x00001FC4, 0, 0);
MakeName(0x000020A0, "export_0_syslib_D632ACDB");
MakeDword(0x000020A0);
MakeName(0x000020AC, "");
MakeDword(0x000020AC);
OpOff(0x000020AC, 0, 0);
MakeName(0x00001204, "syslib_D632ACDB");
MakeFunction(0x00001204, BADADDR);
MakeName(0x000020A4, "export_0_syslib_CEE8593C");
MakeDword(0x000020A4);
MakeName(0x000020B0, "");
MakeDword(0x000020B0);
OpOff(0x000020B0, 0, 0);
MakeName(0x00001270, "syslib_CEE8593C");
MakeFunction(0x00001270, BADADDR);
MakeName(0x000020A8, "export_0_syslib_F01D73A7");
MakeDword(0x000020A8);
MakeName(0x000020B4, "");
MakeDword(0x000020B4);
OpOff(0x000020B4, 0, 0);
}

static createRelocs() {
}

Just part so don't go running off trying to compile it and claming as own.
__________________

Dizzie: If I was gay I would totally go down on you right now but you're out of luck
John: ROFL
Not for immature people.

Last edited by Kratosjohn; 05-10-2008 at 06:44 PM.
Kratosjohn is offline  
Old 05-10-2008, 06:54 PM   #63 (permalink)
chokorate
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default

wow great!thanks sir kratosjohn..
but in the video capture are slow,,is there anyway to speed up the video capture sir?thanks again..
chokorate is offline  
Old 05-10-2008, 06:56 PM   #64 (permalink)
DarkSeveN
Junior Member
 
Join Date: Sep 2007
Posts: 11
Default

Note: After this post, Mr. Smartass removed what he posted, so I pastebin'd it back for you, this is what he posted.

Hahahahahaha.
Note to moderators: This isn't flaming, this is the truth, wait for more respected developers to post that here too if you want.
That there, is an IDC file you obtained via prxtool by inserting the PRX file, that isn't - by any chance - the source code of this application.
It isn't C code, it isn't even the assembly, it's just a little file you import into IDA Pro to dissasmble properly.
You must be kidding, you just screwed yourself, anyone can obtain that and it's useless. For those curious:
prxtool -o plugin.txt plugin.prx
Don't come out and say you "made a mistake", if you can't notice the difference between proper C code and a simple importable file, you're centrainly not a developer.

Heh.
You just got knocked down a peg or two, I got no more comments, by now it must be clear that you're nothing but a thief.
To the admins, I don't like flaming people who actually put time in it, but all he did was hex-edit, the above is the final proof.

Last edited by DarkSeveN; 05-10-2008 at 07:13 PM.
DarkSeveN is offline  
Old 05-10-2008, 07:17 PM   #65 (permalink)
Kratosjohn
Ultra Member
 
Kratosjohn's Avatar
 
Join Date: Dec 2007
Location: Oh you must not know....
Posts: 1,133
Default

I am not a theif, the fact that I made SVC Player work on 3.xx kernel proves I know what I'm doing and you obviously don't.


Where's your work if you know how to do all this?
__________________

Dizzie: If I was gay I would totally go down on you right now but you're out of luck
John: ROFL
Not for immature people.
Kratosjohn is offline  
Old 05-10-2008, 07:18 PM   #66 (permalink)
delirumHAPPY
XMB Creator
 
delirumHAPPY's Avatar
 
Join Date: Sep 2007
Posts: 357
Default

I am very disappointed in you Kratosjohn, for stealing other people's work.

(From what I've heard and evidence over at QJ)


:down:


EDIT:

Sure, you made the SVCPlayer compatible for 3.xx kernel, but does that give you the right to steal the app's title and release it in a package similar to the original creator?
__________________

Last edited by delirumHAPPY; 05-10-2008 at 07:20 PM.
delirumHAPPY is offline  
Old 05-10-2008, 07:20 PM   #67 (permalink)
Kratosjohn
Ultra Member
 
Kratosjohn's Avatar
 
Join Date: Dec 2007
Location: Oh you must not know....
Posts: 1,133
Default

Quote:
Originally Posted by delirumHAPPY View Post
I am very disappointed in you Kratosjohn, for stealing other people's work.

(From what I've heard and evidence over at QJ)


:down:


Yeah I shouldn't have messed with RpsarDumper, that was a bad move.
__________________

Dizzie: If I was gay I would totally go down on you right now but you're out of luck
John: ROFL
Not for immature people.
Kratosjohn is offline  
Old 05-10-2008, 07:25 PM   #68 (permalink)
xdlee
Junior Member
 
Join Date: Apr 2008
Posts: 5
Default

Quote:
Originally Posted by DarkSeveN View Post
Note: After this post, Mr. Smartass removed what he posted, so I pastebin'd it back for you, this is what he posted.
DarkSeveN is right. Kratosjohn removed what he posted,


(GMT+9)
Today, 01:41 AM #62 (permalink)
Kratosjohn News Poster/XMB Creator
Join Date: Dec 2007 Posts: 562 Points: 393.39 Bank: 643.82
Total Points: 1,037.20 Donate

Quote:
#include <idc.idc>

static main() {
.....
......
.....

Just part so don't go running off trying to compile it and claming as own.
__________________
Last edited by Kratosjohn : Today at 01:44 AM.
xdlee is offline  
Old 05-10-2008, 07:27 PM   #69 (permalink)
DarkSeveN
Junior Member
 
Join Date: Sep 2007
Posts: 11
Default

Quote:
Originally Posted by Kratosjohn View Post
I am not a theif, the fact that I made SVC Player work on 3.xx kernel proves I know what I'm doing and you obviously don't.

Where's your work if you know how to do all this?
I can't be bothered to even check the SVCPlayer, I don't care about it, it's way less important then the plugin itself. So even if you did the SVCPlayer correct, you did steal the plugin.
Oh, and people like you are the reason nobody ever sees my work, trust me, I know what I'm talking about. I don't need to prove this to you until you prove with a solid fact (not some dumbass thing we just have to believe) that you didn't steal this.
DarkSeveN is offline  
Old 05-10-2008, 07:28 PM   #70 (permalink)
Evolve
Webmaster / Owner
 
Evolve's Avatar
 
Join Date: Sep 2007
Posts: 659
Default

All right, this has dragged on long enough. Kratosjohn, you did not make this and only hex-edited, and that has been proven by many forums (including QJ Forums which you have been banned from).

This post here explains pretty much all of this.

I have to say I'm disappointed in you. If things like this continue you'll end up loosing your privileges to post up on the front page. I went ahead and removed the file too.. :down:

If there are threads like this again posted by you, I'm sorry to say drastic measures will be taken. I have warned you before, and I'm warning you once again now, no more warnings after this.
__________________
Evolve is offline  
Closed Thread
Page 7 of 7 « First < 56 7

« Previous Thread | Next Thread »
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page
Display Modes
Linear Mode Linear Mode
Hybrid Mode Switch to Hybrid Mode
Threaded Mode Switch to Threaded Mode

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.consolespot.net/forums/general-psp-discussion/8728-update-screenshot-plugin-1-3-a.html
Posted By For Type Date
Screenshot Plugin v1.2放出下载,支持3.90以上自制系统录制GIF图像(更新v1.3) - PSP/PSP2000讨论区 - 玩家网 下游戏到CG下载区! psp|nds|wii|ps3|xbox360|怪物猎人 This thread Refback 06-05-2008 07:03 PM
[Release] Screenshot Plugin v1.2 - take screenshots and GIF videos - DCEmu Forums:: The Homebrew & Gaming Network :: PSP Dreamcast Nintendo DS Wii GP2X Xbox 360 GBA Gamecube PS2 Apple iPhone Forums Post #39 Refback 06-03-2008 01:25 AM
Screenshot Plugin v1.2放出下载,支持3.90以上自制系统录制GIF图像(更新v1.3) - PSP/PSP2000讨论区 - 玩家网社区,下游戏到CG! psp|nds|wii|ps3|xbox360|怪物猎人 This thread Refback 05-15-2008 02:40 AM
popotz BloG This thread Refback 05-14-2008 02:40 AM
[Release] Screenshot Plugin v1.2 - take screenshots and GIF videos - DCEmu Forums:: The Homebrew & Gaming Network :: PSP Dreamcast Nintendo DS Wii GP2X Xbox 360 GBA Gamecube PS2 Apple iPhone Forums Post #39 Refback 05-13-2008 05:58 PM
Screenshot Plugin v1.2放出下载,支持3.90以上自制系统录制GIF图像(更新v1.3) - PSP/PSP2000讨论区 - 玩家网社区,下游戏到CG! psp|nds|wii|ps3|xbox360|怪物猎人 This thread Refback 05-11-2008 10:43 AM
Screenshot Plugin v1.2放出下载,支持3.90以上自制系统录制GIF图像(更新v1.3) - PSP/PSP2000讨论区 - 玩家网社区,下游戏到CG! psp|nds|wii|ps3|xbox360|怪物猎人 This thread Refback 05-11-2008 10:32 AM
Screenshot Plugin v1.2放出下载,支持3.90以上自制系统录制GIF图像(更新v1.3) - PSP/PSP2000讨论区 - 玩家网社区,下游戏到CG! psp|nds|wii|ps3|xbox360|怪物猎人 This thread Refback 05-11-2008 08:17 AM
カスタムなPSPblog : Screenshot Plugin v1.3 & GIF Player - livedoor Blog∈ブログ∷ This thread Refback 05-10-2008 07:01 PM
popotz BloG This thread Refback 05-10-2008 06:30 PM
[Release] Screenshot Plugin v1.2 - take screenshots and GIF videos - DCEmu Forums:: The Homebrew & Gaming Network :: PSP Dreamcast Nintendo DS Wii GP2X Xbox 360 GBA Gamecube PS2 Apple iPhone Forums Post #39 Refback 05-10-2008 04:56 PM
Energetic Prostitute This thread Refback 05-10-2008 04:17 PM


   


counter

All times are GMT +1. The time now is 04:50 PM.

Contact Us - ConsoleSpot - Archive - Top

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

LinkBack
See LinkBacks See LinkBacks
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks