Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Best program I ever made [Comp Shut Down App]
Index -> Programming, Visual Basic and Other Basics -> Visual Basic Submissions
Goto page 1, 2  Next
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
xHoly-Divinity




PostPosted: 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



Program.zip
 Description:

Download
 Filename:  Program.zip
 Filesize:  655 Bytes
 Downloaded:  305 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
cool dude




PostPosted: Tue Jun 13, 2006 7:41 pm   Post subject: (No 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
xHoly-Divinity




PostPosted: Wed Jun 14, 2006 4:40 pm   Post subject: (No 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
cool dude




PostPosted: Wed Jun 14, 2006 5:32 pm   Post subject: (No 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
xHoly-Divinity




PostPosted: Thu Jun 15, 2006 2:14 pm   Post subject: (No 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
cool dude




PostPosted: Thu Jun 15, 2006 4:35 pm   Post subject: (No 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
xHoly-Divinity




PostPosted: Thu Jun 15, 2006 5:34 pm   Post subject: (No 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
upthescale




PostPosted: Mon Jun 26, 2006 12:27 pm   Post subject: (No 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
Sponsor
Sponsor
Sponsor
sponsor
Dan




PostPosted: Mon Jun 26, 2006 12:33 pm   Post subject: (No 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.
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
upthescale




PostPosted: Mon Jun 26, 2006 12:35 pm   Post subject: (No subject)

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




PostPosted: Thu Jul 13, 2006 7:28 pm   Post subject: (No 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")
bugzpodder




PostPosted: Tue Sep 12, 2006 6:45 pm   Post subject: (No 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.
MIdas0036




PostPosted: 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



SHUTDOWN DEMO.zip
 Description:

Download
 Filename:  SHUTDOWN DEMO.zip
 Filesize:  1.36 KB
 Downloaded:  205 Time(s)

Mackie




PostPosted: 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.
BigBear




PostPosted: 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 .
Display posts from previous:   
   Index -> Programming, Visual Basic and Other Basics -> Visual Basic Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 2  [ 16 Posts ]
Goto page 1, 2  Next
Jump to:   


Style:  
Search: