Show DevBest The Glide Code.

Status
Not open for further replies.

Pro123

New Member
Feb 20, 2011
21
0
Hello many of you may be wondering what is the glide code.

I can explain you this.

IN windows 98/95/or SE

The Password you enter is saved in the C:\windows directory in the *.pwl file.

So if you open that file you get a encrypted mode.

To decrypt it I had made my own c code.


Here it is.


Code:
#include<stdio.h>
#include<string.h>
#include<process.h>
#include<stdlib.h>
#include<ctype.h>
#include<conio.h>

usingned char huge data[100001];
usingned char keystream[1001];
int Rpoint[300];
 
Status
Not open for further replies.

Users who are viewing this thread

Top