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-28-2016, 10:15 AM #11
EpsilonDev
Maggbot timeout!
Originally posted by Dro View Post
^ You must login or register to view this content.




As you're aware, most of the cids probably aren't even on the net. Good job though and good idea


Ehh lets just call this the tool that checke if a cid is on c0nsole crunch or summin lmao

The following user thanked EpsilonDev for this useful post:

Dro
12-28-2016, 03:07 PM #12
A bit pointless.... anyone can just put the cid in google lmao
and this still does not prove that this is private :P

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

OpGreece.!, VenoxCoding
12-28-2016, 06:23 PM #13
EpsilonDev
Maggbot timeout!
Originally posted by Je
A bit pointless.... anyone can just put the cid in google lmao
and this still does not prove that this is private :P

Do you think you're ard' cos you groaned? How about you send me your sprx
12-29-2016, 12:16 AM #14
Originally posted by x View Post
Do you think you're ard' cos you groaned? How about you send me your sprx


your really gone that low to work with edward lol
12-29-2016, 12:22 AM #15
Originally posted by x View Post
Do you think you're ard' cos you groaned? How about you send me your sprx


i really dont see why you act so big on here ... but on skype your fine lol
12-29-2016, 12:29 AM #16
Originally posted by x View Post
Do you think you're ard' cos you groaned? How about you send me your sprx



Its NGU mate , groaning without a reason is accustom to this community it just means your doing something right and the kids are getting butt hurt about it.

The detection is from heuristics.

    
string req = new WebClient().DownloadString


heuristics most likely saw this and gave it a basic gen detection because the code has know a behavior signature that is in a lot of malware.
Last edited by hacking247 ; 12-29-2016 at 05:35 PM.

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

EpsilonDev, FrogPap
12-29-2016, 03:48 AM #17
United
Big Sister
Originally posted by x View Post
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");
}
}

noice. I think I remember seeing something like this on the exposing of kurt when he added a cid stealer in his menace sprx menu.
12-29-2016, 07:59 AM #18
Fersed
Keeper
Meanwhile logging your CID for personal use.
12-29-2016, 03:29 PM #19
Originally posted by hacking247 View Post
Its NGU mate , groaning without a reason is accustom to this community it just means your doing something right and the kids are getting butt hurt about it.

The detection is from heuristics.

    
string req = new WebClient().DownloadString


heuristics most likely saw this and gave it a basic gen detection because the code has know behavior signature is a lot of malware.


i had a reason to groan lol... this is a pointless tool.. and does not prove the cid is private....

and cameron always chats shit about me to people... and he tells people stuff i told him that i dont want them knowing....

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo