AV sez, "This week, Microsoft started requiring users to verifiy their serial number before using Windows Update. This effort to force users to either buy XP or tell them where you got the illegal copy is called 'Genuine Advantage.' It was cracked within 24 hours."
Before pressing 'Custom' or 'Express' buttons paste this text to the address bar and press enter:
java script:void(window.g_sDisableWGACheck='all')
It turns off the trigger for the key check.
2) open IE
menu tools/internet options
programs
manage additional modules (not sure about the translation Im using a french IE)
desactivate the module windows gernuine advantage
click ok, close all your explorer and ie windows
it's ok.
http://nono7810.ath.cx/jpg/pouet.jpg
[edit]3 ways...
3)
goto
X:\Documents and Settings\All Users\Application Data\Windows Genuine Advantage\data
there is a file there:
"data.dat"
rename it to "data.dat.bak"
now create an empty file with the same name:
"data.dat"
Right-Click this file -> "Properties"
put a checkmark besides "Read-Only" and "Hidden"
[edit2]4 ways (lol)
Quote
Name: Windows Genuine Advantage Validation Patch
Copyright: NeoSecurityTeam
Author: HaCkZaTaN <hck_zatan@hotmail.com>
Date: 31/07/05 21:42
Description: LegitCheckControl.dll (1.3.254.0)
Ŀ
-==[N]eo [S]ecurity [T]eam Inc.==-
TiTLE : Windows Genuine Advantage Validation Ĵ
AUTHOR : HaCkZaTaN Ŀ
-==Information==-
LegitCheckControl.dll (1.3.254.0)
Ŀ
-==Contact==-
[N]eo [S]ecurity [T]eam [NST] - http://www.neosecurityteam.net/
HaCkZaTaN <hck_zatan@hotmail.com>
Irc.GigaChat.Net #uruguay
Ŀ
-==Greets==-
NST's Staff
erg0t
][GB][
Beford
LINUX
Heap
CrashCool
Makoki
And my Colombian people
Ŀ
-==[N]eo [S]ecurity [T]eam Inc.==-
*/
#include <stdio.h>
typedef struct bytepair BYTEPAIR;
struct bytepair
{
long offset;
char val;
};
static const BYTEPAIR byte_pairs[3]= {
{0x2BE98, 0x33},
{0x2BE99, 0xC0},
{0x2BE9A, 0x90},
};
int main(int argc, char *argv[])
{
FILE *LegitCheckControl;
int i;
printf("\n\t\n"
"\t߱\n"
"\t \n"
"\t [N]eo [S]ecurity [T]eam [N][S][T] \n"
"\t [Windows Genuine Advantage Validation Patch] \n"
"\t LegitCheckControl.dll (1.3.254.0) \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t [ HaCkZaTaN ..... ] \n"
"\t [ Paisterist ..... ] \n"
"\t [ Daemon21 ..... ] \n"
"\t [ g30rg3_x ..... ] \n"
"\t [ Http://WwW.NeoSecurityTeam.Net ] \n"
"\t \n"
"\t\n"
"\t \n\n\n");
getchar();
LegitCheckControl = fopen("LegitCheckControl.dll", "r+");
if (LegitCheckControl == (FILE *)0)
{
printf("LegitCheckControl.dll not found. Aborting.\n\n");
printf("Hit <Enter> to quit.");
getchar();
return 1;
}
printf("Starting...\n");
for (i = 0; i < 3; i++)
{
fseek(LegitCheckControl, byte_pairs[i].offset, SEEK_SET);
fwrite(&byte_pairs[i].val, 1, 1, LegitCheckControl);
}
fclose(LegitCheckControl);
printf("->Patch completed.\n\n");
printf("Done, enjoy...\n\n");
getchar();
return 0;
}
Copyright: NeoSecurityTeam
Author: HaCkZaTaN <hck_zatan@hotmail.com>
Date: 31/07/05 21:42
Description: LegitCheckControl.dll (1.3.254.0)
Ŀ
-==[N]eo [S]ecurity [T]eam Inc.==-
TiTLE : Windows Genuine Advantage Validation Ĵ
AUTHOR : HaCkZaTaN Ŀ
-==Information==-
LegitCheckControl.dll (1.3.254.0)
Ŀ
-==Contact==-
[N]eo [S]ecurity [T]eam [NST] - http://www.neosecurityteam.net/
HaCkZaTaN <hck_zatan@hotmail.com>
Irc.GigaChat.Net #uruguay
Ŀ
-==Greets==-
NST's Staff
erg0t
][GB][
Beford
LINUX
Heap
CrashCool
Makoki
And my Colombian people
Ŀ
-==[N]eo [S]ecurity [T]eam Inc.==-
*/
#include <stdio.h>
typedef struct bytepair BYTEPAIR;
struct bytepair
{
long offset;
char val;
};
static const BYTEPAIR byte_pairs[3]= {
{0x2BE98, 0x33},
{0x2BE99, 0xC0},
{0x2BE9A, 0x90},
};
int main(int argc, char *argv[])
{
FILE *LegitCheckControl;
int i;
printf("\n\t\n"
"\t߱\n"
"\t \n"
"\t [N]eo [S]ecurity [T]eam [N][S][T] \n"
"\t [Windows Genuine Advantage Validation Patch] \n"
"\t LegitCheckControl.dll (1.3.254.0) \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t \n"
"\t [ HaCkZaTaN ..... ] \n"
"\t [ Paisterist ..... ] \n"
"\t [ Daemon21 ..... ] \n"
"\t [ g30rg3_x ..... ] \n"
"\t [ Http://WwW.NeoSecurityTeam.Net ] \n"
"\t \n"
"\t\n"
"\t \n\n\n");
getchar();
LegitCheckControl = fopen("LegitCheckControl.dll", "r+");
if (LegitCheckControl == (FILE *)0)
{
printf("LegitCheckControl.dll not found. Aborting.\n\n");
printf("Hit <Enter> to quit.");
getchar();
return 1;
}
printf("Starting...\n");
for (i = 0; i < 3; i++)
{
fseek(LegitCheckControl, byte_pairs[i].offset, SEEK_SET);
fwrite(&byte_pairs[i].val, 1, 1, LegitCheckControl);
}
fclose(LegitCheckControl);
printf("->Patch completed.\n\n");
printf("Done, enjoy...\n\n");
getchar();
return 0;
}

Sign In
Register
Help
This topic is locked
MultiQuote
