Posted: Thu Jan 02, 2014 6:21 pm Post subject: AoB help again D:
Sorry for opening another thread, reading the guide Rydian I saw a screenshot.
The one below, I have not figured out why you need this function in the script (which is not mine) and I found it on the internet there is no such function. (aobscan_entry +15)
Rydian could you explain this feature?
Dark Byte you know anything?
You should skip the first byte and the last count and the other and then take the calculator and see what is the hexadecimal value of that.
This is the script I use:
I think it should be good, right Dark Byte?
Rydian?
(Obviously I do not understand anything thanks to google translator and then the problem is that they are the only Italian that I am interested in these things) :\
EDIT: Dark Byte please give me an answer, I know you've viewed
"rapidfire:" refers to the start of the signature. So if you tell it to...
Code:
rapidfire:
db 90 90 90
Then it's going to turn
1C 8B 89 42 81 84 00 00 00 85
into
90 90 90 42 81 84 00 00 00 85
Since it start at the beginning, right?
But if you want to to make it change
1C 8B 89 42 81 84 00 00 00 85
into
1C 8B 90 90 90 84 00 00 00 85
Then you need it to go two bytes over from the beginning, since it jumps over twice to start.
So you should tell it...
Code:
rapidfire+2:
db 90 90 90
But the code for your first and second scans don't match up at all. The second scan won't find the edited first version because the second scan is not what the first scan will make. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum