View Single Post
Old 07-26-2024, 01:46 PM   #3
Marek
Groupie
Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.Marek ought to be getting tired of karma fortunes by now.
 
Marek's Avatar
 
Posts: 195
Karma: 1512344
Join Date: Jul 2023
Device: PW3, PW4 :(, KT5, PW5, KLC
1. get hbctool (pip3 install --upgrade git+https://github.com/bongtrop/hbctool@...e-contribution)
2. get kppmainapp.js.hbc
3. hbctool disasm KPPMainApp.js.hbc KPPMainApp
4. Find "Function<IsDeviceRegistered>" in instructions.hasm
5. Comment out last Call1 (put a ; before it)
6. put "LoadConstTrue Reg8:0" on a new line
7. hbctool asm KPPMainApp KPPMainApp.mod.hbc
8. replace in /app/KPPMainApp/js
9. profit?
Marek is offline   Reply With Quote