- 0
How to save search addresses
-
Similar Content
-
- 1 answer
- 1,040 views
-
- 4 answers
- 1,702 views
-
- 1 answer
- 763 views
-
- 3 answers
- 1,078 views
-
- 1 answer
- 846 views
-
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.
Question
turok
Hi I have a question how can I search a dump address for example
Â
Â
gg.toast("EXTRACTING RESULT 100K")
gg.searchLibrary(libunity.so", gg.TYPE_BYTE)
gg.getResults(gg.getResultsCount())
gg.selectResults(100000)
gg.extractResults(/emulated/storage/0/notes/dump1)
gg.toast("EXTRACTING RESULT 200K")
gg.selectResults(100000)
gg.extractResults(/emulated/storage/0/notes/dump2)
gg.toast("EXTRACTING RESULT 300K")
gg.selectResults(100000)
gg.extractResults(/emulated/storage/0/notes/dump3)
Â
Â
That is just an example, it's about 17 million results and address change every time you restart the game so making it into a script would help alot, but I don't know how, can anyone please help me, AND THANKS FOR DOES WHO HELP.
Edited by turok1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now