That's just the table of contents file. It has your "settings" in there, like repeat, interval, accel, etc. Look for the file names (ie "43a24f3590584fe2b9198249af046e07") for the actual macro.
You should see something like this:
Code:
0|110|577|0|0|0|2890|522|836
1|110|577|0|0|0|3006|522|836
0|110|577|0|0|0|6970|522|836
1|110|577|0|0|0|7086|522|836
0|57|737|0|0|0|11608|522|836
1|57|737|0|0|0|11742|522|836
0|255|754|0|0|0|16082|522|836
1|255|754|0|0|0|16196|522|836
Assumptions about what each one is:
The first 0/1 is whether you are touching or not.
The next 2 are your XY coordinates from the top left corner of the screen (so to share a macro you have to have the exact same resolution; mine is resized smaller so it doesn't slow down after a while running).
Unsure what the next 3 are as all mine are 0's.
The next number is milliseconds from the start time.
No idea what the last 2 are; every macro I have ends with 522 and 836.
In theory you could use this to manually edit macros, but you'd have to really work to fine-tune the times so you don't get them too close.
I'm thinking about just using autohotkey instead. It's got WAY more options, and I think