View previous topic :: View next topic |
Author |
Message |
TGSlp How do I cheat?
Reputation: 0
Joined: 11 Jan 2014 Posts: 4
|
Posted: Sat Jan 11, 2014 1:02 pm Post subject: Problems with a stringpointer |
|
|
Hey.
I want to find some things in a game like name, hp, mp, ep and so on.
I can find this addresses as string.
Now, i make a pointerscan for this address, and restart the game.
But then, there comes my problem.
All the pointer, which was working before restart, are now like hieroglyphics or "??".
No one is working.
I tried to scan with max level 2, than 5, but there are only 10000 shown in the list.
How can i research in this huge pointerlist? I can only search float, 4 bytes and double.
Could you please help me?
Than you realy much!
Regards, René
|
|
Back to top |
|
 |
Recifense I post too much
Reputation: 166
Joined: 17 Mar 2008 Posts: 3688 Location: Pernambuco - Brazil
|
Posted: Sun Jan 12, 2014 7:43 pm Post subject: |
|
|
You mean that the values are stored as string like 100 = 31303000h and not in integer 00000064h or float 42c80000h?
Anyway, if the vaue changes places when the game starts again, you need find the routine the updates or reads it it. Save te code and use it every time you need to find the value again.
Cheers!
_________________
Don't think TRAINER, think TABLE.
MSG: Contributing since 2008 (March,17th)
STATUS: if you want one of my tables, e-mail me.
NO NEW TABLE. ONLY MAINTENANCE OF SOME OLD ONES.
|
|
Back to top |
|
 |
TGSlp How do I cheat?
Reputation: 0
Joined: 11 Jan 2014 Posts: 4
|
Posted: Tue Jan 14, 2014 9:07 pm Post subject: |
|
|
Hey.
Is there no way to sort out bad pointers wich are string?
Regards, TGSlp
|
|
Back to top |
|
 |
UnIoN Expert Cheater
Reputation: 2
Joined: 17 May 2011 Posts: 146
|
Posted: Tue Jan 14, 2014 9:17 pm Post subject: |
|
|
TGSlp wrote: | Hey.
Is there no way to sort out bad pointers wich are string?
Regards, TGSlp  |
you wrote that all of your found pointers (~10.000) where bad after game restart.
why do you than want to sort out when all of them are bad?
can you rephrase your question more clearly?
and what game is it that stores your HP/MP as STRING? i never encountered any game that stores this type of information as strings, except some cracking-tutorials...
are you sure that it is stored as STRING?
have you tried changing your STRING after you find it to a higher value and did it actually work in the game when you get hit and loose some hp?
|
|
Back to top |
|
 |
TGSlp How do I cheat?
Reputation: 0
Joined: 11 Jan 2014 Posts: 4
|
Posted: Fri Jan 17, 2014 12:46 pm Post subject: |
|
|
No no, with maxlevel 5 there MUST be a working pointer, but there are to much, that i can´t see all, and i must research to sort out all the bad pointers, but i cant research with 'String'.
Its METIN2, and there you can read all with String.
Name is no problem, because it has only 2 offsets, so i needn´t sort out..
I hope you understand me now, im from Germany ^^
Thank you
Regards, René
|
|
Back to top |
|
 |
Recifense I post too much
Reputation: 166
Joined: 17 Mar 2008 Posts: 3688 Location: Pernambuco - Brazil
|
Posted: Fri Jan 17, 2014 12:50 pm Post subject: |
|
|
Isn't that an online game?
Cheers!
_________________
Don't think TRAINER, think TABLE.
MSG: Contributing since 2008 (March,17th)
STATUS: if you want one of my tables, e-mail me.
NO NEW TABLE. ONLY MAINTENANCE OF SOME OLD ONES.
|
|
Back to top |
|
 |
TGSlp How do I cheat?
Reputation: 0
Joined: 11 Jan 2014 Posts: 4
|
Posted: Fri Jan 17, 2014 1:08 pm Post subject: |
|
|
Yes and i dont want to change the values, i want to read them..
|
|
Back to top |
|
 |
|