Ashtaria
Ashtaria Posted on: 08/14/2013 4:12am
Quote Post

Anyone can help hack and found AoB for 1 hit kill or always get best item on game called Ashtaria?
here's the link http://apps.facebook.com/ashtaria/ashtaria_trunk/
hope anyone can help for hack this game.thanks

RE: [Request] Ashtaria Posted on: 08/14/2013 10:10am
Quote Post

Not what you wanted, but ... :)

Make a CT file with some entries of following assembler script. It is handy to make 2-3 version of the script for different amount of each drops, so, for example, 1 version drop lot of energy, then switch to a lesser energy version later, so that energy wont go too over the limit. Be caucious when editing the amount in red color, use format like 25 e8 07 (1000) for large value more than 127,  24 64 for smaller value, keep each red numbered line size (number of bytes) the same. Have fun~

Drops.

Aobscan(_drop,04 20 80 01 63 05 d0 66 ?? ?? 96 2a 12 07 00 00 29 d0 46 ?? ?? 00 96 12 ?? 03 00)
_drop + 18:
db 00 00
_drop + 27:
db 08 00

// ^-- for 100% drop something, item type drop is still random,
//     if no item drop, each following type of resource drop.

_drop + 041:// GOLD
db 00 00    //+8a next group
_drop + 059://+18
db 25 e8 07 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 07e://+25
db 25 e8 07 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 09e://+20
db 25 e8 07 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02

_drop + 0cb:// DIAMOND
db 00 00
_drop + 0e3:
db 24 64 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 108:
db 24 64 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 128:
db 24 64 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02

_drop + 155://EXP
db 00 00
_drop + 16d:
db 25 e8 07 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 192:
db 25 e8 07 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 1b2:
db 25 e8 07 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02

_drop + 1df://Hero Point (SKILL Point)
db 00 00
_drop + 1f7:
db 24 01 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 21c:
db 24 01 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 23c:
db 24 01 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02

_drop + 269:// Energy
db 00 00
_drop + 281:
db 24 03 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 2a6:
db 24 03 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
_drop + 2c6:
db 24 03 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02




No +karma or thanks post please,
we shall exchange appreciation via telepathy ;)
 

RE: [Request] Ashtaria Posted on: 08/15/2013 4:36am
Quote Post

thanks sir, i try and works. and your hack its awesome!!

RE: [Request] Ashtaria Posted on: 08/15/2013 6:38pm
Quote Post

haena could you please upload your cheat table ?

is this right ?

[ENABLE]
      
Aobscan(_drop,04 20 80 01 63 05 d0 66 ?? ?? 96 2a 12 07 00 00 29 d0 46 ?? ?? 00 96 12 ?? 03 00)    
_drop + 269:// Energy
db 00 00
_drop + 281:
db 24 03 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02

[DISABLE]

when i have to activate the aob ? at the starting screen ?

maybe would be easier for many here ;)

kind regards

Dre4m

RE: [Request] Ashtaria Posted on: 08/16/2013 8:21am
Quote Post

EXP not work for previous aob, the game don't process the exp part from a drop.

But I found the aob for exp multiplier, which is the social talent multipier.

I modified it to be 100x, and got a lot, too much, exp to level up 1 level, then my xp to next level became a huge amount, I can't level up anymore .... this game is so buggy :/

Anyweay, here the code,
@ com/dreamslair/ashtaria/main/helpers/StatHelper/applyCommanderSocialTalent
12 15 00 00 29 5d ?? ?? d3 60 ?? ?? 66 ?? ?? 46 ?? ?? 01 66 ?? ?? 24 00 af 12 14 00 00 62 04 60 ?? ?? d1 24 05 a2 24 64
12 00 00 00 29 5d ?? ?? d3 60 ?? ?? 66 ?? ?? 46 ?? ?? 01 66 ?? ?? 24 00 af 12 00 00 00 62 04 60 ?? ?? d1 24 05 a2 24 01


There are 5 result, should be matching the 5 types of resource. EXP is the 3RD one. You don't need other multiplier if previous aob work.
The aob modified the game to always apply the bonus, even you didn't got the talent. A 6x  multiplier (24 05 , 1 + 5) should be appropiate. WARNING: a too high multiplier may cause the xp to next level buggy, so that you may not level up again, like me >.< Also don't apply this multiplier when you are low level. It is better adjust the multiplier so that you can level up in 1 or 2 fight according to your progress, if you want to level fast.


CT FILE

Attached Files
Filename Filesize Downloads
1ashitaria.ct 8.44 KB 563



No +karma or thanks post please,
we shall exchange appreciation via telepathy ;)
 

RE: [Request] Ashtaria Posted on: 08/16/2013 10:08am
Quote Post
haenawolf Posted on: 08/16/2013 4:21am

EXP not work for previous aob, the game don't process the exp part from a drop.

But I found the aob for exp multiplier, which is the social talent multipier.

I modified it to be 100x, and got a lot, too much, exp to level up 1 level, then my xp to next level became a huge amount, I can't level up anymore .... this game is so buggy :/

Anyweay, here the code,
@ com/dreamslair/ashtaria/main/helpers/StatHelper/applyCommanderSocialTalent
12 15 00 00 29 5d ?? ?? d3 60 ?? ?? 66 ?? ?? 46 ?? ?? 01 66 ?? ?? 24 00 af 12 14 00 00 62 04 60 ?? ?? d1 24 05 a2 24 64
12 00 00 00 29 5d ?? ?? d3 60 ?? ?? 66 ?? ?? 46 ?? ?? 01 66 ?? ?? 24 00 af 12 00 00 00 62 04 60 ?? ?? d1 24 05 a2 24 01


There are 5 result, should be matching the 5 types of resource. EXP is the 3RD one. You don't need other multiplier if previous aob work.
The aob modified the game to always apply the bonus, even you didn't got the talent. A 6x  multiplier (24 05 , 1 + 5) should be appropiate. WARNING: a too high multiplier may cause the xp to next level buggy, so that you may not level up again, like me >.< Also don't apply this multiplier when you are low level. It is better adjust the multiplier so that you can level up in 1 or 2 fight according to your progress, if you want to level fast.


CT FILE



No, its no buggy for exp/level.. the game has 2 version,, 1st time is demo version and level is limited to 7, you must email they support for switch to main version game and your progress at demo ver will be delete or you will get switch button on end chapter demo version.

Attached Files
Filename Filesize Downloads
1ashitaria.ct 8.44 KB 563
RE: [Request] Ashtaria Posted on: 08/16/2013 11:13am
Quote Post
saintstreet Posted on: 08/16/2013 6:08pm
....

No, its no buggy for exp/level.. the game has 2 version,, 1st time is demo version and level is limited to 7, you must email they support for switch to main version game and your progress at demo ver will be delete or you will get switch button on end chapter demo version.



Do the aobs work for the main version then?
btw, The EXP assember script from the attached CT file likely not work for main version, since the bc byte at 0a offset is hardcoded to target 3RD results EXP.




No +karma or thanks post please,
we shall exchange appreciation via telepathy ;)
 

RE: [Request] Ashtaria Posted on: 08/16/2013 12:20pm
Quote Post
haenawolf Posted on: 08/16/2013 7:13am
Do the aobs work for the main version then?
btw, The EXP assember script from the attached CT file likely not work for main version, since the bc byte at 0a offset is hardcoded to target 3RD results EXP.


in main version build 100 tested on Diamond, Hero Point, Energy. Gold is useless if u have diamond, just EXP aob and xp multiplayer not work for me.

RE: [Request] Ashtaria Posted on: 08/16/2013 7:34pm
Quote Post

haenawolf could i post it on flash hacking with credit to you ?
 

RE: [Request] Ashtaria Posted on: 08/16/2013 10:10pm
Quote Post
migaman2010 Posted on: 08/16/2013 3:34pm

haenawolf could i post it on flash hacking with credit to you ?
 


It will be got patched quickly if you post on flash hacking or other group. trust me,it will be leech on everywhere if you do it.

RE: [Request] Ashtaria Posted on: 08/17/2013 7:31pm
Quote Post
any way how can i use those i try every thing but i can't make it work :(
RE: [Request] Ashtaria Posted on: 08/18/2013 2:30am
Quote Post
I don't have a program that allows me to run the scripts, but I do have a program that allows me to use aobs. Regarding your script at the start for 100% drop rates, I can find the  aob, but what exactly am I changing there to change the drop rates? Could you PM or post the actual aob switches?
RE: [Request] Ashtaria Posted on: 08/26/2013 6:02am
Quote Post
Ashtaria Hack (everything) : Use Charles
RE: [Request] Ashtaria Posted on: 08/26/2013 9:14pm
Quote Post
Which url am I looking for in the Charles session?
RE: Ashtaria Posted on: 08/27/2013 4:01pm
Quote Post
Everything is 4byte x 8+6  you can change your gems with it so you can buy energy and the vip armor sets