Saturday, July 16, 2016

How To Bypass SMS Verification Of Any Website/Service


There are many free SMS receive services available online. Some of them are given below:

  • http://receivesmsonline.in
  • http://hs3x.com
  • http://sms-receive.net
  • http://www.receive-sms-now.com
  • http://www.receivesmsonline.net
  • http://receive-sms-online.com
  • http://receive-sms.com
  • http://receivesmsonline.com
  • http://receivefreesms.net
  • http://receive-a-sms.com
  • https://www.textmagic.com/free-tools/receive-free-sms-online
  • http://hs3x.com
  • http://receivesmsonline.in
  • http://www.receive-sms-now.com
  • http://receivefreesms.net
  • http://receivesmsonline.com
  • https://www.receivesmsonline.net
  • http://freesmsverification.com
  • http://receive-sms.com
  • https://smsreceivefree.com
  • http://www.e-receivesms.com
  • http://sms.sellaite.com
  • http://freereceivesmsonline.com
  • http://receiveonlinesms.biz
  • http://receivesmsonline.eu
  • http://getsms.org
  • http://receive-sms-online.com
  • http://receivefreesms.com
  • https://sms-online.co
  • http://mfreesms.com/receivesms.php
  • http://www.esendex.com.au/send-sms-online
  • http://www.textlocal.com/receiving-text-messages-online
  • https://www.proovl.com/numbers
  • http://receivesmsverification.com
  • http://receivesmsonline.me
  • http://www.virtty.com/en
You Can Use any of Them To Receive MSG and To Verify. We Take An Example of  http://www.receive-sms-now.com/

goto URL and Choose any Number as Shown in image.and put that Number To Make a Private Account.

Now You Will See Live Messages Received on that Number.

Monday, February 8, 2016

How To Make/Delete an Undelete-able,Unrename-able Folder

In Windows OS Nobody can Direct Create Folders by Name CON, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8, lpt9 , COM1,, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9 PRN, AUX, NUL




But There is a Way to Create Folder with the Name of All Those described above
Just open Command Prompt(CMD) 

Enter Below Code To Make Con Folder in c:

mkdir c:\con\

To Remove Directory Simply Type Code


rmdir c:\con\

or

rmdir c:\con\ /s /q

Definition:

mkdir is Command String to Make a Directory
c:\con\ is Directory Which Would be Created.
You Can Also Change con with lpt1,...lpt9 , COM1.... COM9 PRN, AUX, NUL
example: mkdir c:\AUX\
rmdir is also a Command String to delete\remove a Directory.

Keep Browsing H2Five ...

Saturday, January 16, 2016

Shutdown Commands for CMD (Windows)

Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]



        No args                 Display this message (same as -?)
        -i                      Display GUI interface, must be the first option
        -l                      Log off (cannot be used with -m option)
        -s                      Shutdown the computer
        -r                      Shutdown and restart the computer
        -a                      Abort a system shutdown
        -m \\computername       Remote computer to shutdown/restart/abort
        -t xx                   Set timeout for shutdown to xx seconds
        -c "comment"            Shutdown comment (maximum of 127 characters)
        -f                      Forces running applications to close without warning
        -d [u][p]:xx:yy         The reason code for the shutdown
                                u is the user code
                                p is a planned shutdown code
                                xx is the major reason code (positive integer less than 256)
                                yy is the minor reason code (positive integer less than 65536)