Recent content by Master TK

  1. Help! External Hack

    It was a translation error by the translator, what I really want to know is if there is any menu that works externally without needing root access or virtual space, basically an injector without root access
  2. Help! External Hack

    Hello, does anyone know if there is a way to make a mod without root access and without virtual space?
  3. Help! Convert

    "converting" is very difficult but you can use your project's Offset in the script
  4. Help! Help Hook Damage multiplier

    float (*old_atk)(void *instance); float get_atk(void *instance) { if (instance != NULL && Atk) { return old_atk(instance) * (float)Atk; } return old_atk(instance) ; } try this
  5. Help! LGL Mod menu hook Private field

    try updating the displacement using another class
  6. Tutorial Simple Alert 360°

    Test
  7. Help! ImGui PhotonNetwork

    Does anyone know if it's possible to link the list of players to names so I can send off or perform a role for a specific player? public static Player[] get_PlayerListOthers() { } public static string get_NickName() { }
  8. Help! Hook List

    public static List<vp_MPRemotePlayer> players; // 0x0 How can I get the list to use in esp?
  9. Help! mod menu with invincibility on 2 sides.

    Sim, eu entendi se quiser ajuda chama no Telegram @DarkModdingYT
  10. Help! mod menu with invincibility on 2 sides.

    Mano, é muito mais complexo fazer isso.. já vou lhe avisando que usando hexpatch tu não vai conseguir
  11. Help! Field Offset

    The quarternion was "configured" to pass the coordinates
  12. Help! Field Offset

    Did not work
Back
Top Bottom