Xiaofei New User 4 06/01/19 0 Thread Author Jun 17, 2019 #1 Does anyone know how to mod this codestage method ? I try to add Newobj, it not works. then , I use ldc.i4 ret 99999 , it also not work. If you can help me , I will appreciate that !
Does anyone know how to mod this codestage method ? I try to add Newobj, it not works. then , I use ldc.i4 ret 99999 , it also not work. If you can help me , I will appreciate that !
0x90 STMFD/LDMFD Approved Modder 323 11/08/18 491 Thread Author Jun 17, 2019 #2 If what u posted is just like that it seems to be returning an Int32 and not an obscured type, Just nop all that then do: Code: ldc.i4 9999 ret Check List of CIL instructions - Wikipedia for more info on how ldc loads values.
If what u posted is just like that it seems to be returning an Int32 and not an obscured type, Just nop all that then do: Code: ldc.i4 9999 ret Check List of CIL instructions - Wikipedia for more info on how ldc loads values.