Additional Info
|
WEll good API and Good rating
CE*8 for HP,MP,Money I want to find attack but cannot anyhelp? |
Additional Info
|
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 |
Additional Info
|
A Pretty Cool game
Money , x8 HP , MP x8 (Dont use next scan) |
Additional Info
|
Quote from: "superald09" A Pretty Cool game You're allowed to search right? |
Additional Info
|
Quote from: "lol xD"
ohhhh sorry |
Additional Info
|
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 |
Additional Info
|
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() 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))); |
Additional Info
|
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 |