PDA

View Full Version : Code cheat adnet bùng nổ



hacobi11
27-08-2009, 18:55
Share nguyên gốc bộ code cheat adnet -- ko mã hóa, giữ nguyên bản. 8 mã sản phẩm và 12 ID widget, không khóa chức năng viewcode.
Auto popunder.
Có tích hợp cookie >> chỉ load pop 1 lần /ngày
Các bạn có thể share code này ở tất cả website.
Thay ******x >>> mã sản phẩm, WidgetID >> ID các widget của bạn.
Không nên đặt code cheat tại website đã widget cheat.
Có thể đặt code ở bất cứ website nào.
Sau khi thay code hãy nhấn Compress để giảm dung lượng mã xuống và Highlight all để copy

<script type="text/javascript">
function rand ( n ){return ( Math.floor ( Math.random ( ) * n + 1 ) );}var view=1;var random_sp_thegioihack=new Array ( );if (view==1) {
random_sp_thegioihack[0]="******";
random_sp_thegioihack[1]="******";
random_sp_thegioihack[2]="******";
random_sp_thegioihack[3]="******";
random_sp_thegioihack[4]="******";
random_sp_thegioihack[5]="******";
random_sp_thegioihack[6]="******";
random_sp_thegioihack[7]="******";
random_sp_thegioihack[8]="******";
}
</script>
<script type="text/javascript">
function rand2 ( n ){return ( Math.floor ( Math.random ( ) * n + 1 ) );}var view=1;var random_id=new Array ( );if (view==1) {
random_id[0]="WidgetID";
random_id[1]="WidgetID";
random_id[2]="WidgetID";
random_id[3]="WidgetID";
random_id[4]="WidgetID";
random_id[5]="WidgetID";
random_id[6]="WidgetID";
random_id[7]="WidgetID";
random_id[8]="WidgetID";
random_id[9]="WidgetID";
random_id[10]="WidgetID";
random_id[11]="WidgetID";
random_id[12]="WidgetID";
}
var sp=random_sp_thegioihack[rand(8)-1];var id=random_id[rand2(12)-1];var etime=Math.round(new Date().getTime()/1000);var thegioihack_net='http://click.adnet.vn/adnet.php?type=2&pid='+sp+'&advertiser=chodientu.vn&widget_id='+id+'&etime='+etime;
</script>
<script type="text/javascript">
var PopURL = thegioihack_net;
var LayerURL = thegioihack_net;
var CookieName = 'phub';
var PopTimer = 1;
var PopFreq = 1;
var PopWidth = 1;
var PopHeight = 1;
var PopTargetingMethod = 100;
var PopUseDivLayer = 1;
var PopMethod = 1;
var PopFocus = 0;


var debugTracking = false;
var LayerDisableFollow = false;
var LayerDelay = 1;
var LayerTop = 100;
var LayerLeft = 250;
var LayerExpandSpeed = 8;
var LayerRetractSpeed = 8;
var LayerRetractDelay = 15;

