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

  1. P

    Pinterest - Upload Images?

    Thanks for the help but it doesn't work for me. 1. For me the form number is #3 2. When i set the value with the path to the file, a windows opens where i have to select the file manually: I even can't write the filepath manually in the field, i don't know why it should work in an...
  2. P

    Pinterest - Upload Images?

    Sounds interesting. I'll try it and report back :)
  3. P

    Project maker

    Depends on the size of your template and how many programs you're running in the background.... every machine has its limits.
  4. P

    Need Help :) Please :) From the AMAZING group of programmers Here :)

    1. To pull a line from a file, you need this macros: {-File.GetString-|-\your filepath here\-|-random-|-false-} 2. To pull a block of text from a file you need this macros: {-File.GetBlock-|-\your filepath here\-|--|-the block number here-|-true-} You should have a deeper look into...
  5. P

    Project maker

    I don't know why you get no help here... Often i have the same problem, but the following helps a little bit: 1. Go to task manager --> Processes 2. Click on "view" 3. Choose columns (I have german windows 7, don't know if thats the right translation) 4. Click on handles Now...
  6. P

    Anyone familiar with reddit and detection methods?

    Try this branch. At least you shouldn't get downvotes now, but you still have to find the right match number....
  7. P

    Anyone familiar with reddit and detection methods?

    When recording your template: right click on the element --> to branch builder You can manipulate elements in the branch builder and use your own footprints to detect the element. Maybe that helps. If not, attach the template and i will look into it.
  8. P

    Twitter - Create Selected Text presence check

    Sry, i don't know why this error exists. I think it's a bug or maybe weird source code on the web page, i don't know... If i get this error i rewrite it like above and everything works fine :)
  9. P

    Anyone familiar with reddit and detection methods?

    Ah ok... does it work properly if you do it manually in your browser? Maybe there is something wrong in your template...
  10. P

    Zennoposter freeze

    Hey Raider, to understand my problem do the following: 1. create an empty .txt file 2. count the number of lines of this empty file with the help of a macro You will see that Zennoposter freeze...
  11. P

    Anyone familiar with reddit and detection methods?

    I'm not familiar with reddit... What is your exact problem? Accounts got banned or upvotes deleted? To make many accounts on one site, you should have a lot of ip's with different subnets, multiple user agents and very unique account names (I scraped 40k account names from a forum with...
  12. P

    Twitter - Create Selected Text presence check

    Try this one:
  13. P

    Zennoposter freeze

    I already have a logic: 1. It fetches a number from a txt file how many accounts i want to create. 2. It counts the number of lines contained in my login.txt where i save my account data If number 1 < number 2 it will create accounts. I have 4 different login.txt files, so i would need 4...
  14. P

    How to get parameter's value from a Set --> HTML element branch

    Is there a way to get the parameter's value from a Set --> HTML element branch (i want to save the used proxy and user agent to a file). I tried: Work with template --> Get field value from the executed branch, but it doesn't work. I know i can pull the proxy and user agent from a get -->...