View Full Version : How to Change Fingerprints
howler2345
11th September 2004, 23:08
Hey everyone, people keep asking this so i thought i would post it. Changing the fingerprint is one of the easiest things to do to your eh mod.
To change the fingerprint you could
1)Add a mod like bright player models into your hack
2)You could add this into the bottom of your tweaks.cpp(dll section)
void changefingerprint();
{
printf("qwerqwerqwer");
printf("asdfasdfasdfas");
printf("zxcvzxcvzxcvzx");
changefingerprint();
changefingerprint();
}
Have fun making hacks :)
DelfinoM
11th September 2004, 23:20
Which tweaks.cpp lol I got 2 of em, on in evilconfig and one in evilhack
howler2345
11th September 2004, 23:24
Sorry about that...its the one in your dll section. I fixed it ^^^
lionheart5358
12th September 2004, 01:07
lol........... they carry over. if you edit the file in config it carries over to the dll and vice versa. to answer your question, either one will work.
Reb00t
14th September 2004, 18:32
damn don't works for me :dead:
when i put it under this in my tweaks.cpp(dll):
}
else
{
OldTargetX = *pTargetX;
OldTargetY = *pTargetY;
OldTargetZ = *pTargetZ;
OldTHeadingX = *pTHeadingX;
OldTHeadingZ = *pTHeadingZ;
}
}
ill get this error:
Tweaks.cpp(684) : error C2447: '{' : missing function header (old-style formal list?)
What means that? (C++ newbie) :)
OMFS
15th September 2004, 01:04
make a separate and header (.h) and (.cpp) file and it will
Reb00t
15th September 2004, 19:19
This is the correct Change fingerprint code:
void changefingerprint()
{
printf("PUNKBUSTER SUCKS");
printf("runftikuylftjhft");
printf("uhtgdijhxdkyhcnru");
changefingerprint();
changefingerprint();
}
thanks to Sustain (creator of SustainM0d)
3y3w4nn4ch34t
15th September 2004, 19:30
^^^ Thats the same code thats posted. The punkbuster sucks part makes no difference.
Reb00t
15th September 2004, 19:40
look at the end of the first line of coding
I Like Chicken
15th September 2004, 19:42
Shouldn't work without the ; just stick with howlers.
Reb00t
15th September 2004, 19:45
trust me it work, thats what Sustain does with SustainM0d
3y3w4nn4ch34t
15th September 2004, 19:52
look at the end of the first line of coding
Oops, you're right. My mistake. Yeah Howlers needs to remove ; for it to compile properly with a basic bc23 source.
I Like Chicken
15th September 2004, 19:53
I'm guessing you are Sustain, doesn't really matter anyway if you say it works then maybe it does, the orginal one works and here's a little correction to avoid a stackoverflow...
void changefingerprint();
{
static int ref=1;
ref++;
printf("asdasdasdasdasd");
printf("fghfghfghfghfghfgh");
printf("maislfnausjfbgyrjdk");
if(ref==0){
changefingerprint();
changefingerprint();
}
ref--;
}
rICK.jAMES
10th October 2004, 03:08
Could you not use something like
void changefingerprint();
{
static int ref=1;
static int ref2=1;
ref2 = math.random(144);
printf(ref2);
ref2 = math.random(144);
printf(ref2);
ref2 = math.random(144);
printf(ref2);
if(ref==0){
changefingerprint();
changefingerprint();
}
ref--;
}
and have the fingerprint changed at compile? I am not sure what math.random syntax is so the above code probably doesn't work, but should be pretty easy to get it working ...
Regards,
Rick James
itwasfunny
10th October 2004, 14:51
void changefingerprint();
{
static int ref=1;
ref++;
printf("Ghostrulesssbutpbno");
printf("lol****ingpunkbuster");
printf("letsgokillsomenoobs");
if(ref==0){
changefingerprint();
changefingerprint();
}
ref--;
}
I put this to change my fingerprint. This works right??
DelfinoM
11th October 2004, 22:24
Fingerprint = MD5 hash = file size in bytes,etc, the more things u add do make an difference.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.