Jump to content

Recommended Posts

Posted

Hey guys,

if anyone has a key bot plz post it here.I would really appreciate this.

What i mean by key bot is a prog that allows u to choose a key from the keyboard and it spam it all the time(eg. if u prefer F1 then in the game windows it will spawn F1 F1 F1 F1 F1 or smthing like that..

Thanks for ur help and Cyaa

  • 4 weeks later...
Posted

*/unsigned char cdkey[], /*

/* the key must be 13 bytes long and all the */

/* '-' chars must be removed */

*ptr; // a pointer for faster operations

unsigned long eax,

edx,

edi,

i; // counter

 

eax = 3;

ptr = cdkey;

for(i = 0; i < 12; i++, ptr++) {

edi = eax << 1;

edx = *ptr - 0x30; // char '0'

edx ^= edi;

eax += edx;

}

eax %= 10;

eax -= *ptr;

if(eax == 0xFFFFFFD0) fputs("CD-Key is OK!\n", stdout);

else fputs("CD-Key is invalid\n", stdout);

 

:D keylogger sou kanei?

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock