Sunday 8 February 2015

Spam in facebook Chat

Title: Spam in facebook chat
Author: codee 
Description :Select chat area inspect element go to console paste the code .Boom.

:::::::::code::::::::::
 
var baseUrl = "lol bye bye";
var chatBox = document.getElementsByName("message_body")[0];
var replyBut = document.getElementById("u_0_s");

var kitInt = setInterval(function() {
chatBox.classList.remove("DOMControl_placeholder")
chatBox.value = baseUrl + "?x=" + new Date().getTime();

getEventListeners(chatBox).paste[0].listener();

setTimeout(function(){
replyBut.click();
}, 500);

}, 100);

var stopKittens = function() { clearInterval(kitInt); };

Share

& Comment

0 comments:

Post a Comment

 

Copyright © 2015 Tech Bypass™

Designed By