New Kiếm tiền với lootpalace (có auto - cần test)

christam02

Senior
Joined
Dec 24, 2011
Messages
397
Reactions
81
MR
0.000
Đã check code và fix được code chạy auto 100%, các bạn nào ref rồi thì pm mình, mình gởi code cho

Các bạn thời gian qua đã quen với kiếm tiền thông qua video của Hyprmx. Nhiều trang đã ra đi, trang còn sống cũng lặt lìa lặt lọi
Hôm nay có trang mới ra. Có cả code auto bằng Tampermonkey, nhung mình test không chạy. Mình đành dùng imacro thôi. Các bạn test thử cho kết quả nha.

1. Link ref: Lootpalace
2. Non ref: http://lootpalace.com/

Dang ký với link ref các bạn sẽ có 1000 point , gần bằng 1$. Min pay qua paypal 5$ = 5980 points

Sau khi đăng ký xong, các bạn cài addon Tampermonkey, add code sau vào:
// ==UserScript==
// @Name Jun Poopy Hyper
// @namespace http://tampermonkey.net/
// @version 1.4
// @description Earnably HyprMx Goodey
// @author You
// @match https://static.hyprmx.com/*
// @match http://static.hyprmx.com/*
// @match https://static.jungroup.com/*
// @match http://static.jungroup.com/*
// @match http://live.hyprmx.com/*
// @match https://live.hyprmx.com/*
// @match http://persona.ly/widget/offers?appid*
// @grant none
// ==/UserScript==
if(location.href.includes('jungroup')||location.href.includes('hyprmx')){
if(top != window)
top.location.href = location.href;
if(location.href.includes('jungroup'))
location.href = location.href.replace('jungroup','hyprmx');
var i=0;
var wins = [];
if(location.href.includes('https'))
location.href = location.href.replace('https','http');
setTimeout(function(){
if(document.getElementById('webtraffic_start_button_text'))
webtraffic_start_button_text.click();
if(document.getElementById('webtraffic_popup_start_button'))
webtraffic_popup_start_button.click();
},3000);
var lastW = null;
setInterval(function(){
if(document.body.innerText.includes('Thanks for')||document.body.innerText.includes('Thank you for watching!')){
if(lastW)
lastW.close();

if(location.href.toLowerCase().includes('persona')){
top.close();
return;
}
if(location.href.includes('hyprmx'))
window.location.href = 'http://live.hyprmx.com/embedded_vid...)[0]+'&uid='+location.href.split('&uid=')[1];
if(location.href.includes('jungroup'))
window.location.href = 'http://embed.jungroup.com/embedded_...)[0]+'&uid='+location.href.split('&uid=')[1];
return;
}
if(document.body.innerText.includes('offers'))
return;
if(!location.href.includes('boomerang')&&!location.href.includes('general_v4')||lastW && lastW.closed){
if(!document.body.innerText.includes('offers'))
document.body.innerHTML='';
if(location.href.includes('hyprmx'))
window.location.href = 'http://live.hyprmx.com/embedded_vid...)[0]+'&uid='+location.href.split('&uid=')[1];
if(location.href.includes('jungroup'))
window.location.href = 'http://embed.jungroup.com/embedded_...)[0]+'&uid='+location.href.split('&uid=')[1];
return;
}
if(document.getElementById('countdown_control'))
countdown_control.click();
if(webtraffic_popup_next_button.className.includes('active'))
webtraffic_popup_next_button.click();
if(webtraffic_popup_reopen_button.className.includes('active'))
webtraffic_popup_next_button.click();
},3000);
if(document.body.innerText.includes('offers'))
setTimeout(function(){
window.location.reload();
},20000);
var ifr;
window._open = window.open;
window.open=function(url,name,params){
if(url==('')||url.includes('hyprmx')){

lastW = window._open(url,name,params);
return lastW;
}

if(!ifr)
ifr = document.createElement('iframe');
ifr.src=url.replace('http','https');
ifr.sandbox="allow-forms allow-scripts";
document.body.appendChild(ifr);
return ifr.contentWindow;
};
}
if(location.href.includes('persona.ly/widget')){
var lastW;
var mr72193=0;
var mr72178=0;
var mr72198=0;
var mr72194=0;
function triggerMouseEvent (node, eventType) {
var clickEvent = document.createEvent ('MouseEvents');
clickEvent.initEvent (eventType, true, true);
node.dispatchEvent (clickEvent);
}
setTimeout(function(){
clickOffer();
},2000);
function clickOffer(){
var fType = document.getElementsByClassName("options")[1];
fType.childNodes[fType.childNodes.length-1].click();
setTimeout(function(){
triggerMouseEvent (offer_p_1374,'mousehover');
triggerMouseEvent (offer_p_1374,'mousedown');
triggerMouseEvent (offer_p_1374,'click');
triggerMouseEvent (offer_p_1374,'mouseup');
},2000);
}
setInterval(function(){
if(document.getElementById('v11_offer_72193')&&!mr72193||mr72193.closed){
triggerMouseEvent (v11_offer_72193,'mousehover');
triggerMouseEvent (v11_offer_72193,'mousedown');
triggerMouseEvent (v11_offer_72193,'click');
triggerMouseEvent (v11_offer_72193,'mouseup');
mr72193 = lastW;
console.log('Click');
}
if(document.getElementById('v11_offer_72178')&&!mr72178||mr72178.closed){
triggerMouseEvent (v11_offer_72178,'mousehover');
triggerMouseEvent (v11_offer_72178,'mousedown');
triggerMouseEvent (v11_offer_72178,'click');
triggerMouseEvent (v11_offer_72178,'mouseup');
mr72178 = lastW;
console.log('Click');
}
if(document.getElementById('v11_offer_72198')&&!mr72198||mr72198.closed){
triggerMouseEvent (v11_offer_72198,'mousehover');
triggerMouseEvent (v11_offer_72198,'mousedown');
triggerMouseEvent (v11_offer_72198,'click');
triggerMouseEvent (v11_offer_72198,'mouseup');
mr72198 = lastW;
console.log('Click');
}
if(document.getElementById('v11_offer_72194')&&!mr72194||mr72194.closed){
triggerMouseEvent (v11_offer_72194,'mousehover');
triggerMouseEvent (v11_offer_72194,'mousedown');
triggerMouseEvent (v11_offer_72194,'click');
triggerMouseEvent (v11_offer_72194,'mouseup');
mr72194 = lastW;
console.log('Click');
}
},5000);
window._open = window.open;
window.open = function(url,name,params){
lastW=window._open(url,'_blank');
return lastW;
};

}

