Posts: 575
Threads: 60
Joined: Feb 2009
Reputation:
0
PLZ need help can somebody help to get a perfect score on FFX-2 shooting game having trouble getting above 500 points so here's the code
got from codetwinks
master code
9AE424BE 183F6C1D or FA7A006E 32A69F2
Infinite Normal Shot
0A5B31FB 00000063
Max Score
1AB9200A 0000270F
Infinite Dual/Volley/Death Shots
0AC431FB 00000063
1AE1200A 00006363
already tried c2bcrypt could not make it work PLz help me
Sponsored links
Posts: 76
Threads: 3
Joined: Feb 2009
Reputation:
0
12-11-2009, 05:51 AM
(This post was last modified: 12-11-2009, 05:52 AM by Maestro.)
Don't need master code, because PCSX2 already has access to the range that the master code enables, unless it is has more than one line, because the extra line is a bypass. Also you can use 8-bit encrypted codes on PCSX2, you just have to use the extended table.
Code: //Infinite Normal Shot
patch=1,EE,0A5B31FB,extended,00000063
//Max Score
patch=1,EE,0AB9200A,extended,0000270F
//Infinite Dual/Volley/Death Shots
patch=1,EE,0AC431FB,extended,00000063
patch=1,EE,0AE1200A,extended,00006363
Posts: 575
Threads: 60
Joined: Feb 2009
Reputation:
0
yay TNX Ill try them right away and post my results
Posts: 575
Threads: 60
Joined: Feb 2009
Reputation:
0
can anybody else help cuz tried the codes he provided and I end up with a tlb miss, addr=0xa5b31fb
heres the action replay version of the codes also tried maxconvert already but i end up with TLB MISS ERRORS TOO
(M)
YHFK-N75A-RB81J
D47P-ZDV4-TDZVQ
Gunner's Gauntlet: Max Score
1YG0-6ND6-XMVYY
DX1U-14WC-TBWYZ
Gunner's Gauntlet: Infinite Time
UN15-CZZ4-2U8N0
RP60-0KU0-06V4C
Gunner's Gauntlet: Infinite Normal Ammo
1TGD-CBTT-EF53F
V9G7-07G9-HZJZC
so plz help me pretty PLZ with Ice cream on top
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
346
Try like this
Quote://Gunner's Gauntlet: Max Score
patch=1,EE,1036CA80,short,0000270F
//Gunner's Gauntlet: Infinite Time
patch=1,EE,1036CA7C,short,00008CC0
//Gunner's Gauntlet: Infinite Normal Ammo
patch=1,EE,1036CA88,byte,00000064
or like this
Quote://Gunner's Gauntlet: Max Score
patch=1,EE,1036CA80,extended,0000270F
//Gunner's Gauntlet: Infinite Time
patch=1,EE,1036CA7C,extended,00008CC0
//Gunner's Gauntlet: Infinite Normal Ammo
patch=1,EE,1036CA88,extended,00000064
Posts: 575
Threads: 60
Joined: Feb 2009
Reputation:
0
TNX for the fast reply Ill try it right away
Posts: 575
Threads: 60
Joined: Feb 2009
Reputation:
0
wooooooooahhhhhhhh finally though id be stuck at that part forever THANKS VSUB
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
346
Which one worked,with extended or the normal way?
Posts: 575
Threads: 60
Joined: Feb 2009
Reputation:
0
extended worked but normal still got a big TLB miss error
|