OK IT's a prank to make some one fill that you are hacking using his/her computer(BUT YOU REALLY ARE NOT)
things required
@ Q-BASIC(a programing language of ms dos go to <http://en.wikipedia.org/wiki/QBasic> > to know more about it)
@DOS BOX (a software to run Qbasic in windows 7 and above)
press ALT + ENTER to make it full screen
Press F5 to run the program
CLS FOR I = 1 to 3000 FOR P = 1 to 50 Print "11010101010001010101001010"; NEXT P FOR j = 1 to 50 PRINT "#@$%^#@!#@!^&$#!&$#!^#$!^#$!^&#!^&#$!&$#%!&#!%*#&!$^#!$#&!$#!^%$#&!$#!#$"; NEXT j PRINT PRINT"SECTOR";I;"completed" NEXT I PRINT "THE HACKING IS COMPLETED" PRINT " press any key to agree to the hacking ,switch of the computer to cancel" INPUT A PRINT "IT WAS JUST A PRANK" END
THERE are many nested loop the loop is the biggest and continues 3000 times.Inside it are two smaller loop one printing confusing binary codes and the othe contaning special charecters.THe <;> sing signifies that the next print will be in the same line.After they are printed the next line prints the thinks in the QOUTES and displays the loop number.