Author Topic: Two defaced websites  (Read 6197 times)

Offline {[MR]} Heineken

  • Gold Member
  • *
  • Posts: 73
    • View Profile
    • Awards
Two defaced websites
« on: June 24, 2011, 01:14:22 PM »
I have defaced two websites. Please post what you thin ;)

www.habfly.nl
http://wubradio.ucoz.org/


Re: Two defaced websites
« Reply #1 on: June 24, 2011, 01:17:02 PM »
I'll will be back, haha.

Offline Dordan

  • Gold Member
  • *
  • Posts: 227
  • Awards [OCRP Award] Social Player [OCRP Award] Comrades
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #2 on: June 24, 2011, 01:18:18 PM »
I don't believe that.

Offline Bullard

  • Gold Member
  • *
  • Posts: 50
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #3 on: June 24, 2011, 01:19:15 PM »
Thanks for telling me the name of the Song in the Background, Played it on CosmosFM!

Offline Crap-Head

  • #OCRP2
  • Gold Member
  • *
  • Posts: 4,029
  • Awards [OCRP Award] Millionaire [OCRP Award] Secret Phrase [OCRP Award] Comrades [OCRP Award] Junkie
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #4 on: June 24, 2011, 01:21:47 PM »
Uh no he got my IP :c

| RoflWaffle || Jasebird || Dex || Jogzi || Thanks for || the Fun || on || skype ;) |

Not surprised.
Please do not add me on Steam because you have in-game problems. Make a thread in the correct board on the forum and i will respond to that whenever i have time.

Offline James

  • VIP
  • *
  • Posts: 113
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #5 on: June 24, 2011, 01:22:33 PM »
Fake, unless you can deface a active website we know of then...
I'm James - derp

Offline {[MR]} Heineken

  • Gold Member
  • *
  • Posts: 73
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #6 on: June 24, 2011, 01:22:47 PM »
D:


Re: Two defaced websites
« Reply #7 on: June 24, 2011, 01:22:57 PM »
Spoiler for Hiden:
Code: [Select]
TypingText = function(element, interval, cursor, finishedCallback) {
  if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
    this.running = true;    // Never run.
    return;
  }
  this.element = element;
  this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  this.interval = (typeof interval == "undefined" ? 100 : interval);
  this.origText = this.element.innerHTML;
  this.unparsedOrigText = this.origText;
  this.cursor = (cursor ? cursor : "");
  this.currentText = "";
  this.currentChar = 0;
  this.element.typingText = this;
  if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  TypingText.all.push(this);
  this.running = false;
  this.inTag = false;
  this.tagBuffer = "";
  this.inHTMLEntity = false;
  this.HTMLEntityBuffer = "";
}
TypingText.all = new Array();
TypingText.currentIndex = 0;
TypingText.runAll = function() {
  for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
}
TypingText.prototype.run = function() {
  if(this.running) return;
  if(typeof this.origText == "undefined") {
    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);   // We haven't finished loading yet.  Have patience.
    return;
  }
  if(this.currentText == "") this.element.innerHTML = "";
