mirror of
https://github.com/RaySollium99/XPKeygen.git
synced 2025-09-05 06:27:45 -04:00
Add Files
This commit is contained in:
commit
ea4689c791
7 changed files with 738 additions and 0 deletions
13
autoxp.c
Normal file
13
autoxp.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
int numero = 1;
|
||||
char cmd[300];
|
||||
while (numero < 1001){
|
||||
sprintf(cmd, "./windowsxp > %d.txt", numero, numero);
|
||||
system(cmd);
|
||||
numero=numero+1;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue