home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / misc / w00fun / w00w00.c < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-13  |  1.9 KB  |  92 lines

  1. /* I'm a w00w00ify'd w00c0w. do the w00! */
  2.  
  3. #include <w00w00.h>
  4.  
  5. #define w00motto     "do the w00!"
  6. #define w00world     "coming to a theater near you!"
  7. #define w00doo       "w00w00's official religion"
  8. #define w00MOTD      "hey, where's the cream filling?"
  9. #define w00mascot    "w00c0w"
  10. #define w00tos       "the Freshmaker!"
  11. #define w00fans      "w00pee g0ldberg"
  12.  
  13. void main()
  14. {
  15.   char *welcome  = "Welcome to the house of w00w00";
  16.   char *welcome1 = "Bien venidos a la casa de w00w00";
  17.  
  18.   char *w001  = "Yo regir todo el mundo! Canta la musica delw00w00!";
  19.  
  20.   /* w00w00 Political Stuff */
  21.   char *w00gov[] = {
  22.      "w00w00 Elective Office",
  23.      "w00w00 City Council",
  24.      "w00w00 w0rld Council"
  25.   };
  26.  
  27.   char *communists[] = { 
  28.      "Shok",
  29.      "NeTTwerk",
  30.      "synapse-",
  31.      "Mythrandr",
  32.      "Solar Designer",
  33.      "johan", /* johanMS */
  34.      "fyber",
  35.      "napster",
  36.      "peedee",
  37.      "BiT",
  38.      "masada",  /* brian */
  39.      "massada", /* alfred */
  40.      "Raw-Powa",
  41.      "mikasoft",
  42.      "plaguez",
  43.      "zoiks", /* merc */
  44.      "_daveg_",
  45.      "apk",
  46.      "alhambra_",
  47.      "loadammo",
  48.      "joewee",
  49.      "dmess0r", /* dmessiah */
  50.      "halflife",
  51.      "Asriel",
  52.      "FreeLSD",
  53.      "k2",
  54.      "nyt",
  55.      "prym",
  56.      "awr",
  57.      "stranJer", /* str */
  58.      "jobe"
  59.   };
  60.              
  61.   char *capitalists[] = { 
  62.      "SORRY.. COMMUNISM HAS TAKEN OVER THE WORLD"
  63.   };
  64.  
  65.   char *republicans[] = {
  66.      "dob", /* dobbie */
  67.      "silitek",
  68.      "joewee",
  69.      "prym"
  70.   };
  71.  
  72.   /* la cultura del w00w00 es muy grande */
  73.  
  74.   /* la languas de w00w00 */ 
  75.   /* spanish    */
  76.   /* french     */
  77.   /* portugese  */
  78.   /* greek      */
  79.   /* swedish    */
  80.   /* russian    */
  81.   /* english    */
  82.  
  83.   printf("w00w00!\n");
  84.  
  85.   system("sh w00w00.sh");
  86.  
  87.   execl("/usr/bin/as", "as", "-o", "w0w0w", "w00w00.s", (char *)NULL);
  88.   execl("./w0w0w", "w0w0w", (char *)NULL);
  89.  
  90.   execl("/usr/bin/w00w00ify", "-f", "/", (char *)NULL);
  91. }
  92.