Search results

  1. Tutorial Modding libil2cpp.so games tutorial for beginners with Video Tutorial

    hi, i know the basics of assembly language and how it works so my question is when i put: mov r0, #100 im putting 100 in the register 0 but if i try make x2 damage and not setting 100 basic damage i can't use add r0,r0 because i dont have anything in r0 or i am bad? so what i can do in this example?