Search found 1 match

by Bedvar
Sun May 03, 2020 8:44 am
Forum: Tables
Topic: Arty's Portal Knights Table
Replies: 64
Views: 77464

Re: Arty's Portal Knights Table

"Find Inventory Base" script for game with DLCs: [ENABLE] aobscanmodule(INJECT_getInv,portal_knights_x64.exe,49 8B F2 F3 A4) alloc(pCode,$1000,INJECT_getInv) label(_inv) label(pReturn) pCode: cmp rcx,134 jne @f mov [_inv],r10 @@: mov rsi,r10 repe movsb jmp pReturn _inv: dq 0 INJECT_getInv: jmp pCode...