Marika Posted July 16, 2021 Posted July 16, 2021 Ello I have a quick question. I am writing down a script and I can not change the value of the address I searched Ex : gg.searchAddress('73B7E3BCB0') gg.getResults(5) gg.editAll('15.2', gg.TYPE_FLOAT) I get error on gg.editAll and it said like nil. What I can do to make this work?
sammax71 Posted July 16, 2021 Posted July 16, 2021 1 hour ago, Marika said: Ello I have a quick question. I am writing down a script and I can not change the value of the address I searched Ex : gg.searchAddress('73B7E3BCB0') gg.getResults(5) gg.editAll('15.2', gg.TYPE_FLOAT) I get error on gg.editAll and it said like nil. What I can do to make this work? Are you sure the address is always the same every time you run the game?
blocx Posted July 16, 2021 Posted July 16, 2021 in most of time the adress change when game restart you need to locate your adress by an group search and reffine for have only one result and calcul offset
Marika Posted July 16, 2021 Author Posted July 16, 2021 15 hours ago, sammax71 said: Are you sure the address is always the same every time you run the game? Yes. Because i do addess search manually and put into a script then run it without closing the game...I can search the address with the value i am looking for. But the value(the float of the address) would not change but return error. [added 4 minutes later] 14 hours ago, blocx said: in most of time the adress change when game restart you need to locate your adress by an group search and reffine for have only one result and calcul offset Thank u so much! I do search the address manually and put into a script and run without closing the game So i can find the address and the value using the script but the script gives me error when it try to change the value.
Marika Posted July 16, 2021 Author Posted July 16, 2021 Hello. I just want to tell that it worked. Maybe I miss spelled. Thank you so much!
Question
Marika
Ello I have a quick question. I am writing down a script and I can not change the value of the address I searched
Ex :
gg.searchAddress('73B7E3BCB0')
gg.getResults(5)
gg.editAll('15.2', gg.TYPE_FLOAT)
I get error on gg.editAll and it said like nil.
What I can do to make this work?
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.