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
12-30-2016, 12:11 PM #20
ahh i see you moved to C# because C++ is too hard for the little CameronEw acne face
12-30-2016, 03:00 PM #21
EpsilonDev
Maggbot timeout!
Originally posted by VenoxCoding View Post
ahh i see you moved to C# because C++ is too hard for the little CameronEw acne face


Says the known Leech? Stop using Limbo for your fake hax and learn yourself. Or better yet? Hit me up when you can edit your garage. Simple hax that even the famous PS3 god VenoxCoding cannot accomplish.

The following user thanked EpsilonDev for this useful post:

AFG
12-30-2016, 04:07 PM #22
Originally posted by x View Post
Says the known Leech? Stop using Limbo for your fake hax and learn yourself. Or better yet? Hit me up when you can edit your garage. Simple hax that even the famous PS3 god VenoxCoding cannot accomplish.


You must login or register to view this content.

The following 2 users say thank you to Je Modz for this useful post:

EpsilonDev, AFG
12-30-2016, 09:58 PM #23
Hit me up and when you can make Modded Cars little bi**
12-31-2016, 04:07 PM #24
EpsilonDev
Maggbot timeout!
Originally posted by VenoxCoding View Post
Hit me up and when you can make Modded Cars little bi**


Are you actually kidding me kid?
01-09-2017, 07:40 PM #25
Passion
League Champion
lol this is fucking retarded
01-09-2017, 09:01 PM #26
Originally posted by Octolus View Post
Yeah. Or just google the CID..

& I don't do C#, but would think it would have a == Operator? :P

    textEdit1.Text.Length < 32 || textEdit1.Text.Length > 32
textEdit1.Text.Length == 32


You don't do c# but on your profile intro it say's C# under octosniff Drack
01-14-2017, 03:29 PM #27
DSKMODZ
Bounty hunter
I just seen this same did checker on console crunch.org a few days ago someone else posted it
02-01-2017, 03:43 AM #28
Kryptus
Former Staff Manager
    

if (textEdit1.Text.Length == 32)
{
string req = new WebClient().DownloadString("https://google.com/search?q=" + textEdit1.Text);
XtraMessageBox.Show("Console ISad Awesome " + textEdit1.Text + Environment.NewLine + "Status: " + req.Contains("- did not match") ? "Private" : "Public");
// If using C#6 you can use the below.
//XtraMessageBox.Show($"Console ISad Awesome {textEdit1.Text} {Environment.NewLine} Status: {(req.Contains("- did not match") ? "Private" : "Public")}");
}
else
{
XtraMessageBox.Show("Error. Console ID length is invalid.", "An Error Occured.");
}

The following user thanked Kryptus for this useful post:

Father Luckeyy

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo