Epic Battle Fantasy
-migrated-
Epic Battle Fantasy Posted on: 05/08/2009 11:32pm
Quote Post
WEll good API and Good rating

CE*8 for HP,MP,Money

I want to find attack but cannot anyhelp?
Re: Epic Battle Fantasy Posted on: 05/09/2009 2:04am
Quote Post
Well i never found out how to do the attack, but i finaly beat it

Note: If anyone plays this on Epic, make SURE you hack your HP to 15000+. There are 2 bossess that will do a move for around that dmg
Epic Battle Fantasy Posted on: 06/24/2009 5:50am
Quote Post
A Pretty Cool game

Money , x8

HP , MP x8 (Dont use next scan)
Re: Epic Battle Fantasy Posted on: 06/24/2009 7:06am
Quote Post
Quote from: "superald09"
A Pretty Cool game

Money , x8

HP , MP x8 (Don't use next scan)


You're allowed to search right?
Re: Epic Battle Fantasy Posted on: 06/24/2009 9:29am
Quote Post
Quote from: "lol xD"
Quote from: "superald09"
A Pretty Cool game

Money , x8

HP , MP x8 (Don't use next scan)


You're allowed to search right?

ohhhh

sorry
Re: Epic Battle Fantasy Posted on: 06/24/2009 10:14am
Quote Post
ok, i found how to get spell charge time, you cant lock it at 0, its kinda gay but evry time you wanna use it change the value to 25, for the ice shard spell, between 1170 an 1300 (i froze right after spell use and got 1184) ill update for other spells

*edit, for me money hy ect is 4 byte*1
Re: Epic Battle Fantasy Posted on: 06/24/2009 12:40pm
Quote Post
Money:
96 0c 00 00 6d 6f 6e 65 79 00 07 b0 36 00 00 => 96 0c 00 00 6d 6f 6e 65 79 00 07 FF FF FF 00

Damage:
96 05 00 07 0a 00 00 00 0d 47 0c 96 07 00 07 01 00 00 00 08 0a => 96 05 00 07 FF FF FF 00 0C 47 0C 96 07 00 07 01 00 00 00 08 0A

Edit:
How the damage hack works:

Code: [Select]
P1.damage = randam();
Code: [Select]
function randam()
{
return (Math.round(_global.damage * (1 + Math.random() / 10)));
}
That piece of code changes your damage to _global.damage * (1 + (0-1 / 10))

Now to the hacking part:

96 05 00 07 0a 00 00 00 0d 47 0c 96 07 00 07 01 00 00 00 08 0a
return (Math.round(_global.damage * (1 + Math.random() / 10)));
=>
96 05 00 07 FF FF FF 00 0C 47 0C 96 07 00 07 01 00 00 00 08 0A
return (Math.round(_global.damage * (65535 + Math.random() * 10)));
Re: Epic Battle Fantasy Posted on: 06/24/2009 12:57pm
Quote Post
Wow, that's amazing, KH. How did you find the AOB for damage?

Oh, I just tried it, and it doesn't work well for the damage hack. Your hits are hugely insane, but so are the enemies. So, when there are 3 enemies, you'll die.

EDIT: I tried changing the 4 values that I found on a 4byte for my health (79992), I changed them all the the max that CE would allow (1970894848), but I still died after one hit.

EDIT 2: Of course, this is of no importance if using the specials that attack all enemies at the same time, so I guess it's not too important (broken image removed)

Great work, KH, the medals are quickly gotten using this hack with a bushido wind slash.





Tookie