Guest User

Untitled

a guest
May 20th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. long i;
  5.  
  6. for(i=100000000000; i<1000000000000; i++)
  7. {
  8. printf("wget 845145127.com/%li.jpg \n", i);
  9.  
  10. }
  11.  
  12. return 0;
  13. }
  14.  
  15.  
  16.  
  17. // compile, chmod and go
Add Comment
Please, Sign In to add comment