- 0
Search and edit a big hex number.
-
Similar Content
-
game Number Guess
By MAARS,
- 0 replies
- 1,193 views
-
game Number Guess
By MAARS,
- 0 comments
- 2,423 views
-
- 5 answers
- 1,513 views
-
- 1 reply
- 233 views
-
- 1 answer
- 1,452 views
-
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