PDA

View Full Version : fingerprint


itwasfunny
4th October 2004, 16:43
i creat a fingerprint.cpp with this text:

#include <stdio.h>

#include "fingerprint.h"

void ;changefingerprint()

{

printf("ddddddddddddddddddddddd");

printf("bbbbbbbbbbbbbbbbbbbbbbb");

printf("ccccccccccccccccccccccccccccccc");

changefingerprint();

}


And a fingerprint.h with this text:

#define void changefingerprint()

Now i changed my fingerprint right?

Super_Sniper
4th October 2004, 17:43
yes change the names up a little for safty percatuins ;)

DelfinoM
5th October 2004, 03:52
void changefingerprint()
{
static int ref=1;
ref++;
printf("pb****ssucksducks****salldayhooah");
printf("pb****ssucksducks****salldayhooah");
if(ref==0)
{
changefingerprint();
changefingerprint();
}
ref--;
}

use the ref things i have instead and put it in tweaks.cpp, and you wont need anything else :P no header files, nothing without it you might get stackoverflow errors :P in mine i have printf repeating 500 times, makes the dll 800kb