Simple way of causing a bsod using the native api implemented into a 1.12.2 Forge mod

Overview

Simple-BSOD-Mod

Simple way of causing a bsod using the native api implemented into a 1.12.2 Forge mod. Dowload It HERE

To make your own you can go to Main-Files

What Causes This?:

NtDll.INSTANCE.RtlAdjustPrivilege(19, true, false, new Memory(1));
NtDll.INSTANCE.NtRaiseHardError(0xDEADDEAD, 0, 0, 0, 6, new Memory(32));

and we use NtDll.java to 1) Enable a privilege from the calling thread or process. 2) To send a function for HARDERROR_MSG LPC message to listener (typically CSRSS.EXE). This is very simple in the way it works.

How does it work?

The mod uses undocumented Native API methods to raise an error in a critical system process and instructs the system to shutdown on said error, meaning blue screen. It does not damage your system to create the blue screen. That being said,

SAVE ANY UNSAVED WORK ON YOUR COMPUTER BEFORE PLAYING WITH THIS MOD.

I blue screen'd when I shouldn't have!

If you believe you have encountered a bug in the mod, feel free to open an issue. Try to be as descriptive about it as possible. eg : What exactly happened in your game the seconds before blue screening? What Apps Did you have open?

FINALLY

INZO Technologies takes no responsibility for: Lost / corrupted files or any inconveniences

you have been warned use this mod at your own risk

You might also like...

React Native Typescript Boilerplate

React Native TypeScript Boilerplate Included Packages react-native-rename react-native-dotenv Instructions Basic instructions To start the development

Nov 27, 2021

A Step-by-step Guide to a Consistent Multi-Platform Font Typeface Experience in React Native

 A Step-by-step Guide to a Consistent Multi-Platform Font Typeface Experience in React Native

A Step-by-step Guide to a Consistent Multi-Platform Font Typeface Experience in React Native Goal Be able to use font typeface modifiers such as fontW

Dec 23, 2022

Masterful Machinery is a mod about creating customisable and complex multiblocks machines.

 Masterful Machinery is a mod about creating customisable and complex multiblocks machines.

Masterful Machinery Masterful Machinery is a mod about creating customisable and complex multiblocks machines. Everything in the mod is customisable w

Nov 12, 2022

An example mod that uses Vigilance and Essential with Java

Vigilance Example Mod (Java) I haven't really seen any mods that use Vigilance and Essential with Java, so here's a quick example mod I made. It's bas

Dec 25, 2022

A FabricMC Mod that allows you to give yourself a few Custom Cosmetics.

Cosmetics-Fabric A FabricMC Mod that allows you to give yourself a few Custom Cosmetics.

Apr 13, 2022

API gateway for REST and SOAP written in Java.

Membrane Service Proxy Reverse HTTP proxy (framework) written in Java, that can be used as an API gateway as a security proxy for HTTP based integrati

Dec 31, 2022

A high level API to express vectorized operations in Java

vector-handle A high level API to express vectorized operations on primitive arrays in Java allowing to specify the vectorized operations as a simple

Oct 5, 2022

This service checks the Co-WIN public API at a specific interval and send update to users specified telegram bot.

COVID VACCINE TELEGRAM BOT USING SPRING BOOT This application is a covid vaccine slot notifier via telegram bot. This application uses public CO-WIN A

Oct 4, 2022

Leveraging Java 8, create an API with a multi-tier user system.

Project 0 Description Leveraging Java 8, create an API with a multi-tier user system. You may choose the actual use case for your application as long

Jan 9, 2022
Owner
INZO_Technologies
INZO_Technologies
JPassport works like Java Native Access (JNA) but uses the Foreign Linker API instead of JNI. Similar to JNA, you declare a Java interface that is bound to the external C library using method names.

JPassport works like Java Native Access (JNA) but uses the Foreign Linker API instead of JNI. Similar to JNA, you declare a Java interface t

null 28 Dec 30, 2022
Design patterns implemented in Java

Design patterns implemented in Java Read in different language : CN, KR, FR, TR, AR Introduction Design patterns are the best formalized practices a p

Ilkka Seppälä 79k Dec 31, 2022
A Forge 1.12.2 PvP Client aimed at the anarchy community.

Cosmos A Forge 1.12.2 PvP Client aimed at the anarchy community. Setting up: Run gradlew setupDecompWorkspace in terminal. Refresh Gradle. Debugging:

null 152 Dec 27, 2022
This repository holds the source code for TML (Tecknix Mod Loader)'s API.

This repository contains the modding API not the MDK (Mod Development Kit). This repository will not give you the ability to mod Tecknix Client but you can contribute to the repository if you have events you would like to add.

Tecknix Client 6 Aug 1, 2022
A simple fabric mod which allows deepslate to be instamined

InstantDeepslate An extremely simple mod that allows you to instantly mine deepslate. This works by changing the blast resistance and break time value

null 3 Jan 31, 2022
Simple API, Complex Emails (JavaMail smtp wrapper)

Simple Java Mail Simple Java Mail is the simplest to use lightweight mailing library for Java, while being able to send complex emails including CLI s

Benny Bottema 1k Jan 5, 2023
Simple, server side api for drawing on maps with runtime only state and no id collisions

Simple, server side api for drawing on maps with runtime only state and no id collisions! It can be used in non-main/server threads for better performance/more fps.

null 7 Sep 2, 2022
The project was created using the API of the Spotify application.

Spotify API The project was created using the API of the Spotify application.

Atakan Koçyiğit 3 Jan 27, 2022
A JavaCard applet for setting the global PIN (0x11) on a card using GlobalPlatform API

A JavaCard applet for setting the global PIN (0x11) on a card using GlobalPlatform API

Chris Hicks 2 Mar 4, 2022
KakaoSDK Bridge for React, React-Native, RNW

KakaoSDK for React, React-Native Use Dependencies iOS Android Web 2.5.0 2.5.0 1.39.14 처음 설치 시 주의 사항 (React-Native 만) 해당 모듈은 Swift로 되어있어서 그냥 가동 시 작동이 안

actbase 21 May 2, 2022