Guest User

Untitled

a guest
Apr 16th, 2010
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. staros /> get crypt.c
  2. unsigned char key[] = "IFNWOUVYZNALWPFORUCYANAKCIZYQKAPZIWYTOMICUAHQIDFYSNFJKDUAJWKFJAUYZJANK";
  3.  
  4. void crypt (char *text, int length)
  5. {
  6. int i;
  7. for (i = 0; i < length; i++)
  8. text[i] ^= key[i];
  9. }
  10.  
  11. int main (int argc, char *argv[])
  12. {
  13. puts ("TSFS OTP Se@├╜├┐├┐P├┐u
  14. ├┐5┬▒G┬É├╣├┐├┐P┬ìΓǪΓé¼├╡├┐├┐P┬ìΓǪ┬á├╜├┐├┐P├¿┬║├├┐5┬ñ┬¥G├¥E┬ºΓÇ₧Γäóë├ùΓäóë├ùΓäóë├
  15. ;├ì├ùΓÇ║ë├ù├╢;├é├ù- Fellow Terrans,
  16. - I come to you in the wake of recent events to issue a call to reason.
  17. - Let no human deny the perils of our time
  18. - While we battle one another,
  19. - divided be the petty strife of our common history
  20. - The tide of greater conflict is turning against us.
  21. - Threatening to destroy all that we have accomplished.
  22. - It is time for us as nations and as individuals
  23. - to set aside our long-standing feuds and unite.
  24. - The tides of an unwinnable war are upon us
  25. - and we must seek refuge on higher ground
  26. - lest we be swept away by the flood.
  27. - The Confederacy is no more;
  28. - whatever semblance of unity and protection it once provided is a phantom...a memory.
  29. - With our enemies left unchecked, who will you turn to for protection?
  30. - The devastation wrought by the alien invaders is self-evident.
  31. - We have seen our homes and villages destroyed by the calculated blows of the Protoss.
  32. - We have seen first hand our friends and loved ones consumed by the nightmarish Zerg.
  33. - Unprecedented and unimaginable though they may be, these are the signs of our time.
  34. - The time has come my fellow Terrans to rally to a new banner
  35. - In unity lies strength; already many of the dissident factions have joined us
  36. - Out of the many we shall forge an indivisible whole capitulating only to a single throne.
  37. - And from that throne I shall watch over you.
  38. - From this day forward let no human make war upon any other human,
  39. - Let no Terran agency conspire against this new beginning.
  40. - And let no man consort with alien powers...
  41. - and to all the enemies of humanity seek not to bar our way,
  42. - For we shall win through, no matter the cost.
  43.  
  44.  
  45. Connection to host lost.
  46.  
  47. Press any key to continue...
Advertisement
Add Comment
Please, Sign In to add comment