Arboria (Table Request)
-
- Noobzor
- Posts: 5
- Joined: Sun Jul 19, 2020 2:18 pm
- Reputation: 0
Arboria (Table Request)
I would like someone to create table for Arboria,
I.e full health, full mana, max points, max golds...etc
I know it is "float" formats, but the game keep crashing when I make my own.
and thanks
Game Name: Arboria
Options Required:
Full Health
Full Mana
Max Gold
Max Points
...anything else that is good to have
Steam Website:
I.e full health, full mana, max points, max golds...etc
I know it is "float" formats, but the game keep crashing when I make my own.
and thanks
Game Name: Arboria
Options Required:
Full Health
Full Mana
Max Gold
Max Points
...anything else that is good to have
Steam Website:
Re: Arboria (Table Request)
here is player stats table including health and mana:madness_mind wrote: ↑Sun Jul 19, 2020 2:19 pmFull Health
Full Mana
Max Gold
Max Points
...anything else that is good to have
[Link]
edit: added unlimited item/consume:
Code: Select all
[ENABLE]
aobscanmodule(item,Arboria-Win64-Shipping.exe,29 AB C4 00 00 00) // should be unique
alloc(newmem,$1000,item)
label(code)
label(return)
newmem:
code:
//sub [rbx+000000C4],ebp
jmp return
item:
jmp newmem
nop
return:
registersymbol(item)
[DISABLE]
item:
db 29 AB C4 00 00 00
unregistersymbol(item)
dealloc(newmem)
- Attachments
-
- Arboria.CT
- (7.25 KiB) Downloaded 262 times
-
- Noobzor
- Posts: 5
- Joined: Sun Jul 19, 2020 2:18 pm
- Reputation: 0
Re: Arboria (Table Request)
Thank you so much
Re: Arboria (Table Request)
Thank You!
-
- Expert Cheater
- Posts: 461
- Joined: Sun Mar 24, 2019 1:38 am
- Reputation: 82
- KyleKatarn
- Table Makers
- Posts: 295
- Joined: Thu Feb 06, 2020 3:47 am
- Reputation: 252
Re: Arboria (Table Request)
Full release today, September 9th
Would appreciate an update.
Would appreciate an update.
Re: Arboria (Table Request)
Amazing share man! Nice work!astor wrote: ↑Mon Jul 20, 2020 5:43 amhere is player stats table including health and mana:madness_mind wrote: ↑Sun Jul 19, 2020 2:19 pmFull Health
Full Mana
Max Gold
Max Points
...anything else that is good to have
[Link]
edit: added unlimited item/consume:Code: Select all
[ENABLE] aobscanmodule(item,Arboria-Win64-Shipping.exe,29 AB C4 00 00 00) // should be unique alloc(newmem,$1000,item) label(code) label(return) newmem: code: //sub [rbx+000000C4],ebp jmp return item: jmp newmem nop return: registersymbol(item) [DISABLE] item: db 29 AB C4 00 00 00 unregistersymbol(item) dealloc(newmem)
The table isn't compatible with the new update unfortunately, it would be awesome if you could update it!
If anyone is capable to make a movespeed hack it would be nice!
- bloodsucker
- Expert Cheater
- Posts: 221
- Joined: Tue Mar 14, 2017 1:08 am
- Reputation: 25
Re: Arboria (Table Request)
can you update the table please it crash the game sometime
Re: Arboria (Table Request)
need update plz ^^
Re: Arboria (Table Request)
adjusted some offsets, seems to work fine now.
Made by astor
Info: I'll be on vacation till October, 4th. So if someone wants to continue and update this table, feel free
Made by astor
Info: I'll be on vacation till October, 4th. So if someone wants to continue and update this table, feel free
- Attachments
-
- Arboria.CT
- added scripts to get the addresses of crystals, transfered crystals and the green whatevers
- (26.36 KiB) Downloaded 245 times
Last edited by Marc on Sun Nov 21, 2021 10:25 am, edited 3 times in total.
- KyleKatarn
- Table Makers
- Posts: 295
- Joined: Thu Feb 06, 2020 3:47 am
- Reputation: 252
Re: Arboria (Table Request)
Thanks for updating, Marc. But health won't freeze. Seems to be the only thing still broken.
Appreciate the info and added note on the health value, works as described.
Appreciate the info and added note on the health value, works as described.
Last edited by KyleKatarn on Fri Sep 17, 2021 3:35 pm, edited 2 times in total.
Re: Arboria (Table Request)
there's another value only for display... but nasty to cheat this one, too.
Anyway, if I freeze health and stand between enemies I can get beaten up for hours without dying.
if you copy the health-entry and change the offset from +c to +8 and freeze this value, too, the displayed health is always "frozen value minus the last damage".
Anyway, if I freeze health and stand between enemies I can get beaten up for hours without dying.
if you copy the health-entry and change the offset from +c to +8 and freeze this value, too, the displayed health is always "frozen value minus the last damage".
- bloodsucker
- Expert Cheater
- Posts: 221
- Joined: Tue Mar 14, 2017 1:08 am
- Reputation: 25
Re: Arboria (Table Request)
"get address of the green somethings - I have no fucking clue what they are supposed for" - that is for the root tree success heal and that is for unlocking facility in-game also a progress as well
Re: Arboria (Table Request)
Ah, great to know. Thank you for the clarificationbloodsucker wrote: ↑Fri Sep 17, 2021 4:09 pm"get address of the green somethings - I have no fucking clue what they are supposed for" - that is for the root tree success heal and that is for unlocking facility in-game also a progress as well
- bloodsucker
- Expert Cheater
- Posts: 221
- Joined: Tue Mar 14, 2017 1:08 am
- Reputation: 25
Re: Arboria (Table Request)
NP, btw do you know why the changing value seems like nothing happen. I change toughness and others but my health is not changing anything, and it reset every time i "enchant" character. Kinda weird, feel like it missing kick boot.