Recent content by ak0ztik

  1. Solved How to mod a game with only one library, no function name, very few string? [Klondike Adventures]

    I'm guessing this is browser based game right? I dunno today, but i found no tutorial for that. Besides, browser based games are mostly server sided so i doubt yoy can do any hacking.
  2. Help! A game that I modded doesn't work in VMOS.

    it is maybe on vmos side, as that emulator app is still on its early stage. btw, thanks to you, i didn't know there's a vm emulator on android, until i saw your post.
  3. Tutorial MOD Menu for il2cpp and native Android Games

    I think i found the trigger, it's on line 80, right? pthread_create(&ptid, NULL, my_test_thread, NULL); next question, what does exactly pthread_create do?
  4. Tutorial MOD Menu for il2cpp and native Android Games

    A question: In what line in main.cpp, i mean where is the code that trigger the switch(Orig <-->Modded)? My knowledge with c++ is very limited, i'm just relying on my knowledge on python, programming language has some similarities here and there anyways. My goal is to try to analyze the code...
  5. Help! DomiNation Decomile

    Dominations? Isn't that a popular game, if you're a newbie on modding don't even think modding a popular games, it has a lot of securities, so advanced modders only can mod that. There's still a lot to learn before going to advanced. java and C++ programming language is the 2 most commonly used...
  6. Tutorial MOD Menu for il2cpp and native Android Games

    right, floating mod menu with substrate hook. If you ever find one, please do tell us, thanks.
  7. Tutorial MOD Menu for il2cpp and native Android Games

    i see, too bad, i hope someone integrate kittymemory with substrate or floating mod menu that uses substrate. but i know someone that has already done it, though i doubt he will share his source code.
  8. Tutorial MOD Menu for il2cpp and native Android Games

    what i mean is, can we write the code like this int getMoney() { return 99; } or we can only use \x63\x00\xA0\xE3?
  9. Tutorial MOD Menu for il2cpp and native Android Games

    so for patch, we're to use hex? or can we also use C# code, just like substrate?
  10. Help! How do I make zip files to obb

    the question is kinda confusing, it feels to me he's asking to convert the zip file to obb.
  11. Solved Offset is too small and can't find in HxD

    field offsets are called by methods 2c 00 90 e5 1e ff 2f e1 load the value of field offset 0x2c you can set a value to 0x2c, but a method is still needed here.
  12. Help! Huwai P30 Pro Root?

    what i heard, huawei stopped giving unlocking code, so currently there's no way to unlock bootloader of new huawei phones. incase you don't know, unlocking bootloader is needed to push twrp, magisk, etc, to your phone. So if you can't unlock bootloader you can't root your phone
  13. Help! Is there any way to modify a field offset

    that's easy because there's someone already shared their code here, his resources are on github.
  14. Help! Is there any way to modify a field offset

    also from my example the enemy are weakened to hp1 not always 1, it can die, because that value can be changed in game, it just tells the program how many hp the enemy has? then you return 1.