| View previous topic :: View next topic |
| Author |
Message |
dEagle Expert Cheater
Reputation: 0
Joined: 17 Jun 2006 Posts: 225 Location: CheatEngine Forum
|
Posted: Tue Apr 01, 2008 6:05 am Post subject: [Suggestion] Read Memory in Trainer? |
|
|
To make it short,
you got this address, It's for example an health address. as CT.
You Create a cool design for your trainer,
and you add this health address as read,
so you see this space on the trainer, where it display's the current value of that address.
Like,
Logged in as "dEagle"
Your health is "100"
Just to make the trainer look proffessional
|
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Tue Apr 01, 2008 6:07 am Post subject: |
|
|
| Is that a suggestion for CE's trainer maker then, or just generally for people to code that into their own trainers?
|
|
| Back to top |
|
 |
dEagle Expert Cheater
Reputation: 0
Joined: 17 Jun 2006 Posts: 225 Location: CheatEngine Forum
|
Posted: Tue Apr 01, 2008 6:08 am Post subject: |
|
|
| CE's Trainer Maker :p
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Tue Apr 01, 2008 10:10 am Post subject: |
|
|
Well you can do any of that if you code it yourself.
But heres the deal.
Reading from an address is really only good for some thing like auto heal or for a bot to know the HP, Auto heal would only be good if you can actually poke memory to it and heal yourself.
As for it being visible, the trainer is behind the game most cases, so your not going to see your Hp read display anyway.
But it can be done !
|
|
| Back to top |
|
 |
dEagle Expert Cheater
Reputation: 0
Joined: 17 Jun 2006 Posts: 225 Location: CheatEngine Forum
|
Posted: Tue Apr 01, 2008 10:16 am Post subject: |
|
|
Can you do it already?
Or it's optionable to create?
|
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Tue Apr 01, 2008 10:19 am Post subject: |
|
|
You can't do this in CE's trainer maker no.
Lab means you can do it if you code it yourself...because...well, you have the freedom to do that.
You can get a CE trainer up with a value box that allows a user to change the value in a certain address, but thats not really interactive at all.
The user puts the value in, then presses the hotkey, and then it writes the value into the address. Its just the one way.
If that was considered there would be things to take into account such as, how often do you read from the address in question?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25985 Location: The netherlands
|
Posted: Tue Apr 01, 2008 10:21 am Post subject: |
|
|
half-offtopic:
| Code: |
address:
readmem([pointeraddress]+offset,4)
|
is a valid script which you can use in a trainer to set one specific address to the value of a pointer (might be usefull)
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|