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.
Hello
Where saves temporary BAS the variables used in an thread?
Maybe in a file?
I need to recover this files with Recuva or some software and read this files again to recover the used variables in all completed threads (because I've no set an option to save manually this variables in a file)
@Diya.3rif Need to use reources and set maximum succes number (recomended).
If you work in one thread and use loop(not recomended), you can unset Reuse recources.