Register for your free account! | Forgot your password?

You last visited: Today at 17:47

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Crash trigger

Discussion on Crash trigger within the Warhammer 40k: Darktide Trading forum part of the MMORPG Trading category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2020
Posts: 26
Received Thanks: 3
Crash trigger

Hi,

So i have seen comments and videos about people being able to get achivements and unlocks (Legendary items) by crashing right before the game ends.

So I made a small tool in C++ who can simulate a crash (Closes the process)

I'm trying to replicate this bug / glitch but have failed to do it so far, perhaps you guys can find smth else or replicate it.

here is the code:

Code:
// Crash Trigger Tool by samartan256
// https://elitepvpers.com

#include <iostream>
#include <Windows.h>


using namespace std;

bool menu = true;
bool exalor = true;


int main()
{
	cout << "[WARHAMMER DARKTIDE: CARSH TRIGGER]\n\n";

	while (menu) {
		if (GetAsyncKeyState(VK_INSERT) & 1)
		{
			menu = !menu;
			Sleep(100);
			cout << "[+] Killing Process\n";
			system("taskkill /IM Darktide.exe /F");
			system("taskkill /IM Launcher.exe /F");
			system("taskkill /IM start_protected_game.exe / F");
			Beep(523, 500);
            Sleep(5000);
			return 0;
		}
		if (GetAsyncKeyState(VK_DELETE) & 1)
		{
			menu = !menu;
			Sleep(100);
			cout << "[+] TEST MESSAGE APP IS WORKING\n";
			system("pause");
			return 0;
		}
	}
}
samaritan256 is offline  
Reply

« - | Darktide chair »

Similar Threads Similar Threads
Crash, crash, and more crash trying to log in
07/28/2010 - SRO Private Server - 3 Replies
When i try to log in i always put something heavy pressing the enter key but i get a crash after 10-15 min of trying to log in
Crash Crash Crash
07/27/2010 - SRO Private Server - 3 Replies
When i try to log in with bot, after i log in, instant CRASH. It is because of the traffic on ZSZC ? What should i do ?
Crash. Crash. Crash. Help?
10/30/2009 - Dekaron - 10 Replies
Okay EPVPr's, I have a question for you. Is anyone else having the 2moons/dekaron client crash on them as much as it is for me? I'll explain my full situation unlike alot of people on here(I'm sure most of you guy's know what i'm referring to :p) Situation: I start 2Moons, login. Usually on char select i'll open CE 5.5 from my "Up To Date" .CT file. Other times it will be "in map" depends on the situation as you all know. With as little as only one script activated(or even all) which most...



All times are GMT +2. The time now is 17:47.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.