I would like to know how I can restart thread (only thread, not software) if there is any lines left in text file (example name - list.txt). Is there any way to do it ? Or how I can solve this in other way.
@Unone0X Thread is restarted by default after all actions are done.
Unless it reaches max success number which is 1 by default.
So you need to set itbigger number.
I'm just trying to recover all emails used by every thread from https://generator.email.
Because every thread used a new email but I've not saved this to a file and need to recover some accounts I've created with BAS but need this emails used from generator.email
Any possibilities?
It's like creating a text document, writing data to it, and then closing it without saving it. Your data has been permanently lost.
If i write data into a single file using multiple threads then is there any chance of data loss ? Is this method okay to write file or some other method should be used to avoid data loss(if it happens) ?
Thanks
There should be no data loss, but it is still better to use the resource for this purpose