Advertisement
silentkiler029

loading...

Aug 22nd, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.81 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4. long long i, I, x;
  5. char s[50];
  6.  
  7.  
  8. void DOWNLOADING()
  9. {
  10.     int t = 0;
  11.     char c1 = '%';
  12.     //printf("\n\n\t\t\t\tYou Cam Perfect\n\n\t\t\t\tDownloading...       %3d%c", t, c1);
  13.     I = 100000000; while(I--){}
  14.     system("cls");
  15.     for(i = 0; i < 25; i++) {
  16.         char c = 178;
  17.         t = (i+1) * 4;
  18.         if(i != 24) printf("\n\n\t\t\t\t\n\n\t\t\t\tLoading...           %3d%c", t, c1);
  19.         else        printf("\n\n\t\t\t\t\n\n\t\t\t\tLoaded               %3d%c", t, c1);
  20.         printf("\n\t\t\t\t");
  21.         for(long long j = 0; j <= i; j++) printf("%c", c);
  22.         I = 50000000; while(I--){}
  23.         if(i != 24) system("cls");
  24.     }
  25.     I = 500000000; while(I--){}
  26.     system("cls");
  27. }
  28.  
  29. int main()
  30. {
  31.     DOWNLOADING();
  32.  
  33.  
  34.     return 0;
  35. }
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement