1x1 Posted June 5, 2022 Posted June 5, 2022 Sorry for the title, don't know what to call it. I wanna use this on C++ Alloc / Anonymous!!! So doing group search is kinda slow but doing a single search is faster. I don't know what code to make and please help and how the code work. Example: It will single search and the results only 4. It will goto address at first result and it will do offset. It will go +1 and detect if the value is 123. If not then it will go +1 again it will repeat 10 times. If that first ddress has no 123. Then it will Go at 2nd Address and goto. Until all of them has find the value is 123. SORRY FOR MY ENGLISH AND GRAMMAR! I want to get Infinite HP. Up Address is Health Address (123) Down Address is Player ID (114421) It will Scan Player ID and goto address and do offset repeat 10x up until confirm 123 health if the 123 health not found then Other address of player id and goto.
TekMonts Posted June 6, 2022 Posted June 6, 2022 Use group search instead: 114421;123::5 You can make an input field to get 2..n value to gather at the group to search.
Lover1500 Posted June 9, 2022 Posted June 9, 2022 Check value with offset function help (#9ozvysfh) This function is what you need.
Question
1x1
Sorry for the title, don't know what to call it.
I wanna use this on C++ Alloc / Anonymous!!!
So doing group search is kinda slow but doing a single search is faster.
I don't know what code to make
and please help and how the code work.
Example:
It will single search and the results only 4.
It will goto address at first result and it will do offset.
It will go +1 and detect if the value is 123.
If not then it will go +1 again it will repeat 10 times.
If that first ddress has no 123.
Then it will Go at 2nd Address and goto.
Until all of them has find the value is 123.
SORRY FOR MY ENGLISH AND GRAMMAR!
I want to get Infinite HP.
Up Address is Health Address (123)
Down Address is Player ID (114421)
It will Scan Player ID and goto address and do offset repeat 10x up until confirm 123 health
if the 123 health not found then
Other address of player id and goto.
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.