Author Topic: BSOD Code in a video?  (Read 1354 times)

0 Members and 1 Guest are viewing this topic.

Offline Santa

  • Serf
  • *
  • Posts: 27
  • Cookies: -9
  • shit happens
    • View Profile
BSOD Code in a video?
« on: April 02, 2013, 06:33:32 pm »
im doing a project for school and i would like to put a script in the file to make the computer get the BSOD when the program is opened. i was wondering if this is even possible and how i would be able to script/code this. i am a beginner with Python if that helps at all...

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: BSOD Code in a video?
« Reply #1 on: April 02, 2013, 06:46:36 pm »
If you don't mind calling external programs then you could try this: http://www.nirsoft.net/utils/start_blue_screen.html
There was one that emulates the BSOD without really crashing the system but I cannot seem to find it anymore.

Also you may want to take a look at here: http://evilzone.org/scripting-languages/%28batch%29-bsodready/

Or you could try to make a fake one with Pascal and BGI graphics :) it's very simple. You'll need Turbo Pascal 7 though.

Or you could make a batch script that looks like that and call it from the python maximizing the window.

Offline WirelessDesert

  • Knight
  • **
  • Posts: 356
  • Cookies: 10
  • I think...
    • View Profile
Re: BSOD Code in a video?
« Reply #2 on: April 02, 2013, 06:49:36 pm »
/wiki/ of BSOD:
Quote
Blue screens are typically caused by software errors in device drivers: in NT-based Windows systems by poorly written device drivers, and in the Windows 9x family of operating systems by incompatible DLL driver files or bugs in the software kernel of the operating system.[4] They can also be caused by physical hardware faults, such as faulty RAM memory or power supplies, overheating of components, or hardware which is run beyond its specification limits ("overclocking").
So, write a faulty driver for the keyboard or something and inject it in the machine.
Also, google is your friend :) .
 
« Last Edit: April 02, 2013, 06:49:50 pm by WirelessDesert »
Check out my arduino project: Moving car - School project!
"I'm like current, I always take the easiest route."

Offline TETYYS

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -12
    • View Profile
Re: BSOD Code in a video?
« Reply #3 on: April 02, 2013, 06:57:40 pm »
This can be easily done in C#, just call RtlSetProcessCritical from ntdll.dll (don't forget to elevate your privileges! (SeSecurityName I guess)) and just end your process with Environment.Exit(0), BSOD will show up and say that critical process exited.
« Last Edit: April 02, 2013, 06:57:56 pm by TETYYS »

Offline Santa

  • Serf
  • *
  • Posts: 27
  • Cookies: -9
  • shit happens
    • View Profile
Re: BSOD Code in a video?
« Reply #4 on: April 02, 2013, 07:51:15 pm »
thanks guys guess ill have some fun with this project tonight. and hopefully wont have to present it tomorow because of "Computer Problems" lol.

Offline TETYYS

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -12
    • View Profile
Re: BSOD Code in a video?
« Reply #5 on: April 02, 2013, 07:54:42 pm »
Nope, not of these solutions will damage your PC.  :D

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: BSOD Code in a video?
« Reply #6 on: April 02, 2013, 10:44:41 pm »
This can be easily done in C#, just call RtlSetProcessCritical from ntdll.dll (don't forget to elevate your privileges! (SeSecurityName I guess)) and just end your process with Environment.Exit(0), BSOD will show up and say that critical process exited.

You can do this in python to using ctypes.
>>>import this
-----------------------------

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: BSOD Code in a video?
« Reply #7 on: April 03, 2013, 11:59:15 pm »
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet