Akebi-GC icon indicating copy to clipboard operation
Akebi-GC copied to clipboard

[New Feature Request] Stats Multiplier option

Open Kazuki7877 opened this issue 2 years ago • 5 comments

Hello, Could you please add the Stats Multiplier option on injector ? Here the code using in Cheat Engine Table and still working on 3.0 :

[ENABLE] {aobscanmodule(aostats,UserAssembly.dll,F3 0F ? ? ? F3 0F ? ? 48 8B ? ? ? ? ? ? F3 0F) alloc(nstats,$1000,aostats) alloc(set_stats,$4) label(rstats) label(resstats) set_stats: dd (float)50 nstats: movss xmm0,[set_stats] resstats: readmem(aostats,5) jmp rstats aostats: jmp nstats rstats: registersymbol(aostats resstats set_stats) } //SinGul4ritY aobscanmodule(hookStats,UserAssembly.dll,f3xxxxxxxxf3xxxxxx48xxxxxxxxxxxxxxf3xxxxxxf3xxxxxxxxf3xxxxxxf3xxxxxx48) // +4DC5816 alloc(newmem,64,hookStats) alloc(orgcode,5,hookStats)

label(return) label(set_stats)

registersymbol(hookStats) registersymbol(set_stats) registersymbol(orgcode)

orgcode: readmem(hookStats, 5)

newmem: movss xmm0,[set_stats] jmp return

set_stats: dd (float)50

hookStats: jmp newmem

return:

[DISABLE] hookStats: readmem(orgcode, 5)

unregistersymbol() dealloc()

Kazuki7877 avatar Aug 25 '22 12:08 Kazuki7877