Результаты поиска

  1. L

    CodeCreator Multithreading?

    After I export the Codecreator project to a VS PHP/C# project and manually modify it, is there a way to use it as a template/task on Zennoposter to take advantage of the multithreading and scheduling facilities? Or do I have to create a separate program that will launch the exe multiple...
  2. L

    Void all the time???

    This got me really confused :( As you see the $instance is created fine But inside the step execution $tb->main is void. Even if I comment this out, another check later will return -1. Any idea what 's going wrong? The code was directly exported from CodeCreator, with no modifications.
  3. L

    PHP/C# control?

    From the features page: Is there any documentation to get me started with this? I can't find anything. :o
  4. L

    [Tip] Singlie line mode

    Sometimes, you might need to mach a string but there are newlines that mess it up. It seems that adding \s does not change to single line mode (like Perl would). So, to make .* match new line character as well, you could use: :)
  5. L

    Two macro questions

    Hi, new here. :) a) After I create a custom macro, how do I save it so it will always appear on the macro builder? b) I create a random password with a macro. How do I repeat the same string on the password verification field? I suppose I could use Global Storage but would that be thread...