I found a little "cheaty" way to get aspects by using the deconstruction table.
Its possible to pipe in items on the table and Im using itemduct from a chest. In the chest I have craftingtables. They are cheap and a stack gives aspects every time.
The biggest problem is clicking. By using AutoIt with a clickscript I can just sit and read a book while its clicking for me
The script Im using is this:
For $i=1 To 64
MouseClick("left", 1004, 522, 1)
Sleep(4000)
Next
1004,522 is the position on my screen where the aspect is located.
Its possible to pipe in items on the table and Im using itemduct from a chest. In the chest I have craftingtables. They are cheap and a stack gives aspects every time.
The biggest problem is clicking. By using AutoIt with a clickscript I can just sit and read a book while its clicking for me

The script Im using is this:
For $i=1 To 64
MouseClick("left", 1004, 522, 1)
Sleep(4000)
Next
1004,522 is the position on my screen where the aspect is located.