Recent content by BeginnerBR

  1. Tutorial Universal Unity Chams

    Good Tutorial
  2. Help! Xapk Kill Assinature

    The problem is when you transform the xapk into APK the game detects the change and does not work as it should.
  3. Tool AntiSplit (Mobile)

    .
  4. Help! Xapk Kill Assinature

    Does anyone know how to kill an xapk signature?
  5. Help! how to hook field offset has no update in lgl mod menu

    Update the method by accessing it from another class
  6. Help! Help Hook Vector3

    IsTeleport.y = value;
  7. Help! how do i hook this with byte? please

    Chama no Telegram que ajudo
  8. Help! field

    Static field struct?
  9. Help! how do i hook this with byte? please

    "void (*set_ammo)(void* instance, unsigned char value); void(*_Update)(void* instance); void Update(void* instance){ if(instance != NULL){ if(Suafunção){ set_ammo(instance,255); } _Update(instance); } Você é iniciante?
  10. Help! how do i hook this with byte? please

    se fizer assim vai funcionar tudo certo meu chapa void (*set_ammo)(void* instance, unsigned char value); set_ammo(instance,255)
  11. Help! ESP the line is not on target

    Tbm uso imgui mas alguns jogos o menu não aparece, então tenho que usar LGL e infelizmente acontece isso, aliás obrigado por responder esse post acho que já sei como resolver esse problema.
  12. Help! how can i use this?

    I have one last question? public static void RPC(PhotonEventTag tag, PhotonPlayer player, object[] parameters) { } What does the "object[]" list of objects refer to? I'm a beginner and I'm trying to understand better
  13. Help! how can i use this?

    I still have doubts, "MethodName" Can it be anyone inside the dump or just a few specific ones?
Back
Top Bottom