Results 1 to 2 of 2

Thread: Question about a MKDS code

  1. #1
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default Question about a MKDS code

    I was looking around for codes, and I found this.
    Code:
      Press L for Offline courses and battle tracks</name>  
    
        <note>CREDIT GOES TO PORKCHOP (twilight house credit to Squake)</note>  
    
        <codes>923d629a 00000200 e2153a4c 00000050 0000000c 0000000f 00000011  00000013 00000017 00000018 0000001a 00000020 00000021 00000023 00000025 00000026  0000002a 0000002b 0000002c 0000002e 00000024 00000027 00000028 00000001 d2000000  00000000</codes>
    It says "press L" but I don't see the part of the code that tells the game to activate the code when you press L. Usually its like
    Code:
    94000130 xxxxxxxx
    I don't wanna use a code that'll screw up my game, so I'm wondering if this would work or not.

  2. #2
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default

    Notice the memory region its reading from? Thats a game specific activator for L.

    Code:
    923d629a 00000200
    e2153a4c 00000050
    0000000c 0000000f 
    00000011 00000013 
    00000017 00000018 
    0000001a 00000020 
    00000021 00000023 
    00000025 00000026  
    0000002a 0000002b 
    0000002c 0000002e 
    00000024 00000027 
    00000028 00000001 
    d2000000 00000000

    Say what you mean, mean what you say, and let your actions speak for you.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •