PTsofts

PTsofts PTsofts - develops, manufactures, and supports a wide range of products and services related to computing.The Company makes custom software on demand.

"There is an App for everything. App for everything." Customized on your needs, we make:

Windows PC applications. Business Solution software. iPhone and android mobile Apps. Apps for cloud systems. Website design. The company also produces a wide range of other software for desktops and servers, and is active in areas including internet search (like Google), and mobile phones app- making (Win

dows OS, android and iOS). Under the department PTdesign Web designing services, Web solutions, Web development services, SEO services, PHP application development, Java application development, dotNET application development are offered.

02/12/2013

www.ptsofts.com

win7 passward

2. Select the Administrator account that appear in the screen,
then enter command prompt.
Type: net user ### 123456 and
enter (### is the account name
which password you need to reset 123456 is the new password),
it will show you a message that” the command completed successfully.

02/12/2013

www.ptsofts.com

Hack Any Password Protected Wi-Fi Network And Use Unlimited Free Internet

Today I’ll tell you how do you hack any password protected wifi network with “CommView For Wi-Fi” software.

First you have to know what is Wi-Fi and how dose it work?
"Wi-Fi" is a type of wireless networking protocol that allows devices to communicate without cords or cables.


1: Wi-fi uses antennas around which wi-fi "hotspots" are created. The hotspots are outlets equipped to receive the radio waves that power wireless networking. Until recently, wi-fi has been confined to more than 10,000 hot-spots in cafes, bars and airport lounges. But various projects are under way to set up city-wide zones, where a series of antennas are installed in the streets, on lampposts or street signs. The hotspots around them together create a much wider area of coverage. Norwich has a mesh network which links each lamppost antenna to the next creating a seamless wi-fi hotspot around the center of the city.
2: The source internet connection is provided by a PC or server to which the antennas are connected either wirelessly or via a cable.
3: Some mobile phones and personal digital assistants (PDA) now have wi-fi chips installed. With mobile phones, this means conventional networks can be bypassed and inexpensive long-distance calls made over the web (using Voice over Internet Protocol, VoIP).
4: Many laptops and handheld computers now come with built-in wi-fi connectivity; it is also possible to add wi-fi to your computer with a special card that plugs into a port on your laptop.
Some organizations provide it for free but maximums provide it for business purpose only. And you have to give a password to access this kind of network.

This software price is $1099. Don't worry, I'm giving you for FREE.
Download This Software from HERE. [Mediafire Link]
Note: Please turn off your anti-virus program before you install this software, otherwise this software will not work properly. After completing installing process you can re-run your anti-virus program.
Now follow the Instructions bellow:
1. Install the software and drivers.

2. Click on ‘Rules’ tab and tick on ‘Enable advance rules’ option.

3. Type ‘a’ on Name box and Past this code on formula box “tods=1 and dmac=FF:FF:FF:FF:FF:FF” like picture bellow. Then click ‘add/edit’ button.

4. A window will appear like the picture bellow. Give a tick on ‘a’ .


5. Then go to ‘Settings’ and click ‘Option’

6. Go to ‘Memory Usage’ tab and set everything just like this picture & click ‘Ok’ (Restart may be required).

7. Check ‘D’ funnel and uncheck another two funnel from the right top of this window.

8. Click ‘Search’ button and find the network that you want to creak.

9. Then drag it on ‘Channel’ tab and click ‘Capture’ button.

10. Now which one is do not capturing anything give it to password protected network and connect it. When it will ask for password, give any as you wish.
11. It will show this massage “Connected with limited connectivity”.
(I have no Wi-Fi connections at this time. that is why, I can’t share some screenshots).
12. Click on main menu again and then click on ‘Packets’ Tab. If everything was all right, you will see some Couple of Packets.

13. Click right button on “ARP REQ” Packet and then > “Send Packet(s)” > Selected.


14. This menu will appear.

15. Now change all values just like this and click ‘Send’.

16. Go to ‘Rules’ Tab again and uncheck the Rules “a” .

17. Select first 20000 packets and save it. Make sure you are saving it as “dump cap” file in place of “ncf” file format. (I have no Wi-Fi connections this time, that is why I can’t share some screenshots).

18. Now download a zip folder named “Aircrack-NG” from HERE. And extract it.

19. Open ‘bin’ folder and run this file ‘aircrack-ng-GUI.exe’. Then go where you saved the packets, select all and click launch.

