Jump to content

Lenn1

Ascended
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Lenn1

  1. Have you tried doing a search in xor format? example the number of projectiles, health, stamina followed by "X12, X16... 150X12... usually the encryption is found close to the key this way.
  2. Lenn1

    Aim bot

    I'm so lazy that I prefer to modify the hitboxes of arms, legs and chest so that a headshot is validated, it's possible for Ban usually but it works for a while and sometimes it takes a long time undetected, it's the time I get sick of the game XD
  3. Lenn1

    Anticheat in dump.cs

    try searching for ACT(anti cheat toolkit) or Code Stage (code stage anti cheat) it's almost standard for games that use il2cpp, but it may vary from game to game
  4. Lenn1

    Vmos ( android 12 )

    The vmos assistant is in Chinese, but it is easy to use... the steps are straightforward, it all boils down to enabling wireless debugging, selecting vmos as the debug application, pairing the code and the like. The step by step is just that, even though it's in Chinese, you can do it without knowing the language.
  5. Lenn1

    Vmos ( android 12 )

    you need the VMOS Assistant app, and enable wireless debugging in android developer mode settings by following the steps inside the VMOS assistant. Click here to view video tutorial on web(no english)
  6. we try to help each other, but there is a failure in communication, in the time available, and in my own interest, I would not let go of what I am doing to have someone else's work, and it is not selfish, it is just a priority. in this forum guide is a user answering a user, the guys above are too busy to help us, but they gave a wonderful tool, just make an effort and learn to use it. and yes, there are other better places than here to ask for help, and to learn, the fool who gets stuck in one place. we are people, and we will hardly think alike, we do not speak through riddles, it is the lack of synchronization in ideas that makes everything difficult, no one here is fortunate to guess what the other wants, and the way they want it in their head. and no, no one here has an inflated ego, maybe even has it, but this is not the case here ...
  7. to be honest i'm not that experienced, i'm practically a lammer, i'm just very curious, and i'll go after my answer in brute force and alone. , the modification is the responsibility of LIBIL2CPP.SO, because it is in this file that contains the game code, the necessary dll and such ... but as not everything is wonderful in the world, modifying il2cpp has been difficult lately, as devs are improving and protecting this file, but once you can break this protection, you can dump your offsets, modifying useful functions that will give you advantages in match. what I'm talking about is obvious, but that's basically it, with the offsets in hand it's easy to modify in ARM, and create your own apk mod, either with menu mod, on / off button, it's up to you. And it is worth mentioning that in the world of modifications it is not just about modifying il2cpp, there are other ways, using the game guardian is one (modification in real time without saving), luck patcher is another way, but it all comes down to finding correct offsets, addresses and etc ... so, the programs that you cited are just to dump, just because in the dump file that you will find the offsets, then yes you can use in modification programs, DNSspy, Reflexil, IDA or whatever else there should be XD and I wanted to have more time to dedicate myself to learn more about this world, but have a life out here, friends, girlfriend, parents and brother, here in my country it is common to be connected even as adults, with debts and problems to solve. .. at the moment I take just a few minutes to read and try to learn something, and here on the forum I learn some things too, that's why I'm here every now and then!
  8. I understand, you want aimbot with aim_silence, you will have to write the code externally and inject it into the game. no brother, i don't use telegram...sorry
  9. In the absence of an external aimbot, you can abuse the game's native imbot by changing the positions of the avatar's "bones" and changing the pull coordinates. is rustic and is in the testing stages ... watch here
  10. lol that good !!, post here your results and the forms you used, help the community that needs more knowledge !!
  11. bro, I believe it is the libraries that are different ... scripts are usually written for armeabi-v7a, and emulators use x86. the offsets, regions of the LIB.so memory are different, but some functions are similar (antenna) because they are in the anonymous region. as i already said, try a manual installation of the armeabi-v7a apk, because the automatic installation will always choose x86. read your buil.prop and see which architectures are supported.
  12. before I did it this way, try and see if it still works watch here
  13. in this new version of Free fire, I didn't find the global-metadata.dat file, just its decrypted strings, but in the allocated memory, it is loaded and unloaded from the memory, based on my old dump.cs I managed to access some parts of global-metadata.dat, but when I dumped it I couldn't extract the file. remembering that I just looked for standard file strings in all memory. Doing everything on android makes it a little difficult, because what used to work now doesn't work, maybe using the RIRU-il2cppdumper is the best choice, but at the moment I don't have access to this tool because my device is not rooted, not to mention that I only work in x86 libraries.
  14. I advise you to read this article, and not only this post, the site is very good, I hope you open your eyes and see a light for this issue look here
  15. free fire, although simple, has some protections against obvious dumpers and its metadata is loaded and unloaded from memory ... dnspy, il2cpp inspect don't work for that particular game ...however it is still possible with IDA and more powerful tools ...
  16. if i remember correctly, there is a program to extract data from dump files that you collect from the game guardian app, look in the downloads tab, other / programs
  17. so it's your outdated script! the other functions are still within the range of the memory the script scans, but the ghost hack has changed its offset and region in memory ... if you created the script, you must fix it, if you are not the author, look for the same to request an update.
  18. download the simple armeabi-v7a version! when you install your app via google play, it automatically reads your build.prop to choose your base architecture, by default in emulators, the architecture of your libraries is x86, but the emulator also runs armeabi, but the priority is x86 if the game has this build in the store. then download the arm version from other stores and apk sites and try it out.
  19. it is simple, the arm architecture is different from x86, its libunity.so and libil2cpp.so in the emulator is x86 and consequently the memory data are different, addresses, offset etc ... The garena compiles its game on armeabi-v7a and x86, try to force the installation of the arm version manually.
  20. using the skins I have, you have to know that each weapon type has a skin ID and model of the weapon. all changes are just visual, maybe it’s just in the lobby, to test in a match, it requires several tests and time ... I won’t go any deeper, sorry mobizen_20210201_210318.mp4
  21. without many weapon skins to test, I had to use only the ones in the store, the principle is the same. mobizen_20210201_210830.mp4
  22. I researched the values in the store, on dword, and then I guessed which ones were old in the game and which are the newest clothes, the value of the new ones is higher than the old ones, that is, the value has increased ... knowing this I took the filtered values of the pants I already had for free and changed my clothes until the values were filtered ... sorry bad english
  23. well, I will admit that you have to refine the values better to avoid crash game, and also put compatible values in their proper slots ie pants in place of pants, shirt in place of shirt, never invert and use ID of a pants in the slot a shirt ... I don't know what happens because it's not in my interest. mobizen_20210201_185312.mp4
×
×
  • 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.