| View previous topic :: View next topic |
| Author |
Message |
w4rl0 How do I cheat?
Reputation: 0
Joined: 23 Dec 2009 Posts: 7
|
Posted: Sat Aug 07, 2010 9:30 am Post subject: Torchlight HELP!!! |
|
|
Ok im still new to this Cheatengine. When I find the values of soemthing if I close them game otu then reopen it its a different value.
How do I keep it the same value so I can mke a trainer?
|
|
| Back to top |
|
 |
noko_112 Grandmaster Cheater
Reputation: 0
Joined: 09 Jun 2009 Posts: 585
|
Posted: Sat Aug 07, 2010 12:49 pm Post subject: |
|
|
There is a tutorial the follows the program use that that learn
|
|
| Back to top |
|
 |
justa_dude Grandmaster Cheater
Reputation: 23
Joined: 29 Jun 2010 Posts: 893
|
Posted: Sat Aug 07, 2010 1:04 pm Post subject: |
|
|
You don't say /which/ values you're trying to change, so it's hard to say. There are a lot of values that Torchlight computes "on the fly." For example, I believe that the bonus for magic find and gold find are computed every time you kill a monster. There will be no variable you can set and forget. Run speed works the same way. To modify these, you've gotta find the code that computes these numbers and hack it instead.
For money, health, xp, fame, etc., these values are all located inside a structure that's nested a few pointers deep and changes whenever you zone into a new map or reload a game. I usually just grab it w/ some injected code. If you can isolate any of the variables in the structure, you'll find that the player structure is always at the base of the pointer. I grabbed it whenever the player's money was accessed - this happens constantly.
For what it's worth, here are the offsets I found before getting bored w/ the game:
[player_base]
200 - run speed (gets overwritten every step)
204 - run speed (gets overwritten every step)
2c8 - time spent in game
2d0 - list of spells w/ timers:
c4 - time remaining on spell/aura/transform
394 - current health
398 - max health
3a8 - dex
3ac - str
3b0 - defense
3b4 - magic
3b8 - mana
3c4 - money
3c8 - xp
3cc - fame
3dc - attribute pts to spend
3e0 - skill pts to spend
Cheers,
adude
|
|
| Back to top |
|
 |
w4rl0 How do I cheat?
Reputation: 0
Joined: 23 Dec 2009 Posts: 7
|
Posted: Sat Aug 07, 2010 3:27 pm Post subject: |
|
|
| Noko_112 wrote: | There is a tutorial the follows the program use that that learn  |
Thnaks um which one is it, There is alot od tutorials.
|
|
| Back to top |
|
 |
KevinWagner Expert Cheater
Reputation: 2
Joined: 07 May 2007 Posts: 240 Location: Austria
|
Posted: Sat Aug 07, 2010 3:41 pm Post subject: |
|
|
| He means probably the Tutorial.exe in the Cheat Engine folder
|
|
| Back to top |
|
 |
|