MasterC Posted March 28, 2023 Posted March 28, 2023 Hi guys, i need help with a Colman for make a script. Need make a Command for calculate Xor X4 + Xor X4 = Value code in TYPE_WORD EX: 4 Address in X4 + X4 = value code does anyone know how to create a script command with this Xor? I Will try send vídeo.
XEKEX Posted April 3, 2023 Posted April 3, 2023 --2ed address value = 29414 --4th address value = 29217 -- use ' ~ ' to get the XOR value of 2ed address and the 4th print(29414 ~ 29217) --output : 199 print(29414~199) -- output : 29217 ( 4th address value ) print(29217~199) -- output : 29414 ( 2ed address value )
MasterC Posted April 9, 2023 Author Posted April 9, 2023 On 4/3/2023 at 3:49 PM, XEKEX said: --2ed address value = 29414 --4th address value = 29217 -- use ' ~ ' to get the XOR value of 2ed address and the 4th print(29414 ~ 29217) --output : 199 print(29414~199) -- output : 29217 ( 4th address value ) print(29217~199) -- output : 29414 ( 2ed address value ) but values change each time found again how i make an script fot it command?
XEKEX Posted April 10, 2023 Posted April 10, 2023 9 hours ago, MasterC said: but values change each time found again how i make an script fot it command? group search for near const values
Question
MasterC
Hi guys, i need help with a Colman for make a script.
Need make a Command for calculate Xor X4 + Xor X4 = Value code in TYPE_WORD
EX: 4 Address in X4 + X4 = value code
does anyone know how to create a script command with this Xor?
I Will try send vídeo.
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.