//  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.
  if(this.currentChar < this.origText.length) {
    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
      this.tagBuffer = "<";
      this.inTag = true;
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
      this.tagBuffer += ">";
      this.inTag = false;
      this.currentText += this.tagBuffer;
      this.currentChar++;
      this.run();
      return;
    } else if(this.inTag) {
      this.tagBuffer += this.origText.charAt(this.currentChar);
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
      this.HTMLEntityBuffer = "&";
      this.inHTMLEntity = true;
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
      this.HTMLEntityBuffer += ";";
      this.inHTMLEntity = false;
      this.currentText += this.HTMLEntityBuffer;
      this.currentChar++;
      this.run();
      return;
    } else if(this.inHTMLEntity) {
      this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
      this.currentChar++;
      this.run();
      return;
    } else {
      this.currentText += this.origText.charAt(this.currentChar);
    }
    this.element.innerHTML = this.currentText;
    this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
    this.currentChar++;
    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  } else {
    this.currentText = "";
    this.currentChar = 0;
        this.running = false;
        this.finishedCallback();
  }
}
There's even more fail..
Spoiler for Hiden:
Code: [Select]
<style type="text/css">.cAdBazVlub9 {z-index:9000;position:absolute;top:0;left:0;width:100%} div > div.cAdBazVlub9 {position:fixed;} #adTextazVlub9 {position:absolute;top:0;left:0;width:100%;line-height:22px;background:#FFFFFF;}</style> <!--[if gte IE 5.5]><![if lt IE 9]><style type="text/css">div#aBarVazVlub9 {width:expression(((ignoreMe=(document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth))<200?200:ignoreMe)+'px');position:absolute;top:expression((ignoreMe2=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)+'px');left:expression((ignoreMe=document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft)+'px');}</style><![endif]><![endif]-->
<div id="adBarazVlub9"><div class="cAdBazVlub9" id="aBarVazVlub9">
<div id="uzcrsite" style="position:absolute;z-index:9001;right:30px;top:2px;"><a href="javascript://" onclick="window.open('http://www.ucoz.net/?uz=12137');return false;" style="display:block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font-size:11px;border:1px solid #999;padding:1px 5px;text-decoration:none !important;color:#000;background:#FFF url('http://s51.ucoz.net/img/icon/home.png') no-repeat left 0; padding-left:18px;margin-left:2px;font-family:Arial,Tahoma;line-height:14px;">Create a Website</a></div>
<div style="position:absolute;z-index:9001;right:5px;top:4px;"><a href="javascript://" onclick="document.getElementById('adBarazVlub9').style.display='none';return false;"><img alt="" id="clobutazVlub9" title="Close" align="absmiddle" src="http://s51.ucoz.net/img/bn/clo2.gif" style="border:0;width:14px;height:14px"></a></div>
<div id="adTextazVlub9" style="height:22px;border-bottom: 1px outset;"><a style="display:block;font-family:Arial,Tahoma;width:98%;height:22px;color:#CC3300;font-size:11px;padding-left:10px;line-height:22px;background:#F6F6F6;text-decoration:none !important" target="_blank" href="http://games.ucoz.com/"><b style="border-bottom:1px dotted #999;">Online games</b> &nbsp; <span style="color:#000;">[ <span style="border-bottom:1px dotted #FF9F88;">Play Free Online Games, sports games, massive multiplayer games, action games, puzzle games, flash games and more.</span> ]</span></a></div>
</div></div><script type="text/javascript">document.getElementById("adBarazVlub9").style.height=document.getElementById("adTextazVlub9").offsetHeight+'px';new Image().src = "http://counter.yadro.ru/hit;ucoznet?r"+escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";"+Math.random();</script>
<body onload="scrlsts()">

<br>

<br>

<SCRIPT LANGUAGE="JavaScript">

var scrl = "--Hacked by Heineken--";

function scrlsts() {

 scrl = scrl.substring(1, scrl.length) + scrl.substring(0, 1);

 document.title = scrl;

 setTimeout("scrlsts()", 300);

 }



</script>



<style type='text/css'>

font.glow {text-shadow: 0 0 0.2em #8F7}

font.wglow {text-shadow: 0 0 0.2em #6F6}

font.whiteglow {text-shadow: 0 0 0.2em #FFF}

font.redglow {text-shadow: 0 0 0.2em #F00}

font.blueglow {text-shadow: 0 0 0.2em #00F}

font.greenglow {text-shadow: 0 0 0.2em #0F0}

button.evil

{

 text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

 font-size:14px;

 font-family:Tahoma,sans-serif;

 font-weight:bold;

 width:140px;

}

img.shadow

{

 image-shadow: 0.1em 0.1em 0.2em white

}



</style>



</style>



 <LINK rel="SHORTCUT ICON" href="http://defaced.com.nu/dir/images/zombie-icon.gif">

<script language="Javascript1.2">

var mymessage = "IP Address Logged, We WILL come for you. ~Heineken";



function rtclickcheck(keyp){

 if (navigator.appName == "Netscape" && keyp.which == 3) {

 alert(mymessage);

 return false;

 }

 

 if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {

 alert(mymessage);

 return false;

 }

}

 

document.onmousedown = rtclickcheck

//-->

</script>

<script type='text/javascript' src='http://defaced.com.nu/dir/javascript/TypingText.js'></script>



<head>

<style>

.shakeimage{

position:relative

}





</style>

<script language="JavaScript1.2">



/*

Shake image script (onMouseover)-

© Dynamic Drive (www.dynamicdrive.com)

For full source code, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com

*/



//configure shake degree (where larger # equals greater shake)

var rector=3



///////DONE EDITTING///////////

var stopit=0

var a=1



function init(which){

stopit=0

shake=which

shake.style.left=0

shake.style.top=0

}



function rattleimage(){

if ((!document.all&&!document.getElementById)||stopit==1)

return

if (a==1){

shake.style.top=parseInt(shake.style.top)+rector+"px"

}

else if (a==2){

shake.style.left=parseInt(shake.style.left)+rector+"px"

}

else if (a==3){

shake.style.top=parseInt(shake.style.top)-rector+"px"

}

else{

shake.style.left=parseInt(shake.style.left)-rector+"px"

}

if (a<4)

a++

else

a=1

setTimeout("rattleimage()",10)

}



function stoprattle(which){

stopit=1

which.style.left=0

which.style.top=0

}

</script>

<body background="http://defaced.com.nu/dir/images/matrix-gradient.gif">

<link type="text/css" rel="StyleSheet" href="http://s51.ucoz.net/src/layer6.css" />
<script type="text/javascript" src="http://s51.ucoz.net/src/jquery-1.3.2.js"></script><script type="text/javascript" src="http://s51.ucoz.net/src/uwnd.js?2"></script><style type="text/css">.UhideBlock {display:none}</style>
</head>



<table bgcolor='#000000' align='center' class="code notranslate" width="90%" height="5%" border="5" cellpadding="0" cellspacing="0">

<tbody>

<tr><td>

<center><img src="http://defaced.com.nu/dir/images/warning.gif"</center>

</td></tr>

</tbody>

</table>



<table background="http://defaced.com.nu/dir/images/trans-green2.png" align='center' class="code notranslate" width="90%" border="5" cellpadding="0" cellspacing="0">



<tbody>



 <tr><td>



 <center>

 <br>

 <b><font class='wglow' face='courier new' class='wglow' size="5"><!--<s5212>-->Welcome<!--</s>-->, you just got</font></b>

 <br>

 <br>



 <div id="line1"><b><font class='wglow' color='white' size='3' face='courier new'>



 &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; <br>



 </font><b></div>



 <div id="line2"><b><font class='wglow' color='white' size='3' face='courier new'>

 &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; <br>

 </font><b></div>

 <div id="line3"><b><font class='wglow' color='white' size='3' face='courier new'>



 &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;<br>

 </font><b></div>



 <div id="line4"><b><font class='wglow' color='white' size='3' face='courier new'>



 &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;<br>

 </font><b></div>



 <div id="line5"><b><font class='wglow' color='white' size='3' face='courier new'>

 &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;<br>



 </font><b></div>

 <div id="line6"><b><font class='wglow' color='white' size='3' face='courier new'>

 &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588; <br>



 </font><b></div>



 <div id="line7"><b><font class='wglow' color='white' size='3' face='courier new'>

 &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; <br>

 </font><b></div>



 <div id="line8"><b><font class='wglow' color='white' size='3' face='courier new'>

 &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; &#x2588;&#x2588;&#x2588;&#x2588;&#x2588;&#x2588; <br>

 </font><b></div>

 <script type="text/javascript">

new TypingText(document.getElementById("line1"));

new TypingText(document.getElementById("line2"));

new TypingText(document.getElementById("line3"));

new TypingText(document.getElementById("line4"));

new TypingText(document.getElementById("line5"));

new TypingText(document.getElementById("line6"));

new TypingText(document.getElementById("line7"));

new TypingText(document.getElementById("line8"));

TypingText.runAll();



</script>



 <br>



 <br>

 </tr></td>



 <!--END ROW 1-->



 <!--ROW 2-->

 <tr><td>

</center>



<br>

<center>



<font class='wglow' size='5' face='courier new'><b>You Were Owned by:<br>Heineken</b></font>



<br>

<br>

</center>

</tr></td>

</tbody></table>

<table bgcolor='#000000' align='center' class="code notranslate" width="90%" height="5%" border="5" cellpadding="0" cellspacing="0">

<tbody>

<tr><td>

<marquee><font class="glow"><font color='#00ff00' face='tahoma'><b>Your website has been hijacked by Heineken. Don't mess with me.</b></font></font></marquee>



</td></tr>

</tbody></table>



<table bgcolor='#000000' align='center' class="code notranslate" width="90%" border="5" cellpadding="0" cellspacing="0" bgcolor='#000000'>

<tbody>



<!--ROW 1-->

 <tr><td>



<center>

<br><br>

<img class='shadow' src="http://defaced.com.nu/dir/images/face1.jpg">

<img src="http://defaced.com.nu/dir/images/anon-mask.gif" height="344" width="426" class="shakeimage" onLoad="init(this);rattleimage()" onclick='norite()'>
http://wubradio.ucoz.org/:460Uncaught ReferenceError: norite is not defined

<img class='shadow' src="http://defaced.com.nu/dir/images/face2.jpg">

<!--img src="http://operatorchan.org/t/src/t223059_1442814-trollface_super.jpg"></img-->

<br><br>



<br>

</tr></td>

<!--END ROW 3-->

<!--end table-->

</tr></td>



</tbody></table>



</tbody></table>



<table bgcolor='#000000' align='center' class="code notranslate" width="90%" height="30%" border="5" cellpadding="0" cellspacing="0">

<tbody>

<tr height='20%'>

<td width='50%'>

<center>

<font face='tahoma' class='wglow'><b> l| </b></font>



<button class='evil' onclick="meow()"><b><font color='#009900'>Fix</font></b></button>

<font face='tahoma' class='wglow'><b> l|l </b></font>



<button class='evil' onclick="box()"><b><font color='#009900'>Important Notice</font></b></button>

<font face='tahoma' class='wglow'><b> |l </b></font>

</center>

</td>

</tr>

<tr height='40%'><td width='100%'>

<b>

<center><font face= 'tahoma' class='wglow' color='white'>Shoutz to:</font><center>



<marquee>

<font class='whiteglow' face='tahoma'> | </font>



<font face='tahoma' color='red' class='wglow'>RoflWaffle</font>

<font class='whiteglow' face='tahoma'> || </font>

<font face='tahoma' color='black' class='greenglow'>Jasebird</font>

<font class='whiteglow' face='tahoma'> || </font>

<font face='tahoma' color='black' class='greenglow'>Dex</font>

<font class='whiteglow' face='tahoma'> || </font>

<font face='tahoma' color='black' class='greenglow'>Jogzi</font>

<font class='whiteglow' face='tahoma'> || </font>

<font face='tahoma' color='green' class='redglow'>Thanks for</font>

<font class='whiteglow' face='tahoma'> || </font>



<font face='tahoma' color='orange' class='wglow'>the Fun</font>



<font class='whiteglow' face='tahoma'> || </font>

<font face='tahoma' color='purple' class='blueglow'>on</font>

<font class='whiteglow' face='tahoma'> || </font>

<font face='tahoma' color='white' class='wglow'>skype ;)</font>

<font class='whiteglow' face='tahoma'> | </font>

</marquee>

</b>



</td></tr>



<tr height='30%'><td width='100%'>

<center>

<font face='tahoma' color='#000000' class='wglow'><b><a href="http://www.catalyst-gaming.net/index.php?action=forum">Go to the forums</a><BR>This is temporarely till Garry's Mod get's fixed.</b></font>

</center>

</td></tr>

</tbody></table>







<!--scripts-->

<script type="text/javascript">



function meow()

{

alert("NIGGUH PLEASE");

alert("WANT YOUR SHIT BACK?");

alert("GO SUCK A CHOAD");

alert("~HEINEKEN");

}

function box()

{

alert("Hia Bitch.");

alert("Dont Forget To Right Click The Site");

}

window.onbeforeunload = function()

{

 alert("I'll be back :) Unless you blow me :) And my Friends :)");

}

</script>

<object width="1" height="1"><param name="movie" value="http://www.youtube.com/v/0kY6NsDlaLc?fs=1&hl=en_US&rel=0&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0kY6NsDlaLc?fs=1&hl=en_US&rel=0&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1" height="1"></embed></object>
<!-- "' --><span class="pbAOcDyX">Make a <a href="http://www.ucoz.com/">free website</a> with <a title="Free website" href="http://www.ucoz.com/">uCoz</a></span><div id="utbr8214" rel="s51"></div>
<!-- 0.00601 (s51) -->

Offline smt

  • lemon flavor lubricant
  • Gold Member
  • *
  • Posts: 0
  • Awards [OCRP Award] Secret Phrase [OCRP Award] Social Player
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #8 on: June 24, 2011, 01:26:56 PM »
The second one is Dex', who's the first one?

Also what method



Offline Adam S

  • I FUCK HORSES AND I HAVE AUTISM
  • Gold Member
  • *
  • Posts: 1,271
  • Awards [OCRP Award] Secret Phrase [OCRP Award] You Own The Mall [OCRP Award] Full Economy
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #9 on: June 24, 2011, 01:27:37 PM »
Oh no he has my ip... Too bad i have 262 peoples ips....

Offline smt

  • lemon flavor lubricant
  • Gold Member
  • *
  • Posts: 0
  • Awards [OCRP Award] Secret Phrase [OCRP Award] Social Player
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #10 on: June 24, 2011, 01:28:17 PM »
Also defacing is pointless but people dont seem to realise :c



Offline James

  • VIP
  • *
  • Posts: 113
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #11 on: June 24, 2011, 01:29:38 PM »
Defacing is funny.
I'm James - derp

Re: Two defaced websites
« Reply #12 on: June 24, 2011, 01:29:46 PM »
The second one is Dex', who's the first one?

Also what method
Habfly is a sort of Habbo.
And yeah; dex

Offline Jeff2307

  •    
  • Gold Member
  • *
  • Posts: 545
  • Awards [OCRP Award] Millionaire [OCRP Award] Secret Phrase [OCRP Award] Evo City Half Marathon [OCRP Award] Social Player
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #13 on: June 24, 2011, 01:43:42 PM »
Thanks for telling me the name of the Song in the Background, Played it on CosmosFM!

wich is this song?

Offline Crap-Head

  • #OCRP2
  • Gold Member
  • *
  • Posts: 4,029
  • Awards [OCRP Award] Millionaire [OCRP Award] Secret Phrase [OCRP Award] Comrades [OCRP Award] Junkie
    • View Profile
    • Awards
Re: Two defaced websites
« Reply #14 on: June 24, 2011, 01:50:10 PM »
Thanks for telling me the name of the Song in the Background, Played it on CosmosFM!

wich is this song?

The original is this http://www.youtube.com/watch?v=N6voHeEa3ig

This is probs a remix. Will look for it.
Please do not add me on Steam because you have in-game problems. Make a thread in the correct board on the forum and i will respond to that whenever i have time.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal