document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. char* buffer = “test”
  2. while (*buffer != 0)
  3.     UEDATX = *buffer++;
');