• We just launched and are currently in beta. Join us as we build and grow the community.

Auto-pilot 150€/month

iempiemkadiem

Gaming Historian
I Rep
0
0
0
Rep
0
I Vouches
0
0
0
Vouches
0
Posts
91
Likes
176
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
• No referrals required.
• No Investment required.
• Full auto-pilot
Register and get 1$ free:http://bit.ly/2lECqcm
Step 1:
Download google chrome add-on:https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija
Step 2:
a. Go to: http://dearpig.com and http://soccerjoke.com
b. Disable Ad-block for those websites
c. Click your chrome-addon in the right upper corner of your browser.
d. Insert code under cjs and save
Code:
Code:
$(document).ready(function(){
var go_link=$('#go-link');
var go_submit=$('#go-submit');
go_link.addClass('go-link');
go_submit.text('Done').removeAttr("onclick");
go_submit.click();
setTimeout(function(){     window.close(); },1000);
});
Step 3:
a. Login to http://adiphy.com
b. Click the add-on an insert the code below:
Code:
Code:
$(document).ready(function(){
var flag=0;
var token;
var site;
var alias;
$('.infostop:first').prepend('[*]<button id="stop" type="button" class="btn btn-danger" style="height:50px;width:80px;">Stop</button>
');
$('.infostop:first').prepend('[*]<button id="start" type="button" class="btn btn-primary" style="height:50px;width:80px;">Start</button>
');
$('#start').click(function(){
flag=1;
run();
});
$('#stop').click(function(){
flag=0;
});
function run(){
var interval_obj = setInterval(function(){
token=$("#user-token").text();
site=$('.item-site:first').text();
alias=$('.item-site:first').parent().find(".item-alias").text();
e=window.open(site+"/"+alias+"/"+token,"botvn","width=50,height=50,top=20000,left=100000,status=0,toolbar=no");
if(flag===0)
clearInterval(interval_obj);
}, 4000);
}
});
Step 4:
a. Button start and stop will be showed.
b. Click the start button
Done.
EDIT: If you can't see the Start/Stop button, do the following:
a. Download TamperMonkey addon (similar to the first one) -> http://tampermonkey.net/
b. Navigate to Adiphy website, click on the TamperMonkey icon and then click on "create new script".
c. Copy paste the following, save and reload page
Code:
Code:
// ==UserScript==
// @         ADIPHY Bot
// @    http://adiphy.com/
// @      1.0
// @  Start and Stop button to bot on Adiphy
// @       Mariechan
// @        http://adiphy.com/
// @        none
// ==/UserScript==
(function() {
'use strict';
$(document).ready(function(){
var flag=0;
var token;
var site;
var alias;
$('.infostop:first').prepend('[*]<button id="stop" type="button" class="btn btn-danger" style="height:50px;width:80px;">Stop</button>
');
$('.infostop:first').prepend('[*]<button id="start" type="button" class="btn btn-primary" style="height:50px;width:80px;">Start</button>
');
$('#start').click(function(){
flag=1;
run();
});
$('#stop').click(function(){
flag=0;
});
function run(){
var interval_obj = setInterval(function(){
token=$("#user-token").text();
site=$('.item-site:first').text();
alias=$('.item-site:first').parent().find(".item-alias").text();
e=window.open(site+"/"+alias+"/"+token,"botvn","width=50,height=50,top=20000,left=100000,status=0,toolbar=no");
if(flag===0)
clearInterval(interval_obj);
}, 4000);
}
});
})();
 

442,401

317,942

317,951

Top