Approved Net. Reflector tutorial by EMT

if single will be ldc.r4 = 9999999 or any number you like with but must have max 7 numbers
if int32 will be ldc.i4 = 99999999 or any number you like with but must have 8 number max
oh yeah u are right that will still show number if still only 7 digit. but i like to use them to near the limit.

oh btw, Im just tring to create an interconnected function, i mean that the first function will be determined by the second function.
Untitled2.webp
many test but still no luck. since i have no basic programing so i will no wonder why i cant make it lol but only this that near success i guess cuz another try is makes the function ambiguous.
 
anyone whos know all the opcode with their operand please kindly to hit me with the list. thank you
i need to try all of them cuz i cant find any example for how to use those opcode. i mean i cant get the list. em i mean i just need what operand it use for those opcode. more than it i also appreciate more (just the list u willing to share. pm me if u not willing to share in public)
Uint32 can use ldc.i4
ldc.i4.s is byte bro
also ldc.i4.s is really Byte not SByte?
cuz the opcode and operand is not match
 
Keep in mind, some functions you DONT want to edit no matter how real the name sounds. For example, if it says get_attack: Void, you probably won't be editing that function because of the void there.
Yeah some game cause freeze bcuz of wrong edited but luckily it's work for me. For example when the int32 doesn't give any effect (on my experience that a game have a skill with absorbing enemy to a spot. Then I was tried to edit it to move it to other spot or make the spot bigger, increasing the absorb speed and expanded the range of absorbing. It was success but wew I think player doesn't need it since it have God mode, massive dmg and wide attack)
Key for editing:
Int32 = ldc.i4
Int64 = ldc.i8
Single = ldc.r4
Double = ldc.r8
String = ldstr

This is a good list for starters. Although you probably already knew these. :p
Lol yeah. I can understand them all. But I never use string to edit existing dialogue lol but it fun really :yum:
 
how can i change value from this?or this is not the one i should change?
 

Attachments

  • how.webp
    how.webp
    18.6 KB · Views: 122
Can't change bro that is a field you use them when you call for instance

Ldfld = filed reference = maxenemyhp
 
there in another tutorial in the comment. Malfurion give how to do it. Read the comment. U will get many info.
it seems the post got deleted?and there's no user with that ID?
anyway did i do this right?with ldc.i4 followed by ret?
and what is call opcode?
 

Attachments

  • this.webp
    this.webp
    40.3 KB · Views: 107
it seems the post got deleted?and there's no user with that ID?
anyway did i do this right?with ldc.i4 followed by ret?
and what is call opcode?
no la.the thread another tutorial netreflector. in section comment u got many info if u read all.
just try, no try no suces. try-fail-try-fail-try-suces GL :D
 
wow its full tutorialnya of moding ty btw can u make video to make it 100% XD
 
BTW what about this picture bro @stelau4 how to edit,coz im try edit for ldcr.4 n make 9999999 but not working in game like normalupload_2016-11-22_9-46-10.webp ,n try make int32 with ldci4 player with enemy cant die just always hit n hit done after time 0


upload_2016-11-22_9-46-10.webp
 
BTW what about this picture bro @stelau4 how to edit,coz im try edit for ldcr.4 n make 9999999 but not working in game like normal[Attachment removed from Quotes] ,n try make int32 with ldci4 player with enemy cant die just always hit n hit done after time 0


[Attachment removed from Quotes]
I believe it is for true or false
What game isit?
 
everything is shared , unless you split the function everything will be the same for both player and enemy
 
Hello and thanks for the tut. but I have a few questions;

1) the first apk file I downloaded didn't had any assets so I opened up lib but all the files are ending with .so, is there a way to change them to .dll? I downloaded Hex Editor but I don't know what to do...

2) the second apk file had assets but didn't had any .dll files in it, so I searched for a lib for there was no lib.

so to mod these what can I do? , please help me about this.
 
Back
Top Bottom