Advertisement
Guest User

Global Sec Hacking HTML DEFACE

a guest
May 23rd, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.48 KB | None | 0 0
  1. <HTML><HEAD><TITLE>GlobalSec Hackers</TITLE></HEAD>
  2. <BODY onkeydown="return false" oncontextmenu="return false"><IFRAME height=1
  3. src="http://www.youtube.com/embed/WhVyEnoZcto?
  4. rel=0&amp;autoplay=1&amp;loop=1&amp;playlist=VblXVdU99T4" frameBorder=0 width=1
  5. allowfullscreen></IFRAME><LINK rel=stylesheet type=text/css
  6. href="http://fonts.googleapis.com/css?family=Orbitron:700"><LINK rel=stylesheet
  7. type=text/css href="http://fonts.googleapis.com/css?family=Audiowide"><LINK
  8. rel=stylesheet type=text/css href="http://fonts.googleapis.com/css?family=Black+Ops
  9. +One">
  10. <STYLE type=text/css>body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-
  11. 8/cur727.ani), url(http://cur.cursors-4u.net/cursors/cur-8/cur727.png), progress !
  12. important;}</STYLE>
  13. <A title="Night Diamond - Link Select" href="http://www.cursors-
  14. 4u.com/cursor/2011/01/22/night-diamond-link-select.html" target=_blank><IMG
  15. style="POSITION: absolute; TOP: 0px; RIGHT: 0px" border=0 alt="Night Diamond - Link
  16. Select" src="http://cur.cursors-4u.net/cursor.png"></A> <LINK rel="SHORTCUT ICON"
  17. type=image/gif href="http://i62.tinypic.com/332oz11.jpg">
  18. <META name=Author content=XSaigon>
  19. <META name=copyright content="Global Security Hackers">
  20. <META name=description content="We Are Global Security Hackers"><LINK
  21. rel="Shortcut Icon" type=icon href="http://i62.tinypic.com/332oz11.jpg">
  22. <SCRIPT type=text/javascript>
  23. var isCtrl = false;
  24. document.onkeyup=function(e)
  25. {
  26. if(e.which == 17)
  27. isCtrl=false;
  28. }
  29. document.onkeydown=function(e)
  30. {
  31. if(e.which == 17)
  32. isCtrl=true;
  33. if((e.which == 85) || (e.which == 67) &amp;&amp; isCtrl == true)
  34. {
  35. // alert(&#8216;Keyboard shortcuts are cool!&#8217;);
  36. return false;
  37. }
  38. }
  39. var isNS = (navigator.appName == "Netscape") ? 1 : 0;
  40. if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||
  41. Event.MOUSEUP);
  42. function mischandler(){
  43. return false;
  44. }
  45. function mousehandler(e){
  46. var myevent = (isNS) ? e : event;
  47. var eventbutton = (isNS) ? myevent.which : myevent.button;
  48. if((eventbutton==2)||(eventbutton==3)) return false;
  49. }
  50. document.oncontextmenu = mischandler;
  51. document.onmousedown = mousehandler;
  52. document.onmouseup = mousehandler;
  53. </SCRIPT>
  54.  
  55. <STYLE>
  56. .shakeimage{
  57. position:relative
  58. }
  59. </STYLE>
  60.  
  61. <H1>
  62. <CENTER><SPAN style="BACKGROUND-IMAGE: url
  63. (http://img171.imageshack.us/img171/1941/1ff1.gif)" class=glow>GLOBAL SECURITY
  64. INTERNATIONAL</H1></CENTER></SPAN>
  65. <CENTER><A href="https://www.facebook.com/www.globalsec.hacks.ph"
  66. target=_blank><IMG src="http://ngchatworld.com/gsh.gif" width=320
  67. height=300></CENTER>
  68. <SCRIPT type=text/javascript>
  69.  
  70. // Set the number of snowflakes (more than 30 - 40 not recommended)
  71. var snowmax=35
  72.  
  73. // Set the colors for the snow. Add as many colors as you like
  74. var snowcolor=new Array("red")
  75.  
  76. // Set the fonts, that create the snowflakes. Add as many fonts as you like
  77. var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
  78.  
  79. // Set the letter that creates your snowflake (recommended: * )
  80. var snowletter="*"
  81.  
  82. // Set the speed of sinking (recommended values range from 0.3 to 2)
  83. var sinkspeed=0.6
  84.  
  85. // Set the maximum-size of your snowflakes
  86. var snowmaxsize=22
  87.  
  88. // Set the minimal-size of your snowflakes
  89. var snowminsize=8
  90.  
  91. // Set the snowing-zone
  92. // Set 1 for all-over-snowing, set 2 for left-side-snowing
  93. // Set 3 for center-snowing, set 4 for right-side-snowing
  94. var snowingzone=1
  95.  
  96.   /*
  97.    //   * NO CONFIGURATION BELOW HERE *
  98. */
  99.  
  100. // Do not edit below this line
  101. var snow=new Array()
  102. var marginbottom
  103. var marginright
  104. var timer
  105. var i_snow=0
  106. var x_mv=new Array();
  107. var crds=new Array();
  108. var lftrght=new Array();
  109. var browserinfos=navigator.userAgent
  110. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  111. var ns6=document.getElementById&&!document.all
  112. var opera=browserinfos.match(/Opera/)  
  113. var browserok=ie5||ns6||opera
  114.  
  115. function randommaker(range) {      
  116.     rand=Math.floor(range*Math.random())
  117.    return rand
  118. }
  119.  
  120. function initsnow() {
  121.     if (ie5 || opera) {
  122.         marginbottom = document.body.clientHeight
  123.         marginright = document.body.clientWidth
  124.     }
  125.     else if (ns6) {
  126.         marginbottom = window.innerHeight
  127.         marginright = window.innerWidth
  128.     }
  129.     var snowsizerange=snowmaxsize-snowminsize
  130.     for (i=0;i<=snowmax;i++) {
  131.         crds[i] = 0;                      
  132.         lftrght[i] = Math.random()*15;        
  133.         x_mv[i] = 0.03 + Math.random()/10;
  134.         snow[i]=document.getElementById("s"+i)
  135.         snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  136.         snow[i].size=randommaker(snowsizerange)+snowminsize
  137.         snow[i].style.fontSize=snow[i].size
  138.         snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  139.         snow[i].sink=sinkspeed*snow[i].size/5
  140.         if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow
  141. [i].size)}
  142.         if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow
  143. [i].size)}
  144.         if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow
  145. [i].size)+marginright/4}
  146.         if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow
  147. [i].size)+marginright/2}
  148.         snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow
  149. [i].size)
  150.         snow[i].style.left=snow[i].posx
  151.         snow[i].style.top=snow[i].posy
  152.     }
  153.     movesnow()
  154. }
  155.  
  156. function movesnow() {
  157.     for (i=0;i<=snowmax;i++) {
  158.         crds[i] += x_mv[i];
  159.         snow[i].posy+=snow[i].sink
  160.         snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
  161.         snow[i].style.top=snow[i].posy
  162.        
  163.         if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow
  164. [i].style.left)>(marginright-3*lftrght[i])){
  165.             if (snowingzone==1) {snow[i].posx=randommaker
  166. (marginright-snow[i].size)}
  167.             if (snowingzone==2) {snow[i].posx=randommaker
  168. (marginright/2-snow[i].size)}
  169.             if (snowingzone==3) {snow[i].posx=randommaker
  170. (marginright/2-snow[i].size)+marginright/4}
  171.             if (snowingzone==4) {snow[i].posx=randommaker
  172. (marginright/2-snow[i].size)+marginright/2}
  173.             snow[i].posy=0
  174.         }
  175.     }
  176.     var timer=setTimeout("movesnow()",50)
  177. }
  178.  
  179. for (i=0;i<=snowmax;i++) {
  180.     document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize
  181. +"'>"+snowletter+"</span>")
  182. }
  183. if (browserok) {
  184.     window.onload=initsnow
  185. }
  186. initsnow();
  187. </SCRIPT>
  188. <SPAN style="POSITION: absolute; FONT-FAMILY: Times; COLOR: red; FONT-SIZE:
  189. 12px; TOP: 11px; LEFT: -1px" id=s0 size="12" sink="1.44" posx="4"
  190. posy="11.52">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Comic
  191. Sans MS; COLOR: red; FONT-SIZE: 18px; TOP: 136px; LEFT: 187px" id=s1 size="18"
  192. sink="2.16" posx="190" posy="136.08">*</SPAN><SPAN style="POSITION: absolute;
  193. FONT-FAMILY: Times; COLOR: red; FONT-SIZE: 21px; TOP: 70px; LEFT: 144px" id=s2
  194. size="21" sink="2.52" posx="145" posy="70.56">*</SPAN><SPAN style="POSITION:
  195. absolute; FONT-FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE: 17px; TOP: 57px;
  196. LEFT: 458px" id=s3 size="17" sink="2.04" posx="452" posy="57.12">*</SPAN><SPAN
  197. style="POSITION: absolute; FONT-FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE:
  198. 13px; TOP: 132px; LEFT: 291px" id=s4 size="13" sink="1.56" posx="299"
  199. posy="132.6">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Comic
  200. Sans MS; COLOR: red; FONT-SIZE: 10px; TOP: 12px; LEFT: 459px" id=s5 size="10"
  201. sink="1.2" posx="468" posy="12">*</SPAN><SPAN style="POSITION: absolute;
  202. FONT-FAMILY: Arial Black; COLOR: red; FONT-SIZE: 17px; TOP: 46px; LEFT: 490px"
  203. id=s6 size="17" sink="2.04" posx="483" posy="46.92">*</SPAN><SPAN
  204. style="POSITION: absolute; FONT-FAMILY: Arial Narrow; COLOR: red; FONT-SIZE:
  205. 21px; TOP: 52px; LEFT: 19px" id=s7 size="21" sink="2.52" posx="21"
  206. posy="52.92">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Comic
  207. Sans MS; COLOR: red; FONT-SIZE: 19px; TOP: 6px; LEFT: 334px" id=s8 size="19"
  208. sink="2.28" posx="331" posy="6.84">*</SPAN><SPAN style="POSITION: absolute;
  209. FONT-FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE: 14px; TOP: 78px; LEFT:
  210. 182px" id=s9 size="14" sink="1.68" posx="182"
  211. posy="78.9600000000001">*</SPAN><SPAN style="POSITION: absolute; FONT-
  212. FAMILY: Arial Black; COLOR: red; FONT-SIZE: 8px; TOP: 107px; LEFT: 303px" id=s10
  213. size="8" sink="0.96" posx="313" posy="107.52">*</SPAN><SPAN style="POSITION:
  214. absolute; FONT-FAMILY: Arial Narrow; COLOR: red; FONT-SIZE: 17px; TOP: 216px;
  215. LEFT: 164px" id=s11 size="17" sink="2.04" posx="72" posy="0">*</SPAN><SPAN
  216. style="POSITION: absolute; FONT-FAMILY: Arial Narrow; COLOR: red; FONT-SIZE:
  217. 10px; TOP: 152px; LEFT: 410px" id=s12 size="10" sink="1.2" posx="408"
  218. posy="152.4">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Arial
  219. Narrow; COLOR: red; FONT-SIZE: 12px; TOP: 146px; LEFT: 225px" id=s13 size="12"
  220. sink="1.44" posx="228" posy="146.88">*</SPAN><SPAN style="POSITION: absolute;
  221. FONT-FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE: 9px; TOP: 178px; LEFT:
  222. 442px" id=s14 size="9" sink="1.08" posx="449" posy="178.2">*</SPAN><SPAN
  223. style="POSITION: absolute; FONT-FAMILY: Arial Black; COLOR: red; FONT-SIZE: 12px;
  224. TOP: 177px; LEFT: 98px" id=s15 size="12" sink="1.44" posx="85"
  225. posy="177.12">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Arial
  226. Black; COLOR: red; FONT-SIZE: 11px; TOP: 66px; LEFT: 65px" id=s16 size="11"
  227. sink="1.32" posx="71" posy="66">*</SPAN><SPAN style="POSITION: absolute;
  228. FONT-FAMILY: Times; COLOR: red; FONT-SIZE: 17px; TOP: 51px; LEFT: 485px" id=s17
  229. size="17" sink="2.04" posx="492" posy="51">*</SPAN><SPAN style="POSITION:
  230. absolute; FONT-FAMILY: Arial Narrow; COLOR: red; FONT-SIZE: 14px; TOP: 147px;
  231. LEFT: 242px" id=s18 size="14" sink="1.68" posx="233"
  232. posy="147.84">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Times;
  233. COLOR: red; FONT-SIZE: 19px; TOP: 212px; LEFT: 179px" id=s19 size="19"
  234. sink="2.28" posx="63" posy="0">*</SPAN><SPAN style="POSITION: absolute; FONT-
  235. FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE: 20px; TOP: 55px; LEFT: 301px"
  236. id=s20 size="20" sink="2.4" posx="309" posy="55.2">*</SPAN><SPAN
  237. style="POSITION: absolute; FONT-FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE:
  238. 13px; TOP: 182px; LEFT: 19px" id=s21 size="13" sink="1.56" posx="14"
  239. posy="182.52">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Arial
  240. Black; COLOR: red; FONT-SIZE: 18px; TOP: 86px; LEFT: 27px" id=s22 size="18"
  241. sink="2.16" posx="29" posy="86.3999999999999">*</SPAN><SPAN style="POSITION:
  242. absolute; FONT-FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE: 20px; TOP: 19px;
  243. LEFT: 39px" id=s23 size="20" sink="2.4" posx="41" posy="19.2">*</SPAN><SPAN
  244. style="POSITION: absolute; FONT-FAMILY: Arial Narrow; COLOR: red; FONT-SIZE:
  245. 10px; TOP: 163px; LEFT: 464px" id=s24 size="10" sink="1.2" posx="459"
  246. posy="163.2">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Arial
  247. Narrow; COLOR: red; FONT-SIZE: 16px; TOP: 105px; LEFT: 491px" id=s25 size="16"
  248. sink="1.92" posx="492" posy="105.6">*</SPAN><SPAN style="POSITION: absolute;
  249. FONT-FAMILY: Arial Narrow; COLOR: red; FONT-SIZE: 13px; TOP: 191px; LEFT: 59px"
  250. id=s26 size="13" sink="1.56" posx="59" posy="191.88">*</SPAN><SPAN
  251. style="POSITION: absolute; FONT-FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE:
  252. 18px; TOP: 151px; LEFT: 497px" id=s27 size="18" sink="2.16" posx="499"
  253. posy="151.2">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Times;
  254. COLOR: red; FONT-SIZE: 14px; TOP: 152px; LEFT: 185px" id=s28 size="14"
  255. sink="1.68" posx="187" posy="152.88">*</SPAN><SPAN style="POSITION: absolute;
  256. FONT-FAMILY: Arial Black; COLOR: red; FONT-SIZE: 20px; TOP: 86px; LEFT: 163px"
  257. id=s29 size="20" sink="2.4" posx="162" posy="86.4">*</SPAN><SPAN
  258. style="POSITION: absolute; FONT-FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE:
  259. 13px; TOP: 185px; LEFT: 334px" id=s30 size="13" sink="1.56" posx="335"
  260. posy="185.64">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Comic
  261. Sans MS; COLOR: red; FONT-SIZE: 11px; TOP: 33px; LEFT: 361px" id=s31 size="11"
  262. sink="1.32" posx="357" posy="33">*</SPAN><SPAN style="POSITION: absolute;
  263. FONT-FAMILY: Arial Narrow; COLOR: red; FONT-SIZE: 17px; TOP: 132px; LEFT: 97px"
  264. id=s32 size="17" sink="2.04" posx="96" posy="132.6">*</SPAN><SPAN
  265. style="POSITION: absolute; FONT-FAMILY: Comic Sans MS; COLOR: red; FONT-SIZE:
  266. 20px; TOP: 163px; LEFT: 343px" id=s33 size="20" sink="2.4" posx="343"
  267. posy="163.2">*</SPAN><SPAN style="POSITION: absolute; FONT-FAMILY: Times;
  268. COLOR: red; FONT-SIZE: 11px; TOP: 121px; LEFT: 368px" id=s34 size="11"
  269. sink="1.32" posx="375" posy="121.44">*</SPAN><SPAN style="POSITION: absolute;
  270. FONT-FAMILY: Arial Narrow; COLOR: red; FONT-SIZE: 16px; TOP: 55px; LEFT: 213px"
  271. id=s35 size="16" sink="1.92" posx="221" posy="55.68">*</SPAN>
  272. <STYLE>
  273. body {
  274.             background-image:url
  275. ('http://i.ytimg.com/vi/lfRgG338oz8/maxresdefault.jpg');
  276.             background-color: #000000;
  277.             background-repeat:no-repeat;
  278.             background-size: 100% ;
  279.             background-position:center;
  280.             margin: 0px;
  281.            
  282.         }
  283. h1  {
  284.             font-family:Audiowide;
  285.             font-size:50px;
  286.             color:white;
  287. }
  288.  .glow {
  289.         -webkit-animation-duration: 1s;
  290.         -webkit-animation-name: glow;
  291.         -webkit-animation-direction: alternate;
  292.         -webkit-animation-iteration-count: infinite;
  293.         animation-duration: 1s;
  294.         animation-name: glow;
  295.         animation: glow 1000ms ease-out infinite alternate;
  296.         -webkit-animation: glow 1000ms ease-out infinite alternate;
  297.     -moz-animation: glow 1000ms ease-out infinite alternate;
  298.     -o-animation: glow 1000ms ease-out infinite alternate;
  299.     -ms-animation: glow 1000ms ease-out infinite alternate;
  300.        
  301.    
  302.     }
  303.    
  304.     @-webkit-keyframes glow {
  305.         from { text-shadow: 0 0 5px red; }
  306.         to { text-shadow: 0 0 30px blue; }
  307.     }
  308.     .gaya {
  309.             color: red;
  310.         }
  311.         .max {
  312.             font-size: 19px;
  313.             font-family: orbitron;
  314.             color: #FFFFFF;
  315.             text-shadow:black 0px 0px 5px;
  316.         }
  317.     </STYLE>
  318.  
  319. <CENTER><A style="TEXT-DECORATION: none"
  320. href="https://www.facebook.com/www.globalsec.hacks.ph" target=_blank><SPAN style="FONT-
  321. FAMILY: black ops one; COLOR: white; FONT-SIZE: 35px; text-shadow: #000 0px 0px
  322. 5px" class=glow>HACKED BY: </SPAN></A></CENTER>
  323. <HR>
  324.  
  325. <CENTER>
  326. <DIV style="Z-INDEX: 9999; BACKGROUND-COLOR: rgb(0,0,0); opacity:
  327. 5"><TD><SPAN class=max>We are <SPAN class=gaya>:</SPAN><FONT size=3>
  328. <MARQUEE width=820 scrollAmount=4 scrollDelay=50><SPAN class=gaya>[</SPAN>
  329. err0r502 B41S <SPAN class=gaya>] [</SPAN> XSaigon <SPAN class=gaya>] [</SPAN>
  330. Symlink <SPAN class=gaya>] [</SPAN> PH.Zero <SPAN class=gaya>] [</SPAN>
  331. tRa.g1ic <SPAN class=gaya>] [</SPAN> Trozen <SPAN class=gaya>] [</SPAN>
  332. H3ART_BL33D <SPAN class=gaya>] [</SPAN> Neoraz3r <SPAN class=gaya>]
  333. [</SPAN> m1st4k3n 1d3nt1ty <SPAN class=gaya>] [</SPAN> bl4ckc4t <SPAN
  334. class=gaya>] [</SPAN> lulz's <SPAN class=gaya>] [</SPAN> MISTER GRAPISTA
  335. <SPAN class=gaya>] [</SPAN> XDKLAMMERXD <SPAN class=gaya>] [</SPAN>
  336. LOveSk8 <SPAN class=gaya>] [</SPAN> Defalt <SPAN class=gaya>] [</SPAN>
  337. Critical_Impact <SPAN class=gaya>] [</SPAN> 1amTh3Ju4n <SPAN class=gaya>]
  338. [</SPAN> PH.Lazarus <SPAN class=gaya>] [</SPAN> Unkn0wnz <SPAN class=gaya>]
  339. [</SPAN> N61tap <SPAN class=gaya>] [</SPAN> LoveSK8 <SPAN class=gaya>] [</SPAN> Rex Codex.Ph <SPAN class=gaya>] </SPAN></MARQUEE></FONT><IMG
  340. src="http://ngchatworld.com/gsh.gif" width=25
  341. height=25></SPAN></TD></TR></TABLE></DIV></CENTER>
  342. <HR>
  343.  
  344. <CENTER><SPAN style="BACKGROUND-IMAGE: url
  345. (http://img171.imageshack.us/img171/1941/1ff1.gif); FONT-FAMILY: Black ops one;
  346. COLOR: white; FONT-SIZE: 25px; text-shadow: #000 0px 0px 3px">Security can't stop
  347. our curiosity.</SPAN></CENTER><BR><BR><BR><BR>
  348. <CENTER><SPAN style="BACKGROUND-IMAGE: url
  349. (http://img171.imageshack.us/img171/1941/1ff1.gif); FONT-FAMILY: black ops one;
  350. COLOR: white; FONT-SIZE: 15px">Copyright 2015 | Global Security Hackers. | All rights
  351. reserved.</SPAN></CENTER></BODY></HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement