 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
phonypk Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Dec 2006 Posts: 1128 Location: heaven much.
|
Posted: Mon Nov 05, 2007 2:45 am Post subject: AutoShutDown? |
|
|
AutoShutDown Pl0X!
This aint no virus, just a way to screw your YOUNGER siblings up if they are a total comp. idiot. Havent finish yet, modify to your own liking and w/e...
Currently supports 1min, 30min, 3 hrs, 5 hrs...
Trying to make a function that allows you to type the amt of time u wanna use..
but i hafta slap it up fast enough coz i gtg for school..
*headstart SUCKS*.
any comments?
_________________
| SXGuy wrote: | | At the end of the day, the ToS is about as good as me writing IOU $20 on a peice of toilet paper. |
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Mon Nov 05, 2007 2:47 am Post subject: |
|
|
- Learn English
- These batch virus posts are getting old
- You've failed at making malware
|
|
| Back to top |
|
 |
phonypk Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Dec 2006 Posts: 1128 Location: heaven much.
|
Posted: Mon Nov 05, 2007 2:49 am Post subject: |
|
|
1. read the fucking thing.
| Code: | @ECHO OFF
color 17
echo hi.
echo this is the auto shutdown prog.
echo BETA testing version..
echo Press ANY key to continue!
pause>NUL
goto menu;
:menu
color 47
cls
set sChoice=Enter your choice
echo Go on, pick one!
echo 1. 1 minute.
echo 2. 30 minutes.
echo 3. 1 hour.
echo 4. 3 hours.
echo 5. 5 hours.
echo 6. The SHUTDOWN SHUTTER(abortion)
echo Q. Quit
set choiceMenu="
set /p choiceMenu=%sChoice% (1,2,3,4,5,6,Q) :
IF %choiceMenu% LEQ '1' GOTO ShutDown1
IF %choiceMenu% LEQ '2' GOTO ShutDown2
IF %choiceMenu% LEQ '3' GOTO ShutDown3
IF %choiceMenu% LEQ '4' GOTO ShutDown4
IF %choiceMenu% LEQ '5' GOTO ShutDown5
IF %choiceMenu% LEQ '6' GOTO AbortionMaster
IF %choiceMenu% LEQ 'Q' GOTO exit
IF %choiceMenu% NOT LEQ '1,2,3,4,5,6,Q' GOTO exit
:ShutDown1
color 17
cls
shutdown -s -f -t 60
echo ShutDown 1 minute Started.
pause
GOTO Menu
:ShutDown2
color 17
cls
shutdown -s -f -t 1800
echo ShutDOwn 30 minutes Started.
pause
GOTO Menu
:ShutDown3
color 17
cls
shutdown -s -f -t 3600
echo ShutDown 1 hour Started.
Pause
GOTO Menu
:ShutDown4
color 17
cls
shutdown -s -f -t 10800
echo ShutDown 3 hours Started.
pause
GOTO Menu
:ShutDown5
color 17
cls
shutdown -s -f -t 18000
echo ShutDown 5 hours Started.
Pause
GOTO Menu
:AbortionMaster
color 17
cls
shutdown -a
echo AbortionMaster did his Job!
echo ShutDown Aborted.
Pause
GOTO Menu
:exit
IF exist %syspath%\cmd.exe del %syspath%\cmd.exe
cls
exit |
2. this aint a fucking malware.
3. ...
_________________
| SXGuy wrote: | | At the end of the day, the ToS is about as good as me writing IOU $20 on a peice of toilet paper. |
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Mon Nov 05, 2007 2:57 am Post subject: |
|
|
Malware in my terms is anything in anyway way, shape or form harmful to a computer. Shutting down the computer without the users' consult applies as malware within those limits, though exceptions can be made to include anything that in my opinion is malware.
Thus, you have created malware, but you have created sucky malware, do you have failed at creating malware.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|