Lord-King Posted May 22, 2020 Posted May 22, 2020 Anyone who can help me to select specific range in memory. I want to select always 2nd and 5th range only while running lua script?
HEROGAMEOfficial Posted May 22, 2020 Posted May 22, 2020 gg.searchNumber(123, gg.TYPE_DWORD, gg.SIGN_EQUAL, ABAB0123, ABAB0321)
Lord-King Posted May 22, 2020 Author Posted May 22, 2020 49 minutes ago, HEROGAMEOfficial said: gg.searchNumber(123, gg.TYPE_DWORD, gg.SIGN_EQUAL, ABAB0123, ABAB0321) Any other way? Because sometimes changed the address number. Example. First address is 6 changed into 7.
Administrators Enyby Posted May 22, 2020 Administrators Posted May 22, 2020 Use getRangesList for obtain desired ranges and use them as mentioned above.
Lord-King Posted May 22, 2020 Author Posted May 22, 2020 1 hour ago, Enyby said: Use getRangesList for obtain desired ranges and use them as mentioned above. Master @Enyby can you give example because I don't have idea on getRangesList
Administrators Enyby Posted May 22, 2020 Administrators Posted May 22, 2020 See source of arm converter script for example usage. [added 1 minute later] Or read api help. There also exists examples.
Lord-King Posted May 22, 2020 Author Posted May 22, 2020 26 minutes ago, Enyby said: See source of arm converter script for example usage. [added 1 minute later] Or read api help. There also exists examples. Any direct link master @Enyby?
Administrators Enyby Posted May 22, 2020 Administrators Posted May 22, 2020 Dont be so lazy. Go downloads section or use search.
Question
Lord-King
Anyone who can help me to select specific range in memory. I want to select always 2nd and 5th range only while running lua script?
7 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.