View previous topic :: View next topic |
Author |
Message |
jaruki12 Cheater
Reputation: 0
Joined: 07 Jan 2011 Posts: 28
|
Posted: Fri Jan 14, 2011 11:55 pm Post subject: Speed hack to specific thing(not the whole game) |
|
|
i wonder if it is possible to speed hack to only certain part..
example: if i play fps. i wan to speed up the shooting speed of my weapon only..
is it possible?
if possible how to do it?
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Sat Jan 15, 2011 6:20 am Post subject: |
|
|
Find the value which is storing the weapon's rate of fire. It will took some time probably and lots of searching.
_________________
|
|
Back to top |
|
 |
jaruki12 Cheater
Reputation: 0
Joined: 07 Jan 2011 Posts: 28
|
Posted: Sat Jan 15, 2011 6:37 am Post subject: |
|
|
any tips on doing that?
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Sat Jan 15, 2011 6:44 am Post subject: |
|
|
If it is a weapon that has a high reload time, You can search for the reload time easily. If it is a submachine gun or similar, You can search for values in the gun's structure to find the rate of fire, max range of weapon and similar.
Use the dissect data/structure feature for that.
_________________
|
|
Back to top |
|
 |
ThatGuyAgain Expert Cheater
Reputation: 2
Joined: 24 Jun 2009 Posts: 222 Location: Playing Assault Cube.
|
Posted: Sat Jan 15, 2011 7:03 am Post subject: |
|
|
Geri wrote: | If it is a weapon that has a high reload time, You can search for the reload time easily. If it is a submachine gun or similar, You can search for values in the gun's structure to find the rate of fire, max range of weapon and similar.
Use the dissect data/structure feature for that. |
Thanks Geri this helped me hack my other game, I'll +rep when I can
_________________
|
|
Back to top |
|
 |
jaruki12 Cheater
Reputation: 0
Joined: 07 Jan 2011 Posts: 28
|
Posted: Sat Jan 15, 2011 9:25 pm Post subject: |
|
|
im not really understand. how to search the value in the gun structure?
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Sat Jan 15, 2011 10:01 pm Post subject: |
|
|
Find some data that is related to the gun. Like ammo for exmple.
Then examine that data structure from the base address (which is probably the register between the [ ] mark).
_________________
|
|
Back to top |
|
 |
jaruki12 Cheater
Reputation: 0
Joined: 07 Jan 2011 Posts: 28
|
Posted: Sun Jan 16, 2011 1:16 am Post subject: |
|
|
can put a tutorial on that?
|
|
Back to top |
|
 |
ThatGuyAgain Expert Cheater
Reputation: 2
Joined: 24 Jun 2009 Posts: 222 Location: Playing Assault Cube.
|
Posted: Sun Jan 16, 2011 2:02 am Post subject: |
|
|
jaruki12 wrote: | can put a tutorial on that? |
I agree that you should if you have the time because I can imagine thAt there are a lot of people who would want to change their gun speed/range/recoil etc.
_________________
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Sun Jan 16, 2011 2:30 am Post subject: |
|
|
You can find some info about weapon modifications here:
http://forum.cheatengine.org/viewtopic.php?t=529021
It is for AVP 2010. Guess if You see it You will know what I mean. As for analyzing the structure, I suggest to use the data dissect function in CE.
_________________
|
|
Back to top |
|
 |
jaruki12 Cheater
Reputation: 0
Joined: 07 Jan 2011 Posts: 28
|
Posted: Sun Jan 16, 2011 7:03 am Post subject: |
|
|
i got the idea
but how to get/find the:
ecx+10 = ammo
ecx+0044 : max range of weapon (float)
ecx+0048 : ammo consumption (float)
ecx+005C : number of fired bullets with one shot (4 bytes) shotgun=10
ecx+0074 : number of shots with one keypress (like the pistol has a rapid firing mode
i'll try the dissect function later..school is giving me a lot of homework
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Sun Jan 16, 2011 7:16 am Post subject: |
|
|
You find the ammo for example, probably the easiest. Then the rest of it is depending on Your creativity. You can search for the reload time in the structure with CE (it is not hard to search in a few thousand bytes), or You can just check out some "suspicious" values that may be what You are looking for. And You can also bother with analyzing the code and track the process of firing the weapon. However the last solution will require some knowledge in ASM.
_________________
|
|
Back to top |
|
 |
jaruki12 Cheater
Reputation: 0
Joined: 07 Jan 2011 Posts: 28
|
Posted: Mon Jan 17, 2011 12:49 am Post subject: |
|
|
Ok thanks. Can you help me with this one?
forum.cheatengine.org/viewtopic.php?t=530162
|
|
Back to top |
|
 |
|