Tags: bin memory 

Rating:

# Tea clicker
1. Intro
2. Memory manipulation

## Intro

We have a little game like a cookie clicker, but with tea, and we get the flag if we reach 999,999,999,999 points.

It's too much, let's cheat!

![](https://imgur.com/YokWmRR.png)

## Memory manipulation

For this, we're going to use CheatEngine. It's a tool which allow to manipulate memory, for example to change a value.

Let's attach CheatEngine to Tea clicker

![](https://imgur.com/lCInHS6.png)

Perform the `first scan` of the memory

![](https://imgur.com/wRymA9M.png)

Now we change the value and proceed to a `second scan`

![](https://imgur.com/MQ6skpR.png)

Do it 3-4 times, until you have only one value

This is the value the score.

Right click, and `"Change the value of a selected adress"`

![](https://imgur.com/nwAriKs.png)

Put something like 999,999,999,999

Click on the tea cup, and you get the flag !

![](https://imgur.com/5qcjOVb.png)

Flag : `rctp{w0w_ur_5uch_a_t2^_g^m3r}`

-----

*If you have any questions, you can dm me on Discord, nhy47paulo#3590*