Unlimited contacts for WhatsApp with dev++
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
int main()
{
int i,j,num=10;
FILE *fptr;
fptr=fopen("jazz number vcf1.txt","w");
for(int i=0;i<=898;i++)
{
num=num+1;
fprintf(fptr,"BEGIN:VCARD\n");
fprintf(fptr,"VERSION:3.0\n");
fprintf(fptr,"N:;;ali%d;;;\n",num);
fprintf(fptr,"FN:;baba%d\n",num);
fprintf(fptr,"TEL;TYPE=CELL:+923007315%d\n",num);
fprintf(fptr,"END:VCARD\n");
}
fclose(fptr);
}
steps
- copy this txt and paste on your dev++
- press F11
- copy this jazz contects vcf.txt file from folder and then rename
- rename .txt to .vcf
- then import jazz contects vcf.vcf
- then open your whatsapp and see contects