-
Posts
629 -
Joined
-
Last visited
-
Days Won
21
MAARS last won the day on August 15
MAARS had the most liked content!
Additional Information
-
Android
7.x
9.x
13.x -
Device
M2012K11AG; Emulator
-
Service provider
Other
Recent Profile Visitors
20,768 profile views
MAARS's Achievements
-
Better have most of them if you can. sometime you run in the issue that a game/app refuse to run on a specific or multiple emulators, so you better have one or mores fallback. In my case i have Nox, Bluestacks, LDPlayer, MenuPlay. So in case you dont have a lot of memory to have all those, for me the better choice will be LDPlayer out of the box, or MenuPlay if you manage to debloat it
-
You can make that script work on v7 by tweaking the offsets, the method remain the same
-
Welcome among us Mr. Nobody
- 3 replies
-
- Nobody
- introduction
-
(and 2 more)
Tagged with:
-
And for the rest just pick up any programming language that run on a server + support database connection (not mandatory cause you can use a file as a db). Since php is the best candidate just spend spend some time learning basic
-
There is no purpose of doing that if people can just share there credentials between each others, you better get a reliable method to get user android id before doing so
-
C Module like luasocket are not available on game guardian see the API for available method
-
- 1 reply
-
1
-
Use the first site to get arm/8 opcode then the second to convert it into bytes code https://gcc.godbolt.org/ https://armconverter.com/ Make sure to configure gcc correctly by setting the language to c++ and the compiler to armv8-a or armv7-a
-
Nice, but your request still lack context, what are you trying to do ?
-
I guess he want it like this, dom might help xD
-
The simple solution is just using Lucky Patcher. Run the script and play one game 64 bit only local gg = gg local function getModuleByExportName(libName) for k, v in ipairs(gg.getRangesList(libName)) do if v.state == "Xa" then return v end end end local libMyGame = getModuleByExportName("libMyGame.so").start gg.loadResults({ { address = libMyGame + 0x2FF9B0, flags = gg.TYPE_QWORD } }) gg.searchPointer(0) gg.searchPointer(0) local results = gg.getResults(1) local value = { address = results[1].address + 0x130, flags = gg.TYPE_DWORD, value = 0x3B9AC9FF, freeze = true } gg.clearResults() gg.addListItems({ value }) gg.alert("Done") And by the way the reason you cant even find visual value in memory is cause the game use encryption and i think it also unload value from memory, you can see some in Java Heap for a short period of time Just load the lib into IDA Pro and analyze it
- 1 reply
-
1
-
There are tutorials in platinmods you can learn there
- 32 replies
-
- Unity
- Online Games
-
(and 3 more)
Tagged with:
-
That code find field offset in less than 5 second on my emulator (Nox) and my physical device, that bizarre if it take too much time on yours
- 32 replies
-
- Unity
- Online Games
-
(and 3 more)
Tagged with:
-
what is your phone ?
- 32 replies
-
- Unity
- Online Games
-
(and 3 more)
Tagged with:
-
il2cpp_ptr_search.lua Try this
- 32 replies
-
- Unity
- Online Games
-
(and 3 more)
Tagged with: