View previous topic :: View next topic |
Author |
Message |
JohannesJoestar Advanced Cheater
Reputation: 0
Joined: 01 Nov 2015 Posts: 79
|
Posted: Sun May 29, 2016 3:23 pm Post subject: No registers and changing adresses |
|
|
Hello! It's me again.
So I'm working on this game "Bastion" steam version and as you will see registers aren't used , just the adresses (non-static adresses). Maybe I'm missing something really basic but since the adresses are changing each time I re-open the game I have no idea how can I make cheats for this game.
Also there is this thing on the comment section of one of the lines that is going up crazy fast. Have no idea what that is.
Am I missing something very basic ? If not how can I make cheats for this game ?
Thanks in advance!
|
|
Back to top |
|
 |
Cake-san Grandmaster Cheater
Reputation: 8
Joined: 18 Dec 2014 Posts: 541 Location: Semenanjung
|
Posted: Sun May 29, 2016 3:49 pm Post subject: |
|
|
What do want to make and what address is that ?
_________________
... |
|
Back to top |
|
 |
JohannesJoestar Advanced Cheater
Reputation: 0
Joined: 01 Nov 2015 Posts: 79
|
Posted: Sun May 29, 2016 3:55 pm Post subject: |
|
|
Cake-san wrote: | What do want to make and what address is that ? |
That is the adress for the fragments.
I want to make a script that can populate the fragment amount (game's currency) and have an 0-1 switch for infinite fragments.
However since these adresses are changing each time the game is restarted , I can't make a working script.
|
|
Back to top |
|
 |
Cake-san Grandmaster Cheater
Reputation: 8
Joined: 18 Dec 2014 Posts: 541 Location: Semenanjung
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Sun May 29, 2016 6:41 pm Post subject: |
|
|
You can use wildcard aob like Cake-san suggested, use readmem to grab the hard-coded address.
The place you're using for injection is pretty tight and also not a good spot for aob, might change. Use what accesses and find another spot?.
3D is your current fragment value
_________________
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sun May 29, 2016 9:45 pm Post subject: |
|
|
STN wrote: | use wildcard aob...use readmem...Use what accesses | -This.
|
|
Back to top |
|
 |
JohannesJoestar Advanced Cheater
Reputation: 0
Joined: 01 Nov 2015 Posts: 79
|
Posted: Mon May 30, 2016 12:55 am Post subject: |
|
|
I will use wildcard method as you all suggested.
Also I tried what's accessing this adress however the results were the same.
I don't really know how to use readmem , can anyone show me an example ?
Thanks everyone for replying!
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Mon May 30, 2016 1:24 am Post subject: |
|
|
Hooking an instruction that constantly accesses your address is just a suggestion; it is not required. That said, however, even if the instruction that is handling your address is only doing so when the address changes, you can still try hooking an instruction that is accessing any of the other addresses that are located inside the same data structure. You may find one that is accessing data constantly, thus giving you more control.
Aleynacombi wrote: | I don't really know how to use readmem , can anyone show me an example ? | -Easy.
|
|
Back to top |
|
 |
JohannesJoestar Advanced Cheater
Reputation: 0
Joined: 01 Nov 2015 Posts: 79
|
Posted: Mon May 30, 2016 2:41 am Post subject: |
|
|
++METHOS wrote: | ... you can still try hooking an instruction that is accessing any of the other addresses that are located inside the same data structure. You may find one that is accessing data constantly, thus giving you more control. |
Oh yeah that's right I don't have to work around that adress only. Thanks!
++METHOS wrote: | -Easy.  |
Lol I googled readmem but forgot to search it in cheat engine forums , thanks.
|
|
Back to top |
|
 |
|