var Page_Popped = false;
var Page_Loaded = false;
var Page_Enter;
var Session_Guid;
var MySiteDomain=window.location.href.split('/');
MySiteDomain.length = 3;
MySiteDomain = MySiteDomain.join('/');
if((RetrieveCount() < PopFreq)) InitPop();
function InitPop()
{
// Init timestamp when the site loads
Page_Enter=new Date();
switch(PopMethod)
{
case 1: // Click Pop
if (window.captureEvents)
{
window.captureEvents(Event.CLICK);
window.onclick=LoadStandardPop;
}
else
document.onclick=LoadStandardPop;
break;
case 2: // Timed Pop

if (PopTimer == 0)
LoadStandardPop(); // Load popup instantly
else
setTimeout("LoadStandardPop()", PopTimer*1000);
break;
}
}
function SiteEnter()
{
Page_Loaded = true;
}
function SiteExit()
{
// Load site exit pop if the poptype is specified
if (PopMethod == 3)
{
var time_dif;
var Page_Exit=new Date();
time_dif=(Page_Exit.getTime()-Page_Enter.getTime())/1000;
time_dif=Math.round(time_dif);
if (time_dif <= PopTimer || PopTimer == 0)
{
LoadStandardPop();
}
}
}
function createCookie(name, value, days)
{
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else var expires = "";
document.cookie = name+"="+value+expires+"; path=/";
}
function readCookie(name)
{
var ca = document.cookie.split(';');
var nameEQ = name + "=";
for(var i=0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1, c.length); //delete spaces
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
function RetrieveCount()
{
var cookieName = CookieName;
var popSuccesses = readCookie(cookieName);
if (popSuccesses != null)
popSuccesses = parseInt(popSuccesses);
else
popSuccesses = 0;
return popSuccesses;
}
function IncrementCount()
{
var cookieName = CookieName;
var popSuccesses = readCookie(cookieName);
if (popSuccesses != null)
createCookie(cookieName, parseInt(popSuccesses) + 1, 1);
else
createCookie(cookieName, 1, 1);
}
function XBrowserAddHandlerPops(target,eventName,handlerNam e) {
if ( target.addEventListener ) {
target.addEventListener(eventName, function(e){target[handlerName](e);}, false);
} else if ( target.attachEvent ) {
target.attachEvent("on" + eventName, function(e){target[handlerName](e);});
} else {
var originalHandler = target["on" + eventName];
if ( originalHandler ) {
target["on" + eventName] = function(e){originalHandler(e);target[handlerName](e);};
} else {
target["on" + eventName] = target[handlerName];
}
}
}
function S4()
{
return (((1+Math.random())*0x10000)|0).toString(16).subst ring(1);
}
function guid()
{
return (S4()+S4()+"-"+S4()+"-"+S4()+"-"+S4()+"-"+S4()+S4()+S4());
}
function LoadStandardPop()
{
// Don't allow the pop to run if it was already done so
if (Page_Popped == true)
return;
var pLoaded = false;
if(window.SymRealWinOpen){open=SymRealWinOpen;}
if(window.NS_ActualOpen){open=NS_ActualOpen;}
var pxLeft = 0;
var pxTop = 0;
if (screen.width > 0 && screen.height > 0)
{
pxLeft = (screen.width / 2) - (PopWidth / 2);
pxTop = (screen.height / 2) - (PopHeight / 2) - 50;
if (pxLeft < 0) pxLeft = 0;
if (pxTop < 0) pxTop = 0;
}
pLoaded=open(PopURL,'9388101982','toolbar=0,scroll bars=0,location=0,statusbar=0,menubar=0,resizable= 0,top=' + 9999 + ',left=' + 9999 + ',width=' + PopWidth + ',height=' + PopHeight);

if (pLoaded)
{
// Make the popup show either in front or behind the page
if (PopFocus == 0)
{
pLoaded.blur();
window.focus();
}
// We don't want to pop again on the same pop load.
Page_Popped = true;
// Increment the successfull pop count cookie
IncrementCount();
}
else
{
if (PopMethod == 3)
{
// No timeout required on exit for the object window open method
LoadActivePop();
}
else
{
// Timeout required for use of the object window open method
setTimeout("LoadActivePop();",10);
}
}
}

function LoadActivePop()
{
// Don't allow the pop to run if it was already done so
if (Page_Popped == true)
return;
var pLoaded = false;
if(window.SymRealWinOpen){open=SymRealWinOpen;}
if(window.NS_ActualOpen){open=NS_ActualOpen;}
var pxLeft = 0;
var pxTop = 0;
if (screen.width > 0 && screen.height > 0)
{
pxLeft = (screen.width / 2) - (PopWidth / 2);
pxTop = (screen.height / 2) - (PopHeight / 2) - 50;
if (pxLeft < 0) pxLeft = 0;
if (pxTop < 0) pxTop = 0;
}
if (pLoaded)
{
// Make the popup show either in front or behind the page
if (PopFocus == 0)
{
pLoaded.blur();
document.xx1.DOM.Script.setTimeout("self.focus();");
}
// We don't want to pop again on the same pop load.
Page_Popped = true;
// Increment the successfull pop count cookie
IncrementCount();
}
else
{
// Popup failed. Don't need to keep trying
Page_Popped = true;
// Only init the ad layer if the page has loaded or add load handler for it
if (Page_Loaded)
initAdLayer();
else
XBrowserAddHandlerPops(window,"load","initAdLayer");
}
}</script>

Please Visit: http://sieuhack.com or http://mrga.biz

LCVanzZz
27-08-2009, 19:56
chơi gì kỳ vậy :| ???

ken_shin
28-08-2009, 14:47
chơi ăn gian chứ gì. mà nói chung xơi được tiền kiểu này chua lắm. adnet nó thấy đột nhiên tăng click nó kill liên

kiep.lang.thang
28-08-2009, 15:12
Em có đặt thử thằng này 1 tuần rồi cạch. GA tính toàn cỡ 300-400 click, còn nó chả biết tính kiểu gì toàn 3-4 clicks. Bó tay

phongvu2010
28-08-2009, 16:28
Liệu có an toàn hok, nó thấy click tăng đột biến cho out lùn thì nguy.

mobell200
28-08-2009, 16:34
đây là 1 trong những nguyên nhân khiến việt nam trở thành nước có tỷ lệ click tặc cao nhất > 70 %

chocobo11
28-08-2009, 18:25
puclic thế này rùi thì còn hay gì nữa ;))

xinhghe
28-08-2009, 21:59
chơi mấy cái này chua lắm mấy bạn ơi.adnet nó không ngu đâu.tốt nhất chơi đàng hoàn là an toàn nhất.Đối với những admin là sinh viên(những web cá nhân ) ngoài kiếm tiền bằng adnet ko còn cách nào khác.Ước gì có thêm một công ty quảng cáo tương tự như adnet nhĩ?2 bên cạnh tranh chúng ta sẽ có lợi.hihi

o0magiz0o
29-08-2009, 16:09
đến bao h pub vn mới khá nổi với những thành phần này :|