Recent content by Stakizo

  1. Help! Working method to remove pairip protection for Unity games?

    Hi all, can you please tell me if there is a working method to remove pairip protection for Unity games? Thank you :)
  2. Help! How to modify the List array function

    Since this is a set method, it means that you have to look inside the function, for example through IDA Disassembler, and see what the function does and then substitute the value you need.
  3. Help! Method name encrypted

    Try loading a previous version of the game and see if the functions are obfuscated in it. If the functions are not obfuscated, remember the fields used in the class, the functions, their number and try to search by any of these features.
  4. Help! Dump

    In this version of the game the function names are veiled, so you can try to load the previous version of the game and see if the functions are veiled in it. If the functions are not veiled, remember the fields used in the class, the functions, their number and try to search by any of these...
  5. Help! public bool

    Public Bool means that you can set a value of 1 or 0, you can't set any other, otherwise the game will crash as soon as this function is triggered.
  6. Help! public void

    Public Void means that the function does not produce any values on output, but only executes the code inside the function and returns control to the previous function. There is no way to convert to another function.
  7. RIP UNITY

    I think they will reconsider their rules, otherwise they will have to lose a lot of money due to most developers leaving.