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!

## 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

Perform the `first scan` of the memory

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

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"`

Put something like 999,999,999,999
Click on the tea cup, and you get the flag !

Flag : `rctp{w0w_ur_5uch_a_t2^_g^m3r}`
-----
*If you have any questions, you can dm me on Discord, nhy47paulo#3590*