Book of Mages: The Dark Ages
-migrated-
Book of Mages: The Dark Ages Posted on: 05/29/2010 1:18am
Quote Post
http://www.nobstudio.com/games/play/book-of-mages-the-dark-times
Life and mana are 4byte*8. I believe that special is, too, but I haven't tested it yet. I've been experimenting with skill points and I am yet to figure it out.
Re: Book of Mages: The Dark Ages Posted on: 05/29/2010 1:28am
Quote Post
System Bot
Heh, I thought that game was server-sided.. anyways I'm currently looking for AoBs.

Try these out (I'm not sure if they will work)

High life level
96 03 00 09 f1 01 4e 96 05 00 07 01 00 00 00 =>
96 03 00 09 f1 01 4e 96 05 00 07 7f 00 00 00

High mana level
96 03 00 09 f2 01 4e 96 05 00 07 01 00 00 00 =>
96 03 00 09 f2 01 4e 96 05 00 07 7f 00 00 00

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Book of Mages: The Dark Ages Posted on: 05/29/2010 3:08am
Quote Post
Just tested, neither of them work.
Re: Book of Mages: The Dark Ages Posted on: 05/29/2010 3:11am
Quote Post
System Bot
Quote from: "Thirsk"
Just tested, neither of them work.
I thought so.. I tried a couple of other AoBs and none of them work. Did you find out by now what Skillpoints are? I tried 4Bytes *1/*8/*8+4/*8+6, Double *1/*8/*8+4/*8+6 and nothing works. Seems like its not possible to find that number with CE. (broken image removed)

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Book of Mages: The Dark Ages Posted on: 05/29/2010 3:21am
Quote Post
Seems so. Just tried skill points with 2byte *1, *8, *8+4, and *8+6. Also tried the same process with 8byte, still no luck.
EDIT: Just found out that you can hack the level of the skill, so a skill point hack is unnecessary.
Re: Book of Mages: The Dark Ages Posted on: 10/05/2010 10:00pm
Quote Post
I can't seem to change my health or mana, I have multiplied by 8 and searched (4-byte) and just find nothing each time.  any ideas?
Re: Book of Mages: The Dark Ages Posted on: 10/06/2010 1:59am
Quote Post
Quote from: "maynoth"
I can't seem to change my health or mana, I have multiplied by 8 and searched (4-byte) and just find nothing each time.  any ideas?

It works. Did you check to see if you attached onto plugin-container.exe instead of firefox?
Re: Book of Mages: The Dark Ages Posted on: 10/06/2010 1:29pm
Quote Post
AFAIK, you can only change your current health, (the location of which changes each battle), and not your max health.

Which one did you manage to get, lurkling?


edit: And immediately after posting this, I noticed the 'level' box in the training grounds for the first time.

The level is 4bytes*8, works for mana, and probably, as hinted above, for every skill that has a level.
Re: Book of Mages: The Dark Ages Posted on: 10/06/2010 3:29pm
Quote Post
weird ok, yes I am absolutely sure I am using the plugin container process but cannot seem to find mana in 4-byte exact value.  

it starts as 30 * 8 is 240
then 50 * 8 is 400

nothing :C
Re: Book of Mages: The Dark Ages Posted on: 10/06/2010 4:56pm
Quote Post
Quote from: "maynoth"
weird ok, yes I am absolutely sure I am using the plugin container process but cannot seem to find mana in 4-byte exact value.  

it starts as 30 * 8 is 240
then 50 * 8 is 400

nothing :C

It sounds like you're trying to change max mana, not current. Search for it during a battle, cast a spell, search again.
Re: Book of Mages: The Dark Ages Posted on: 10/06/2010 6:09pm
Quote Post
Or try changing the level of it. I couldn't find the max mana, but the level of my mana was easily hacked to give me a couple billion max mana.

You can find the current level in the training grounds, when you hover over 'mana'; unless you've pumped a lot in it, it should be low; 50 mana would be level 2.
Re: Book of Mages: The Dark Ages Posted on: 10/06/2010 8:04pm
Quote Post
Enemy deals damage to himself:
04 03 4e 96 06 00 08 b1 04 01 04 03 =>
08 11 4e 96 06 00 08 b1 04 01 08 11

Casting a spell reduces enemy mana: (change first result)
04 02 4e 96 06 00 08 87 04 01 04 02 4e 96 02 00 08 87 =>
08 11 4e 96 06 00 08 87 04 01 08 11 4e 96 02 00 08 87

Skill points are level0:/skillpoints
Make sure you've accessed them first, though (as in: used one). End-results are 4b*8.
Re: Book of Mages: The Dark Ages Posted on: 10/06/2010 8:08pm
Quote Post
System Bot
Quote from: "Zirak"
Didn't test anything yet.

[...]

Mana doesn't decrease: (change first result)
4e 96 06 00 08 87 04 01 04 02 4e 96 02 00 08 87 =>
3e 96 06 00 08 87 04 01 04 02 4e 96 02 00 08 87
How can you know which results to change, when you didn't test it? :-P

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Book of Mages: The Dark Ages Posted on: 10/06/2010 8:11pm
Quote Post
Quote from: "phreneticus"
Quote from: "Zirak"
Didn't test anything yet.

[...]

Mana doesn't decrease: (change first result)
4e 96 06 00 08 87 04 01 04 02 4e 96 02 00 08 87 =>
3e 96 06 00 08 87 04 01 04 02 4e 96 02 00 08 87
How can you know which results to change, when you didn't test it? :-P
I've seen the code.
Re: Book of Mages: The Dark Ages Posted on: 10/06/2010 8:13pm
Quote Post
System Bot
Quote from: "Zirak"
Quote from: "phreneticus"
Quote from: "Zirak"
Didn't test anything yet.

[...]

Mana doesn't decrease: (change first result)
4e 96 06 00 08 87 04 01 04 02 4e 96 02 00 08 87 =>
3e 96 06 00 08 87 04 01 04 02 4e 96 02 00 08 87
How can you know which results to change, when you didn't test it? :-P
I've seen the code.
But how can you know how many results there will be? There is probably just one.

This post was imported from an account that no longer exists!
Previous Name: phreneticus