[Tutorial] How to find Mana Hack for every update. menu

User Tag List

Results 1 to 8 of 8
  1. #1
    xviet4xlife's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2009
    Posts
    30
    Thanks G/R
    0/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Tutorial] How to find Mana Hack for every update.

    If you don't want to do this, then you can go to my other thread and download a pre-made one.

    http://www.ownedcore.com/forums/mmo/...na-public.html ([Release] Infinite Mana (Public))

    I suggest everybody learn this, so you can update it yourself with every patch. When a new update release, just follow these steps again to find the correct address and "Re-do" the hack.



    Tools -

    Ollydbg.


    Step 1: Download Ollydbg.

    http://www.ollydbg.de/odbg110.zip


    When done downloading, run the program.



    Step 2: Top Left Corner of Ollydbg click on "File". Then click on "Open" And select "Devilian.exe" (Find the folder path.)



    Step 3: If anything Pops up, just click Yes.



    Step 4: Top middle corner click on the blue box with a "E".

    http://s22.postimg.org/z6h27h9dt/image.png


    A new window should pop up. Double Click on the bar that has "Devilian" in the name.

    http://s22.postimg.org/r2m9ola69/Untitled.png



    Step 5: Right click on Ollydbg, Click on "Search For" then click on "Binary Strings".

    http://s10.postimg.org/rlj87x1k9/image.png



    Step 6: In the HEX Section of the box, Paste the following Hex code -

    Code:
    C7 47 28 00 00 00 00 C7 47 2C 00 00 00 00 C7 47 30 00 00 00 00 C7 47 3C 00 00 00 00 C7 47 34 00 00 00 00 C7 47 38 00 00 00 00 C7 47 40 00 00 00 00 C7 47 44 00 00 00 00 C7 47 48 00 00 00 00 C7 47 4C 00 00 00 00 C7 47 50 00 00 00 00 C7 47 54 00 00 00 00 C7 47 58 00 00 00 00 C7 47 5C 00 00 00 00 C7 47 60 00 00 00 00 C7 47 64 00 00 00 00 C7 47 6C 00 00 00 00 C7 47 70 00 00 00 00 C7 47 74 00 00 00 00 C7 47 78 00 00 00 00 C7 47 7C 00 00 00 00 C7 87 80 00 00 00 00 00 00 00 C7 87 84 00 00 00 00 00 00 00 C7 87 88 00 00 00 00 00 00 00 C7 87 8C 00 00 00 00 00 00 00 C7 87 90 00 00 00 00 00 00 00 C7 87 94 00 00 00 00 00 00 00 C7 87 98 00 00 00 00 00 00 00 C7 87 9C 00 00 00 00 00 00 00 C7 87 A0 00 00 00 00 00 00 00 C7 87 A4 00 00 00 00 00 00 00 C7 87 A8 00 00 00 00 00 00 00 C7 87 AC 00 00 00 00 00 00 00 C7 87 B0 00 00 00 00 00 00 00 C7 87 B4 00 00 00 00 00 00 00 C7 87 B8 00 00 00 00 00 00 00 C7 87 BC 00 00 00 00 00 00 00 C7 87 C4 00 00 00 00 00 00 00 C7 87 C0 00 00 00 00 00 00 00 C7 87 C8 00 00 00 00 00 00 00 C7 87 CC 00 00 00 00 00 00 00 C7 87 D0 00 00 00 00 00 00 00 C7 87 D4 00 00 00 00 00 00 00 C7 87 D8 00 00 00 00 00 00 00 C7 87 DC 00 00 00 00 00 00 00 C7 87 E0 00 00 00 00 00 00 00 C7 87 E4 00 00 00 00 00 00 00 C7 87 EC 00 00 00 00 00 00 00 C7 87 E8 00 00 00 00 00 00 00 C7 87 F4 00 00 00 00 00 00 00 C7 87 F8 00 00 00 00 00 00 00 C7 87 00 01 00 00 00 00 00 00 C7 87 FC 00 00 00 00 00 00 00 C7 87 F0 00 00 00 00 00 00 00 C7 87 04 01 00 00 00 00 00 00 C7 87 08 01 00 00 00 00 00 00 C7 87 0C 01 00 00 00 00 00 00 C7 87 14 01 00 00 00 00 00 00 C7 87 10 01 00 00 00 00 00 00 C7 87 18 01 00 00 00 00 00 00

    Press OK.



    Step 7: Now look for the following line of code at the bottom

    Code:
    MOV DWORD PTR DS:[EDI+A8],0
    http://s2.postimg.org/u58hud5jd/image.png


    Now this address modifies how much "Negative" mana a specific item will give you. For example if i wear a certain Gear piece, the armor set will say " -2 Mana Flame Shuriken" or something like that. If we write for example -

    Code:
     MOV DWORD PTR DS:[EDI+000000A8],00000100
    This will reduce all mana by 100, making every skill in the game cost 0 mana.



    Step 8: Double click on the
    Code:
    MOV DWORD PTR DS:[EDI+A8],0
    and then paste this into it
    Code:
     MOV DWORD PTR DS:[EDI+000000A8],00000100
    http://s13.postimg.org/pr6srsnav/image.png


    Then Click "Assemble".




    Step 9: Right click on ollydbg, Click on "Copy to Executable" then click on "All Modification".

    If it give you a option to "Copy all" Just click "Copy All".

    http://s17.postimg.org/5t2xck5hr/image.png


    Step 10: Right click on the new box that opened, and click Save File. And then save it to you Existing Devilian.exe.

    http://s28.postimg.org/b0q67act9/image.png


    You're done. This tutorial should work with every update until it gets patched. If a new update is release, you will have to redo this tutorial for the new update.
    Last edited by xviet4xlife; 02-17-2016 at 11:23 PM.

    [Tutorial] How to find Mana Hack for every update.
  2. Thanks Skyechang, eclip, Parog, macacula (4 members gave Thanks to xviet4xlife for this useful post)
  3. #2
    eclip's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    11/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for manual !
    I made update for 40.1.9.9
    download
    Virus Total
    work like a charm)

  4. #3
    Hot Beck's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty guy very nice tutorial.

  5. #4
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,169
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice share. It's great that you're creating content showing people how to get their toes wet.

    Maybe you could explain why the array of byte (for the binary string search) is what it is and how you knew what array of byte to use. Not the finding the hack in the first place, just the relation between the opcodes and the bytes.

    Or maybe keep that for a more advanced how-to.

    You should use the [IMG] tags around the pictures to show them. Would make your guide look nicer I think.


    All in all though, great work!

  6. #5
    SeamusTheDog's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    24
    Thanks G/R
    18/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this doesn't seem to be working after most recent patch.

    are there supposed to be 3 lines of NOP after the pasted-in code? if not i better re-run the update.

    ETA sorry it was my mistake. I clicked on the wrong line of code in step 8

    Gomen'nasai
    Last edited by SeamusTheDog; 03-18-2016 at 06:11 PM. Reason: MY mistake

  7. #6
    lycansw's Avatar Member
    Reputation
    1
    Join Date
    Mar 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesnt work anymore? With recent patch ( 1.3.3.1 ) cant find the hex code. Can anyone help me please? thanks!
    Last edited by lycansw; 03-21-2016 at 06:39 PM.

  8. #7
    kosminel's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xviet4xlife View Post
    If you don't want to do this, then you can go to my other thread and download a pre-made one.

    [Release] Infinite Mana (Public)

    I suggest everybody learn this, so you can update it yourself with every patch. When a new update release, just follow these steps again to find the correct address and "Re-do" the hack.



    Tools -

    Ollydbg.


    Step 1: Download Ollydbg.

    http://www.ollydbg.de/odbg110.zip


    When done downloading, run the program.



    Step 2: Top Left Corner of Ollydbg click on "File". Then click on "Open" And select "Devilian.exe" (Find the folder path.)



    Step 3: If anything Pops up, just click Yes.



    Step 4: Top middle corner click on the blue box with a "E".

    http://s22.postimg.org/z6h27h9dt/image.png


    A new window should pop up. Double Click on the bar that has "Devilian" in the name.

    http://s22.postimg.org/r2m9ola69/Untitled.png



    Step 5: Right click on Ollydbg, Click on "Search For" then click on "Binary Strings".

    http://s10.postimg.org/rlj87x1k9/image.png



    Step 6: In the HEX Section of the box, Paste the following Hex code -

    Code:
    C7 47 28 00 00 00 00 C7 47 2C 00 00 00 00 C7 47 30 00 00 00 00 C7 47 3C 00 00 00 00 C7 47 34 00 00 00 00 C7 47 38 00 00 00 00 C7 47 40 00 00 00 00 C7 47 44 00 00 00 00 C7 47 48 00 00 00 00 C7 47 4C 00 00 00 00 C7 47 50 00 00 00 00 C7 47 54 00 00 00 00 C7 47 58 00 00 00 00 C7 47 5C 00 00 00 00 C7 47 60 00 00 00 00 C7 47 64 00 00 00 00 C7 47 6C 00 00 00 00 C7 47 70 00 00 00 00 C7 47 74 00 00 00 00 C7 47 78 00 00 00 00 C7 47 7C 00 00 00 00 C7 87 80 00 00 00 00 00 00 00 C7 87 84 00 00 00 00 00 00 00 C7 87 88 00 00 00 00 00 00 00 C7 87 8C 00 00 00 00 00 00 00 C7 87 90 00 00 00 00 00 00 00 C7 87 94 00 00 00 00 00 00 00 C7 87 98 00 00 00 00 00 00 00 C7 87 9C 00 00 00 00 00 00 00 C7 87 A0 00 00 00 00 00 00 00 C7 87 A4 00 00 00 00 00 00 00 C7 87 A8 00 00 00 00 00 00 00 C7 87 AC 00 00 00 00 00 00 00 C7 87 B0 00 00 00 00 00 00 00 C7 87 B4 00 00 00 00 00 00 00 C7 87 B8 00 00 00 00 00 00 00 C7 87 BC 00 00 00 00 00 00 00 C7 87 C4 00 00 00 00 00 00 00 C7 87 C0 00 00 00 00 00 00 00 C7 87 C8 00 00 00 00 00 00 00 C7 87 CC 00 00 00 00 00 00 00 C7 87 D0 00 00 00 00 00 00 00 C7 87 D4 00 00 00 00 00 00 00 C7 87 D8 00 00 00 00 00 00 00 C7 87 DC 00 00 00 00 00 00 00 C7 87 E0 00 00 00 00 00 00 00 C7 87 E4 00 00 00 00 00 00 00 C7 87 EC 00 00 00 00 00 00 00 C7 87 E8 00 00 00 00 00 00 00 C7 87 F4 00 00 00 00 00 00 00 C7 87 F8 00 00 00 00 00 00 00 C7 87 00 01 00 00 00 00 00 00 C7 87 FC 00 00 00 00 00 00 00 C7 87 F0 00 00 00 00 00 00 00 C7 87 04 01 00 00 00 00 00 00 C7 87 08 01 00 00 00 00 00 00 C7 87 0C 01 00 00 00 00 00 00 C7 87 14 01 00 00 00 00 00 00 C7 87 10 01 00 00 00 00 00 00 C7 87 18 01 00 00 00 00 00 00

    Press OK.



    Step 7: Now look for the following line of code at the bottom

    Code:
    MOV DWORD PTR DS:[EDI+A8],0
    http://s2.postimg.org/u58hud5jd/image.png


    Now this address modifies how much "Negative" mana a specific item will give you. For example if i wear a certain Gear piece, the armor set will say " -2 Mana Flame Shuriken" or something like that. If we write for example -

    Code:
     MOV DWORD PTR DS:[EDI+000000A8],00000100
    This will reduce all mana by 100, making every skill in the game cost 0 mana.



    Step 8: Double click on the
    Code:
    MOV DWORD PTR DS:[EDI+A8],0
    and then paste this into it
    Code:
     MOV DWORD PTR DS:[EDI+000000A8],00000100
    http://s13.postimg.org/pr6srsnav/image.png


    Then Click "Assemble".




    Step 9: Right click on ollydbg, Click on "Copy to Executable" then click on "All Modification".

    If it give you a option to "Copy all" Just click "Copy All".

    http://s17.postimg.org/5t2xck5hr/image.png


    Step 10: Right click on the new box that opened, and click Save File. And then save it to you Existing Devilian.exe.

    http://s28.postimg.org/b0q67act9/image.png


    You're done. This tutorial should work with every update until it gets patched. If a new update is release, you will have to redo this tutorial for the new update.
    cant find the code...
    when i use search i get the error: ''Unknow identifier'' any help please?

  9. #8
    cardss's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you accomplish this with Zoom out?

Similar Threads

  1. TRUE Custom Object Tutorial [ How to find your own displayids! ]
    By Flame_Warrior in forum WoW EMU Guides & Tutorials
    Replies: 53
    Last Post: 03-18-2009, 03:22 AM
  2. [help] How to find fly hack address for the wow alpha ?
    By Phobe in forum WoW Memory Editing
    Replies: 4
    Last Post: 06-27-2008, 11:30 AM
  3. How to find Display IDs for items, creatures, etc.
    By ledz14 in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 06-02-2008, 01:15 PM
  4. How to find display ids for new items
    By Balexgt in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 10-30-2007, 08:30 PM
All times are GMT -5. The time now is 01:29 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search