Deer hunter 2005

Discussion in 'Software' started by devedev, Apr 22, 2007.

  1. I have searching everywhere to find a saved game profil for deer hunter 2005 but did not have a luck,so I guess maybee someone here can help me.

    I am searching for this game profil saved with min. 160 points...

    the profil of the game is saved as .pro extension maybee there is a way to hack in it and change the points ,donno anybody knows about this...

    thx very much.
  2. nobody who can help ???????
  3. Give it some time, not every member of the boards will visit in 15 hours. Patience will take you far :) Thank you.

  4. patience is a good worth I like it ... :)
  5. You can maybe open the save game file with a hex editor and change some things, But make a backup of it first. Because if you mess up the original You lost your save file.

    Anyway is this the Demo or full version you are playing?
  6. its the full version but hex editor I did a try with it what should I change there no idee..
  7. How would i know unless i was looking at it lol.
    If it is encrypted you can do a couple of save files one normal and one increased in something. And compare those. This will give you a genral idea of what has been altered.
    Then you can get a idea of where to look.

    Also, You could cheat at the game with a memory scanner and get stuff.
    I would learn to use Cheat Engine if i chose one.
    You can make trainers with it if you dont know how to program or you can do AA Scripts and keep them as a cheat table, and it has some serious features to help defeat DMA and code shifting.

  8. Tnx for reply ..
    I done allready a memoryscan for points value with tsearch finaslly I get 4 value's and I changed theme to what I wont but it does not change in the game?????

    Tryed to search with Cheat engine 2 but same think...
  9. Ok, I got the demo of this game and tried messing with it.

    You can hack the demo, so i think it would be safe to say the full version can be hacked too.
    ========================================================
    Here are some steps:

    Say we hacking ammo:*Using Cheat engine

    1. First scan in 4 bytes for 6
    2. Alt + tab back to game. Shoot one shot
    3. Go back to cheat engine and scan with second scan button for 5.

    Keep doing steps 2 and 3 till you see the address.
    Then double click it and change the value to 6 and freeze it.
    You will then have infinite ammo on that weapon.
    ========================================================
    Here are some AA Scripts i did to cheat in the demo as well.
    If you know how to do these you can get an idea of what i did to make it work.

    Skill Points:
    Code:
    [ENABLE]
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)
    
    DH2005Demo.exe+17B696:
    jmp newmem
    nop
    nop
    nop
    returnhere:
    
    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    add ecx,ebx
    
    originalcode:
    mov [esi+00000168],ecx
    
    exit:
    jmp returnhere
    
    [DISABLE]
    DH2005Demo.exe+17B696:
    sub ecx,ebx
    mov [esi+00000168],ecx
    dealloc(newmem)
    Pump rifle Ammo:
    Code:
    [ENABLE]
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)
    
    DH2005Demo.exe+ED49D:
    jmp newmem
    nop
    returnhere:
    
    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    inc [esi+000000cc]
    
    
    originalcode:
    
    exit:
    jmp returnhere
    
    [DISABLE]
    DH2005Demo.exe+ED49D:
    dec [esi+000000cc]
    dealloc(newmem)
    Scoped Level Rifle ammo:
    Code:
    [ENABLE]
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)
    
    DH2005Demo.exe+ED49D:
    jmp newmem
    nop
    returnhere:
    
    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    inc [esi+000000cc]
    
    originalcode:
    
    
    exit:
    jmp returnhere
    [DISABLE]
    DH2005Demo.exe+ED49D:
    dec [esi+000000cc]
    dealloc(newmem)
    Scoped Single Shot Pistol ammo:
    Code:
    [ENABLE]
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)
    
    DH2005Demo.exe+ED49D:
    jmp newmem
    nop
    returnhere:
    
    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    inc [esi+000000cc]
    
    originalcode:
    
    
    exit:
    jmp returnhere
    
    [DISABLE]
    DH2005Demo.exe+ED49D:
    dec [esi+000000cc]
    dealloc(newmem)

  10. tnx for helping me ..

    but I got this all hacked allready my problem is only the points I can not get the value to change and make it to 160 points ... :(
    any idea for this...
  11. No, i dont think i can do this with the demo sorry...
  12. if you like I can give you my dh2005.exe ...
  13. That wont work i would have to have the full game.

    But if you want you can upload your game save to rapid share or something and let me look at it and see if i can make head or tails of it.
  14. MGF does not support the sending of original game files :nono:

    Please refrain from this type of discussion, or else the thread will have to be closed ;)
  15. Hmmm, wait a sec?

    They dont support talking/passing about original game files?
    Yet game cracks are ok to pass and discuss?
    Kind of a double standard dont you think, seeing how a crack is a reverse of the original and they are downloadable right off the site? Hence is illegal.
    Both infringe on copy write protection laws just the same.

    So, i think we need to see if we can get a little more clarity on what is allowed please.
    I understand this is not a warez site and im cool with that.

    This is like a catch 22 situation..... Lets see what we can figure out.



  16. also in here is a crack exe from deer hunter 2005 you can use it for to make it full.
  17. Please get your facts straight: a no-cd fix is completely legal if you own the game.

    The reason original game files can not be passed is because they can be found on the original game disc. It is illegal for you to have the original game files (demo doesn't count) on your computer if you have not legally purchased the game (this is also true of any no-cd crack). Since you admitted in post 13 of this thread that you do not own the game, that's why it is illegal, and hence, a violation of our forum rules.

    I hope that cleared things up a bit. Any further questions, please contact me via PM ...



    For reasons I explained earlier in this post, this type of material is NOT supported here at MGF. You can only legally download a no-cd fix if you have purchased an original copy of the game. He does not own the game, so he can not do anything for that archive. Help is provided here at MGF, as long as it doesn't break the law.
  18. I already know what EULA is,

    All im saying is that reverse engineering a executable is in the eyes of a court of law used likewise to circumvent software laws by downloading and executing full versions of non legally owned applications.
    This is where it gets into a grey area about no-cd.

    Im not making an argument about it, I did not even want the executable to begin with, anyone can go and get something by way of download if they wanted to risk it.

    But the facts are there about reverse engineering. It can be ruled against you using copy write infringement.
    A great example of this is, The case when Blizzard sued 2 guys for reverse engineering the wow executable to work with a piece of software they created to make private servers.
    The ruling in the case was, they made Blizzards' software more able to be pirated by reverse engineering the executable of their software.


    But anyways, Rules are Rules. [ No passing of Original Game files in MGF ]
    =======================================================================

    The save file is encrypted. No luck on that, You would have to compare 2 save files with just a small difference in the area you want edited to be able to try an alter it.

    So if your up to it.
    Try and make 2 saves, Dont change anything but the area like the deer points if you can.
  19. http://forums.megagames.com/forums/showthread.php?t=12654

    For more information about the legality of no-cd cracks, take a look at that thread ;)

    As for Blizzard, the reason that the private servers aren't allowed, is because people weren't paying the monthly fee that's associated with the World of Warcraft game, therefore, violating the terms they agreed to. That is why the two men got sued, it had nothing to do with helping to preserve your original game disc (which is what no-cd fixes are for, and therefore, completely legal) ;)

    But this is getting off-topic, so any further questions/comments about this, please contact me via PM ...
  20. I am not sure with what kind of tool I should take look in it ????
    if you like here is a new second save profil never played with it..

    Second new profil
  21. [IMG]



    Im doing a compare in a hex editor,

    And it changes more then the block that are altered.
    No luck on the save game file dev. :(.
  22. thanks very much for your help ....

    another wuestion is I found avalue for to make Prey Becomes Passive .
    Now it works great on single player but cant get it to work on online to work..

    Have to find the pointer I did it with tsearch and somehow it does not work do you have any idee for to find the pointer or something else to do this ...

    here is the hack İnvisible hack
  23. Well, your not going to get it to work in MP because the server holds the real values.
    I dont think MG lets us talk about MP cheating.

    I replied to your PM from earlier also.
  24. You are correct. MGF does not support online cheating. Cheating in single-player is 100% fair game, as you only ruin the experience for yourself. When you are cheating in a multi-player environment, you are ruining the experience for the other players, who don't have the choice. ;)
  25. Hehehe, :turn:
  26. replied to your PM .. :turn:
  27. Hi to all! You know how can i make to my server to have no limit to kill animals? For now if i kill 2 deers it's say than is illegal. I dont know what to change to have no limit...
    Have a nice day!
  28. there is a patch for that I made on turkish-hunters.com to download...
  29. You can to put a download link here? I dont find the patch. Please help me to resolv this anoying problem.
  30. And with this i can shoot more animals, me and another players?
    Thanx a lot!
  31. yes unlimited hunt .
    yw
  32. Thanx a lot! More animals on map can be added? :)))
  33. yes there is a site called deerhunterpatches.com with lots of different patches, unfortunitly they cost soemthing.
  34. Thanx amigo! Regards from Romania!

Share This Page