20. An ‘IV’ list will came. Select the network that you want to creak.

21. Click ‘Connect’. You will be connected with your desire network like a magic !

22. Enjoy the Unlimited Wi-Fi Internet.

Also you can do with this software :

Done...

02/12/2013

www.ptsofts.com

sim bloking
dial this code for sim bloking

**04*3814*7529*68243 #

02/12/2013

www.ptsofts.com

serial key search

Find Serial Key Cracks
Finding Serial Key using Google :-Well Google is the best place to find Serial Key Cracks
for any software in just few minutes.You just need to search your item in right
way.Below is the one wonderful way to find Serial Key of almost any software.

1.To Get the serial number from Google you have to just follow these steps :
* Go to Google Search.
* In the search field type : “Your Software name” 94FBR
* Where, “Software Name” is the name of the software you want to find the serial number for.
* And in Google search Results you will get the list of all those websites where the serial key of the required software is available !!.

02/12/2013

www.ptsofts.com

Dos Trick For Removing Bios Password

Here's a DOS trick for Windows 9x, that will reset (delete) your motherboard's BIOS password (aka CMOS password) without any need to open up your computer to remove the battery or mess with jumpers.

This method can come in very handy in the event you ever lose and forget your BIOS password or if you acquire used computers where the unknown previous owners had BIOS passwords set (in fact, this happened to me long ago—I was given a used computer, but there was no way I could enter the CMOS to make changes). It's important to note here that the password we are talking about is only the one that prevents a user from entering the BIOS setup at bootup, not the one that stops you from getting past the boot.

Normally, at bootup you can press a key (usually the DEL key) to access your BIOS allowing you to view it or make changes. With a password set, there is no way to enter setup. Though a password can provide a basic and very effective level of PC security, losing it can be a real headache if you don't know how to fix the problem.

The MS-DOS command that will makes this trick possible is the DEBUG command (debug itself is a utility—debug.exe—which is located in your Windows Command folder). This is not a command to be taken lightly—in other words, it's not a command to play with! You can cause serious corruption with this command and can end up not being able to even boot your computer! Debug is used to work with binary and executable files and allows you to alter (hex edit) the contents of a file or CPU register right down to the binary and byte level.

To begin debug mode, type debug at a MS-DOS prompt or you can specify a file, i.e., DEBUG FILE.EXE. There is a difference in screen output between the two methods. When you type DEBUG alone, debug responds with a hyphen (-) prompt waiting for you to enter commands. The second method, with a file specified, loads the file into memory and you type all the commands on the line used to start debug. In this tip, we will be writing to the BIOS, so the first method is the one that would be used. All debug commands can be aborted at any time by pressing CTRL/C.

Accessing BIOS with DEBUG

The basic trick will be to fool the BIOS into thinking there is a checksum error, in which case it resets itself, including the password. This is done by invalidating the CMOS and to do that we must know how to access the BIOS and where the checksum value of the CMOS is located so that we can change it. Access to the the BIOS content is via what are known as CMOS Ports and it's Port 70 and 71 that will give us the needed access. On almost all AT motherboards, the checksum is located at hexadecimal address 2e and 2f and filling the address 2e with ff is all you should have to do to invalidate the checksum.

Here's what to do if you ever need to reset the password and have no other method, and you don't want to open up your computer to remove the battery or jumpers.

Note! Do this at your own risk. I can only tell you that it has worked for me more than once and has worked for others as well. But I cannot make any guarantees. When I did this, I took a willing risk. The BIOS was Award Modular BIOS v4.51PG

Restart your computer in MS-DOS mode.

When you get to the C:\> or C:\WINDOWS> prompt, type DEBUG and press Enter.

A hyphen (-) prompt will appear waiting for you to enter commands.

Enter the following commands, pressing Enter after each one. Note: the o is the letter o and stands for OUTPUT.


o 70 2e


o 71 ff


q


After the q command (which stands for QUIT), enter Exit.

Then try to enter your BIOS at boot up. The password prompt should now be gone and you should now have full access to it again. However, you will now be at the default BIOS settting and may want to change them to your preference. You may also want to have your drives auto detected again.
In closing, I should state that in the case of a lost BIOS password, your first step should always be to contact your manufacturer to see if a backdoor password is available that will allow you to bypass the forgotten password.

