document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function takeScreenshot()
  2.     screenshot = love.graphics.newScreenshot();
  3.     screenshot:encode("screenshot"..tostring(os.time())..".png");
  4. end
');