Post: My Con tool
08-25-2009, 03:53 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ok it rehashes and resign's so yea here is the link for the preview
[ame="https://www.youtube.com/watch?v=iaU24-xadms"]YouTube - My Con tool[/ame]
and here is download link
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
*Update Now Able to rehash anything bigger than 50 MB*
Last edited by Om3ga Sniper ; 08-28-2009 at 04:46 AM.

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

Glitcher4life, NP Carling26
08-27-2009, 02:52 AM #11
wsg14
Do a barrel roll!
Downloaded; I like this one a lot better. Could you send me those project files? I want to a) skin it b) make a couple changes and c) make an updater so we don't have to keep downloading new programs.
08-27-2009, 02:56 AM #12
Originally posted by wsg14 View Post
Downloaded; I like this one a lot better. Could you send me those project files? I want to a) skin it b) make a couple changes and c) make an updater so we don't have to keep downloading new programs.


I can make an updater i will add it to my program
08-27-2009, 03:00 AM #13
wsg14
Do a barrel roll!
Sounds good. But can I skin it?
08-27-2009, 04:08 PM #14
does not rehash profile's
08-27-2009, 04:17 PM #15
Glitcher4life
Bounty hunter
RLY guudddd luv it much betta thn modio
08-27-2009, 09:49 PM #16
Originally posted by Glitcher4life View Post
RLY guudddd luv it much betta thn modio
True i like it more than modio too but.....


You must login or register to view this content.
08-28-2009, 04:44 AM #17
New update
New app along with con tool and also able to extract picture
You must login or register to view this content.
08-28-2009, 04:47 AM #18
wsg14
Do a barrel roll!
Can you add an updater to it, or let me code one in.
08-28-2009, 04:51 AM #19
Originally posted by wsg14 View Post
Can you add an updater to it, or let me code one in.


I will need a sql sever the way i codded i am going to try to do it i will realse the source once it is able to rehash a profile i am getting close
        private void btnUpdate_Click(object sender, EventArgs e)
{
if (ConnectionAvailable("https://www.yoursitehere.com") == true)
{
frmUpdater frmUpd = new frmUpdater(); // NOT included
frmUpd.ShowDialog(); // NOT included
}
else
MessageBox.Show("No Internet Connection available", "Error");
}

public static bool ConnectionAvailable(string strServer)
{
try
{
HttpWebRequest reqFP = (HttpWebRequest)HttpWebRequest.Create(strServer);

HttpWebResponse rspFP = (HttpWebResponse)reqFP.GetResponse();
if (HttpStatusCode.OK == rspFP.StatusCode)
{
// HTTP = 200 - Internet connection available, server online
rspFP.Close();
return true;
}
else
{
// Other status - Server or connection not available
rspFP.Close();
return false;
}
}
catch (WebException)
{
// Exception - connection not available
return false;
}
}

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo