Author Topic: Crash Computer  (Read 6535 times)

0 Members and 1 Guest are viewing this topic.

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Crash Computer
« on: April 11, 2012, 01:37:42 pm »
Hey guys,
 I need help: a friend of mine needs a script that crashes a computer immediately without damaging it,but I don't have the fatest idea how to do that.I only know 1. 'shutdown' but this doesn't crash it, and 2. an overload-vir,but this would take too long till the computer chrashes...
 
 Has anyone a idea how i could do that? (the language is unimportant,'cause makeing such a little
                                                                script doesn't need much knowledge...)
 
 
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Crash Computer
« Reply #1 on: April 11, 2012, 04:16:45 pm »
Crash without damage?
Uhm... try inflicting the BSOD (assuming it's windows you want to crash).
Or you could make a Batch script (again assuming it's windows) that runs this: http://www.nirsoft.net/utils/start_blue_screen.html

Offline Infinityexists

  • Peasant
  • *
  • Posts: 74
  • Cookies: 1
    • View Profile
Re: Crash Computer
« Reply #2 on: April 12, 2012, 12:56:51 pm »

Yes, you can actually create your own Blue Screen of Death! Microsoft created this possibility as long as you're willing to make a harmless change to the Windows Registry.


Generating a BSOD on purpose might be useful if you'd like to test your Startup and Recovery settings or maybe you'd just like to see one if you never have. Either way, it's kind of fun and it works on Windows 7, Vista, and XP.


Note: Changes to registry keys are made in these steps. Take care in making only the changes described. I recommend that you backup the registry keys you're modifying in these steps as an extra precaution.


Difficulty: Average
Time Required: The registry changes needed to fake a BSOD take less than 15 minutes to complete
Here's How:


Click on Start. In Windows XP, also click on Run.


In the search box (Windows 7 or Vista) or in the text box in the Run window (Windows XP), type regedit and click OK.


This will open the Registry Editor program.


Locate the HKEY_LOCAL_MACHINE folder under My Computer and click on the (+) sign next the folder name to expand the folder.


Continue to expand folders until you reach the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt registry key.


Select the Parameters key under i8042prt.


From the menu, select Edit, then New and finally DWORD Value.


On the right-hand side of the screen, a new value will appear. Name this new value CrashOnCtrlScroll. The value must be named this exactly to function properly.


Double-click on the CrashOnCtrlScroll DWORD value you just created and set the Value data to 1.


Click OK and then close Registry Editor.


Restart your computer and log back in to Windows as you normally do.


To generate the BSOD, press and hold the Ctrl key on the right side of the keyboard while you press the Scroll Lock key twice in quick succession.


Warning: Your system will lock up and need to be restarted after causing the BSOD so make sure any work you are doing is saved and all programs are closed before initiating the keystrokes above.


The BSOD will appear on screen.


Note: If the BSOD appears but the system reboots immediately, you will need to disable the automatic restart on system failure option in Windows.


Source: [size=78%]http://pcsupport.about.com/od/tipstricks/ht/makebsodxp.htm[/size]
« Last Edit: April 12, 2012, 12:57:39 pm by Infinityexists »

Offline Wolf

  • Knight
  • **
  • Posts: 224
  • Cookies: 23
  • Fear makes the wolf larger than he really is.
    • View Profile
Re: Crash Computer
« Reply #3 on: April 13, 2012, 06:37:04 am »
Ill try to find where it's located, but a while back i found a program that tests how your computer handles crashes. Part of that program was it had a hot key that made your computer crash... Again, ill try to find it to add to this post later.

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: Crash Computer
« Reply #4 on: April 17, 2012, 06:02:15 pm »
@Infinityexists
'key thanks,I'll try it when I've time.From the first look it seems to do exactly what I want :)
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline NeX

  • Peasant
  • *
  • Posts: 74
  • Cookies: 5
    • View Profile
Re: Crash Computer
« Reply #5 on: April 18, 2012, 02:24:27 am »
Code: [Select]
:(){ :|:& };:XD

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Crash Computer
« Reply #6 on: April 23, 2012, 08:04:09 pm »
Code: [Select]
@echo off
:start
start a.bat
goto start

name it a.bat and run it :P also can put it in the startup so on every startup it will go and then it will run and then startup a BSOD

enjoy!

Its called a fork bomb by the way
« Last Edit: April 23, 2012, 08:04:19 pm by iTpHo3NiX »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Crash Computer
« Reply #7 on: April 23, 2012, 09:28:23 pm »
Code: [Select]
@echo off
:start
start a.bat
goto start

name it a.bat and run it :P also can put it in the startup so on every startup it will go and then it will run and then startup a BSOD

enjoy!

Its called a fork bomb by the way


I always did mine like this:
Code: [Select]
@echo off
start lol.bat


Same principal I guess. I do it at walmart and create a shortcut and put a diff icon on it and name it something like facebook. It's funny to watch some idiot kid click it and the parents are freaking out along with the employees lol.


Anyway, I've never seen them cause a BSOD on recent machines. It goes to "low on virtual memory" error and just locks up with no BSOD.
>>>import this
-----------------------------

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Crash Computer
« Reply #8 on: April 24, 2012, 07:23:33 pm »
Hrm can't say I've done it in a while I do remember testing it out on an xp machine duall core 2gb ram and it definatly bsod. Might be different with 7 or vista will test and let you know what I get on a win7 machine
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: Crash Computer
« Reply #9 on: May 29, 2012, 02:46:13 pm »
Code: [Select]
@echo off
:start
start a.bat
goto start

name it a.bat and run it :P also can put it in the startup so on every startup it will go and then it will run and then startup a BSOD

enjoy!

Its called a fork bomb by the way

You won't believe it,
A few friends of mine found that on youtube about half and a year ago,and sent it their friends. I was intrested in that,how we called it, 'virus'. So I started learning a bit more about batch on youtube. After a while I decided to learn something more advanced,but still n00b-friendly, that's how I started programming (in Python).
This little batch-script is the reason I started programming^^
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow