Pages

Sunday 29 May 2011

How to write a VIRUS or some Scripts

0 comments
 

This post is for those geeks who wants to write their own viruses or some useful scripts which they can share with their friends. Writingscripts is not a big deal but the important thing is your craetivity for writing such scripts which are already their doesent’t make any difference so after reading this post try to do something unique coz uniqueness is the key to success.

To learn it you first need a programming mind. Have you remembered the virus that banned ORKUT ansYOUTUBE saying “The administrator has not written this so guess who has written this” This famous virus is written in autohotkey, it is really easy to understand autohotkey.

AutoHotkey is a free, open-source utility for Windows. With it, you can:

  • Automate almost anything by sending keystrokes and mouseclicks. You can write a mouse or keyboard macro by hand or use the macro recorder.
  • Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
  • Expand abbreviations as you type them. For example, typing “btw” can automatically produce “by the way”.
  • Create custom data-entry forms, user interfaces, and menubars.
  • Remap keys and buttons on your keyboard, joystick, and mouse.
  • Respond to signals from hand-held remote controls via the WinLIRC client script.
  • Run existing AutoIt v2 scripts and enhance them with new capabilities.
  • Convert any script into an EXE file that can be run on computers that don’t have AutoHotkey installed.
These are just a few things that you can do with AUTOHOTKEY the no of thing you can do depends on your creativity. Autohotkey provides all the functions that you ever wants so just open your brain and just check this website to learn AUTOHOTKEY.

Leave a Reply