Search found 26 matches
- Mon Apr 26, 2010 12:44 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
- Replies: 29
- Views: 53618
Re: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
Updated the first post. V 0.3 released. Also, like I said I'll take a little break to find a few more addresses. Actually, I only played through the game once, so I don't have a savegame with Kyouko and Kouin ^^'. And since I'd rather find the addresses myself, I'm gonna play through the game once m...
- Sun Apr 25, 2010 11:22 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
- Replies: 29
- Views: 53618
Re: [BETA] Yet another Eien no Aselia Trainer
I guess it'll be done tomorrow. It's 1:20 am here so I'm a little tired. But it won't take a lot of time to do. It'll be a lot of copy pasta. EDIT: Ok, I've modified the interface a little, but I still miss some addresses so tomorrow I'll add the level and stats modifiers for the character's I've al...
- Sun Apr 25, 2010 11:02 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
- Replies: 29
- Views: 53618
Re: [BETA] Yet another Eien no Aselia Trainer
I am currently remodelling the interface a little, and I'll add the level and stats modifier. I tried to put 10000 in Attack with yuuto, and I killed Temuorin in one blow
.

- Sun Apr 25, 2010 10:23 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
- Replies: 29
- Views: 53618
Re: [BETA] Yet another Eien no Aselia Trainer
Oh thanks for pointing that out, I forgot to include it. I'll rebuild it and include that dll in a couple of minutes.
EDIT
I updated the first post: and here's the new link http://www.megaupload.com/?d=J4FKETYF
I also added Uruka and Kyouko's functions.
EDIT
I updated the first post: and here's the new link http://www.megaupload.com/?d=J4FKETYF
I also added Uruka and Kyouko's functions.
- Sun Apr 25, 2010 10:17 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
- Replies: 29
- Views: 53618
Re: [BETA] Yet another Eien no Aselia Trainer
Actually, when you change class, the game recalculate the stats on level up. So you'll have to level up, and your stats will be recalculated based on the class you chose, so don't worry, it won't unbalance the game :D I modified the interface a little, and now it (barely) fits on a 1024*768 screen r...
- Sun Apr 25, 2010 9:57 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
- Replies: 29
- Views: 53618
Re: [BETA] Yet another Eien no Aselia Trainer
I just figured that it won't be usable on little screen resolution
I'll need to remake all the interface.

- Sun Apr 25, 2010 9:38 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
- Replies: 29
- Views: 53618
Re: [BETA] Yet another Eien no Aselia Trainer
I could send you the source code but it's really ugly :? . I used a tutorial as a basis: http://gamehacking.com/forums/tutorials-beginners/73-how-make-trainer-c-c.html . It's really good and explains the functions needed to Read/Write the memory. To make the GUI (Graphical User Interface), I used th...
- Sun Apr 25, 2010 9:05 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
- Replies: 29
- Views: 53618
Re: [BETA] Yet another Eien no Aselia Trainer
I have a question: do Uruka and Lesteena actually need a certain amount a love points for their routes? It's not mentioned in the guide so I assume they don't, but it'd be great if someone could confirm it.
- Sun Apr 25, 2010 8:53 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: Cheat Engine addresses? (only for cheaters lol)
- Replies: 24
- Views: 23907
Re: Cheat Engine addresses? (only for cheaters lol)
I already most addresses, and I can find the one I don't have yet. The game's memory follows a certain pattern. for exemple, you have the class value on 2 bytes, the following 2 bytes are for the Mind, the following 2 bytes are for the love points, and it's like that for every characters. So actuall...
- Sun Apr 25, 2010 8:47 pm
- Forum: Eien no Aselia - Kono Daichi no Hate de
- Topic: [BETA] Yet another Eien no Aselia Trainer (v 0.3)
- Replies: 29
- Views: 53618
[BETA] Yet another Eien no Aselia Trainer (v 0.3)
Hi guys. I am currently programming a trainer for Eien no Aselia all in C++. I know that theonegod already made a trainer, but I'm making this one for fun, because I like game hacking. This is my first time programming a trainer by myself, and this is also my first time programming a windowed applic...