Post by £åߥ®Ñth on Apr 30, 2007 23:54:28 GMT -5
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:
Pump rifle Ammo:
Scoped Level Rifle ammo:
Scoped Single Shot Pistol ammo:
Here are 2 Ct's For Deer Hunter 2005 [SP/MP] Developed by:
Wiccaan
SunBeam
Labyrnth
--------------------------------------------------------------------
Options:
Infinite Ammo
Speed Hack
Thermo Vision *2 types, 1 with static and scans lines, other just thermo.
GPS Hack *Shows you all locations of any animals.
Invisible *Only works when you host a server.
---------------------------------------------------------------------
Please do not use these to make a trainer and claim it as your own.
There is only 2 trainers for this Game one written by: -[myg0t]qs2
And the other, myself.
---------------------------------------------------------------------
Download
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:
[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:
[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:
[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:
[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)
Here are 2 Ct's For Deer Hunter 2005 [SP/MP] Developed by:
Wiccaan
SunBeam
Labyrnth
--------------------------------------------------------------------
Options:
Infinite Ammo
Speed Hack
Thermo Vision *2 types, 1 with static and scans lines, other just thermo.
GPS Hack *Shows you all locations of any animals.
Invisible *Only works when you host a server.
---------------------------------------------------------------------
Please do not use these to make a trainer and claim it as your own.
There is only 2 trainers for this Game one written by: -[myg0t]qs2
And the other, myself.
---------------------------------------------------------------------
Download