Post: CID Public/Private Checker.
12-26-2016, 07:44 PM #1
EpsilonDev
Maggbot timeout!
(adsbygoogle = window.adsbygoogle || []).push({}); Wassup!

A friend didn't know if his CID was private or not so it game me an idea. It's extremely simple to do, so i made it in PHP first but he didn't want to load up the URL every time, so i made it into an application.

It just searches Google for the inputted CID and if it returns anything, it returns Public on the tool, else it returns Private. Simple, not effective, about 70-85% accuracy but who the f*ck cares?

The code is that small i'm going to post it below, no need for a source link.

The Application: You must login or register to view this content.
The Application Virus Scan: No clue where the 1/55 came from
You must login or register to view this content.

The Source:
This goes where you put button click
    
if(textEdit1.Text.Length < 32 || textEdit1.Text.Length > 32)
{
XtraMessageBox.Show("Error. Console ID length is invalid.", "An Error Occured.");
}
else
{
string req = new WebClient().DownloadString("https://google.com/search?q="+ textEdit1.Text);
if(req.Contains("- did not match"))
{
XtraMessageBox.Show("Console ISad Awesome "+textEdit1.Text+Environment.NewLine+"Status: Private");
}
else
{
XtraMessageBox.Show("Console ISad Awesome " + textEdit1.Text + Environment.NewLine + "Status: Public");
}
}
Last edited by EpsilonDev ; 12-26-2016 at 07:47 PM.

The following 5 users say thank you to EpsilonDev for this useful post:

FrogPap, GTA MoDz, hacking247, Jincos, AFG

The following 7 users groaned at EpsilonDev for this awful post:

Je Modz, JLM, koekiemonstarr2, Member35342235, OpGreece.!, ProfoundModz, VenoxCoding
04-17-2017, 06:50 AM #29
reezaah
Do a barrel roll!
thanks for this helps cid finding alot easy thanks

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo