Announcement

Collapse
No announcement yet.

Osmund Neuron's DateHacks Academy Thread. Join me and learn making hacks amd mods.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Osmund Neuron's DateHacks Academy Thread. Join me and learn making hacks amd mods.

    Cheers guys.
    My time as hacker and mod developer passed away a year ago I was Active several years and now things changed so I no more longer make stuff... well I guess I can make something ya why not but this is in very verrry raaare cases...else you get lucky i make mods for PSP yeah.

    I am a PSP Game Mod developer I work with RAM HEX editors like CWCheat, NitePr all known "Cheat Devices" on the PSP. I like you started with the simplest hacks ... Infinite Stuff.

    So you want to learn my secrets I will help ya.

    Let's begin.

    Step one.

    BTW: I do this for the PSP i never made hacks for CONSOLES so don't bother asking me. Use an EMULATOR and good hex editor which can search values and access progress executables where the information of the hacks is eg... PCX2.exe or else. tHIS MOETHOD Should work on all type of consoles including PC Games. If you have another format of cheat device then you must reformat the codes to ARMAX,CB,and such.

    In your "Cheat Device" you must have the following options or very similar to them.

    -Search for Exact Value
    -Search for Unknown Value
    -Search for Greater Than
    -Search for Less Than

    (Less than and Greater Than...What the hell is that?!)
    This is the difference between the value of the hack you are looking for between it's dump state... the one where you have dumped it (yeah you must make dumps for these options to work) and the time when you search it again... I will explain latter.

    So.

    You guys want to make Infinite Stuff... Personally I hate this in most cases since it ruins all the fun of the games and please DON'T USE THIS ONLINE. You surely will ruin people's fun and may get ass kicked from the ONLINE servers... EG : Banned!

    So what to do.

    There are several ways to get infinite hack.

    - Searching for Exact(Known) Value:

    Eg you have 100 ammo and want them to remain 100 but shoot bullets to the enemies ...
    Here it is.

    In most cases the value will be 100 - 64

    64? why 64?

    There is a difference between hexadecimal and decimal values.

    Learn to count:

    Dec: Hex:
    1 1
    2 2
    3 3
    4 4
    5 5
    6 6
    7 7
    8 8
    9 9
    10 A
    11 B
    12 C
    13 D
    14 E
    15 F
    16 10
    17 11
    ... ....
    26 1A
    27 1B
    100 64
    ......................

    Depending on the format you try to find the value it will be 100 or 64 (in your menu HEX must be shown as format)

    Search for Exact Value - 64 HEX 100 DEC
    wait to search it will show many results in most cases... Don't be afraid.
    Back to game and shoot... until 90 ammos remain
    go to the Hex Editor Menu and try 90 or 5A (depending on the format)
    In most cases a menu Continue Search for Exact value will appear or if not just Search for Unknown value and type it .

    Now repeat these steps until you get few results. Try them all and the one which locks the memory to 90 or 100 ammo is the hack you are looking for.

    Unknown Value.... Most health hacks are usually in unknown value.

    For this to work you must perform dump... One file and second file where the cheat device will search for differences.

    Make a Dump of the RAM MEMORY that the game uses.
    Usually by clicking Search for Unknown Value the HEX Editor will make a dump it self in order to search.
    Go to game and let loose health a little is enough. Go to HEX and click for Continue Search for Unknown Value (in my case this is the way or in some cases the options Greater or Less than before will work) and select Less than before(in most cases the value goes negative) a results should appear.
    Repeat these steps until you get fewer results and try each of them until you get the hack.

    The same goes for ammo and such a stuff with unknown value that does not show itself.

    I will continue with the guide soon. Just as soon as I see it sticky.

    BTW... This is just nothing to me... these hacks are very, very easy to be made you should not even take credit for that.Unless you have defeated DMA...WHAT'S DMA??? It's too early for you to explain this right now. just learn the "basic" one i teach you today students and I will soon update the guide.

    I have a lot to tell ya. This is just not even the beginning once i complete the guide and you followed me you will be able to change an entire game engines and make crazy stuff never seen before.
    Last edited by Osmund Neuron; 01-26-2012, 03:38:03 PM.

  • #2
    How about we get to the complex stuff? the basics are covered by many many guides out there that apply this all systems. How about making slide codes and explaining codes types and practical uses for them? and Pointer codes and how to find and make them?
    Spoiler Alert! Click to view...

    THE BAD GUY!!!!!!

    Comment


    • #3
      Pointer Codes those are pointers and point to another hex address of another code.
      These are used for DMA, Copy, Write to ... Most of these are used to fill an entire memory area eg to unlock stuff.

      Pointers format codes in most cases depending on the device become with 6,8, digit depending on the type 16 , 32 bit

      For DMA Pointers you need to have Dumps
      Two dumps. Use Sanik's Dma Defeater I really forgot the name of the program.
      It uses two dumps and searches for difference while using...

      Here it is:

      Find a code that you want to have UNDMA.
      Write it down somwhere don't use it.

      Perform a dump and let die or change level so the code no more longer works.
      Now. Repeat this step once more.
      Move the dumps to usb.
      Go to Saniks DMA Hunter and follow the instructions it will ask for 1st dump
      find it on your 1st dump and select it then it will ask for second dump select it.
      It will ask for your first code (the one you wrote down 1st code that is no more working) add it in HEX
      after that it will ask for second code add it in HEX.
      It will search and will show results don't press any key you will loose your results.
      Usually the result which is near your written code will be the pointer.
      EG you had found a code 10000001 x00000001 THEN the pointer which is closer eg ...10000023 x......... will be the one you should try.

      I will later explain how to add these pointers in your code so it work
      Last edited by Osmund Neuron; 01-27-2012, 11:22:18 AM.

      Comment


      • #4
        Believe it or not but I just taught Heeijin the final stuff about pointers earlier today with the Dynasty Warriors 5 PAL Size modifier code he posted at CMP. I would feel compelled to add to this.
        July 7, 2019

        https://www.4shared.com/s/fLf6qQ66Zee
        https://www.sendspace.com/file/jvsdbd

        Comment


        • #5
          Please do! any info on pointers will be appreciated for anyone delving into the advanced side of hacking.
          Spoiler Alert! Click to view...

          THE BAD GUY!!!!!!

          Comment

          Working...
          X