Search results

  1. Dump Arena Of Valor (Global) Dump Ver.1.43.1.3 || ARM 32

    how about the way , not just the dump , you will not do it for all games,
  2. Tutorial how to delete file with long name and long path ( nested folder)

    the best way is <i tried on a 1k extrae so it will work on anything and kill anything> ``` robocopy empty_dir base_nested_dir /purge Example: If you have a folder path that's too long such as...
  3. Tutorial how to delete file with long name and long path ( nested folder)

    long path does not work , perhaps it is working with you in long name idk , but for me , long path like C/1/2/3/4/5/....... it does not work
  4. Solved Call a pointer without update

    i already solved that , i gotta make instance to the class that i am using the update of , and it is easy not big deal ,
  5. Help! Using monoArray not hooking it <Help>

    i know about this https://platinmods.com/threads/how-to-hook-arrays-in-unitys-il2cpp.131146/ i know how to hook the mono array , the problem is i dont know how to use it after i hook it according to that tutorial , i am getting the list of the players , but how to use this list , for example...
  6. Tutorial Let's setup AIDE to make Mod Menus in an Android Device

    hail no , i will use 7 tool on pc and done xD
  7. Solved Call a pointer without update

    ya , not all methods, but how about a pointer with 1 paramater like int such as this : Public void AddGold (int amount) { } and no update in its class , so how to make a pointer to it > using another update from another class will not work at 90 % of the time .
  8. Solved Call a pointer without update

    i have just tried the normal function pointer for a working method with its update , > working used 4 more updates (random ones) and they are not working .
  9. Solved Call a pointer without update

    most of the classes i tried it did not work .
  10. Tutorial How to kill/Bypass Signature in an APK (Android/Windows) {Easy tutorial} {All explained}

    the latest tuto about login , how to make it multi login not just 1
  11. Solved Call a pointer without update

    Game is FWD assault [for testing] if we have a method like this we can simply call it using the update offset which is this with a code like this bool RefillAmmoInAllWeaponsHook = false; void (*RefillAmmoInAllWeapons)(void* instance); void(*old_RefillAmmoInAllWeaponsUpdate) (void...
  12. Tutorial How to download single APK with lib folder on Apkcombo.com

    sorry i thought you could answer me as a private message even , so i don't waste your time with a full thread about it which may or may not attract your attention .
  13. Tutorial How to download single APK with lib folder on Apkcombo.com

    can you tell me how to call function/method without using "update" , i know how to make a pointer yes with 2 offset and i know hooking a normal method like isVIP return bool , but i wanna make a pointer call like a void function like public void refillAmmo , but without update
  14. Tutorial How to make a Login system for MODS!

    but @DVAツ , how about multi login , like i wanna add 10 members not just 1
  15. Tutorial External Mod With Root + In-Game Offset Injector

    well , i will always be here as you still here , to learn from you (i got time beside my future)
  16. Tutorial External Mod With Root + In-Game Offset Injector

    LOL xD Hope your modding ages do not really end .
  17. Tutorial How to download single APK with lib folder on Apkcombo.com

    it will be better if we know how to un-follow a game update .:wink:
  18. Tutorial How to compile Android Studio project via command line

    well , we can auto set it :D , by this way you will face issues on the devices that did not have android studio before , cuz for the NDK , you will have to manually install it , unless you specify the licence folder in the SDK path as well , so all files will be automatically downloaded , and if...