3.80 star(s) 10 Votes

EthanB86

Active Member
Jun 7, 2020
714
1,301
Have you ever used Cheat Engine Tables? Attach to the game process, activate the script(s), and wait for the address(es) to show up (when the timer function is called, i.e. timer is created).
The second script can be activated when the puzzle is started, it will eventually capture a pointer.
not working for me, dont think the variable adresses are matching
 

YemenBro

New Member
Feb 24, 2018
1
3
{
"levelData": [
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1, 1, 1]},
{"name": "", "times": [1, 1, 1, 1]},
{"name": "", "times": [1, 1, 1, 1, 1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": [1, 1, 1, 1]},
{"name": "", "times": [1]},
{"name": "", "times": [1, 1, 1]},
{"name": "", "times": []}
]
}

Just paste this in LocalLow/Himecutstudio in save.json
 

medhathobo

Newbie
Aug 20, 2017
81
134
A small CE table (v0.6).
Time and step progress scripts.
Freeze time ptr at any value except 0 (e.g. 0.01). Otherwise, steps will not be counted as completed.
You don't have permission to view the spoiler content. Log in or register now.
This worked just fine for me.
For anyone who doesn't know how CE works, it needs to actually see the numbers. Since the numbers are a timer, they need to run to make sure they are working.
First, keep the values. Then, turn on the Time and Progress scripts. Start a puzzle.
The value with a float should be on whatever the timer is at in the game, with more decimals unless you got insane timing. The 4 byte value should be 1 since you just started. In Value, change the float of time to 1, or even 0.5, or whatever.
Change the value of the progress 4 byte to however many steps are needed in the sequence you are doing.
Now, when you beat a puzzle, it will get the red target done, and you'll have it covered by a red tongue.
 
Last edited:

medhathobo

Newbie
Aug 20, 2017
81
134
This fucking game reminds me of the old newgrounds dating games. It asked players to do college level questions. I had an easier time with that than fucking kakurasu. My autistic ass can't process it at all, or it's broken. If it works like sudoku, I have absolutely solved some and it wouldn't progress.
 

bocizexe

Newbie
Jan 14, 2020
63
120
This fucking game reminds me of the old newgrounds dating games. It asked players to do college level questions. I had an easier time with that than fucking kakurasu. My autistic ass can't process it at all, or it's broken. If it works like sudoku, I have absolutely solved some and it wouldn't progress.
It's not like sudoku. Every column and every row must add up to the value on the end of their respective number. For example: 1731760600927.png

Red numbers are the rows, green numbers are the columns. Every pip has it's horizontal value on the top, and vertical value on the left. On the top row, the values must add up to 9. With the these numbers, you can only do that with 2+3+4. That means that the second column has a 1 in it, and the only way it can add up to 4 is add 3 to it. Then for the 3rd row because we added the 2, that means to get a 7 we have to add 1 and 4. Etc, hopefully you get the picture.

Some numbers that are easy to do are 1 (just a 1), 2 (just a 2), 8 (1+3+4) and 9 (2+3+4), so if you see these you can automatically put them in and work from there.

Thanks for coming to my Fap talk.
 
3.80 star(s) 10 Votes