View previous topic :: View next topic |
Author |
Message |
devgor How do I cheat?
Reputation: 0
Joined: 22 Apr 2013 Posts: 2
|
Posted: Mon Apr 22, 2013 7:01 pm Post subject: Code |
|
|
I need to find out if it is possible to use The Program to fine a code with 10,000 possiblies(0000-9999) and how do i do it
|
|
Back to top |
|
 |
Rectangle Advanced Cheater
Reputation: 1
Joined: 23 Feb 2013 Posts: 73
|
Posted: Mon Apr 22, 2013 10:29 pm Post subject: |
|
|
Do you mean that you're looking for a value which could range from 0 to 9999?
If that's the case, cheat engine's main dialog has a drop-down box with the option "Value between..." where you could simply enter those two values.
|
|
Back to top |
|
 |
devgor How do I cheat?
Reputation: 0
Joined: 22 Apr 2013 Posts: 2
|
Posted: Tue Apr 23, 2013 3:44 pm Post subject: |
|
|
Rectangle wrote: | Do you mean that you're looking for a value which could range from 0 to 9999?
If that's the case, cheat engine's main dialog has a drop-down box with the option "Value between..." where you could simply enter those two values. |
Ok there is a box, with a 4 number combination in a game, with 10,000 possilities.. 0000-9999, i need to figure out how to use Cheat Engine to figure it out.
|
|
Back to top |
|
 |
jucce Advanced Cheater
Reputation: 1
Joined: 02 Apr 2013 Posts: 99
|
Posted: Wed Apr 24, 2013 6:00 pm Post subject: |
|
|
devgor wrote: | Rectangle wrote: | Do you mean that you're looking for a value which could range from 0 to 9999?
If that's the case, cheat engine's main dialog has a drop-down box with the option "Value between..." where you could simply enter those two values. |
Ok there is a box, with a 4 number combination in a game, with 10,000 possilities.. 0000-9999, i need to figure out how to use Cheat Engine to figure it out. | Okay so you are not looking for a specific known value but rather trying to find a correct value that will be acceptable to enter as a combination? In that case you should take a look at how the value is verified, is it locally or online with a response the client needs to proceed. You can try to find and modify the byte code that does the comparison and make it accept any value or invert the comparison so a wrong value proceeds correctly.
|
|
Back to top |
|
 |
|