- 0
Search and edit a big hex number.
-
Similar Content
-
- 0 replies
- 1,053 views
-
- 1 answer
- 902 views
-
- 5 answers
- 905 views
-
- 0 answers
- 168 views
-
- 21 comments
- 987,161 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
Daisy123
Hello. I am learning to write lua script for GG. I have a question. If you know please help me.
I want to search a big hex number for example: 02390D000000026FC90801066FAB0701A66B2A22000000402A and then edit it to 00000000000000000000000000000000000000220000C8422A in memory.
To search I use this :
gg.clearResults()
gg.clearList()
gg.searchNumber('h02390D000000026FC90801066FAB0701A66B2A22000000402A', gg.TYPE_BYTE)
But I dont know how to edit results to 00000000000000000000000000000000000000220000C8422A.
Please help me. Thank you.
4 answers to this question
Recommended Posts