legitmod
New User
- 11
- 02/12/17
- 6
Thread Author
thanxs brah i think im understanding so if it calls to lets say get_cash ill delete everything leavint the call an ret funtion and create icr.4 int32 9999999999.???Single = ldc.r4 >>> double = ldc.r8
int32 = ldc.i4 >>> int64 = ldc.i8
try to return one of those values
and for Void + boolean i've explained some of it here read this thread
https://androidrepublic.org/forum/threads/how-to-edit-void-boolean-entries-on-net-reflector.21173/
for cash you may want to look in SpendCash then look for a SUB OpCode assuming it's there .. and change it to Add OpCode so instead of decreasing on spending cash it will increase .. good luck