Recent content by McDevils

  1. Tutorial How to modify Unity's Il2cpp String method's

    is it posible to show player name with patches not with hook ?
  2. Source ESP and Aimbot source code collections

    dont you read this ? WE WILL NEVER OFFER HELP AND SUPPORT WITH THIS PROJECT. DON'T ASK HOW TO USE IT AND/OR FIXING THE PROJECT, DON'T ASK HOW TO BYPASS THOSE GAMES!
  3. Tutorial How to make mod menu for il2cpp and native games

    yes it is .. im not see the file before actually .. as my phone broke it not showing anything when i opened .. just saw a update notice in github .. :'D .. i was see it use my friend phone ..
  4. Tutorial How to make mod menu for il2cpp and native games

    i see in 2.9 theres added macros .. how is it work ? is it able to hook use substrate throught kittymemory ?
  5. Tutorial Hex Codes for ARM64 modding | True | False | NOP | High Value |

    is there a simple way to convert arm7 hex to arm64 hex ? example if modding a game which have both arm7 and arm64 .. for arm7 already modded .. if i want modded the arm64 of same game is it posible to convert the arm7 hex to use in arm64 ?
  6. Tutorial AndLua+ app - Change language to english

    do you have example source for il2cpp ? or use gg script in andlua ?
  7. Tutorial How to make mod menu for il2cpp and native games

    hello .. i was success make an external mod using LGL 2.8 based (following any tutorial and help,from friend as i not have a good programming skill).. it run well in root phone .. but when i tried in virtual (parallel space) in non rooted phone it not work .. idk wheres the problem .. and i...
  8. Solved Implementing Hooking in LGL mod menu

    how if the class is not exist in dump.cs or csharp assembly ? but it exist in il2cpp ? how to hook it ?
  9. Tutorial How to make mod menu for il2cpp and native games

    the point is both of that function (find library and islibraryloaded) is to check game library right ? that mean the function in kittymemory is not used ? i want to learn programming.. but in my age maybe to hard since my brain is not fresh like young age :face47:
  10. Tutorial How to make mod menu for il2cpp and native games

    in main.cpp hexPatches.GodMode = MemoryPatch::createWithHex(targetLibName, //Normal obfuscate string2Offset(OBFUSCATE("0xOFFSET")), OBFUSCATE("HEX CODE HERE"));
  11. Tutorial How to make mod menu for il2cpp and native games

    hello .. i want to ask something about utils.h .. theres a code inside DWORD findlibrary .. sprintf(filename, OBFUSCATE("/proc/self/maps")); is that code to find game lib.so or our libmyname.so ? also inside bool isLibraryLoaded have a similiar code FILE *fp =...
  12. Tool AndLua+ v6.6 APK (English/Chinese)

    nice
  13. Tutorial Some new HEX codes that I use to modify il2cpp games, as well as more!

    help me .. i have a hex code from game in old version .. original hex : A0 E3 AF 2B 4B EB 00 00 54 E3 01 00 00 1A replaced : 44 E3 F0 21 44 E3 F0 31 44 E3 04 00 00 EA it work well .. but now the game is update and hex value was change . original hex : A0 E3 F1 34 DA EB 00 00 54 E3 01 00 00 1A...