Jump to content

richardsonloko

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

richardsonloko's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I have this function in c++ how to converte .lua I need change parameter ammo = 9999 void (*old_bullets)(void *instance, int ammo); void bullets(void *instance, int ammo) { if (instance != NULL && hack1) { ammo = 9999; } return old_bullets(instance, ammo); } HOOK_LIB("libFileB.so", "0x123456", bullets, old_bullets);
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.