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

  1. O

    4G / LTE Mobile proxies from Water Squad

    Bought from Watersquad and everything is working good and seller is very active and easy to reach and talk to. ++++
  2. O

    Google reCaptchav2 not found

    I will send in a ticket, seems like i can't pm here.
  3. O

    Google reCaptchav2 not found

    I have a template where i use the reCaptchav2 recogition module. It worked fine for few weeks until today when it stop working now it cant find the sitekey on that page. I tested on other sites and that works fine. So my question is what is a good way to solve this if it cant auto detect the...
  4. O

    Read the Localstorage ?

    Can we read stuff from the local Storage? In c# selenium i can use this ((IJavaScriptExecutor) driver).ExecuteScript("return localStorage.getItem('MooWeb/APIToken')", (object[]) Array.Empty<object>()).ToString(); But can i do something similar in Zennoposter?
  5. O

    How to copy request headers?

    So its not possible to read RequestHeader from a browser event in ZennoPoster? This would be a very nice function.
  6. O

    Emulate geolocation settings

    Is it possible to set a custom Geolocation in Zenno? I see there is a option to set GeoLocation based on ip. But is it also possible to set it custom?
  7. O

    Force zenno using a special network adapter

    nope i did not, i solved it in other way with proxy connections
  8. O

    PUT Request

    I solved it. With OwncodeUsing dident know this function even existed.
  9. O

    PUT Request

    Is PUT request not supported? I tryed to do it in c# but i cant referense the System.Net.Http So how can i do PUT requests in Zenno am i missing something? Thank you
  10. O

    Regex find mail last matched mail

    But this is in the Search Email i cannot use C# to find email See this screenshot http://prntscr.com/b974z5
  11. O

    Regex find mail last matched mail

    How can i do a regex that will take the last match mail? Cause right now am getting more then 1 mail that look same but wiht diff codes in. And i only want the code in last mail. Am not sure how to make a regex to take the last matching mail. This is from email tab "Search Mail"
  12. O

    Force zenno using a special network adapter

    Thank you so much will look into it. :)
  13. O

    Force zenno using a special network adapter

    I know about defult gates and such just seems allot of work to digg into. My main issue is zennos license checks ALL the time, i understand they wanna secure it but really mess up many tools i wanted to build that have to also run offline some times. So thats why i was thinking of using a...
  14. O

    Force zenno using a special network adapter

    Got an example? How it could be done? Would be great
  15. O

    Force zenno using a special network adapter

    Is it possible to force zennoposter to use a special network adapter? For example if i have 2 nics in my computer with two internet connections on. Can i tell zenno which connection to use? Or force it some how?