| View previous topic :: View next topic |
| Author |
Message |
Fresco Grandmaster Cheater
Reputation: 4
Joined: 07 Nov 2010 Posts: 600
|
Posted: Wed Mar 07, 2012 3:49 pm Post subject: what code accessed an hypotetical line in an external file |
|
|
my game checks a line in game.ini
i want to track that checking and make it true
yes, yes, i could just modify game.ini and everything would be great
but my goal is to work only with memory
_________________
... Fresco |
|
| Back to top |
|
 |
SwaggaJackin' Master Cheater
Reputation: 2
Joined: 06 Nov 2009 Posts: 312
|
Posted: Wed Mar 07, 2012 4:06 pm Post subject: |
|
|
More than likely the game is going to read that line and store it in memory.
Find the text string in memory, than find out what writes to it (perhaps when its changed).
More than likely it'll be a call to CreateFile().
|
|
| Back to top |
|
 |
Fresco Grandmaster Cheater
Reputation: 4
Joined: 07 Nov 2010 Posts: 600
|
Posted: Wed Mar 07, 2012 4:30 pm Post subject: |
|
|
I must have expressed myself wrong
1) the game starts
2)checks if the line is avalabe (if there is or not)
2-1) if yes, activates a feature (call feature activation)
2-2) if no, keep's the feature deactived
3)if i edit with notepad or whatever the game.ini file and add a new line that says
activate feature
the game is going to search in the file for that line...
if the line exists
activate the feature
if not don't
i hope you got the idea now
_________________
... Fresco |
|
| Back to top |
|
 |
Fresco Grandmaster Cheater
Reputation: 4
Joined: 07 Nov 2010 Posts: 600
|
Posted: Thu Mar 15, 2012 10:14 am Post subject: |
|
|
can anyone help ?
_________________
... Fresco |
|
| Back to top |
|
 |
Kavvman Master Cheater
Reputation: 2
Joined: 17 Apr 2004 Posts: 316
|
Posted: Thu Mar 15, 2012 11:48 am Post subject: |
|
|
Pretty easy.
Search for "game.ini" find the references to it and if you got even mediocrish skills in debugging you should be able to find the compare.
_________________
... |
|
| Back to top |
|
 |
|