| View previous topic :: View next topic |
| Author |
Message |
mafiozer Newbie cheater
Reputation: 0
Joined: 02 Sep 2010 Posts: 13
|
Posted: Wed Jan 25, 2012 11:41 am Post subject: Need big help! |
|
|
I learned a lot of things in ce and olly dbg, i cracked a lot of softwares and debuged some games but i need some help about ce.
Ok lets start , i need help with this things,i dont know how to find this values!!
1.How to find no recoil
2.How to increase speed of movement
3.How to increase jump height
4.How to find no spread
5.How to increase weapon range
6.How to increase weapon damage
Thats all ,please help me!!
Thank you
|
|
| Back to top |
|
 |
mafiozer Newbie cheater
Reputation: 0
Joined: 02 Sep 2010 Posts: 13
|
Posted: Thu Jan 26, 2012 1:38 pm Post subject: |
|
|
pls if anyone know that,give me some hints
geri if you see this post can you just give me some hint i will know how to do then xD
|
|
| Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Thu Jan 26, 2012 4:35 pm Post subject: |
|
|
First you need to find Weapon structure.
Step 1) Try finding the No. of bullets.
Step 2) Locate Gun structure with the help of Bullets.
Step 3) Hit and trial near by address and see if you can get your stuff.
For Jump,
You need to find the Z-coordinate
Try and find X and y coordinate.
Step 1) Be stationary and do and unknown byte search.
Step 2) Head towards north/south and do an decrease/increased byte search
Step 3) Carry on Step 2, till you find x-coordinate,
Step 4) Y and Z coordinate will be stored consecutively.
Step 5) Once you find Z-coordinate, check to see which procedure accesses this procedure. And change according to your need.
For Speed,
Movement speed is generally stored in your character structure.
Find it and check,
What I usually do is.
Step 1) Find player health and grab player structure in Data Dissector
Step 2) And try to figure out which one could be the player speed either by hit and trial, or by careful observation.
There are various other methods. I have listed the one that is more obvious to me.
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Fri Jan 27, 2012 2:26 am Post subject: |
|
|
Yes, like Freiza said. Some things are easier to find, some things are harder. For high jump, you can try searching for gravity modifier. Sometimes it is also in the charachter structure.
But these things are really depending on the game itself.
And if you look for the stats of the gun, you can try to find where is the max ammo or the reload time of the gun stored. Mostly it is just "find some related data and dig in the structure to see what you find". This is pretty fast and also you can find things that are cool but you didn't even think to look for it.
_________________
|
|
| Back to top |
|
 |
|