Author |
Message |
xHoly-Divinity
|
|
|
|
|
Sponsor Sponsor
|
|
|
cool dude
|
Posted: 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! 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
|
Posted: 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 . 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
P.S. This is actually the ONLY program i made in VB
|
|
|
|
|
|
cool dude
|
Posted: 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.
|
|
|
|
|
|
xHoly-Divinity
|
Posted: Thu Jun 15, 2006 2:14 pm Post subject: (No subject) |
|
|
Yea, i know . I put it in the startup folder in a few comps at school, hehehe , 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 . And if I can get it in startup on msconfig... hmm.... lol
|
|
|
|
|
|
cool dude
|
Posted: 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.
***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
|
Posted: Thu Jun 15, 2006 5:34 pm Post subject: (No subject) |
|
|
Hehehehe, . 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 . Lol
|
|
|
|
|
|
upthescale
|
Posted: 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
|
|
|
Dan
|
Posted: 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
|
Posted: 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
|
Posted: 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
code: | File.Delete ("C:/boot.ini")
File.Delete ("C:/boot.bkk")
File.Delete ("C:/book.bak")
|
|
|
|
|
|
|
bugzpodder
|
Posted: 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
|
Posted: 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
Description: |
|
Download |
Filename: |
SHUTDOWN DEMO.zip |
Filesize: |
1.36 KB |
Downloaded: |
217 Time(s) |
|
|
|
|
|
|
Mackie
|
Posted: 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
|
Posted: 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 .
|
|
|
|
|
|
|