Skip to content

Commit 8ebb81c

Browse files
committed
readme
1 parent b86f878 commit 8ebb81c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# namehax
22
## What is namehax?
3-
Namehax is a tool that lets you bypass the flagged name screen on the league client. [example](https://i.imgur.com/QyqAWEn.png). It does so by patching the string 'nameChangeFlag' in memory, causing the internal json deserializer to default the value to false. It has a hard-coded memory offset but you can use `namehax.exe -d "nameChangeFlag"` to dump a new offset, or any other string you wish to patch. You can then use `namehax.exe -o <offset>` to use that custom offset.
3+
Namehax is a tool that lets you bypass the flagged name screen on the league client. [example](https://i.imgur.com/QyqAWEn.png). It does so by patching the string 'nameChangeFlag' in memory, causing the internal json deserializer to default the value to false. It has a hard-coded memory offset but you can use `namehax.exe -d "nameChangeFlag"` to dump a new offset, or any other string you wish to patch. You can then use `namehax.exe -o <offset>` to use that custom offset.
4+
5+
## How to use?
6+
Just run `namehax.exe` after opening the league cient. Then login.

0 commit comments

Comments
 (0)