Recent content by distancexd

  1. distancexd

    InstaFame - Instagram Bot

    Updated thread.
  2. distancexd

    InstaFame - Instagram Bot

    Recode Complete (took forever lmao). Will update thread soon.
  3. distancexd

    re-coding a project makes you feel like a dumbass when you look at the original code.

    re-coding a project makes you feel like a dumbass when you look at the original code.
  4. distancexd

    InstaFame - Instagram Bot

    Update: working on a complete recode. Source will be completely cleaned up and optimized. estimated till release: 1.5 week(s)
  5. distancexd

    C# Dictionary Extension [AddRange]

    Lol. I hope you enjoy 'looking into it' :)
  6. distancexd

    C# Dictionary Extension [AddRange]

    no idea what you mean by this. please explain.
  7. distancexd

    C# Dictionary Extension [AddRange]

    I love dictionaries in c#. However there is no AddRange method. So I decided to create an extension for it. If you use dictionaries, this can be really helpful for you. Make sure this code is in a static class as it's an extension. public static void AddRange<TKey, TValue>(this...
  8. distancexd

    InstaFame - Instagram Bot

    oh lmao okok my bad
  9. distancexd

    InstaFame - Instagram Bot

    Nothing New: I know. Thread Layout: Yes the threading system is really bad atm (I should of used tasks as well). Will be updating it very soon Design: changing to WPF soon Thank you for your criticism
  10. distancexd

    InstaFame - Instagram Bot

    Obviously yes. They will block your proxy from the site if you send too many requests in a short period of time. That's why the recommended timeout is 60-100 because I don't have proxy support atm.
  11. distancexd

    [Free+Source] Profound's C# API Stresser + How to setup an API

    The webbrowser component is really slow. I would suggest using a GET Request
  12. distancexd

    InstaFame - Instagram Bot

    Yes. It's still in beta atm and more features are being added very soon :)
  13. distancexd

    InstaFame - Instagram Bot

    InstaFame is an open-source Instagram bot that helps you gain real followers by interacting with other users on instagram. InstaFame takes your inputted scrape queries and searches for users on instagram. The bot then follows this user and is able to like/comment on their visible posts. This...
Top