dahnnyel1

pastebin.js

Apr 30th, 2020
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function paste(name, code, f) {
  2. request.src="https://unexceptional-squea.000webhostapp.com/pastebin.php?code="+encodeURIComponent(code)+"&name="+encodeURIComponent(name)+"&format="+f;request.download();
  3. }
Add Comment
Please, Sign In to add comment