does someone know how to restore the "Add 100 Million to tagged Resource" back to any normal amount ?
there is an disabled function in the table line 668:
pHook:
/*sub eax,esi // restore Resource to original value; yeah, cuz I can
mov esi,#100000000 // change the amount here to the value you want; thought it would also modify the visuals
oh well
add eax,esi // re-add
@@:
mov r8,rbx
mov r9d,eax
jmp PBYTE_AddResource+6*/ //Title Update 7
mov esi,#100000000
@@:
lea r9d,[rsi+rax]
mov rax,[rbp+60]
jmp PBYTE_AddResource+8
PBYTE_AddResource:
jmp pHook
db 90 90 90
[DISABLE]
PBYTE_AddResource:
//db 49 89 D8 41 89 C1 //Title Update 7
db 44 8D 0C 06 48 8B 45 60
but i dont know how to script that to work...