Challenge description:

This game i'm playing is fun! There's this cube i'm trying to get into in the game though, and I just can't figure it out. Maybe you can help...? NOTE: You'll have to trigger a Unity Collider for the flag to show.

For this challenge we'll have to teleport inside the hollow white box to get the flag.

Untitled

Once again, I'll use Cheat Engine to do this. To teleport, we will have to modify our X, Y or Z coordinates. I'll go easy mode and choose the Y value, which is our height. This is the easiest option since the value always increases when we go up and decreases when we go down.

So let's find the address where our height is stored. If you look online, you will see that the Y value typically is a float value so we change our Value Type to Float. Now we can follow the cool guide we just found online.

Step 1: narrowing down the values

Since there is a yellow ramp next to the cube, we can use this to go up and down.

Untitled

We do a new scan for an unknown float value first, then we tell it if our value increased or decreased. I got the number of addresses down to 141, which we can put in our address list.

Click on the first address, then go to the last and press shift + left click to select everything. Then hit the red arrow pointing downwards to put them in our address list.

1f5fd4c6a94f42dc94954efb64ec9b2a.gif