Недавний контент convict29

  1. C

    Zennoposter wont boot

    Hmmm problem seem to be Bitdefender. Any way to make them work together? *Added exclusion
  2. C

    Zennoposter wont boot

    Hey, i made a format to my pc, install ZP and wont boot. Just the popup loading modules and then nothing. I made another format to my pc, and still the same issue. Any idea? ZP 5.9.9.0 Windows 10 64 Bitdefender
  3. C

    How can i make this C# work?

    Hmmm no, i can't find anything. There is no print text related action :/
  4. C

    How can i make this C# work?

    How can i do that? :bm:
  5. C

    How can i make this C# work?

    Hey, i would like to use some custom text to send to Captcha Recognition. Is not working, any ideas? My_Text = "Write Caffee" I expect to pop up the message "Write Caffee". var he = project.Variables["My_Text"].Value; if (he.IsVoid) return -1; // Send to recognition string recognition =...
  6. C

    BulkMailDownload - Won't delete emails

    I deleted manual all emails. Then i receive new ones and the BulkMailDownload delete function worked :D
  7. C

    BulkMailDownload - Won't delete emails

    hmm... well not working with gmail or hotmail. Thanks anyway! :D Possible to make it download only unread emails?
  8. C

    BulkMailDownload - Won't delete emails

    Hey i use BulkMailDownload, this is the code i use: Tuple<string, string, string, string>[] allMails; allMails = ZennoPoster.BulkMailDownload(project.Variables["Email"]. Value, project.Variables["EmailPass"]. Value, "imap.gmail.com", 993, true...
  9. C

    Captcha Breaker wont work after Updating ZP to latest version

    Solved
  10. C

    Captcha Breaker wont work after Updating ZP to latest version

    Hey, till now i was using ZP 5.4.3.0 and was working together with Captcha breaker. Today i bought the ZP update and Captcha breaker is no longer working. How can i fix this?
  11. C

    Use Proxy to download emails

    With the receive email action how can i use proxy to download emails?
  12. C

    Use Proxy to download emails

    Hey im using this snippet to download all emails Tuple<string, string, string, string>[] allMails; allMails = ZennoPoster.BulkMailDownload("[email protected]", "password", "imap.googlemail.com", 993, true, ZennoLab.InterfacesLibrary.Enums.Email.EmailProtocol.POP3, 24*100...
  13. C

    Any way to make variable for captcha?

    Hey, this is MonKeyEnter captcha works: Search the page for HTML attributes like TAG=image, SRC=...png ... and so on. I would like to do this, instead of using HTML attributes to use a variable. That means i have already store the "Secret question / Captcha image" in a variable and then use...
  14. C

    Use Regex in a Switch

    Yes, i didn't took the time to explain how coz i had to go. Here is what i did: Word Processing -> Regex To the text field i entered the variable with the word "Password", remeber this variable could be "Pass" or "password" or "pass" or "Pass-word" and so on. To the Regex placeholder i enter my...
  15. C

    Use Regex in a Switch

    Solved!