• Welcome to ForumKorner!
    Join today and become a part of the community.

Instagram Username Checker

Fidraly

New Member
Reputation
0
The program is very nice

thank you Bro :)
 

Odus

User is banned.
Reputation
0
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?
 

TrigInc

Active Member
Reputation
0
you do know you can make the load time 3x faster using // instead of / itself right? loads page without html script promps and tags
 

Taunt

User is banned.
Reputation
0
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!
 

Meddler

User is banned.
Reputation
0
Looks nice but needs some work with the whole banned/available username thing.
 

slither

User is banned.
Reputation
0
i need one bro some one help me out <3


im bored so yehhhsdsaufbe wvuwebv0iwev


weqg revr4ewvfx jef dvjfvjrefjfjdvef vj
 

TrigInc

Active Member
Reputation
0
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
 

Package

Active Member
Reputation
0
Does this still work? Would like to know before downloading.
 

Gang

Power member.
Reputation
0
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.
 

Gen

User is banned.
Reputation
0
Package said:
Does this still work? Would like to know before downloading.

Yeah it still works fine, just downloaded it.
 

Jake

Member
Reputation
0
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.
 

Nostalgic

Active Member
Reputation
0
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...
 

Jake

Member
Reputation
0
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.
 
Top