What's new

Crypto Earn 9.7$ in bitcoin daily (method using a script)

Status
Not open for further replies.

Alpha Wolf

Eternal Poster
Joined
Aug 2, 2015
Posts
998
Reaction
1,257
Points
407
Age
33
Guide :
1. Download tampermonkey:
2. Create new scripts.
3. Copy my script and add it.
4. Click BROWSING and it will automatically work.

Script :
// ==UserScript==
// name Surf
// @namespace Munem2x
// icon You do not have permission to view the full content of this post. Log in or register now.
// @version 2
// @description Auto surf
// @author Munem2x
// @match You do not have permission to view the full content of this post. Log in or register now.
// Grant none
// @require You do not have permission to view the full content of this post. Log in or register now.
// ==/UserScript==

$(document).ready(function(){
setInterval(function(){
if($(".green-text:not:)empty)")){
(function () {
var ids = {};
var found = false;
$('[id]').each(function() {
if (this.id && ids[this.id]) {
found = true;
console.warn('Duplicate ID #'+this.id);
dupid=this.id;
$('#'+dupid).mousedown();
$('#'+dupid).click();
$('#'+dupid).mouseup();
}
ids[this.id] = 1;
});
if (!found) console.log('No duplicate IDs found');
})();
}
},10000);
});

Thank you!
 
Last edited by a moderator:
Status
Not open for further replies.

Similar threads

Back
Top