Jump to content

Lover1500

Contributor
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Lover1500

  1. Use method-2 for protected lib. if that doesnt work, let me know. I'll update script.
  2. View File libil2cpp.so and metadata.dat dumping script -Launch game -Run script -Two methods to dump This script is Open Source! I'll update script when i found new features. Big thanks to cmp and enyby for precious coding knowledge. Submitter Lover1500 Submitted 09/10/2021 Category Tools  
  3. Version 3

    12,652 downloads

    -Launch game -Run script -Two methods to dump This script is Open Source! I'll update script when i found new features. Big thanks to cmp and enyby for precious coding knowledge.
  4. Upload on yt (unlisted or something you want). Paste video link here.
  5. Thank you. I was searching for an easy moddable libil2cpp.so game for my mod menu training. It becomes this one.
  6. I edit it into mov r0, #1.doesnt work. but this one work // RVA: 0x767AE8 Offset: 0x767AE8 VA: 0x767AE8 public void takeDamage() { } i edit into bx lr and my hp doesnt decrease anymore XD
  7. I go to that offset and edit mov r0, #1. but i dont get speed boost. And your original is also not the same as mine. hmm
  8. Lover1500

    explain script

    just edit and check.
  9. Lover1500

    explain script

    --This is to search. local tb1 = {{51003,0},{51003,8},{1098907648,48}} script searchs dword value 51003 in anonymous. stored in table result. check if dword value is 51003 at offset 0x8. check if float value is 16 at offset 0x30. When condition is right, address of that dword 51003 will be stored in table data. --This is to edit use loop for editing. We will use addresses in table data as base address. local tb2 = {{1036831949,48},{1286179527,72},{1286179527,76},{1148846080,92},{1148846080,96}} edit into float 0.10000000149 at offset 0x30 edit into float 88,888,888 at offset 0x48 edit into float 88,888,888 at offset 0x4C edit into float 1000 at offset 0x5c edit into float 1000 at offset 0x60.
  10. hmm search about vmos. Its an android emulator for android with root. There's two type rom, arm32 and arm64. For yours, use 64 bit rom. whatever app you install in that rom, all are 64 bit. use mod. A bunch of them on yt.
  11. in that script, delete 'end' in line 68. delete 'local' in line 57. it works for me. What i wonder is about 'local t'. Why it is still there even we set t=nil. idk why this error happen If we use do local t=.... blahblah end then we dont need to delete word 'local' in line 57. as @blocxsaid, we are not pro. good luck bro XD.
  12. Lover1500

    Pointer

    Nope. I've try many games and many values in anonymous region. It works. If the game has lib.so then You have chance to get pointer chains. You can try enby's gg pointer test apk. https://u.pcloud.link/publink/show?code=XZF4RJXZFROnsfPt0Hk2uB13gmxQlSllPRI7 The most difficult games to search base address for me is pubg mobile and ml adventure.
  13. Lover1500

    Pointer

    You mean like pointer scan in cheat engine? may be this one https://gameguardian.net/forum/search/?&q=Chainer script&search_and_or=or If you dont want base address and do want play around pointers, use BadCase method. Its enough and useful.And yeah whatever method you choose you'll deal with offsets.
  14. @nio04I think you saw my post XD But script will go to next line only after gg.searchNumber. So putting checking wont prevent for the first search. Or may be this one? https://gameguardian.net/help/classgg.html#a46b78a631174e0c2ea89664c51426440
  15. There is. sure. There is usually metadata.dat in front of main lib.ML use liblogic.so instead of libil2cpp.so. So firstly i go to liblogic.so and go up to find metadata.dat. In freefire case, ff use libil2cpp.so. So you have to go to libil2cpp.so. And go up. There will be metadata.dat. Or check in maps.txt.
  16. Not all purple is pointer.The one you choose is float value. And pointers are Dword in 32 bit.Qword in 64 bit.The game in yours is 64 bit. Find in Qword for yours. You can without it.use 0. for now XD
  17. Pointer is pointer.XD. He is always pointing to its belong values. You will notice some addresses are in purple color. Lets choose an address which can be pointer.Note it as 'P'. hold press it and choose goto pointer. it will take you to another address.Lets note this address as 'A'. Hold press it and choose pointer search. The 'P' address will be in the results. you try find connection between 'A' and 'P'. There will be some static values around 'A' or 'P'.Use them as advantage. You will confused if i tell all. Read this article.you'll get a bunch of knowledge. Using Offsets (#90nae9fs)
  18. Then you should search some pointers. Backward or forward.Both is useful. May be because of different arm or firmware.I've seen like that.Ones dont have Cb region. Values are in another region instead of in Anonymous, Ca. Try different setRanges for that.
  19. I found direct value of coin.Its pointer always changes once coin value is changed.and idk its encryption. So i recommend monkey san's method.
  20. View File Mobile Legends maphack script i dont put maphack icon.it can ban your acc.So i use 'no icon' only with drone view and no grass.work for both arm. I'll release script update once script doesnt work or i find new features. Submitter Lover1500 Submitted 08/20/2021 Category LUA scripts  
  21. Version 1

    3,544 downloads

    i dont put maphack icon.it can ban your acc.So i use 'no icon' only with drone view and no grass.work for both arm. I'll release script update once script doesnt work or i find new features.
  22. Lover1500

    slider

    yeah.I think so. believe on @blocx.He wont edit int value with his float, double.
  23. Lover1500

    slider

    You can.If your editing number is AP order or simple type you can code easily eg. for yours, useful for till 9. lol = 1 + tonumber('0.'..input[1])
×
×
  • 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.