Instagram Username Checker

The program is very nice

thank you Bro
 
Code:
Type type = typeof(WebRequest);
object[] objArray = new object[] { Operators.ConcatenateObject("http://instagram.com/", this.all.SelectedItem) };
HttpWebRequest httpWebRequest = (HttpWebRequest)NewLateBinding.LateGet(null, type, "Create", objArray, null, null, null);
HttpWebResponse response = (HttpWebResponse)httpWebRequest.GetResponse();
string end = (new StreamReader(response.GetResponseStream())).ReadToEnd();
while (end == null)
{
    Thread.Sleep(50);
     Application.DoEvents();
}

This has 5 pages worth of replies?
 
you do know you can make the load time 3x faster using // instead of / itself right? loads page without html script promps and tags
 
You must be nice asf if you aren't selling this for money, first time i see a checker that is free. Thanks a lot!
 
Looks nice but needs some work with the whole banned/available username thing.
 
i need one bro some one help me out


im bored so yehhhsdsaufbe wvuwebv0iwev


weqg revr4ewvfx jef dvjfvjrefjfjdvef vj
 
i can build this for android if needed ive already made the same type for yahoo proxyless and btw to the coder of this project i have a interesting thing you might want to know about bypassing waf filters on there system cheers
 
Does this still work? Would like to know before downloading.
 
Package said:
Does this still work? Would like to know before downloading.

Yeah I think it still works. I used it like 2 days ago.
 
Package said:
Does this still work? Would like to know before downloading.

Yeah it still works fine, just downloaded it.
 
I explained on a thread similar to this one before and all you will need to make this work is a banned/username list that will check against available usernames. If you need help, message me.
 
This does still work but many banned @'s come up as available if not all of them do. That may just be my list tho...
 
Ignore said:
This does still work but many banned @'s come up as available if not all of them do. That may just be my list tho...

Run a huge list and if the usernames are banned, add them to your ban list.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…