There are many sites on the net that list backdoor passwords you can try, but beware that some BIOS that are set up to lock up if you enter the wrong password more than a certain number of times, usually only 3 times!

02/12/2013

www.ptsofts.com

COOL HACKING TRICKS:

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 Trick to find facebook profile id. 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 c00lhacks 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 what word you want to create then pick up codes of that alphabet from above codes
• Let us create hi . So pick up codes of H and I .
• 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 Cool Hacking Tricks
[[115602405121532]] [[116564658357124]] [[116564658357124]] [[115807951764667]] [[111356865552629]] [[107015582669715]] [[115602405121532]] [[116651741681944]] [[109294689102123]] [[108634132504932]] [[111532845537326]] [[112669162092780]] [[106699962703083]] [[109294689102123]] [[115602405121532]] [[116651741681944]] [[115927268419031]]
• This way you can create your own words your name.

That's true!!!
01/12/2013

That's true!!!

30/11/2013

www.ptsofts.com

Easy steps to Download Any Torrent File With IDM :

1. First of all , you have to download the torrent file (.torrent) which you want to download.

2. Then just go to the website http://www.torcache.net and upload the torrent file that you have
just downloaded and click on
the cache! button.

3. This will give you a new torrent file. You just have to copy the link of the new torrent file from the opened
window.

4. Then go to the website http://www.torrific.com and create an account there(in case you don’t have) and login to your account. Then paste the address of the new torrent obtained in step 3 and click on "Get" button.

5. Now you will get the list of available files present in that torrent file. Then click on the initiate bittorrent transmission button.

This will give the full option to download the file. Just click on any link and you can see the download manager-IDM popping out for downloading the file. Now enjoy the ultimate Speed
of IDM for downloading

MICRO SD Memory Card Password Recovery / removing 4 method.
Solution 1:
For Symbian Mobiles:
1. Download and Install FExplorer
2. Insert your card into your phone, without accessing it through the phone
3. Run FExplorer and Open the path C:\system
4. Find the file called mmcstore, and rename it mmcstore.txt
5. Copy that file (mmcstore.txt) to your PC and open it in Notepad
6. Your password will be located within that file.

Solution 2:
For Symbian Mobiles:
1. Download and Instal X-Plore
2. Now open the X-Plore and press Zero(0) then check you have marked the
"Show the System Files".
3. After you done the above step now go to the file:
C:/Sys/Data/Mmcstore
4. If you found the above path then press the option "3" to set the Hex-Viewer.
5. Now look the third column you can see the code like ! TMSD02G (c ??”? x???3?3?3?3?3)
Now see the characters between '?' because it is your password 33333.
6. You mayn't able to access the path file:
C:/Sys/Data/Mmcstore
if you don't set the password for the memory card.


Solution 3:
For Micro SD:
Put the card in any E series mobile or N95 etc and format it.
It will not ask for a password.

Solution 4:
1. Go to file manager on your mobile
2. In Settings choose system folders,
3. In the System folder, find a file called mmcstore
4. Send the file to your PC using IR/Bluetooth
5. Open the file in Notepad
6. The password you need for your memory card is located within that file

30/11/2013

www.ptsofts.com

1. The image you need to set as the background should be a .jpg file and it’s size should not exceed 245KB.

2. The image resolution can be anything of your choice. However I prefer 1440 x 900 or 1024 x 768. You can use any of the photo editing software such as Photoshop to compress and set the resolution for your image. Once you’re done, save this image as backgroundDefault.jpg.

3. You will need to copy this image to
C:\Windows\system32\oobe\info\backgrounds
You will need to create that path if it does not already exist on your computer.

4. Now open the Registry Editor (Start - Run -Type regedit) and navigate to the following key
HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\
LogonUI\Background
If Background does not exist rightclick LogonUI, select New and then Key, and then name it Background. Now locate OEMBackground (listed on the right side). If it does not exist, right-click Background and select New and then DWORD and name it OEMBackground.

5. Double-click on OEMBackground and set the Value Data to 1.

6. Now log-off to see the new logon screen background. If you would like to revert back to the default background, just set the Value Data back to 0.
I hope you like this trick. Just try out and give your feedback!

30/11/2013

www.ptsofts.com

Bypass Blocked Website with Wallproxy 1 year, 3 months ago #112256

