Create Shutdown Virus

Tuesday, August 6, 2013


Actually its not a virus, its a shutdown program which you all can learn easily with no software needed to fool your friends....

 Steps:

Backtrack 5 R3

Sunday, August 4, 2013

From the Official Website:

"...The time has come to refresh our security tool arsenal – BackTrack 5 R3 has been released. R3 focuses on bug-fixes as well as the addition of over 60 new tools – several of which were released in BlackHat and Defcon 2012. A whole new tool category was populated – “Physical Exploitation”, which now includes tools such as the Arduino IDE and libraries, as well as the Kautilya Teensy payload collection.
Building, testing and releasing a new BackTrack revision is never an easy task. Keeping up-to-date with all the latest tools, while balancing their requirements of dependencies, is akin to a magic show juggling act. Thankfully, active members of our redmine community such as backtracklover and JudasIscariot make our task that much easier by actively reporting bugs and suggesting new tools on a regular basis. Hats off to the both of you.
Together with our usual KDE and GNOME, 32/64 bit ISOs, we have released a single VMware Image (Gnome, 32 bit). For those requiring other VM flavors of BackTrack – building your own VMWare image is easy – instructions can be found in the BackTrack Wiki.
For the insanely impatient, you can download the BackTrack 5 R3 release via torrent right now. Direct ISO downloads will be available once all our HTTP mirrors have synched, which should take a couple more hours. Once this happens, we will update our BackTrack Download page with all links..."

Download Files

BT5R3-KDE-64 (iso)
BT5R3-KDE-32 (iso) 
       BT5R3-KDE-64 (torrent)
         
       BT5R3-KDE-32 (torrent)

New facebook chat trick

Tuesday, July 30, 2013

New Facebook chat trick



          Facebook has recently made changes to its chat features. Now we can use profile images in chat. You can even type anything in colour using a simple trick. You just need to know how to get facebook profile id which you will learn by reading this article. Below are codes of A-Z and guide on how to use them in chat.


       1. How to use facebook profile images in chat ?
  • To use profile images in chat Enter this ==> [[username]]
  • In place of username enter username of person whose image you want to show in chat. 
  • If u will enter hackersworld.fun this will show image of my page. 

       2. Codes of A-Z for Facebook chat.
  • Below are codes of A-Z which you can use in facebook chat. You can create your on words with this codes. I will demonstrate how to do that .
[[107015582669715]]  = A
[[116067591741123]]  = B
[[115602405121532]]  = C
[[112542438763744]]  = D
[[115430438474268]]  = E
[[109225112442557]]  = F
[[111532845537326]]  = G
[[111356865552629]]  = H
[[109294689102123]]  = I
[[126362660720793]]  = J
[[116651741681944]]  = K
[[115807951764667]]  = L
[[106596672714242]]  = M
[[108634132504932]]  = N
[[116564658357124]]  = O
[[111669128857397]]  = P
[[107061805996548]]  = Q
[[106699962703083]]  = R
[[115927268419031]]  = S
[[112669162092780]]  = T
[[108983579135532]]  = U
[[107023745999320]]  = V
[[106678406038354]]  = W
[[116740548336581]]  = X
[[112416755444217]]  = Y
[[165724910215]]        = Z
       
      3. How to use this codes ?
  • First think wat word you want to create then pick up codes of that alphabate from above codes
  • Let us create hi . So pick up codes of H and .
  • After that enter this in chat box  [[111356865552629]]  [[109294689102123]] 
  • Make sure there is space in between any two codes or else it will not work.
     
      4. Some Cool Facebook tricks.
  • Below are two codes to show Happy New year you can use any one of them
[[124641767652266]] [[124642810985495]] [[124643044318805]] [[124643044318805]] [[124643487652094]] [[124642300985546]] [[124644090985367]] [[124644404318669]] [[124644567651986]] [[124642300985546]] [[124643487652094]] [[124644404318669]] [[124642810985495]] [[124645367651906]] [[124642300985546]] [[124645977651845]] [[124646247651818]] [[124646574318452]] [[124645977651845]] [[124642300985546]]

OR

[[337992182896839]] [[225777904163650]] [[244015585667152]] [[244015585667152]] [[319152701438185]] [[188142511282558]] [[319977728035866]] [[316759491692170]] [[139287272851910]] [[188142511282558]] [[319152701438185]] [[316759491692170]] [[225777904163650]] [[337598512918963]] [[188142511282558]] [[141281852650929]] [[268263169900550]] [[191790684249921]] [[141281852650929]]

  • Enter below codes to show Hacking Tips
[[111356865552629]][[107015582669715]] [[115602405121532]][[116651741681944]][[109294689102123]][[108634132504932]][[111532845537326]]
  • This way you can create your own words your name .
  • Hope you like it subscribe below for such more tutorials and feel free to leave comments.. :)

Create Folders And Files With NO! Name



Create Folders And Files With NO! Name



This trick will allow you to create files and folders without any name.

Just follow the steps as given below :-

1) Select any file or folder.

2) Right click on it, select 'Rename' or simply press 'F2'.

3) Press and hold the 'Alt' key. While holding the Alt key, type numbers '0160' from the numpad.

Note :- Type the numbers '0160' from the numpad, that is, the numbers present on the right side of the keyboard.
Don’t type the numbers which are present on top of the character keys.

4) Press Enter and the nameless file or folder will be created.

Reason :- The file or folder that seems nameless is actually named with a single space.



But what if you want to create another nameless file or folder in the same directory ?
For this you will have to rename the file with 2 spaces.
Just follow the steps given below :-

1) Select file, Press 'F2'.

2) Hold 'Alt' key and type '0160' from the numpad.

3) Release the 'Alt' key. Now without doing anything else, again hold 'Alt' key and type '0160'.

4) Press 'Enter' and you will have second nameless file in the same directory.

5) Repeat step 3 to create as many nameless files or folders in the same directory.

(We have a problem with deleting these folders, to do so, start your computer in 'Safe Mode' and delete it from there.)

keyboard dancing led light trick



Today i will be showing you an interesting trick which will let your keyboard led light to dance. Basicly we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick. So lets get started!!

     How to do that ?
       1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
       
       2. Then save this file as led.vbs (.vbs is must)
       3. Open your save file and see your keyboard led blinking like disco lights.


     How to disable blinking Led ?
       1. First open Task Manager [ctrl+alt+del ]
       2. Then Go to process tab.
       3. Select wscript.exe 
       4. Click on End process..


Enjoy!!

Password Protect Folder Without Any Software

Wednesday, July 24, 2013

Password Protect Folder Without Any Software




 In this tutorial i will show you interesting and usefull trick to password protect folder without using any software using batch file programming. This trick will work on all windows platform (Win XP, Win 7). Follow below tutorial to learn this trick.


Total Pageviews

Get a Paid Online Job

Follow The Author

Find Us on Facebook

About

A passionate Hacker, who wants the entire world to be hacked by him :)