Recent content by Del3773550

  1. Discussion LIAPP Protection

    Yes i've seen your way before that was a lucky shot to be honest just an exploit and they probably fixed it now
  2. Discussion LIAPP Protection

    You need to understand that LiApp is one of the toughest anti-cheat systems out there. Just removing alerts isn't going to cut it. The real issue is way more complicated. You’d have to decompile the binaries and deal with hidden libraries that use XORed strings. Even if you decrypt those and...
  3. Filled Request Sword of Convallaria

    Just came here to say same thing , i checked quickly the files it uses slua library yes the logic most likely in lua , i haven't dumped the lua files yet , it should be fun playing around with it
  4. Help! How do i find function not located in ill2cpp?

    To be honest we could do a tutorial on how to deal with lua but it has many variations and the process differ sometimes For example some devs just throw the plain lua files and you could just mod the file and overwrite it others no they pack it and unpack it on runtime, some even encrypt them...
  5. Tutorial Automated dumping tool for all Unity games

    Themida? really? lol, i dunno looks suspicious to me 😁
  6. Filled Request Frozen City

    I just realized this wasn't the case in this game rather a different game my apology, in anyways looks like they ban on spot for having this amount of currency
  7. Open Request Heartwood Online

    The game is heavily server side the only thing you could probably do is bots, last time i checked nothing worked not even manipulating packets, only thing I got was auto loot, and you can deliver quests which you don't have ( still needs the item required to deliver the quest)
  8. Help! How to replace .data or .rodata with another ?

    You Don't rodata is a read only section if by any chance you were trying to modify it will throw access violation i would suggest to go and xref both and check where they're being used then hook / patch there
  9. Help! Edit Hex code specific

    No, there isn't any difference when it comes to offsets the same offsets you'll see in dump.cs file will be same in dnspy, in fact looking and searching in dnspy is even better since it give better structural view, the only time you might want to check dump.cs is if there isn't a dummy dlls
  10. Solved Downloading game assets (png)

    This is not helping at all you have to state the game name, link , apk, more useful information
  11. Discussion Decrypt files with AES

    Just to be clear this isn't even encrypted or has anything to do with AES encryption You just have to remove xygames2 from the header and you can extract the assets using this tool https://github.com/aelurum/AssetStudio i pmed you and putting this here hope it answers the question
  12. Discussion Decrypt files with AES

    What's the game name?
Back
Top Bottom