Before this, I never know about internet filtering but after enter university, I know the difficulty. I cannot access my favourite site like youtube and facebook. Gladly, there some proxy site out there to be used to bypass the web filtering. But, normally if university’s internet filtering is very strong, you cannot beat with it. Ultrasurf is slow like hell. So, I have one method to bypass the internet filtering even it is strong like China great firewall by using google application which faster and reliable.

We will use Wallproxy

Durations: ~25min
Tools:
Notepad++
Wallproxy (download here)LATEST!!

Part 1: Setting Up Google Application Account

1. First, you must have a google account. If you have gmail before means you have a google account. Go to https://appengine.google.com to create your application.

2. This is important! You will need to enter your mobile phone with your own country code. It will send verification code. Only 1 mobile phone per google application account.

3. If you successful, you will see this page, showing how much application (server) did you deploy to google application engine. The limit is 10 application (server) per google account. Click "Create Application" to create new application.

4. For application identifier, it is much like domain address. It must be unique. After done, click "Create Application" go to application dashboard.

Part 2: Configure and Use Wallproxy

Download Wallproxyhere for this tutorial. The webpage for this project is http://code.google.com/p/wallproxy-plugins/ . This project is updating. Don't scare by the chineseword . This is expected since it was developed by china programmer but all people around world can use it.

(a)Deploying

1. Extract Wallproxy. Make sure they are 2 folder (local & server) and 1 readme (written in chinese)

2. In wallproxy/server folder, run upload2.bat and you will introduced screenshot like below. There are about 6 options. First, we must set our application identifier name first to make sure the we deploy to our created server. To set the name, enter 1. Ex, application: myid.

3. Now, we successfully set it's time to deploy. Simply enter 3.

Enter your email address which you registered google application engine with. Enter password afterward.

4. If your deployed is successful you should see similar with this:

Enter 6 to exit....

To check your server working as it should, type ###.appspot.com/simple2.py where ### is your application identifier's name. It should redirect to http://twitter.com/ #!/hexieshe. If no problem, you can delete the server folder

(b)Configuring proxy.conf

Inside wallproxy/local folder, open proxy.conf with notepad++. Search for appid and type your application identifier inside the ''. Ex: appid = 'myid'. That is crucial thing to do.

cRunning Wallproxy

1. Browse wallproxy/local folder and simply run wallproxy.exe. It will minimize to system tray.

2. If you bored with it and want to close it, just right-click wallproxy icon in system tray and click the"below".

3. When you're run Wallproxy, your internet connection will automatically use proxy 127.0.0.1 with 8086 as port no. When you close it, the proxy will be reset to default.

4. For cases if you're still blocked probably, the program (games/browser/..) are using its own setting which it isn't not depend to windows internet connection. So, you must manually change the program's proxy setting.

For Browser
Firefox user: You must set it in firefox (Option->Advanced->Network->Connection:Setting). To make easy, you can install Elite Proxy Switcher addon.
IE,Chrome user: Never need to change anything

Q:I cannot download from Filehosting..This software is crap!
A:One of its weakness is it cannot download from filehosting.Thoughyou can only download from Megaupload. It's the only filehosting, wallproxy able to download.

Q:I can download from MU!? Wow, that's really great so I can download as many as possible?
A:Not really That's a catch. That goes same with streaming. Every application server has quota, 1GB per day. To use more than 1GB, create moreapplication server and deploy them. In appid in proxy.conf, just add the other application identifier (server's name) separated with '|'. EX: appid = 'myid1|myid2|myid3' so it make 3GB. See screenshot below.

Q:Why it looks so complicated?
A: I agree this method look complicated but it can be claimed as ultimate method after you fail bypass website through:
proxy
through port number


Q:Is there anymore advice you want to add up?
A:Yep, there are:

1.If you experience slowness in browsing (not because of internet) you can try reset server cache. While running wallproxy, type wallproxy/cache/reset in browser and you will see something about fetch info on browser. This prove you have clear server cache.

2. The golden download tips for MU: If you cannot download anymore, clear the server cache and delete browser history. Later, you manage to download it again

For the advanced uses, you can go to wiki page at http://code.google.com/p/wallproxy-plugins/. Use google translator

If there are problem, don't hesitate to ask

Address

Jaipur
302017

Alerts

Be the first to know and let us send you an email when PTsofts posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to PTsofts:

Share