Arboria (Table Request)

Ask about cheats/tables for single player games here
Post Reply
madness_mind
Noobzor
Noobzor
Posts: 5
Joined: Sun Jul 19, 2020 2:18 pm
Reputation: 0

Arboria (Table Request)

Post by madness_mind »

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 :D

Game Name: Arboria
Options Required:
Full Health
Full Mana
Max Gold
Max Points
...anything else that is good to have
Steam Website:

astor
Table Makers
Table Makers
Posts: 133
Joined: Mon Apr 20, 2020 12:29 am
Reputation: 117

Re: Arboria (Table Request)

Post by astor »

madness_mind wrote:
Sun Jul 19, 2020 2:19 pm
Full Health
Full Mana
Max Gold
Max Points
...anything else that is good to have
here is player stats table including health and mana:

[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 175 times

madness_mind
Noobzor
Noobzor
Posts: 5
Joined: Sun Jul 19, 2020 2:18 pm
Reputation: 0

Re: Arboria (Table Request)

Post by madness_mind »

Thank you so much

User avatar
moxxie
Cheater
Cheater
Posts: 28
Joined: Sat Sep 09, 2017 2:04 am
Reputation: 3

Re: Arboria (Table Request)

Post by moxxie »

Thank You!

chrisreddot3
Expert Cheater
Expert Cheater
Posts: 450
Joined: Sun Mar 24, 2019 1:38 am
Reputation: 80

Re: Arboria (Table Request)

Post by chrisreddot3 »

astor wrote:
Mon Jul 20, 2020 5:43 am
...
Thanks almost nothing works anymore,can we get some update? :)

User avatar
KyleKatarn
Table Makers
Table Makers
Posts: 289
Joined: Thu Feb 06, 2020 3:47 am
Reputation: 234

Re: Arboria (Table Request)

Post by KyleKatarn »

Full release today, September 9th
Would appreciate an update.

User avatar
dinoid
Expert Cheater
Expert Cheater
Posts: 74
Joined: Wed May 27, 2020 12:38 pm
Reputation: 18

Re: Arboria (Table Request)

Post by dinoid »

astor wrote:
Mon Jul 20, 2020 5:43 am
madness_mind wrote:
Sun Jul 19, 2020 2:19 pm
Full Health
Full Mana
Max Gold
Max Points
...anything else that is good to have
here is player stats table including health and mana:

[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)
Amazing share man! Nice work!
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!

User avatar
bloodsucker
Expert Cheater
Expert Cheater
Posts: 218
Joined: Tue Mar 14, 2017 1:08 am
Reputation: 25

Re: Arboria (Table Request)

Post by bloodsucker »

can you update the table please it crash the game sometime

infantry
Noobzor
Noobzor
Posts: 6
Joined: Fri Aug 18, 2017 3:43 am
Reputation: 0

Re: Arboria (Table Request)

Post by infantry »

need update plz ^^

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: Arboria (Table Request)

Post by Marc »

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 :D
Attachments
Arboria.CT
added scripts to get the addresses of crystals, transfered crystals and the green whatevers
(26.36 KiB) Downloaded 174 times
Last edited by Marc on Sun Nov 21, 2021 10:25 am, edited 3 times in total.

User avatar
KyleKatarn
Table Makers
Table Makers
Posts: 289
Joined: Thu Feb 06, 2020 3:47 am
Reputation: 234

Re: Arboria (Table Request)

Post by KyleKatarn »

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.
Last edited by KyleKatarn on Fri Sep 17, 2021 3:35 pm, edited 2 times in total.

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: Arboria (Table Request)

Post by Marc »

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".

User avatar
bloodsucker
Expert Cheater
Expert Cheater
Posts: 218
Joined: Tue Mar 14, 2017 1:08 am
Reputation: 25

Re: Arboria (Table Request)

Post by bloodsucker »

"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

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: Arboria (Table Request)

Post by Marc »

bloodsucker 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
Ah, great to know. Thank you for the clarification

User avatar
bloodsucker
Expert Cheater
Expert Cheater
Posts: 218
Joined: Tue Mar 14, 2017 1:08 am
Reputation: 25

Re: Arboria (Table Request)

Post by bloodsucker »

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.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], blouy, ezafach, Sand01chi, Sensei7, walnar1423