https://github.com/zordon1337/1v1.lol-offsetdumper
https://github.com/zordon1337/1v1.lol-offsetdumper
1v1lol 1v1lol-game cheat cheating internal offsetdumper
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zordon1337/1v1.lol-offsetdumper
- Owner: Zordon1337
- Created: 2024-07-30T10:19:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T20:11:34.000Z (10 months ago)
- Last Synced: 2025-01-13T20:41:47.514Z (5 months ago)
- Topics: 1v1lol, 1v1lol-game, cheat, cheating, internal, offsetdumper
- Language: C#
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1v1.lol-offsetdumper
"Offset" dumper for 1v1.lol which is actually just finding class names
## ps: it recomended to read source code before using, otherwise you may not understand how to read offset dumpExample dump:
```
[GDMIIOPGIJI] PlayerInfo->PlayerXP
[GCCNGNHHLMC] PlayerInfo->PlayerUsername
[NALHMIPKGPO] PlayerController->LocalPlayer
[LFMCIILGNAJ] PlayerController->PlayerHealth
[HBPLNFBJBCI] PlayerController->vThirdPersonController
[GOAKEKDAKJP] PlayerController->PlayerSkinManager
[ODPKDHPJNKP] PlayerController->PlayerEffects
[NFICAPHFDOF] PlayerController->WeaponsController
[OMAIBBFNHCN] PlayerController->EmoteManager
[NLNKNHENDDE] PlayerController->PlayerBoundaries
[AHMPOHOEFGF] PlayerController->PlayerStatModifiers
[OJLHKIFIADP] PlayerController->PlayerAbilities
[PKHFKJGOEKG] PlayerController->PlayerStatusEffects
[ANBLFNMKPOM] PlayerController->PlayerRevive
[OAHKGPBBLCP] PlayerController->IsBot
[JDJGEBHGLMI] PlayerController->IsTeammate
[HGJCDHLIOII] PlayerController->PlayerInfo
```## How to use
1. Compile Dumper
2. Open Assembly-Csharp.dll in DnSpy
3. Find Class "PlayerController"
4. File->Save Code. And save it in Folder with Dumper as PlayerController.cs
5. In PlayerController find line like ```public BABFPNELLFA HGJCDHLIOII```, it should 7th variable from class start
6. Open the variable type class(BABFPNELLFA in this case, just double click on variable type in DnSpy)
7. Do the same thing as in step 4 but save file as PlayerInfo.csPlease keep in mind that small change in 1v1.lol code can break the dumper