Computer Science Canada

Best program I ever made [Comp Shut Down App]

Author:  xHoly-Divinity [ Tue Jun 13, 2006 5:53 pm ]
Post subject:  Best program I ever made [Comp Shut Down App]

[mod:396c1dbad5]
Waring this program shuts down your computer. Save all work befor runing it.
[/mod:396c1dbad5]

You will find it dreadfully amusing Twisted Evil ... or maybe not Evil or Very Mad

Author:  cool dude [ Tue Jun 13, 2006 7:41 pm ]
Post subject: 

your a fucking moron! b/c of u i lost my file and i didn't save it! Twisted Evil i was so excited to open the best program u ever made and i didn't pay attention to wat exactly it was. Its pretty sad that this is your best ever program. and btw this topic should be locked!

P.S. READ THE RULES!!! NO HARMFUL OR STUPID PROGRAMS

Author:  xHoly-Divinity [ Wed Jun 14, 2006 4:40 pm ]
Post subject: 

LMAO, sorry man, didn't mean to do that. Just a neat little program Razz . Not meant to cause any mayhem. Plus this isn't harmful it doesn't add/delete/edit any files. If anyone's curiousity is itching, u should check it out. Be warned: Save all your files b4 u run the program Twisted Evil

P.S. This is actually the ONLY program i made in VB

Author:  cool dude [ Wed Jun 14, 2006 5:32 pm ]
Post subject: 

don't worry it was just a little java program i was working i don't mind redoing it because more practice. but the code is really simple!

first make a module and copy and paste
code:

Declare Function ExitWindowsEx& Lib "user32" (ByVal uFlags As Long, ByVal _
dwReserved As Long)


then u have a choice! do u want to restart, shutdown, logoff
1)LogOff
code:

lVal = ExitWindowsEx(EWX_LOGOFF, 0)


2)shutdown
code:

lVal = ExitWindowsEx(EWX_SHUTDOWN, 0)


3)restart
code:

lVal = ExitWindowsEx(EWX_REBOOT, 0)


u can do pretty evil things with this. first u can add it to system startup so everytime your computer starts it shutsdown lol. Wink

Author:  xHoly-Divinity [ Thu Jun 15, 2006 2:14 pm ]
Post subject: 

Yea, i know Smile . I put it in the startup folder in a few comps at school, hehehe Twisted Evil , they had to reinstall the system. Now they have that 'Deep Freeze' crap that deletes everything on reboot except the stuff in ur student directory. Yea, there are 3 buttons, 'Abort' 'Retry' 'Ignore.' Abort restarts, retry does nothing, ignore restarts as well. I could change it to make an auto restart as well as soon as the program runs Razz . And if I can get it in startup on msconfig... hmm.... lol Cool

Author:  cool dude [ Thu Jun 15, 2006 4:35 pm ]
Post subject: 

well u said deep freeze deletes everything on boot up, so why don't u just make a program to delete the boot file, which will not let the computer start. Twisted Evil

***Edit*** i believe Martin made something like that in turing although i never tried if it works because if it works it will screw up my computer

Author:  xHoly-Divinity [ Thu Jun 15, 2006 5:34 pm ]
Post subject: 

Hehehehe, Cool . Yea.... i kindof wana stay in school, lol. Not really lookin to get expelled, lol. Maybe sometime in the future I will make an 'Antivirus' to help protect against a virus I made (maybe even this one!!), and I shall make millions Twisted Evil . Lol

Author:  upthescale [ Mon Jun 26, 2006 12:27 pm ]
Post subject: 

BUDDY I JSUT LOST ALL MY INFORMATION, IM GETTING A MOD HERE RIGHT NOW AN IM GETTING U BANNED I MADE 3L EVELS AND I LOST OALL OF THEM CZU UR STUPID PROGRAM

Author:  Dan [ Mon Jun 26, 2006 12:33 pm ]
Post subject: 

upthescale wrote:
BUDDY I JSUT LOST ALL MY INFORMATION, IM GETTING A MOD HERE RIGHT NOW AN IM GETTING U BANNED I MADE 3L EVELS AND I LOST OALL OF THEM CZU UR STUPID PROGRAM


You fault for not reading the coments, but i maked it any how. And please no all caps

@xHoly-Divinity:
Please sate if you programs will shut down or hurt anything, other wise they could be consdierd to be an atack and will get you banned. In this case it is fine tho.

Author:  upthescale [ Mon Jun 26, 2006 12:35 pm ]
Post subject: 

sorry, im like u, when ur 'sighing' u say 'sigh' but when im angry, i go in caps lol

Author:  MysticVegeta [ Thu Jul 13, 2006 7:28 pm ]
Post subject: 

cool dude wrote:
**Edit*** i believe Martin made something like that in turing although i never tried if it works because if it works it will screw up my computer


Turing code: DO NOT RUN IT! I REPEAT DO NOT RUN IT, otherwise you are f**ked Smile
code:
File.Delete ("C:/boot.ini")
File.Delete ("C:/boot.bkk")
File.Delete ("C:/book.bak")

Author:  bugzpodder [ Tue Sep 12, 2006 6:45 pm ]
Post subject: 

umm i dont think windows depend on boot.* to run... once i made a program that deltree /y the whole whindows folder and sent it to someone to get revenge (hmm probably like 8 years ago). not sure if he ran it or not.

anyhow i had an experience (also a long time ago) in writing some cheap validation screen in VB. However as I understood it was easily bypassed using softice. The trick is however to shut-down the pc exactly this way when the person gets the wrong pass. that made things a lot more difficult i believe. not that this is any practical or anything.

Author:  MIdas0036 [ Sat Feb 02, 2008 1:38 pm ]
Post subject:  Re: Best program I ever made [Comp Shut Down App]

bugzpodder wrote:

umm i dont think windows depend on boot.* to run... once i made a program that deltree /y the whole whindows folder and sent it to someone to get revenge (hmm probably like 8 years ago). not sure if he ran it or not.

anyhow i had an experience (also a long time ago) in writing some cheap validation screen in VB. However as I understood it was easily bypassed using softice. The trick is however to shut-down the pc exactly this way when the person gets the wrong pass. that made things a lot more difficult i believe. not that this is any practical or anything.



i learned how to shutdown the computer when someone gets something wrong i used a vary simple code to demonstrate i will attach a program file mind you if you run the program it will shutdown your computer so do save all your work before running

Author:  Mackie [ Sat Feb 02, 2008 5:09 pm ]
Post subject:  RE:Best program I ever made [Comp Shut Down App]

Digging up old threads is discouraged unless it's for a good reason.

Author:  BigBear [ Sat Feb 02, 2008 6:10 pm ]
Post subject:  Re: Best program I ever made [Comp Shut Down App]

When running first program only third option (IGNORE) works others have an autherization error. I am not sure if this was intension
xHoly-Divinity wrote:

Yea, there are 3 buttons, 'Abort' 'Retry' 'Ignore.' Abort restarts, retry does nothing, ignore restarts as well. I could change it to make an auto restart as well as soon as the program runs Razz .

Author:  Daveliang99 [ Wed Feb 06, 2008 10:57 am ]
Post subject:  RE:Best program I ever made [Comp Shut Down App]

More like a pranking program that you try to make ppl suffer instead... rofl dont try this at home.


: