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

  1. M

    Where to look for downloads?

    Running a script that downloads a small text file. How do you select download location. I cant find the files anywhere on the computer
  2. M

    Решение непрогруза расширения Metamask в Chromium

    You can remove metamask and reistall. This option lets you use secret phrase to import any wallet into any profile. You can also import 100 wallets into 1 metamask wallet as sub accounts using private keys. Just depends on what you are trying to do.
  3. M

    Good computer : more than 100 threads ?

    I found more computer is not always better. EPYC 7742 (64 core-128 Thread) w/ 256 RAM did better than 3900x but not 4x better. Bad template design ... I'm guilty ... poor internet, also guilty may play a role but the cpu never went over 20% no matter how many threads I tried
  4. M

    Решение непрогруза расширения Metamask в Chromium

    Im using version 774 zenno and have had nothing but issues with metamask and profile folders. Have used cubes to get extension, activate - fails both name or id, navigate to chrome-extension chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/home.html all with no activation. Navigate to...
  5. M

    Refresh

    The only reliable way I found to activate the MetaMask wallet extension (if zenno can find it) is to run a profilefolder and navigate to a page that uses the extension and try to connect. If no connection button is possible I add a new wallet with old credentials for that profile folder...
  6. M

    Refresh

    When loading "Add extension" page-1 would open but would be blank. Text checking would verify. The JS code block now loads the extension and removes the need for an infamous loop trying to install the extension. This project is a mess. The first and second columns of blocks were added to a...
  7. M

    Refresh

    Perfect! That fixed my install looping issue. (where I would install, check, wait, remove extension and try again) I am really having issues with opening extension after saving and closing profile folder. For the longest time I just reinstalled and added data "blockchains" to the extension. It...
  8. M

    Refresh

    I am having a difficult time installing an extension on an existing profile folder. It appears to install but does not activate. Created a loop that checks then removes extension and reinstalls. I found that simply clicking the "refresh" button on the zenno maker fixes this. Is there a...
  9. M

    How to update licence?

    Thank you. Deleting everything from drive and computer from hardware list worked. Will use tickets in future
  10. M

    How to update licence?

    Downloaded a mirror to a new computer. ZP was installed and it opened fine then computer power source crapped out. Moved harddrive to another computer. Downloaded new copy and I get these messages. Is there a way to install an updated license or do I just start over?
  11. M

    Ordered Twitter accounts with auth_token.

    I ordered software made twitter accounts and do not see how to use zenno to login. Asked the vendor for an example and have not heard back. Can someone point to an example using auth_token to log into Twitter? I spent a couple hrs on the Russian with gogole translator and am a little lost
  12. M

    Discord login with token

    can someone verify they can login to discord with a token. i used the js forum example on chrome and chromium beta and can see a screen refresh happen after code but back to the same login screen.
  13. M

    Вход в Discord по токену

    Nothing happens for me on url https://discord.com/login?redirect_to=/channels/@me
  14. M

    Вход в Discord по токену

    i get errors fro
  15. M

    hcaptcha постоянно перезагружается

    Can you elaborate on your solution. I am stuck in circular hell! both with CapMonstercloud and manual solving
  16. M

    cpu size and diminishing returns.

    i need to install a second zp and have a couple cpu mining rigs as options. have a couple 32 core cpu rigs and a 64 core. im limited on 32g ram on 32 core but have 256 on the bigger cpu. for multi thread browser threads are cores or ram more important?
  17. M

    MetaMask opening issue.

    Figured out you can not move folders around after creating
  18. M

    Recaptcha failure

    visit site and click submit button but never see a recaptcha to solve. Just get a failure. Tried capmonster cloud in chromium and in chrome. Is there a solution for this
  19. M

    MetaMask opening issue.

  20. M

    MetaMask opening issue.

    Created profile folders and wallets using the basic template posted. I run instance and can only open wallet with seed phrase each time. What am I doing wrong? using v7.7.1.0
  21. M

    Turn on microphone access

    Have a website that needs access to microphone to function. The website will not go to the next step until access is allowed? It does not need to work as a mic...just needs access to go to the next action. How do I allow? Using v.5.47.0.0 with Chrome browser
  22. M

    Get text from range on list

    I have a large file opened in a list. I need to get data from 275-349 from each line. How can I extract character position from the line location?
  23. M

    WTB Open script to collect information from a website $150.

    Need to collect some data from my county website http://www.greenvillecounty.org/ -Popular Services -Judicial -Court Records Search <=Click -Accept <=Click -Solve Captcha - open to suggestions. Think CapMonster will work Fill 3 Fields from drop downs. Date Type field - Select "Judgment...
  24. M

    How to change string to int?

    string s1 = project.Variables["playlist_count"].Value; int num1 = 0; num1=Convert.ToInt32(s1); // Action designer, type RiseEvent HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0;_0;0").FindElementByAttribute("div", "class", "disableText", "regexp", num1); if (he.IsVoid) return -1...
  25. M

    How to change string to int?

    I have a link i need to click. It changes locations everytime you load the page. I take the DOM have worked it out to this..... playlist_count is a number. How to I change this number "16" to c# or an int that will work with the standard cubes? int number =...
  26. M

    Email Authentication error in IMAP

    @lokiys, That was it. Thank you
  27. M

    Email Authentication error in IMAP

    I am getting this error on different accounts. outlook & gmail. Checked the accounts by logging in to see if they are live. I used this method successfully a couple hundred times yesterday. (verified email confirmation) Now, I can't check the same accounts or new ones that are active live. I...
  28. M

    How to get a list out of a table

    @Dimionix Awesome. Thanks... I've been :dy: your snippet works like a champ and in under a second
  29. M

    How to get a list out of a table

    I need to get column "B" out of a table. I am pulling 1 line at a time and putting to var but is there a way to do this with C#? ... need all the lines from B Thanks
  30. M

    Where to start with multi thread debug

    I have a simple project that I can not get to run multi thread. What are the basic checks on where to look why I can only run 1 thread?
  31. M

    Save List To File - Random Line Count?

    I found a workaround by using a counter and delete lines {-Variable.counter-}-100
  32. M

    Save List To File - Random Line Count?

    I'm using a loop in a template to scrape data and put to list. I want to save random line count to file. Line 1- 8,9,10 to a text file. (the first 8 lines, next loop the first 9 lines, then 10 lines, back to 8 lines) I crashed the template a couple of times so I figured I'd ask? Tried...
  33. M

    Run Program

    How do you view the desktop program window when using this function? I launched a .exe program and want to interact with it.
  34. M

    Using Rotating Proxies

    I have a project that I want to use rotating or back connect proxies for 1 time account creation. I have http://stormproxies.com/rotating_reverse_proxies.html already and wanted to ask about setup. Searched forum and wiki and read about proxies. I assume you would skip the step of checking...
  35. M

    How can i interact with a flash element in a website ?

    Have you tried https://support.befunky.com/hc/en-us/articles/218015043-How-to-enable-Flash-Player How do I enable Flash Player? Scroll down to Mozilla Firefox I need a simple image editor that works with zenno also. Please update us if recording the manual actions to activate works
  36. M

    Enable cookies

    Krisztos, I'm looking into the user agents now. I'm using 90 dedicated ips, clearing cookies and cache, will have random searches done to create a search history prior to going to site (have 1 filled out currently). Have a list of 60 pages of user agents I found in a sticky post above. Of the...
  37. M

    Enable cookies

  38. M

    Enable cookies

    I using a template for account creation and got 2 blocks in a row from different dedicated ips. Where would you start to bypass this? Would building a browser history prior to acct creation help?
  39. M

    Selecting option from drop down menu

    I think I got it. I did as you said and selected the item I want to click, sent to actions designer, deleted out the identifier (-number), changed to regexp, then clicked Search and picked the right item from selection in the designer. Changed to Rise and added to project. Two days... I will...
  40. M

    Selecting option from drop down menu

    That is what I am trying to do. Last time I selected it gave me a value = select2-result-label-30. And clicked Test. It worked. Then I redid those same steps and value= select2-result-label-40. It looks like every time I run the step an increment is given to the value.
  41. M

    Missing toolbar in v5, panel reset doesn't help

    I'm new too! There is a ton of stuff to learn. If you need to add an action you can hover over the projects window and right click. This give you the ability to not have to open advanced editor and still add steps to the current project
  42. M

    Selecting option from drop down menu

    I tried this and it still does not work for me. I loaded your file and tried. The first step works but for the second I get "Element is not found by search criteria" error
  43. M

    Selecting option from drop down menu

    https://www.cloudflare.com/a/setup/wha-up-dr.gq/step/2 I can get the drop down to show up, and I can replace the innerhtml but the site does not recognize the button was selected. The pictures above show that when the site reads the button click the IPv box changes from 4 to 6
  44. M

    Missing toolbar in v5, panel reset doesn't help

    Try clicking on the windows tab in the current toolbar and select what you want to display
  45. M

    Selecting option from drop down menu

    I want to select an option from a drop down menu. I can change the text in the box by selecting the option I want and selecting "to actions designer" It test just fine but does not click the option. ie. it looks correct on the screen but the website does not recognize the field has been changed...
  46. M

    Youtube add channels template wanted

    Howdy, I'm looking for a template (or custom build) that will login to an existing gmail acct, go to YouTube and add channels under the main acct. Template need to pull images, channel name, channel art, profile image from a master file and write to the same file Wants: 1. Phone verify the...