Omnizohar
Jun 10 2010, 10:42 AM
I remember AGES ago that it was possible to shut down your PC through the callscript command event. I forgot how it worked, something about it launches the shutdown.exe file in the PC and yeah...I just want to know if anyone remembers how this works? I want to try pull somekind of prank like this to a friend of mine. Many thanks!
Note: No Malicious thing intended, just sake of prank
Scriptless
Jun 10 2010, 10:43 AM
I'm not sure about script and if that's even possible, but on your computer create a new shortcut and type down shutdown.exe
Kread-EX
Jun 10 2010, 10:47 AM
In a call script command, write this:
CODE
system('SHUTDOWN -s')
I don't really want to test it right now, because if my PC shuts down... I'm in trouble

.
EDIT: tested it and simplified the code. Note that the shutdown isn't immediate - it's a system call, not a system crash. You'll have a prompt telling you that the system will shutdown in 30 sec. Well, seeing that while playing a game is certainly... weird.
DragonMaxter
Jun 11 2010, 12:35 PM
Oh god, thats an evil prank...
ageeight
Jun 11 2010, 12:59 PM
LockeZ
Jun 18 2010, 06:59 PM
You can do basically anything you want in the script. You could make it so that if you get a game over it deletes your system folder. Or so that if you sleep at an inn it closes the game and boots up Myst.
DragonMaxter
Jun 18 2010, 07:12 PM
O.o wouldn't something like that be... illegal?
LockeZ
Jun 18 2010, 07:27 PM
Depends which idea you're asking about!
Is it illegal to make software that deletes people's system folders? No, of course not. If that were the case, any software designed to help you reformat your hard drive would be illegal to sell. However, if you do not tell the user that you are going to do this, then your game is classified as a virus because it causes unexpected and potentially undesirable effects to the operating system.
Is it illegal to package Myst with your game? God, it should be.
DragonMaxter
Jun 18 2010, 08:13 PM
What...is... Myst?
Kread-EX
Jun 19 2010, 12:04 AM
QUOTE (LockeZ @ Jun 19 2010, 04:59 AM)

You can do basically anything you want in the script. You could make it so that if you get a game over it deletes your system folder.
It's technically possible, yes - even if it's much more complicated. For obvious reasons, I won't teach anyone how to do it though. A game deleting the system folder is not a game, but just a freaking malevolent application.
DragonMaxter
Jun 19 2010, 12:06 AM
QUOTE (Kread-EX @ Jun 19 2010, 12:04 AM)

QUOTE (LockeZ @ Jun 19 2010, 04:59 AM)

You can do basically anything you want in the script. You could make it so that if you get a game over it deletes your system folder.
It's technically possible, yes - even if it's much more complicated. For obvious reasons, I won't teach anyone how to do it though. A game deleting the system folder is not a game, but just a freaking malevolent application.
Hah. That would be like SAW the game. Beat the game or you lose everything.
stripe103
Jun 19 2010, 12:38 AM
Just a quick question. Does the
system('') code in ruby have the same meaning as in C++? Because I've seen it many times but since Ruby is a different programming language it maybe have a different effect.
And yes. I'm trying to learn C++.
@ DragonMaxterAll I can find out about Myst is through
Wikipedia
Kread-EX
Jun 19 2010, 12:42 AM
Pretty much yes. It's just a shell command.
DragonMaxter
Jun 20 2010, 08:05 PM
Ok. Myst looks like an old game. What makes it so bad it should be illegal?
Locke
Jun 21 2010, 05:51 AM
QUOTE (DragonMaxter @ Jun 20 2010, 09:05 PM)

What makes it so bad it should be illegal?
Maybe so but still.........
DragonMaxter
Jun 21 2010, 06:32 AM
QUOTE (Locke @ Jun 21 2010, 05:51 AM)

QUOTE (DragonMaxter @ Jun 20 2010, 09:05 PM)

What makes it so bad it should be illegal?
Maybe so but still.........
D: Not a valid answer, click again!
LockeZ
Jun 21 2010, 06:55 AM
It is a 200 hour game with no gameplay.
It's like a Lucasarts style adventure game you might make with Adventure Game Maker, except without any action, characters, dialogue, story, inventory, excitement, or objectives. There are some puzzles and riddles, but they are even worse than La Mulana's - which if you've played La Mulana but not Myst, you probably think is impossible, but I assure you. And it's long. So, so long.
If you don't believe me and want to play it, there is a Nintendo DS version.
DragonMaxter
Jun 21 2010, 10:07 AM
QUOTE (LockeZ @ Jun 21 2010, 06:55 AM)

It is a 200 hour game with no gameplay.
It's like a Lucasarts style adventure game you might make with Adventure Game Maker, except without any action, characters, dialogue, story, inventory, excitement, or objectives. There are some puzzles and riddles, but they are even worse than Spelunky's - which if you've played Spelunky but not Myst, you probably think is impossible, but I assure you. And it's long. So, so long.
If you don't believe me and want to play it, there is a Nintendo DS version.
Urg.... 'nuff said
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.