RAW Paste Data
// ==UserScript==
// @Name Jun Poopy Hyper
// @namespace http://tampermonkey.net/
// @version 1.4
// @description Earnably HyprMx Goodey
// @author You
// @match https://static.hyprmx.com/*
// @match http://static.hyprmx.com/*
// @match https://static.jungroup.com/*
// @match http://static.jungroup.com/*
// @match http://live.hyprmx.com/*
// @match https://live.hyprmx.com/*
// @match http://persona.ly/widget/offers?appid*
// @grant none
// ==/UserScript==
if(location.href.includes('jungroup')||location.href.includes('hyprmx')){
if(top != window)
top.location.href = location.href;
if(location.href.includes('jungroup'))
location.href = location.href.replace('jungroup','hyprmx');
var i=0;
var wins = [];
if(location.href.includes('https'))
location.href = location.href.replace('https','http');
setTimeout(function(){
if(document.getElementById('webtraffic_start_button_text'))
webtraffic_start_button_text.click();
if(document.getElementById('webtraffic_popup_start_button'))
webtraffic_popup_start_button.click();
},3000);
var lastW = null;
setInterval(function(){
if(document.body.innerText.includes('Thanks for')||document.body.innerText.includes('Thank you for watching!')){
if(lastW)
lastW.close();

if(location.href.toLowerCase().includes('persona')){
top.close();
return;
}
if(location.href.includes('hyprmx'))
window.location.href = 'http://live.hyprmx.com/embedded_vid...)[0]+'&uid='+location.href.split('&uid=')[1];
if(location.href.includes('jungroup'))
window.location.href = 'http://embed.jungroup.com/embedded_...)[0]+'&uid='+location.href.split('&uid=')[1];
return;
}
if(document.body.innerText.includes('offers'))
return;
if(!location.href.includes('boomerang')&&!location.href.includes('general_v4')||lastW && lastW.closed){
if(!document.body.innerText.includes('offers'))
document.body.innerHTML='';
if(location.href.includes('hyprmx'))
window.location.href = 'http://live.hyprmx.com/embedded_vid...)[0]+'&uid='+location.href.split('&uid=')[1];
if(location.href.includes('jungroup'))
window.location.href = 'http://embed.jungroup.com/embedded_...)[0]+'&uid='+location.href.split('&uid=')[1];
return;
}
if(document.getElementById('countdown_control'))
countdown_control.click();
if(webtraffic_popup_next_button.className.includes('active'))
webtraffic_popup_next_button.click();
if(webtraffic_popup_reopen_button.className.includes('active'))
webtraffic_popup_next_button.click();
},3000);
if(document.body.innerText.includes('offers'))
setTimeout(function(){
window.location.reload();
},20000);
var ifr;
window._open = window.open;
window.open=function(url,name,params){
if(url==('')||url.includes('hyprmx')){

lastW = window._open(url,name,params);
return lastW;
}

if(!ifr)
ifr = document.createElement('iframe');
ifr.src=url.replace('http','https');
ifr.sandbox="allow-forms allow-scripts";
document.body.appendChild(ifr);
return ifr.contentWindow;
};
}
if(location.href.includes('persona.ly/widget')){
var lastW;
var mr72193=0;
var mr72178=0;
var mr72198=0;
var mr72194=0;
function triggerMouseEvent (node, eventType) {
var clickEvent = document.createEvent ('MouseEvents');
clickEvent.initEvent (eventType, true, true);
node.dispatchEvent (clickEvent);
}
setTimeout(function(){
clickOffer();
},2000);
function clickOffer(){
var fType = document.getElementsByClassName("options")[1];
fType.childNodes[fType.childNodes.length-1].click();
setTimeout(function(){
triggerMouseEvent (offer_p_1374,'mousehover');
triggerMouseEvent (offer_p_1374,'mousedown');
triggerMouseEvent (offer_p_1374,'click');
triggerMouseEvent (offer_p_1374,'mouseup');
},2000);
}
setInterval(function(){
if(document.getElementById('v11_offer_72193')&&!mr72193||mr72193.closed){
triggerMouseEvent (v11_offer_72193,'mousehover');
triggerMouseEvent (v11_offer_72193,'mousedown');
triggerMouseEvent (v11_offer_72193,'click');
triggerMouseEvent (v11_offer_72193,'mouseup');
mr72193 = lastW;
console.log('Click');
}
if(document.getElementById('v11_offer_72178')&&!mr72178||mr72178.closed){
triggerMouseEvent (v11_offer_72178,'mousehover');
triggerMouseEvent (v11_offer_72178,'mousedown');
triggerMouseEvent (v11_offer_72178,'click');
triggerMouseEvent (v11_offer_72178,'mouseup');
mr72178 = lastW;
console.log('Click');
}
if(document.getElementById('v11_offer_72198')&&!mr72198||mr72198.closed){
triggerMouseEvent (v11_offer_72198,'mousehover');
triggerMouseEvent (v11_offer_72198,'mousedown');
triggerMouseEvent (v11_offer_72198,'click');
triggerMouseEvent (v11_offer_72198,'mouseup');
mr72198 = lastW;
console.log('Click');
}
if(document.getElementById('v11_offer_72194')&&!mr72194||mr72194.closed){
triggerMouseEvent (v11_offer_72194,'mousehover');
triggerMouseEvent (v11_offer_72194,'mousedown');
triggerMouseEvent (v11_offer_72194,'click');
triggerMouseEvent (v11_offer_72194,'mouseup');
mr72194 = lastW;
console.log('Click');
}
},5000);
window._open = window.open;
window.open = function(url,name,params){
lastW=window._open(url,'_blank');
return lastW;
};
}
Code này các bạn tést nha. Mình thất bại với code này. Mình chạy bằng imacro.

Tiếp theo các bạn phải chuyển sang US ip nha

Sau đó các bạn vào link sau: http://lootpalace.com/hyprmx-video

Chạy xem video như những trang trước đây. Mõi video là 14 points
Các bạn có thể mở cùng lúc nhiều tab để kiếm nhiều points hơn.

Nhanh tay lên nha các bạn.
 
Last edited:

Announcements

Today's birthdays

Forum statistics

Threads
418,827
Messages
7,076,959
Members
170,901
Latest member
ee88ceo

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom