0% found this document useful (0 votes)
10K views8 pages

Mini Tools Hallucination Cyber

The document contains code to disable selection, right-clicking, keyboard shortcuts, and other functions on a website. It also includes CSS for styling navigation menus. The body includes scripts for animating stars on the page and changing their speed, along with navigation menus and a text area form for user input.

Uploaded by

Ipo Apa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10K views8 pages

Mini Tools Hallucination Cyber

The document contains code to disable selection, right-clicking, keyboard shortcuts, and other functions on a website. It also includes CSS for styling navigation menus. The body includes scripts for animating stars on the page and changing their speed, along with navigation menus and a text area form for user input.

Uploaded by

Ipo Apa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8

<html>

<title> Mini Tools Hallucination Cyber </title>


<head>
<meta property="og:title" content="Mini Tools Hallucination Cyber">
<meta property="og:description" content="Hallucination Cyber">
<meta property="og:author" content="The WTJ">
<meta charset="UTF-8">
<link rel="shortcut icon" href="http://www.sman7pekanbaru.sch.id/HCN.png">
<link href="https://fonts.googleapis.com/css?family=Itim" rel="stylesheet">
<style>
body{
background-color: black;
color: white;
font-family: "Itim";
text-align: center;
}
th {
background-color: red; color: fff;
}
table {
margin: auto;
}
</style>
<!--Kode untuk mencegah seleksi teks, block teks dll.-->

<script type="text/javascript">

function disableSelection(e){if(typeof e.onselectstart!


="undefined")e.onselectstart=function(){return false};else if(typeof
e.style.MozUserSelect!="undefined")e.style.MozUserSelect="none";else
e.onmousedown=function(){return
false};e.style.cursor="default"}window.onload=function()
{disableSelection(document.body)}

</script>

<!--Kode untuk mematikan fungsi klik kanan di blog-->

<script type="text/javascript">

function mousedwn(e){try{if(event.button==2||event.button==3)return false}catch(e)


{if(e.which==3)return false}}document.oncontextmenu=function(){return
false};document.ondragstart=function(){return false};document.onmousedown=mousedwn

</script>

<style type="text/css">

* : (input, textarea) {

-webkit-touch-callout: none;

-webkit-user-select: none;

}
</style>

<style type="text/css">

img {

-webkit-touch-callout: none;

-webkit-user-select: none;

</style>

<!--Kode untuk mencegah shorcut keyboard, view source dll.-->

<script type="text/javascript">

window.addEventListener("keydown",function(e){if(e.ctrlKey&&(e.which==65||
e.which==66||e.which==67||e.which==73||e.which==80||e.which==83||e.which==85||
e.which==86)){e.preventDefault()}});document.keypress=function(e)
{if(e.ctrlKey&&(e.which==65||e.which==66||e.which==67||e.which==73||e.which==80||
e.which==83||e.which==85||e.which==86)){}return false}

</script>

<script type="text/javascript">

document.onkeydown=function(e){e=e||window.event;if(e.keyCode==123||e.keyCode==18)
{return false}}

</script>
<!--Kode untuk mencegah seleksi teks, block teks dll.-->

<script type="text/javascript">

function disableSelection(e){if(typeof e.onselectstart!


="undefined")e.onselectstart=function(){return false};else if(typeof
e.style.MozUserSelect!="undefined")e.style.MozUserSelect="none";else
e.onmousedown=function(){return
false};e.style.cursor="default"}window.onload=function()
{disableSelection(document.body)}

</script>

<!--Kode untuk mematikan fungsi klik kanan di blog-->

<script type="text/javascript">

function mousedwn(e){try{if(event.button==2||event.button==3)return false}catch(e)


{if(e.which==3)return false}}document.oncontextmenu=function(){return
false};document.ondragstart=function(){return false};document.onmousedown=mousedwn

</script>
<style type="text/css">

* : (input, textarea) {

-webkit-touch-callout: none;

-webkit-user-select: none;

</style>

<style type="text/css">

img {

-webkit-touch-callout: none;

-webkit-user-select: none;

</style>

<!--Kode untuk mencegah shorcut keyboard, view source dll.-->

<script type="text/javascript">

window.addEventListener("keydown",function(e){if(e.ctrlKey&&(e.which==65||
e.which==66||e.which==67||e.which==73||e.which==80||e.which==83||e.which==85||
e.which==86)){e.preventDefault()}});document.keypress=function(e)
{if(e.ctrlKey&&(e.which==65||e.which==66||e.which==67||e.which==73||e.which==80||
e.which==83||e.which==85||e.which==86)){}return false}

</script>

<script type="text/javascript">

document.onkeydown=function(e){e=e||window.event;if(e.keyCode==123||e.keyCode==18)
{return false}}

</script>
</head>
<body>
<script type="text/javascript">
var uid = '185593';
var wid = '434108';
</script>
<script type="text/javascript" src="//cdn.popcash.net/pop.js"></script>
<script type='text/javascript' src='http://m.free-codes.org/g.php?
id=2002'></script><body bgcolor = black >

<SCRIPT language="JavaScript">

numb_s=40
speed_s=1

ns=document.layers?1:0
ie=document.all?1:0
ns6=document.getElementById&&!document.all?1:0
function moveSlide(name,sLeft, sTop) {
if (ns) {document.layers[name].top=sTop;document.layers[name].left=sLeft}
if (ie) {document.all[name].style.top=sTop;document.all[name].style.left=sLeft}
if (ns6)
{document.getElementById(name).style.top=sTop;document.getElementById(name).style.l
eft=sLeft}
}
function sizeSlide(name,sWdh, sHgt) {
if (ns){document.layers[name].clip.width=sWdh;
document.layers[name].clip.height=sHgt}
if (ie){document.all[name].style.width=sWdh; document.all[name].style.height=sHgt}
if (ns6){document.getElementById(name).style.width=sWdh;
document.getElementById(name).style.height=sHgt}
}
function positions(){
hei_scr=(ie)?window.document.body.clientHeight:window.innerHeight
wid_scr=(ie)?window.document.body.clientWidth:window.innerWidth
y_scrl=(ie)?document.body.scrollTop:window.pageYOffset
x_scrl=(ie)?document.body.scrollLeft:window.pageXOffset
}
posX=new Array()
posY=new Array()
posR=new Array()
radi=new Array()
tx=""
positions()
if (ns)
{
tx=tx+"<layer z-Index=100 left="+(wid_scr-35)+" top="+(hei_scr-35)+"
></layer>"
}
else
{
document.write("<div>.</div>")
}
for (i=0; i<numb_s;i++)
{
posY[i]=hei_scr/2
posX[i]=wid_scr/2
posR[i]=Math.random()*6.283
radi[i]=0
if (ns)
{
tx+="<layer z-Index=0 name=star_"+i+" left=0 top=0 width=1 height=1
bgColor=#ffffff></layer>"
}
else
{
document.write("<div id=star_"+i+" style='z-index:0; position:absolute;
left:0;top:0;width:1;height:1;background:#ffffff'><img width=1 height=1></div>")
}
if(ns){document.write (tx);tx=""}
}
function go_stars(){
positions()
rad_max=Math.sqrt(wid_scr*wid_scr+hei_scr*hei_scr)/2
for (i=0; i < numb_s;i++){
rad=Math.sqrt(Math.pow((posY[i]-hei_scr/2),2)+Math.pow((posX[i]-
wid_scr/2),2))/rad_max*4+1
posY[i]+=Math.round(Math.sin(posR[i])*rad*speed_s);
posX[i]+=Math.round(Math.cos(posR[i])*rad*speed_s);
if ((posX[i] > wid_scr-rad*2) || (posY[i] < 0 ) || (posY[i] > hei_scr-rad*2) ||
(posX[i] < 0))
{
posY[i]=hei_scr/2
posX[i]=wid_scr/2
posR[i]=Math.random()*6.283
sizeSlide("star_"+i,1,1)
moveSlide("star_"+i,posX[i]+x_scrl,posY[i]+y_scrl)
}
else{
if(Math.floor(rad)!=radi[i]){sizeSlide("star_"+i,rad,rad);radi[i]=rad}
moveSlide("star_"+i,posX[i]+x_scrl,posY[i]+y_scrl)
}
}
}
starSpeed=setInterval('go_stars()',15);

// end script

function ch_speed(new_speed){clearInterval(starSpeed);
starSpeed=setInterval('go_stars()',new_speed);}

</SCRIPT>
<layer z-Index=2>
<div style="position: relative">

<center><img src="HC.png" width=350px height=350px>


<br>
<style>
#cssmenu{ height:37px; width:745px; display:block; padding:0; border:1px solid;
border-radius:5px; }
#cssmenu > ul {list-style:inside none; padding:0; margin:0;}
#cssmenu > ul > li {list-style:inside none; padding:0; margin:0; float:left;
display:block; position:relative;}
#cssmenu > ul > li > a{ outline:none; display:block; position:relative;
padding:12px 20px; font:bold 17px/100% Itim; text-align:center; text-
decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); }
#cssmenu > ul > li:first-child > a{border-radius:5px 0 0 5px;}
#cssmenu > ul > li > a:after{ content:''; position:absolute; border-right:0px
solid; top:-1px; bottom:-1px; right:-2px; z-index:99; }
#cssmenu ul li.has-sub:hover > a:after{top:0; bottom:0;}
#cssmenu > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px;
right:6px; border:5px solid transparent; border-top:5px solid #fff; }
#cssmenu > ul > li.has-sub:hover > a:before{top:19px;}
#cssmenu ul li.has-sub:hover > a{ background:#3f3f3f; border-color:#3f3f3f;
padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; }
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover >
div{display:block;}
#cssmenu ul li.has-sub > a:hover{background:#3f3f3f; border-color:#3f3f3f;}
#cssmenu ul li > ul, #cssmenu ul li > div{ display:none; width:auto;
position:absolute; top:38px; padding:10px 0; background:red; border-radius:0 0 5px
5px; z-index:999; }
#cssmenu ul li > ul{width:200px;}
#cssmenu ul li > ul li{display:block; list-style:inside none; padding:0; margin:0;
position:relative;}
#cssmenu ul li > ul li a{ outline:none; display:block; position:relative; margin:0;
padding:8px 20px; font:10pt Itim; color:#fff; text-decoration:none; text-shadow:1px
1px 0 rgba(0,0,0, 0.5); }
#cssmenu, #cssmenu > ul > li > ul > li a:hover{ background:red; background:-moz-
linear-gradient(top, #4fbdf0 0%, #45b2d2 100%); background:-webkit-gradient(linear,
left top, left bottom, color-stop(0%,#4fbdf0), color-stop(100%,#45b2d2));
background:-webkit-linear-gradient(top, red 0%,red 100%); background:-o-linear-
gradient(top, red 0%,red 100%); background:-ms-linear-gradient(top, red 0%,red
100%); background:linear-gradient(top, red 0%,red 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='red',
endColorstr='red',GradientType=0); }
#cssmenu{border-color:black;}
#cssmenu > ul > li > a{border-right:0px; color:white;}
#cssmenu > ul > li > a:after{border-color:black;}
#cssmenu > ul > li > a:hover{background:blue;}

</style>
<div id='cssmenu'>
<ul>
<li class='active '><a href='index.php'><span>Home</span></a></li>
<li><a href='tools'><span>Tools</span></a>
<li><a href='bom'><span>Bom SMS & Prank Call</span></a>
<li><a href='blog'><span>Blog</span></a></li>
<li><a href='about'><span>About</span></a></li>
<li><a href='contact'><span>Contact</span></a></li>
<li><a href='archive'><span>My Zone-H</span></a></li>
</ul>
</div>
<br>
<color=red size=5>Message :
<br>
<div align="center">
<form name="news" align=center>
<textarea name="newsyam" cols=45 rows=3 wrap=virtual></textarea></form>

<script language=javascript>

var newsText = new Array();

newsText[0] = "Selamat Datang Di Mini Tools Hallucination Cyber";

newsText[1] = "Tools Ini Tidak Sepenuhnya Buatan Sendiri";

newsText[2] = "Semoga Bermanfaat ^_^ \n Dan Terima Kasih Untuk Teman Saya Karena
Sudah Mensupport Saya ^_^";

newsText[3] = "./MaleGhost - The WTJ - Mr.Greatskiller - p0r7s - Mr.N0tC0ntent


- ./Mr.KindoL - Handsomeware - XcodeZ";

newsText[4] = "Pesan Dari The WTJ.....";

newsText[5] = "Jangan Remehkan Team Kecil, Karena Jika Mereka Marah Akan Berakibat
Fatal";

newsText[6] = "Suatu Saat Team Kecil Akan Sukses Dengan Sendirinya";


newsText[7] = "Jika Mencintaimu Hanya Sebuah Mimpi \nMaka Jangan Bangunkan Dari
Tidurku";

newsText[8] = "Karena Berat Rasanya Hidup Di Dunia Tanpa Pasangan";

var ttloop = 1; // Repeat forever? (1 = True; 0 = False)

var tspeed = 85; // Typing speed in milliseconds (larger number = slower)

var tdelay =3000; // Time delay between newsTexts in milliseconds

// ------------- NO EDITING AFTER THIS LINE ------------- \\

var dwAText, cnews=0, eline=0, cchar=0, mxText;

function doNews() {

mxText = newsText.length - 1;

dwAText = newsText[cnews];

setTimeout("addChar()",1000)

function addNews() {

cnews += 1;

if (cnews <= mxText) {

dwAText = newsText[cnews];

if (dwAText.length != 0) {

document.news.newsyam.value = "";

eline = 0;

setTimeout("addChar()",tspeed)

function addChar() {

if (eline!=1) {

if (cchar != dwAText.length) {

nmttxt = ""; for (var k=0; k<=cchar;k++) nmttxt += dwAText.charAt(k);

document.news.newsyam.value = nmttxt;
cchar += 1;

if (cchar != dwAText.length) document.news.newsyam.value += "_";

} else {

cchar = 0;

eline = 1;

if (mxText==cnews && eline!=0 && ttloop!=0) {

cnews = 0; setTimeout("addNews()",tdelay);

} else setTimeout("addChar()",tspeed);

} else {

setTimeout("addNews()",tdelay)

doNews()

</script></div>
<table>
<table border="2" width=350px>
<tr>
<th>@Copyright By The WTJ - Hallucination Cyber</th>
<tr>
<table>

You might also like