| View previous topic :: View next topic |
| Author |
Message |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Mon Jan 16, 2017 2:43 pm Post subject: |
|
|
Some games are tricky. For example, I'm looking at a game right now where most of the values are (display value) + (display value+1). So, if money in game is $50, you would need to search for $101.
Lame...
|
|
| Back to top |
|
 |
ssegrub Newbie cheater
Reputation: 0
Joined: 11 Dec 2016 Posts: 11
|
Posted: Fri Jan 27, 2017 3:07 am Post subject: |
|
|
| so does anyone have any advice for the renpy game?
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
|
| Back to top |
|
 |
ssegrub Newbie cheater
Reputation: 0
Joined: 11 Dec 2016 Posts: 11
|
Posted: Mon Jan 30, 2017 2:53 am Post subject: |
|
|
thanks
one worked but its only the money not the other numbers.
plus I would like to do it on other renpy games but I don't know how to use pointer or any other of the things that involve coding and encryption
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Mon Jan 30, 2017 4:25 am Post subject: |
|
|
Obviously, I only provided the money value because you didn't specify. If you want to make a request, create a thread in the request sub-forum and someone might be willing to do the work for you.
Regarding pointers, I never use them, but this was a lazy workaround for me since I didn't want to spend time on this. Injection is better.
Removing encryption is not really necessary at this point. Removing the checks will be necessary if you intend on altering the value to anything worthwhile...but that may not be easy for a beginner.
Pointers are easy, as CE does most of the work for you. You can follow videos and guides on how to use the pointer scanner by reading this forum and/or browsing youtube. Complete the CE tutorial for a better, overall understanding of what you are doing.
Regarding the money value, it's a factor of 12 and is inverted. So, if you have 50 and you want to have 90, you'll need to subtract 480 from your cash value.
As far as other python games, the values in those may or may not be encrypted, nor have any checks. Finding values like this requires patience. Use changed/unchanged scans and do not assume anything.
|
|
| Back to top |
|
 |
|