Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [---------------------------------------------]
- [ ]
- [ [------] [-] [- ]- [- ]- ---- ]
- [ [- [- -] [- ]- [- ]- [- |- ]
- [ [-[F]- [-[A]-] [[K]- [[K]- [2]- ]
- [ [- [- -] [- ]- [- ]- |- ]
- [ [- [- -] [- ]- [- ]- |- ]- ]
- [ [- [- -] [- ]- [- ]- [Fakk2]- ]
- [ ]
- [---------------------------------------------]
- KIT / TUTORIAL
- ----------------------Protection Cracking for Neo-Geo CD's by FAKK2.-----------------------
- =================================== V E R S I O N 1.0 =====================================
- Welcome to kit/tutorial version 1.0 , I put together this so that most of you out there with
- Neo-Geo CD, or Neo-Geo CDZ can back up your own CD's to CDR's and play them with ease without
- the worries of I/O Errors during the game, or CDZ Protection (The Protection that will not
- let certain copied games even start up on the CDZ system.) So since you know that this is
- only a Quick little tutorial, don't get mad if you can't figure it out automatically....
- It WILL take time to learn to look for the patterns, but once you figure it out, you'll love
- it!! Plus I will update this guide in the future with more information on the Neo-Geo CD.
- ALSO NOTE: People that play copied Neo-Geo CDs in the CD Systems will most likely encounter
- the following 4 errors while playing certain games.
- ERRORS = 0000, 0001, 0002, and 0003 are all errors due to the system checking for these listed
- below.
- (ERROR = 0000) means mcn/isrc missing or "corrupt" ,
- (ERROR = 0001) cd-audio length mismatch ,
- (ERROR = 0002) subchannel data missing or "corrupt" ,
- (ERROR = 0003) In-Game Copy Protection code.
- "corrupt" can mean many things, but most likely it's you using a BAD Brand of CD-Rs! I ONLY
- Recommend using Dark Blue Bottomed VERBATIM CD-Rs or BLACK bottomed Maxell....Never Ever
- use CD-RWs either!!
- ...and if your CDR you want to play was downloaded as ISO/MP3 its probably missing the
- subchannel data...or the MCN/ISRC, or the Audio was incorrectly dumped (THE BIGGEST PROBLEM OF
- ALL!), and most likely not cracked at all to play on the home cd systems either.... In other
- words ISO/MP3 rips from the internet SUCK!!
- ALSO NOTE: Even Original store bought Neo-Geo CDs will sometimes give one of the errors above
- IF it has a bunch of scratches on it. (bottom/silver side of cd) I know for a FACT! It
- happened to me a few times! :P Keep your CDs/CDRs Clean!, and keep the System Laser as Clean
- as possible also if you dont want problems to occur!
- -=SOME NOTES About the Pictures=-
- NOTE 1: When copying your Original Neo-Geo CD's make sure your CD Burner meets the standards of
- CDR-Win 3.9b or above as in Picture Number 1 Included with this Tutorial/Kit. IF you are missing
- ANY Checkmarks, then upgrade the FIRMWARE on your Burner to the Newest Version from it's
- Manufactures website. If it still doesn't support all the boxes/options then SELL the Burner
- and BUY a New Up-to-Date Burner!! I suggest NOTHING BUT YAMAHA BURNERS!!
- NOTE 2: Always make sure you backup your Neo-Geo CD's with the options set in CDR Win 3.9b or
- above just like Picture Number 2 that comes with this tutorial!
- NOTE 3: Picture Number 3 shows you the Import option you will need to use later on in CDmage!
- NOTE 4: Picture Number 4 shows the settings you need to choose when finally burning the cd
- image you made and cracked back to a cdr.
- So with that said...let's get started shall we...
- Read Part 2 now, The In-Game Protection.....
- ---
- Welcome to Part 2 of the Neo-Geo CD Cracking Kit/Tutorial Version 1.0
- (How to crack the In-Game Protection)
- NOTE: IF you dont want to figure out the in-game protection, simply use the
- already cracked files I provide you with! More info below.
- First off you will always know where the In-Game code is by looking at
- the IPL.TXT file!
- The IPL.TXT tells you all what files the system loads up and in what order
- off of your Neo-Geo CD. The first (1st) file ( going from top to bottom )
- that you see that has .PRG at the end is the one that has the In-Game
- Protection code!! (That is if the game actually contains the code at all.)
- Games from 1994 ( The year Neo-Geo CD came out in Japan ) contain NO In-Game
- Code or CDZ code!! :) So Don't even bother looking in those games. Check out
- my list on ALL the games I own and which one's have protection and which kind
- of protection it has.
- OK, Now...
- IF the game HAS In-Game Protection you...
- Open CD Mage, and open your Bin/Cue of the game you are coping. Extract
- the .PRG file to your HD. Use your favorite Hex Editor ( and if you dont
- have a Hex Editor download one! I use UltraEdit32 ) and open up the .PRG
- file. Now look very carefully all the way down the page until you find the
- In-Game code. Usually you find a bunch of space or dots (.........) and
- some english text like:
- WARNING
- THIS GAME IS A COPY AND CANNOT BE PLAYED ANY FURTHER.
- COPIED SOFTWARE INFRINGES ON SNK'S COPYRIGHT LAWS..etc etc..
- OR it could say something like:
- ERROR
- ( ID = 0003 )
- PLEASE TURN SYSTEM OFF
- OR something like that, I think you get the drift.
- That is the in-game code we are looking for. :) Ex. below...
- Here is some nice stuff to look for in the main .PRG file
- ( ID = 0003 ) the code is 28 20 49 44 20 3D 20 30 30 30 33 20 29
- ERROR the code is 45 52 52 4F 52
- Or whatever it tells you when the in-game code takes place while playing.
- Below is a code that STARTS SNK's little In-Game code!!:
- 9 þ…9
- in Hex code it looks like this:
- 10 39 00 10 FE 85 81 39
- Just insert 4E 75 right before the 10 39 00 10...... So the In-Game code never
- starts!
- [JUST AN EXAMPLE NOT FOR ALL GAMES]
- ex. if it's like: 7F 39 10 39 00 10 FE 85 81 39
- then change it to: 4E 75 10 39 00 10 FE 85 81 39
- OK!
- Sometimes you need to put the 4E 75 OVER the 10 39 in order for it to work. ;) ex..
- [JUST AN EXAMPLE NOT FOR ALL GAMES]
- ex. if it's like: 4E 75 10 39 00 10 FE 85 81 39
- then change it to: 4E 75 4E 75 00 10 FE 85 81 39
- OK!
- VERY IMPORTANT-->So that way the code changes from Nu.9 ( or whatever the case may be )
- to NuNu<--VERY IMPORTANT!!
- -=UPDATE=-
- Im trying to explain this as easy as possible...maby this will help clear things up.
- NuNu is exactly what you want to end up with...It (The beginning of the In-Game code)
- starts with Nu/... and then the in game code starts...
- Simply change it to from Nu/... to NuNu.. and then the ingame code never starts....
- The Nu/. that starts up the In-Game code is just (usually) a tiny bit up from the ERROR
- = 0003 warning in the .PRG file! Just look through the code carefully when you find the
- ERROR = 0003 Start looking for the Nu/. by going up the file from the error point.
- Hope this helps you out..... ;)
- BTW...NuNu IS 4E 75 4E 75
- N u N u
- After you've done your work save and exit Hex Editor. Now IMPORT the file you changed
- back into the Bin/Cue of your game using CD Mage!
- Burn your Bin/Cue with CDR Win as normal and enjoy your new back-up, then put your
- Original away so it doesn't get scratched. ;)
- This should make it easy for anyone with "basic" Hex editing knowledge to crack any
- Neo-Geo CD with the In-Game Protection!! :) Also PLEASE Remember this is NOT really
- for Novices, so if it doesn't work for you, don't bitch about it, try again in a
- different spot or, Use the cracked files I provide for you! or you can simply just
- wait for my next Tutorial/Kit if what you need is not here!!
- -=UPDATE=-
- I NOW include tons of already cracked files ( ALL In-Game Protection games!! ) so
- those of you who can't figure out the In-Game code, can simply use my already cracked
- files on your ISO/Bin+Cue using the CD Mage program that is also included with this
- tutorial! This should make it REAL easy for even the most inexperienced PC users.
- ENJOY!!
- Read Part 3 now, The CDZ Protection.....
- ---
- Welcome to Part 3 of the Neo-Geo CD Cracking Kit/Tutorial Version 1.0
- (How to crack the CDZ Protection)
- The CDZ Protection is ALLWAYS in the CPY.TXT file!!
- IF the CPY.TXT file looks like the following (2) then it doesn't have CDZ Protection:
- Copyright by SNK corporation
- OR
- Copyright by SNK corporation
- BUT, IF the CPY.TXT file looks like the following then it does HAVE CDZ Protection:
- Copyright by SNK corporation ºNEO-GEO B€BJ¹ ÷‚gÁ J¹ ÷~gÁ ²:ÿàgR€Nu
- Below is an EXAMPLE of what the CPY.TXT file looks like when its CDZ copy protection
- is Cracked, a.k.a. The FIXED CPY.TXT file:
- Copyright by SNK corporation ºNEO-GEO B€BJ¹ ÷‚fÁ J¹ ÷~fÁ ²:ÿàgR€Nu
- And here they are back to back so you can see the difference better:
- Copyright by SNK corporation ºNEO-GEO B€BJ¹ ÷‚gÁ J¹ ÷~gÁ ²:ÿàgR€Nu
- Copyright by SNK corporation ºNEO-GEO B€BJ¹ ÷‚fÁ J¹ ÷~fÁ ²:ÿàgR€Nu
- Do you see the difference?? YES!! You simply insert f where the g is in the first
- two (2) instances!! Then there you go....No more damn CDZ Protection!!
- Open CD Mage like before and open your Bin/Cue of the game you are coping. Extract
- the CPY.TXT file to your HD. Change its properties from Read only to Archive, then
- Crack it, and then IMPORT it back into your Bin/Cue of the game!!
- (NOTE: Some games ONLY have CDZ Protection, Some games ONLY have In-Game Protection,
- some have BOTH CDZ and In-Game Protection, and some have NO Protection at all!)
- (NOTE #2: Even if the game ONLY has CDZ protection, and you have a Single Speed system,
- you will still want to crack the CDZ protection just in case!!)
- Read Part 4 now, The List.....
- ---
- Welcome to Part 4 of the Neo-Geo CD Cracking Kit/Tutorial Version 1.0
- (The List of Protected Games)
- Below is a list I've made so it's easier on everyone to know what to expect from
- each game. As of right now it is complete. It's MY List Version 1.0 Hope it helps!
- LIST UPDATED: November 22nd, 2004. 98 of 98 Games listed!
- ----------------------------------------------------------------------------------
- [ LIST OF GAMES I HAVE AND IF THEY HAVE PROTECTION!!! ]
- ----------------------------------------------------------------------------------
- [ GAME NAME ][ CDZ Protection ][ In-Game Protection ]
- ----------------------------------------------------------------------------------
- [ 3 Count Bout / Fire Suplex ][ NO ][ NO ]
- [ A.D. 2020 Super Baseball ][ NO ][ NO ]
- [ ADK World! ][ NO ][ NO ]
- [ Aero Fighters 2 / Sonic Wings 2 ][ NO ][ NO ]
- [ Aero Fighters 3 / Sonic Wings 3 ][ NO ][ NO ]
- [ Agressors of Dark Kombat / Gan Gan ][ NO ][ NO ]
- [ Alpha Mission II / A.S.O. II ][ NO ][ NO ]
- [ Art of Fighting 1 ][ NO ][ NO ]
- [ Art of Fighting 2 ][ NO ][ NO ]
- [ Art of Fighting 3 ][ YES ][ YES ]
- [ Art of Fighting 3 Japan Box Set ][ YES ][ YES ]
- [ Baseball Stars Professional ][ NO ][ NO ]
- [ Baseball Stars 2 ][ NO ][ NO ]
- [ Blues Journey / Raguy ][ NO ][ NO ]
- [ Breakers ][ YES ][ NO ]
- [ Brikin ' Ger / IronClad ][ YES ][ NO ]
- [ Burning Fight ][ NO ][ NO ]
- [ Bust - A - Move / Puzzle Bobble ][ NO ][ NO ]
- [ Crossed Swords ][ NO ][ NO ]
- [ Crossed Swords II ][ NO ][ NO ]
- [ Cyber - Lip ][ NO ][ NO ]
- [ Double Dragon ][ NO ][ NO ]
- [ Fatal Fury 1 ][ NO ][ NO ]
- [ Fatal Fury 2 ][ NO ][ NO ]
- [ Fatal Fury Special ][ NO ][ NO ]
- [ Fatal Fury 3 ][ NO ][ YES ]
- [ Fatal Fury Real Bout ][ YES ][ YES ]
- [ Fatal Fury Real Bout Special ][ YES ][ YES ]
- [ Fatal Fury Real Bout 2: Newcomers ][ YES ][ YES ]
- [Fighters H. Dynamite / Karnov's Rev.][ NO ][ NO ]
- [ Final Romance 2 Strip Mah-Jong ][ NO ][ NO ]
- [ Football Frenzy ][ NO ][ NO ]
- [Futsal / Pleasure Goal 5 on 5 Soccer][ YES ][ NO ]
- [ Galaxy Fight ][ NO ][ NO ]
- [ Ghost Pilots ][ NO ][ NO ]
- [ Kabuki Klash Tengai Makyo Shin Den ][ NO ][ NO ]
- [ King of Fighters '94 ][ NO ][ NO ]
- [ King of Fighters '95 ][ NO ][ YES ]
- [ King of Fighters '96 ][ YES ][ YES ]
- [ King of Fighters '96 NG Coll. ][ YES ][ YES ]
- [ King of Fighters '97 ][ YES ][ YES ]
- [ King of Fighters '98 ][ YES ][ YES ]
- [ King of Fighters '99 ][ YES ][ YES ]
- [ King of the Monsters 2 ][ NO ][ NO ]
- [ Last Blade 1 ][ YES ][ YES ]
- [ Last Blade 2 ][ YES ][ YES ]
- [ Last Resort ][ NO ][ NO ]
- [ League Bowling ][ NO ][ NO ]
- [ Magical Drop II ][ YES ][ NO ]
- [ Magician Lord ][ NO ][ NO ]
- [ Mah-Jong Kyo Retsuden ][ NO ][ NO ]
- [ Master of Syougi ][ NO ][ NO ]
- [ Metal Slug ][ YES ][ NO ]
- [ Metal Slug 2 ][ YES ][ NO ]
- [ Mutation Nation ][ NO ][ NO ]
- [ NAM-1975 ][ NO ][ NO ]
- [ Neo Drift Out! ][ YES ][ NO ]
- [ Neo Geo CD Special ][ NO ][ YES ]
- [ Neo Turf Masters ][ YES ][ NO ]
- [ Ninja Combat ][ NO ][ NO ]
- [ Ninja Commando ][ NO ][ NO ]
- [ Ninja Masters ][ YES ][ NO ]
- [ OverTop ][ NO ][ NO ]
- [ Power Spikes II ][ NO ][ NO ]
- [ Pulstar ][ NO ][ NO ]
- [ Puzzled / Joy Joy Kid ][ NO ][ NO ]
- [ Quest of the Jong Master ][ NO ][ NO ]
- [ Quiz King of Fighters ][ NO ][ NO ]
- [ Ragnagard ][ YES ][ NO ]
- [ Rally Chase / Thrash Rally ][ NO ][ NO ]
- [ Riding Hero ][ NO ][ NO ]
- [ Robo Army ][ NO ][ YES ]
- [ Samurai Shodown 1 ][ NO ][ NO ]
- [ Samurai Shodown 2 ][ NO ][ NO ]
- [ Samurai Shodown 3 ][ YES ][ YES ]
- [ Samurai Shodown 4 ][ YES ][ YES ]
- [ Samurai Spirits R.P.G. ][ YES ][ YES ]
- [ Savage Reign ][ NO ][ YES ]
- [ Sengoku Densyo 1 ][ NO ][ NO ]
- [ Sengoku Densyo 2 ][ NO ][ NO ]
- [ Soccer Brawl ][ NO ][ YES ]
- [ Stakes Winner ][ YES ][ NO ]
- [ Street Hoop / Dunk Dreams ][ NO ][ NO ]
- [ Super Sidekicks 1 ][ NO ][ NO ]
- [ Super Sidekicks 2 ][ NO ][ NO ]
- [ Super Sidekicks 3 ][ NO ][ YES ]
- [ The Super Spy ][ NO ][ NO ]
- [ Top Hunter ][ NO ][ NO ]
- [ Top Players Golf ][ NO ][ NO ]
- [ Twinkle Star Sprites ][ YES ][ NO ]
- [ Viewpoint ][ NO ][ NO ]
- [ Voltage Fighter Gowcaizer ][ NO ][ NO ]
- [ Wind Jammers ][ NO ][ NO ]
- [ World Heroes 1 ][ NO ][ NO ]
- [ World Heroes 2 ][ NO ][ NO ]
- [ World Heroes 2 JET ][ NO ][ NO ]
- [ World Heroes Perfect ][ NO ][ NO ]
- [ ZinTrick ][ NO ][ NO ]
- ==================================================================================
- This is the end of my tutorial, and I hope you have gained some knowledge on the
- Neo-Geo CD System and how it works. Thanks for reading, and have a nice day! :)
- NOTE: Everything written in this tutorial is from many many hours of Neo-Geo CD
- Burning trail and error with CDRWin. To the best of my knowledge all of this
- information is correct. None of these files have any viruses or anything so you
- should be perfectly safe using them, However I will take no responsibility if you
- happen to damage your PC. ;P
- My Thanks go out to my friends who were there to test out some cracks for certain
- Neo-Geo CD games that I didn't have at the time, your testing is appreciated. :)
- And to those that make up the team at GeoGrave. Your NeoCD Patcher was a nice idea
- for those out there that had the real purchased Neo CD. Thanks for your attempt. :)
- And to Thao Mas at Mas Systems for the idea of cracking the cd games back in '96.
- Your a great man! Without these great people I would have not made these cracks or
- this tutorial.
- -FAKK2 Owner of Emul8ion 3L33T. 1999-2005 (I might have it back online someday.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement