Posts: 14
Threads: 2
Joined: Jul 2012
Reputation:
0
Hi, i'm not sure if i can post this here.
I'm a ex gamer with not much time to play
Long time ago i bought the hack games (4 of them) but never got to finish the first on because of lack of time.
I tried to play them yesterday but the loading times are unbearable.
So i made an iso for the first game following some tutorials, and tried it on pcsx2 and it works great.
But i'm only interested on watching the story, i don't have that much time to play them the old fashion way. so i tried to make a .pnach for quick level up kite, but i cant seem to get it to work.
i just want to finish the 4 games in this 1 week vacation before i get back to work. there was something about this series that y always liked it reminded me of PSO
can anyone make me this code?
Kite
Quick Level Up
CE1A8866 BCA99E6A
OR THIS ONE?
KITE
Infinite HP
CE1A8872 BCA9C292
I think that with kite alone i can finish the first game,
I used omniconvert to convert from cb7 to raw and then use a tool called PCSX2CE to create the pnach
pcsx2 recognizes the cheat but it just doesn't work
Can someone help me?
Sponsored links
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
346
Those codes are not raw at all...those are my codes and are definitely for the purpose you want(I made them after I cleared the game without cheats)
Code: gametitle=.Hack Infection
//Max Money
patch=1,EE,20A46E6C,extended,0098967F
//Kite
//Max HP
patch=1,EE,10A46E7C,extended,0000270F
//Max SP
patch=1,EE,10A46E7E,extended,000003E7
//Physical Attack
//patch=1,EE,10A46E80,extended,000003E7
//Physical Defense
patch=1,EE,10A46E82,extended,000003E7
//Physical Accuracy
patch=1,EE,10A46E84,extended,000003E7
//Physical Evade
patch=1,EE,10A46E86,extended,000003E7
//Magical Attack
//patch=1,EE,10A46E88,extended,000003E7
//Magical Defense
patch=1,EE,10A46E8A,extended,000003E7
//Magical Accuracy
patch=1,EE,10A46E8C,extended,000003E7
//Magical Evade
patch=1,EE,10A46E8E,extended,000003E7
//Others Earth Element
patch=1,EE,10A46E90,extended,000003E7
//Others Water Element
patch=1,EE,10A46E92,extended,000003E7
//Others Fire Element
patch=1,EE,10A46E94,extended,000003E7
//Others Wood Element
patch=1,EE,10A46E96,extended,000003E7
//Others Thunder Element
patch=1,EE,10A46E98,extended,000003E7
//Others Darkness Element
patch=1,EE,10A46E9A,extended,000003E7
//Others Prevents Curse, Sleep, Charm, Confusion & Magic Down
patch=1,EE,10A46E9C,extended,000003E7
//Others Prevents Poison, Paralysis Slow, Physical & Element Down
patch=1,EE,10A46E9E,extended,000003E7
//Skills
patch=1,EE,10A4189C,extended,0000009B
patch=1,EE,10A4189E,extended,000000B2
patch=1,EE,10A418A0,extended,000000B3
patch=1,EE,10A418A2,extended,000000B4
patch=1,EE,10A418A4,extended,000000B1
patch=1,EE,10A418A6,extended,000000AF
//Natsume
//Max HP
patch=1,EE,10A477F0,extended,0000270F
//Max SP
patch=1,EE,10A477F2,extended,000003E7
//Physical Defense
patch=1,EE,10A477F6,extended,000003E7
//Physical Accuracy
patch=1,EE,10A477F8,extended,000003E7
//Physical Evade
patch=1,EE,10A477FA,extended,000003E7
//Magical Defense
patch=1,EE,10A477FE,extended,000003E7
//Magical Accuracy
patch=1,EE,10A47800,extended,000003E7
//Magical Evade
patch=1,EE,10A47802,extended,000003E7
//Others Prevents Curse, Sleep, Charm, Confusion & Magic Down
patch=1,EE,10A47810,extended,000003E7
//Others Prevents Poison, Paralysis Slow, Physical & Element Down
patch=1,EE,10A47812,extended,000003E7
//Skill
patch=1,EE,10A41A50,extended,0000009B
//Moonstone
//Max HP
patch=1,EE,10A47480,extended,0000270F
//Max SP
patch=1,EE,10A47482,extended,000003E7
//Physical Defense
patch=1,EE,10A47486,extended,000003E7
//Physical Accuracy
patch=1,EE,10A47488,extended,000003E7
//Physical Evade
patch=1,EE,10A4748A,extended,000003E7
//Magical Defense
patch=1,EE,10A4748E,extended,000003E7
//Magical Accuracy
patch=1,EE,10A47490,extended,000003E7
//Magical Evade
patch=1,EE,10A47492,extended,000003E7
//Others Prevents Curse, Sleep, Charm, Confusion & Magic Down
patch=1,EE,10A474A0,extended,000003E7
//Others Prevents Poison, Paralysis Slow, Physical & Element Down
patch=1,EE,10A474A2,extended,000003E7
//Skill
patch=1,EE,10A419B2,extended,0000009B
//Have All Desktops
patch=1,EE,20A41C08,extended,FFFFFFFF
patch=1,EE,20A41C0C,extended,FFFFFFFF
//Have All BGMs
patch=1,EE,20A41C14,extended,FFFFFFFF
patch=1,EE,20A41C18,extended,FFFFFFFF
//Unlock All Movies
patch=1,EE,20A41C20,extended,FFFFFFFF
patch=1,EE,20A41C24,extended,FFFFFFFF
patch=1,EE,20A41C28,extended,FFFFFFFF
The Skills code set only certain skills that I like and I changes the stats on Natsume and Moonstone because I play with them(you don't get the character but once you get them they will will stat with higher stats and skills
Also if I remember correctly,some of the skills are special skills that you can't normally get
Posts: 14
Threads: 2
Joined: Jul 2012
Reputation:
0
06-27-2013, 01:51 AM
(This post was last modified: 06-27-2013, 02:11 AM by delukard.)
Thanks a lot for your codes,i'm going to try them.
I was wondering,
the codes that i posted are from the codejunkies site
i used omniconvert and selected codebreaker v7 input and unencripted standard as the output
Did i do something wrong?
Posts: 14
Threads: 2
Joined: Jul 2012
Reputation:
0
I tried the max hp for kite and it worked, thanks for your help.
Do you have any codes for the other 3 games? (outbreak,mutation, quarantine,) all my games are ntcs usa
thanks again for the help
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
346
06-27-2013, 02:24 AM
(This post was last modified: 06-27-2013, 02:29 AM by vsub.)
No,I made them just to make a New Game+ like memory card save so I can start with all that on my PS2 without having to use those cheats every time I want to start a new game
Also the codes for that game at GameTwink...are you sure they are using v7 encryption(post a link)
Btw the
Have All Desktops
Have All BGMs
Unlock All Movies
codes are for all 4 parts...don't try to load something that don't exist on the current disk(cd 1 only cd1,cd2 contains cd1 and 2,cd3 contains 1,2 and 3 and cd4 contains all those from all games...total waste of space)
Posts: 14
Threads: 2
Joined: Jul 2012
Reputation:
0
Thanks for your help
this is the site that i got the codes from
http://us.codejunkies.com/search/codes/h...-1___.aspx
IIRC the codes from codejunkies are v7 , but i honestly don't know for sure
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
346
Those are using AR2v2/GS2v2 encryption...the encryption omniconvert can't deal with.
Use MaxConvert
http://www.codemasters-project.net/porta...php?view.6
Posts: 14
Threads: 2
Joined: Jul 2012
Reputation:
0
How can you identify the encryption used? i ask so i can make patches for the other 3 games
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
346
I know by just looking at them...it comes with experience.
If you deal with codes using different encryption for a lot of time,you'll also start guess correctly the encryption just by looking at them.
Posts: 14
Threads: 2
Joined: Jul 2012
Reputation:
0
Sorry was afk
what can you tell me about that site hack, mutation,outbreak,quarantine codes?
What encryption do they use?
Can you tell me please, so i can convert them to pnach
|