Skip to content

Commit

Permalink
Update secretlol.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XtronXI authored Aug 11, 2024
1 parent 426e58f commit 01dc022
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions secretlol.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,16 @@ To crack Minecraft for Windows, you will need to change the dll using the Intera
You will have to make so that when Minecraft asks for the license, the isTrial property becomes false no matter what.
This value is stored in a register called `cl`. To do this change, you will have to make so that when isTrial runs, `cl` is set to `0` (false).

::: info Note
If the value of `cl` is 1, then the specific app will be limited in access.

If the value of `cl` is 0, then the you will get full access in the specific app.
:::

Watch the video below to do it:

<iframe width="420" height="315" src="https://youtube.com/embed/h2W6vzLN8Fg"></iframe>

**Note:**
- If the value of `cl` is 1, then the specific app will be limited in access.
- If the value of `cl` is 0, then the you will get full access in the specific app.

## Extra Methods

ClipsSVC
Expand Down

0 comments on commit 01dc022

Please sign in to comment.