Search results

  1. IonicStudio

    Permanently Closed Marketplace Sales Thread

    What's the discount for buying more than one?
  2. IonicStudio

    Button click problem C#

    Oh sorry, I'm a novice. I didn't pay attention to the time. I was just a C # developer, so I came to answer these questions!
  3. IonicStudio

    Multiple Tiktok accounts following problem

    It should be that Tiktok has upgraded the rules and mechanisms
  4. IonicStudio

    How to get views with cloning videos

    hi sir you need video eidt tools
  5. IonicStudio

    TikTok Views

    In fact, there are many videos every day. How many people and resources do you need? In fact, there will still be some videos in the intelligent audit system of Tiktok software, which will be filtered by the system. No matter whether you violate the rules or have some indecent behavior, or if...
  6. IonicStudio

    What's the best time to post TikToks?

    From 11:30 p.m. to 2:00 p.m., we usually have a lunch break. At 2:00 p.m., we officially work. The lunch break is usually 30 minutes long. But many people will play Tiktok in the rest of the time. During the rush hour from 4:00 p.m. to 6:00 p.m., Tiktok will also be painted on the light rail...
  7. IonicStudio

    Hello everyone

    hi @headzoin! Hello and welcome to BlackHatWorld!
  8. IonicStudio

    Hi everyone!

    hi bro, welcome!
  9. IonicStudio

    C# DateTime (greetings)

    that's great bro
  10. IonicStudio

    Button click problem C#

    Hi sir, it means that the element you clicked is wrong, or you cannot find the correct element, so you cannot click
  11. IonicStudio

    C++ or C#

    yes sure bro
  12. IonicStudio

    ChromiumWebBrowser Question

    var avatarElement = this.Driver.FindElementWait(By.CssSelector(LinkeSelector.Avatar), 5); var avatarUrl = avatarElement.GetAttribute("src"); model.Avatar = avatarUrl.Contains("data:image/gif") ? string.Empty : avatarUrl; model.UserName...
  13. IonicStudio

    C++ or C#

    Hi sir, you can start from some of the most basic, find c# some of the simplest examples, and start your operations, so that you can quickly learn
  14. IonicStudio

    c# checker, how ?

    var dnsClient = new LookupClient(options); try { var mxRecords = dnsClient.Query(mailAddress.Host, QueryType.MX) .Answers .MxRecords() .ToList()...
  15. IonicStudio

    C# & Selenium ChromeDriver Need Help

    You need to simulate HTTP requests in multiple threads instead of opening so many browsers that the computer can't run anymore
  16. IonicStudio

    Looking for a way to sell source code for a Win Forms app

    You can sell your products on your personal website
  17. IonicStudio

    How do I Instagram bot.

    If the instagram api supports these operations, you can implement your bot through winform
  18. IonicStudio

    C# selenium youtube shorts

    public const string Avatar = "div[id='channel-header-container'] yt-img-shadow[id='avatar']>img"; public const string UserName = "div[id='channel-header-container'] yt-formatted-string[id='text']"; public const string Subscribers = "div[id='channel-header-container']...
Back
Top