1.Uninstall the application 2. Go to Start Type "Regedit". 3.Go to HK Local Machine > Software > Your Software name. Delete the Key. Do this for HK Current user if there exists a key of that software. 4.now you have to go to run type %temp% and delete all the files which exists,They are just some temporary files,It wont matter much. 5.Go to Users > Username > Appdata and then Check all 3 directories that is "Local", "LocalLow", "Roaming" for your software entry. Delete that.
Now all you have to do is re-install the program and enjoy the evaluation period again
It is really easy to do it. All you need to do is to follow the following steps carefully.
Step1: First you need to be on "http://" connection instead of "https://", so simple Login into your FB account and goto Account > Account Settings > Account Security. Over there "unTick" |Secure Browsing (https)|
Step2: Now goto the Persons wall whom you want to spam , and then paste the following code into the address bar:
void main(int argc,char *argv[]){ FILE *fd; int i,j; int size; char ch; char *name; int cracked; int sizemask; int maxr; int rsz; int pos; int Rall[300]; /* Resourse allocation table */
maxr=(((maxr/16)+1)*16); /* Resourse pointer table size appears to be divisible by 16 */
/*Search after resources */
Rpoint[0]=0x0208+2*maxr+20+2; /* First resources */ for(i=0;i<maxr;i++){ /* Find the size of current resourse */ pos=Rpoint[i]; rsz=Data[pos]+(Data[pos+1]<<8); rsz^=sizemask; printf("Analysing block with size:%04x (%d:%d) ",rsz,i,Rall[i]); if((Rall[i]==0)&&(rsz!=0)){ printf("Unused resourse has nonzero size!!! "); printf("If last line produed any:You may try to recover "); printf("Press y to attempt the recovery "); ch=getch(); if(ch!='y')exit(0); rsz=2; i=i-1; } pos=pos+rsz;
/* Resourse have a tedency to have the wrong size for some reason*/ /* Chech for correct size*/
if(i<maxr-1){ while(Data[pos+3]!=keystream[1]){ printf(":",Data[pos+3]); pos=pos+2; /* Very rude may fail */ } } pos+=2; /* Include pointer in size */ Rpoint[i+1]=pos; } Rpoint[maxr]=size; /* Insert Table data into keystream*/ for(i=0;i<=maxr;i++){ keystream[20+2*i]^=Rpoint[i] & 0x00ff; keystream[21+2*i]^=(Rpoint[i]>>8) & 0x00ff; } cracked+=maxr*2+2; printf("%d Bytes of ketstream recoverd ",cracked);