Lover1500
Contributor-
Posts
341 -
Joined
-
Last visited
-
Days Won
18
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Lover1500
-
dump libil2cpp.so and metadata.dat dumping script
Lover1500 replied to Lover1500's topic in LUA scripts
Aww ok. I'll check that. -
dump libil2cpp.so and metadata.dat dumping script
Lover1500 replied to Lover1500's topic in LUA scripts
Use method-2 for protected lib. if that doesnt work, let me know. I'll update script. -
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
-
-
Upload on yt (unlisted or something you want). Paste video link here.
-
Thank you. I was searching for an easy moddable libil2cpp.so game for my mod menu training. It becomes this one.
-
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
-
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
-
--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.
-
SimCity Real Server/Cheat Server hack menu (32 bit and 64 bit)
Lover1500 replied to ForSimpleHack's topic in LUA scripts
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. -
SimCity Real Server/Cheat Server hack menu (32 bit and 64 bit)
Lover1500 replied to ForSimpleHack's topic in LUA scripts
You can make for 64 bit games on vmos 64 bit rom. -
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.
-
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.
-
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.
-
@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
-
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.
-
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
-
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)
-
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.
-
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.
-
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
-
-
yeah.I think so. believe on @blocx.He wont edit int value with his float, double.
-
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])