Heartwood online
- Heartwood online
- What is cheating?
- Posts: 1
- Joined: Sun Aug 20, 2023 8:21 pm
- Reputation: 0
Heartwood online
Hey, if anyone can do something with this game, that would be great. Anything really.. I was trying but without any useful results
Game Name: Heartwood online
Game Engine: Unity engine
Game Version: Early Access ( release 18.8.2023 )
Steam Website:
* Money
* XP
* Godmode
* Invetory edit
* Damage edit
* Talents edit
* Drop edit
Game Name: Heartwood online
Game Engine: Unity engine
Game Version: Early Access ( release 18.8.2023 )
Steam Website:
* Money
* XP
* Godmode
* Invetory edit
* Damage edit
* Talents edit
* Drop edit
Last edited by Heartwood online on Sun Aug 20, 2023 9:27 pm, edited 1 time in total.
-
- Cheater
- Posts: 35
- Joined: Sat Mar 06, 2021 11:05 am
- Reputation: 4
Re: Heartwood online
its also a online game chances are you cant do much at all and isnt this for single player games
Re: Heartwood online
Simple CE scans won't work
I found coins in 4byte search but that was only visual change
and I change gem prize for mount to 0 and even -100 but it looks like after purchase game will double check prize so it didn't work
I was also trying to get items values but I didn't find any results
I didn't tryied everything it was my Simple CE Scaning
There's a lot things in game that I wasn't trying to scan like skill points, shop prizes, stats, movement speed, exp
But I was able to change kills count simply using increases scans
and if this game engine is unity there's chances to change game code
I found coins in 4byte search but that was only visual change
and I change gem prize for mount to 0 and even -100 but it looks like after purchase game will double check prize so it didn't work
I was also trying to get items values but I didn't find any results
I didn't tryied everything it was my Simple CE Scaning
There's a lot things in game that I wasn't trying to scan like skill points, shop prizes, stats, movement speed, exp
But I was able to change kills count simply using increases scans
and if this game engine is unity there's chances to change game code
Re: Heartwood online
Following this tutorial
I made unlocker for cosmetic stuff free to use and change abilities cooldown to 0 .
If only my C++ coding was better I would be able to do more
I found out golden coins and items giver addresses but I don't know how to actually use them every time game crashed when I messing with them...
I made also skill points value changer but it was only visual change ....
There were few address related to dmg and crit hit but hook I made didnt worked
I made unlocker for cosmetic stuff free to use and change abilities cooldown to 0 .
If only my C++ coding was better I would be able to do more
I found out golden coins and items giver addresses but I don't know how to actually use them every time game crashed when I messing with them...
I made also skill points value changer but it was only visual change ....
There were few address related to dmg and crit hit but hook I made didnt worked
-
- What is cheating?
- Posts: 3
- Joined: Thu May 05, 2022 1:38 am
- Reputation: 1
Re: Heartwood online
hey u can provide me this code for abilities cooldown 0? or the dll, i need this, pleaseeDeTripleX wrote: ↑Thu Aug 24, 2023 9:29 pmFollowing this tutorial
I made unlocker for cosmetic stuff free to use and change abilities cooldown to 0 .
If only my C++ coding was better I would be able to do more
I found out golden coins and items giver addresses but I don't know how to actually use them every time game crashed when I messing with them...
I made also skill points value changer but it was only visual change ....
There were few address related to dmg and crit hit but hook I made didnt worked
Re: Heartwood online
I changed the speed and hp but the server denies it :/
Re: Heartwood online
How about you guys cool off and stop posting about online games? Please read the rules.
Re: Heartwood online
I'm trying to make a bot for farming, but I'm having a problem when animals like bees start attacking and causing damage, the character can't get out of place
Re: Heartwood online
how to unlock and skill 0 secoundDeTripleX wrote: ↑Thu Aug 24, 2023 9:29 pmFollowing this tutorial
I made unlocker for cosmetic stuff free to use and change abilities cooldown to 0 .
If only my C++ coding was better I would be able to do more
I found out golden coins and items giver addresses but I don't know how to actually use them every time game crashed when I messing with them...
I made also skill points value changer but it was only visual change ....
There were few address related to dmg and crit hit but hook I made didnt worked
-
- What is cheating?
- Posts: 1
- Joined: Sun Feb 04, 2024 7:16 pm
- Reputation: 0
Re: Heartwood online
Registered an account just to say you lied, the skill casting is server-sided. I'll post my actual attempt here as proof.
In the function
AbilityButton__interact
, there is a check for cool down:
Code: Select all
if ( Stats__getAbilityCharges(stats, this->fields.ability, 0i64) <= 0 )
return;
Player__triggerAbility
so you can also hook that. Inspecting the packets shows that it sends multiple ability-casting commands to the server, but nothing happens, only a mere animation.Everything in this game is server-sided, so I highly doubt that you can do anything with Cheat Engine, the only way to cheat this game is to find a vulnerability in its communication.
-
- What is cheating?
- Posts: 1
- Joined: Sun Mar 17, 2024 2:44 am
- Reputation: 0
Re: Heartwood online
Hey can I message you privately? Regarding your message I did some digging around myself and found something interesting, shouldn't be sharing it in public until I think you can verify it first then we can see what we can do.anonmisuke wrote: ↑Sun Feb 04, 2024 7:29 pmRegistered an account just to say you lied, the skill casting is server-sided. I'll post my actual attempt here as proof.
In the functionAbilityButton__interact
, there is a check for cool down:Bypassing this conditional jump is enough, further down the function, it callsCode: Select all
if ( Stats__getAbilityCharges(stats, this->fields.ability, 0i64) <= 0 ) return;
Player__triggerAbility
so you can also hook that. Inspecting the packets shows that it sends multiple ability-casting commands to the server, but nothing happens, only a mere animation.
Everything in this game is server-sided, so I highly doubt that you can do anything with Cheat Engine, the only way to cheat this game is to find a vulnerability in its communication.
Who is online
Users browsing this forum: Livaliz, sanedecline, softstar