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?

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...