View previous topic :: View next topic |
Author |
Message |
MrBuzz119 How do I cheat?
Reputation: 0
Joined: 20 May 2012 Posts: 9
|
Posted: Sat May 10, 2014 12:20 pm Post subject: How to find the % ??? |
|
|
Hi everyone. I'm playing a game that allows me have Success Probability from 0% to 25% to steal item from the enemy . Everytime I fail, the percent will decrease. I just have only 4 times to try stealing the item. After 4 tries, the success probability is 0% and I cannot try stealing anymore. So scan for unknown initial value and then decreased value is not work (because there're lots of values left)
I want to change it to 100%
But the problem is I don't know what's this value type (4bytes, float, or something else ...) and how to find it.
Can someone help me find this ? Give me a hint.
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
|
Posted: Sat May 10, 2014 2:02 pm Post subject: |
|
|
Another idea you could try is finding the targets entity structure (if it has one). Try to find other basic info about the thing you are trying to steal from such as health, mana, position coords, etc. and then browse the memory near those values. Try stealing from them and see if you spot anything changing when you try to steal to see if its close by to those values.
_________________
- Retired. |
|
Back to top |
|
 |
shakib187 Expert Cheater
Reputation: 0
Joined: 24 May 2007 Posts: 215
|
Posted: Sun May 11, 2014 2:00 am Post subject: |
|
|
Depends on how many addresses there are left, you are gonna have to change them or try looking for value in floats see if you can spot anything there. If you are looking at 10000 addys try doing a unchanged scan in some sorts by alt tabbing etc etc, you gotta find a way to filter it like that. That's how I would probably do it, I got good luck cheating in most games and finding almost every addy, I once found always parry addys with the help of ++methos and gniarf. You can slow the game down too if it helps if all that doesn't work you can try looking for the value thats missing maybe? like 75% increase the chance of not stealing and find that address and change that to 0 so the steal chance becomes 100%
|
|
Back to top |
|
 |
MrBuzz119 How do I cheat?
Reputation: 0
Joined: 20 May 2012 Posts: 9
|
Posted: Mon May 12, 2014 11:22 am Post subject: |
|
|
Thank you for your helps guys. I'll try
atom0s wrote: | browse the memory near those values. |
Browse the memory near those values ??? How to do that ???
|
|
Back to top |
|
 |
zm0d Master Cheater
Reputation: 7
Joined: 06 Nov 2013 Posts: 423
|
|
Back to top |
|
 |
|