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

  1. A

    Esim support

    Hello, Can I add my e-sims numbers to ZennoDroid to pass the 2FA? That, I can use the unique number of each profile. Because I don't want to use SMS Pva provider but directly my E-Sims plans. Thank you
  2. A

    How can I fix the webRTC leak to hide my public ip ?

    Hello, I use zennoposter with my private squid proxy server with my privates ips, the proxy works very well but I found with webRTC the website can see my proxy IP + my personal public IP. How can I hide my ip public with webrtc in zennoposter ? Thank you Best regards
  3. A

    Create activity for my outlook emails to be not blocked for unactivity

    Hello all, I create a bot where I create outlooks email with a unique private IP address for each account, the creation it's ok, but in 10days / 15 days my email is blocked because this isn"t activity (or only 1 email was received to activate an account create on application). What's your...
  4. A

    Make a logic to check if the Profile have a private proxy added

    Hello, How can I make logic to check if the profile loaded have a proxy on the browser settings like here: https://zennolab.com/discussion/threads/gmail-blocking-imap.5874/#post-32755 All my profile have a private proxy (one profile / one unique IP) but how check it ? Because I don't know-how...
  5. A

    [email imap automation] create a Regex to extract the href of the <a> wanted

    I'm sorry, I didn't know, nobody saw my screenshot. Thank you for your regex, it's perfect, not it's work. I didn't know the tips : (? ...) to not select.
  6. A

    Proxy support for email processing

    Is it always true ? We always doesn't need a proxy with a lot of email processing on outlook, gmail and yahoo with the same ip? But with unique registering ip for each email ? Thank you
  7. A

    Make a switch logic with percent chance of execution

    Thank you for your answer.
  8. A

    Make a switch logic with percent chance of execution

    Hello, I want to make 3 actions with a percent à chance. 1. I have a random number between 1 and 100 2. I want to make a switch : a. <=20 b. <=50 c. >50 But a switch logic with that doesn't work, I put a picture to show you : The switch doesn't work I have an error : "Run...
  9. A

    [email imap automation] create a Regex to extract the href of the <a> wanted

    In my regex I specified which data I want to extract, here it's the href content. So the groups contains all extract data wanted, it can be more. Look you can see in this pictures, in "groups" tabs : line 0, Number 1, I have my link who is my activation link :
  10. A

    [email imap automation] create a Regex to extract the href of the <a> wanted

    thank you VladZen, No, I didn't see before this tool. It pretty similar of the toold ine the email right ? But, I tried it, the tester found one "groups", like you see on the picture, so the regex works : But why the same regex on email processing, doesn't work ? The email processing...
  11. A

    [email imap automation] create a Regex to extract the href of the <a> wanted

    Hello, I found the email and now, I want to create a regex to catch the activation link. It's myhtml : <a href="https://lin.com/activation/NX1B4s3xh1ip" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; word-wrap: break-word; word-break...