- May 7, 2017
- 285
- 279
So does this still work or is it only on the older version? Because I can't even find the health or time.Cheat daddies , open cheat engine , go to job , search 0 , if you finish one job (0->1) , two job (1->2) , if you find value , you can change (sorry my english not good)
View attachment 755526
View attachment 755527
View attachment 755528
View attachment 755529
View attachment 755530 View attachment 755531 View attachment 755532
Maybe instead of going out of your way to call someone a bum, maybe try informing them on what to do and helping them.
Can someone add sound to the game please anyone?So does this still work or is it only on the older version? Because I can't even find the health or time.
from what I have seen I don't believe it's getting actual updates or anything else addedCan someone add sound to the game please anyone?
Yoooo I know its been two years since you posted this but I'm having trouble using the Cheat Engine in Hot Glue. I want to increase the health, time, and daddy values and I'm definitely close but I'm doing something wrong. I can't change the max health value past 20, so I tried leveling up but I haven't been able to find the address. When I change the daddy value it does go up but it begins ticking down to my starting amount. I assume the Arrow Wizard has to give you the daddies but I haven't been able to get that to work either.Greetings everyone,
I know this might be quite late, but better late than never. As promised. I compiled a visual walkthrough on how to get as much upgrades as you want. Note though, if everything is maxed, it doesn't even make sense. Apparently you are not supposed to be able to max everything. Big brain Design.
I've packed everything in a spoiler. Thorough explanation tends to be long. So without further ado, let's get into preparation for da wanking!
You don't have permission to view the spoiler content. Log in or register now.
Happy masturbating your brains out.
If I did an oopsie and didn't explain good enough, do send me a DM and I'll lend you a hand. Do note however, I do not know if this method could affect the game or OS of your system. Mine was a Windows 10, and my game was sometimes a bit funky loading for quite some time. I thought it was because I screwed with some code or so. /shrug No idea.
Cheers
EDIT: PS.: When I did the cheat and opened the game. This is what I was greeted with when I prepared to screenshot the walkthrough.
lulYou don't have permission to view the spoiler content. Log in or register now.
Has it been two years? Holy hell.You don't have permission to view the spoiler content. Log in or register now.
ah that's ok, thanks for taking a look at it. Have a nice day man!the assembly is obfuscated, would take so much to figure out where is what and why xD
View attachment 1610799
would have been easier if i played the game, but i don't really like it so... hard pass, sorry guys
Heck let me know if this actually has any new updates and isn't a nightmare to use with cheat engine anymoreno longer Abandoned? but don't see anything in changelog.
Thanks appreciate your contribution to the discussionI'll add on to the consensus about using cheat engine: You can't really modify Daddies directly, even if the game says you have plenty and it's ticking down, the game knows how much you should have and prevents you from simply adjusting the amount.
The best way to get money really is to modify the job completed counter (In my case I modified the level reached in the Candy Kingdom fight minigame and then died, which might be more direct than the jobs/arrow wizard route).
Additionally, if you kill the code that modifies your HP to be invincible it'll also kill the code that modifies enemy hp, so you won't be able to kill them. I'm sure there's something to be done with pointer scans but I never really learned how to do those.
Therefore for some challenges, like killing the large enemy in the internal candy kingdom minigame, you can just do a search for enemy HP and subtract the damage you do to it. For reference, I think the large enemy has 2000 HP.
There isn't a ton to use cheatengine for at the basic level, so I don't think we need to go too crazy. Standard techniques should be enough, getting a pile of Daddies basically unlocks the whole game for you afaik. Also, all the useful variables I came across are just 4 byte integers.
I admit I didn't really do the missions all that often, the only big girl I'm aware of was the one at the end of the Inside Candy Kingdom minigame, and mentioned her in particular because you get the XL Bra reward for defeating her but every one of her attacks will one-shot you.Thanks appreciate your contribution to the discussion
you mean the big girls you see on missions and stuff have about 2000hp?
So you just take that and how would you go about subtracting it in cheat engine?
Tbh I really like the big ones but there's almost no way to spent any significant amount of time in a scene with one
it's really hard to do and when you do get it there's no time to really appreciate it before its over. Really it would be nice
if there w as a way to use cheat engine to just force play scenes on a loop without having to do the fight everytime. Can't play this game with one hand
Yeah there's a ton of the big ones on the island missions, they're green there insteadI admit I didn't really do the missions all that often, the only big girl I'm aware of was the one at the end of the Inside Candy Kingdom minigame, and mentioned her in particular because you get the XL Bra reward for defeating her but every one of her attacks will one-shot you.
If there's any sort of level function in the missions themselves I'm not sure the same 2000HP info will hold, though at the very least level scaling seems to be *very* simple...little tadpole guys do 1/2 level damage, rounding up, Ballerina types do Level+1 damage, etc.
Either way, in cheat engine this would be used by doing an initial 4-Integer Exact Value search for 2000 (the HP), followed by Scan Type "Decreased value by ..." and then the damage you do, so if you hit it for 13 damage it'd be "Decreased value by>13" and just use that to find the enemy hp. Once you have the enemy hp, set it to 1 and hit it one more time and it's ded.
You can also just do Scan Type "Unknown Initial Value" if that's not working and you should still be able to use Scan Type "Decreased Value By..." in order to figure out its hp. No real obfuscation going on afaik.