I am in the process of learning how to create my own scripts though and thought it best either ask for help in updating it or how to create my own, which I can't seem to do with this particular script as there is no alt code/searching array yields no results and trying to find the pointer/integer myself results in endless 100mil+ results either in 4 bytes/double or float.
I would like to update 1 script on this table viewtopic.php?p=263941#p263941 from State of Decay 2 called Quick Survey where you can stand on the scouting towers and instantly scan all the residences around you which works around a bar that fills up the more houses you scan.
Spoiler
[ENABLE]
aobscanmodule(q1,$process,90 90 0F 28 CC)
aobscanmodule(q2,$process,90 90 F3 0F 10 46 30) //35 ?? ?? ?? ?? 41 B0 01)
q1:
db 90 90
q2:
db 90 90
registersymbol(q1)
registersymbol(q2)
[DISABLE]
aobscanmodule(q1,$process,90 90 0F 28 CC)
aobscanmodule(q2,$process,90 90 F3 0F 10 46 30) //35 ?? ?? ?? ?? 41 B0 01)
q1:
db 90 90
q2:
db 90 90
registersymbol(q1)
registersymbol(q2)
[DISABLE]
It says "The byte of array called q2 could not be found"
I sometimes manage to find 2-3 addresses on my own but they either attach to the wrong end of the bar making the game crash or just give freezes.
So could someone please help me find the value or teach me how to make a script where a bar can instantly fill up when the script is active or teach me how to find the opcode when the script has very little information or maybe update the table for this creator and upload it if you have this game. I wanna do the same if I manage to update all the broken ones.
Thanks and sorry for long post.