Недавний контент stephen perry

  1. S

    want to ask zennodroid

    Thank you!
  2. S

    want to ask zennodroid

    Does zennodroid still rely on webpages on mobile? or can zennodroid control inside APP? like play the game inside the app?
  3. S

    How to Parse data and store it in a table?

    ohh my!! thank you so much!!
  4. S

    How to Parse data and store it in a table?

    Hi, I want to parse/get data from example https://www.w3schools.com/html/html_tables.asp How can I get Company, Contact and Country and use it for later? like for example, I want to get Company of Maria Anders? As far as I know, PARSE only get what you need or the text that you need, how...
  5. S

    Reddit LOGIN page / Register PAGE PROBLEM

    Yes its the default Chrome. I noticed that its not working when Im using Mobile Profiles but if its desktop its okay. But my proxy is 4G so I need mobile profile :(
  6. S

    Reddit LOGIN page / Register PAGE PROBLEM

    Hi, I can't do a RIGHT CLICK on REDDIT LOGIN/REGISTRATION PAGE? http://prntscr.com/vzn1m9 Can't do any action on this page, any idea why? I'm using Zenno 7.3.0.0 This is my profile setup http://prntscr.com/vzn3gz Please help
  7. S

    How to run Multi Threads using Database?

    Oh my DB is already connected to zenno, I just don't know how to multithread with it. Im using heidisql
  8. S

    How to run Multi Threads using Database?

    Hello, In my Start > It goes to Database request > SELECT * FROM usernames WHERE things=0 AND error='' LIMIT 1; so I got this and I tried running it with 3 threads, what it does it got the same data and run 3 threads with it. How can I make zenno to take different data per threads without...
  9. S

    how can we add numbers?

    thank you, I used C# code, cuz when I used increase var value + another variable, it gives me error
  10. S

    Project Working Good with PM but ALWAYS error in ZP

    ohhhhhhhhh, okay thank you so much!
  11. S

    Project Working Good with PM but ALWAYS error in ZP

    but isnt this gonna be same screen size for every new profile? isn't that suspicious for other sites? like this FIXED screen size is registering accounts?
  12. S

    Project Working Good with PM but ALWAYS error in ZP

    In PM I can see the browser FULL Height https://prnt.sc/u73693 and in ZP It only shows about 75% of it? https://prnt.sc/u737ei I'm getting Error Since Im using TOUCH Function and the element(button) is in the Bottom PART the TOUCH function can't see it. My question is, how can I make ZP...
  13. S

    Problem Getting SMS

    ohh, I will manually do it via API, okay, thank you
  14. S

    Problem Getting SMS

    Hi, How can I specify the COUNTRY + OPERATOR I want to use? https://prnt.sc/u64a8m I tried this but I got error I just followed the guide in wiki but its wrong.
  15. S

    how can we add numbers?

    Hello, I'm getting the lines of rows from LIST1 and putting it to a variable 1 now I do the same with LIST2 and put it to variable 2 how can I do variable 1 + variable 2 = numbers? I need to check this to see if all LIST are done thank you