Search results

  1. Tutorial Modify Obscured types in any CodeStage Anti-Cheat games

    @zeniel Delete Offset 1 and 6 set Offset 0 to this using Reflexil OpCode "ldc.r4" Operand type "Single" Operand "whatever value you choose here" Complete List_of_CIL_instructions Here
  2. Help guys can't root my HTC

    @Sariellis You'll wanna go here...if anyone on the planet can do it - it will be these guys! Good Luck.
  3. Help! Need Help

    Unsure what you are trying to achieve but based on the code you provided you may want to take a look at changing the SetActive to true or false. Ex.(this.blah.SetActive(false); to this.blah.SetActive(true);)