Matrix İndex ˜YamanEfkar

YamanEfkar

Üye
20 May 2018
174
29
Tartarus
[SIZE="4[COLOR="Lime [URL="https://tik.lat/Y2CPT"] İNDEXİN EKRAN GÖRÜNTÜSÜNE BURADAN ULAŞABİLİRSİNİZ.[/URL]
Kod:
<!DOCTYPE html> 
 <html> 
 <head> 
 <**** charset="UTF-8"> 
 <title>Hacked YamanEfkar</title> 
 ********* 
 /*basic reset*/ 
 * {margin: 0; padding: 0;} 
 /*adding a black bg to the body to make things clearer*/ 
 body {background: black;} 
 canvas { 
     display: block; 
     position: fixed; 
 	top: 0; 
 	left: 0; 
     z-index: -1000; 
 } 
 #login { 
     width: 400px; 
     background-color: rgba(0,155,0,0.7); 
     padding: 25px; 
     margin: 15% auto; 
     border-radius: 10px; 
 } 
 #login input { 
     height: 40px; 
     width: 375px; 
     font-size: 18px; 
     padding: 5px; 
     margin-bottom: 15px; 
     border-radius: 7px; 
     background-color: rgba(255,255,255,0.5); 
     border: none; 
     color: #000; 
 } 
 #login button { 
     width: 100px; 
     font-size: 18px; 
     display: block; 
     margin: 0 auto; 
     background-color: #009933; 
     border: none; 
     height: 40px; 
 	border-radius: 5px; 
 } 
 .adi{
 	font-size: 98px;
 	color: green;
 	padding-top: 100px;
 }
 </style> 
 </head> 
  
 <body>
 <center>
 <div class="adi">
 	Hacked YamanEfkar
 </div>
 </center>
 <form id="login"> 
   <input type="text" name="kullanici" placeholder="Admin"><br /> 
   <input type="password" name="sifre" placeholder="Admin123"><br /> 
   <button type="button" onclick="alert('Hello Admin.:)')">Giriş</button> 
 </form> 
  
 <canvas id="c"></canvas> 
  
 <script> 
 var c = ********.getElementById("c"); 
 var ctx = c.getContext("2d"); 
  
 //making the canvas full screen 
 c.height = window.innerHeight; 
 c.width = window.innerWidth; 
  
 //chinese characters - taken from the unicode charset 
 var chinese = "田由甲申甴电甶男甸甹町画甼甽甾甿畀畁畂畃畄畅畆畇畈畉畊畋界畍畎畏畐畑"; 
 //converting the string into an array of single characters 
 chinese = chinese.split(""); 
  
 var font_size = 18; 
 var columns = c.width/font_size; //number of columns for the rain 
 //an array of drops - one per column 
 var drops = []; 
 //x below is the x coordinate 
 //1 = y co-ordinate of the drop(same for every drop initially) 
 for(var x = 0; x < columns; x++) 
 	drops[x] = 1;  
  
 //drawing the characters 
 function draw() 
 { 
 	//Black BG for the canvas 
 	//translucent BG to show trail 
 	ctx.fillStyle = "rgba(0, 0, 0, 0.05)"; 
 	ctx.fillRect(0, 0, c.width, c.height); 
 	 
 	ctx.fillStyle = "#0F0"; //green text 
 	ctx.font = font_size + "px arial"; 
 	//looping over drops 
 	for(var i = 0; i < drops.length; i++) 
 	{ 
 		//a random chinese character to print 
 		var text = chinese[Math.floor(Math.random()*chinese.length)]; 
 		//x = i*font_size, y = value of drops[i]*font_size 
 		ctx.fillText(text, i*font_size, drops[i]*font_size); 
 		 
 		//sending the drop back to the top randomly after it has crossed the screen 
 		//adding a randomness to the reset to make the drops scattered on the Y axis 
 		if(drops[i]*font_size > c.height && Math.random() > 0.975) 
 			drops[i] = 0; 
 		 
 		//incrementing Y coordinate 
 		drops[i]++; 
 	} 
 } 
  
 setInterval(draw, 33); 
 </script> 
 </body> 
  
 </html>
 
Son düzenleme:
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.