ohh i see,Thx MonkeySan and CrystalMod
i really appreciate your help,now i understand what is offset and how to write them in simple script,thx so much for the scripting example and the videos.
btw, the -3,219,128,320 Qword will get about 1-10 results.In the video above,i already remove the unwanted value and using only 1 code as example for the video.
I knew i could use the group search as MonkeySan provided and there was a another easy example one, that goes like this >
gg.searchNumber("7,1746481e-50F;-3219128320Q:512",gg.TYPE_AUTO,false,gg.SIGN_FUZZY_EQUAL,0,-1)
gg.getResults(850)
gg.editAll("1,4160822e-46",gg.POINTER_WRITABLE)
gg.editAll("-3146121216",gg.TYPE_QWORD)
but I know there must a be method for a faster editing multiple adress with the same search value,and use the offset in the script.
I want to learn that knowledge ,bcuz in the game i am playing,the faster the code the better it be ^w^,Btw i really appreciate the example that have been provided,i might use it for another function cheat in the game.Thx so much.
Let me describe how totally the cheat will work.
1)it is an xray code,after edit the values,i can see enemy bodies through wall
2)i get the code -3219128320 qword by tracking another fast script.Results will be under 10 values.
3)I have studied what is the working code,that is
-all -3219128320 qword founded
-1 another adress inside only 2 code/address/value from the results founded
-the 1 another adress are not same inside the 2 values
-512D ; 7,1746481e-50F ; 512Q
-512D ; 7,1746481e-50F ; -4,294,966,784Q
4)Edit all -3219128320 from the results
5)edit 7,1746481e-50F ; 512Q from only 1 in the results
6)edit 7,1746481e-50F ; -4,294,966,784Q from only 1 in the results
7)both offset are same which is 30
8)gg.toast('done')