Advertisement
Guest User

Untitled

a guest
Apr 10th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. var script = document.createElement('script');
  2. script.src = "https://rawgit.com/Sardonyxfag/pxldrawer/master/autopxls3.js";
  3. script.onload = function () {
  4. var images = [
  5. {
  6. title: "tomoko",
  7. x: 580,
  8. y: 1260,
  9. image: "http://i.imgur.com/1cX9ney.png"
  10. }
  11. ]
  12. AutoPXLS(images);
  13. };
  14. document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement