Divine Knockout (DKO)
27 ψήφοι
how to not get killed
Από ﻛﻛ𝗲ҟ
in this guide i will guide you on how to not get killed in DKO
   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
tutorial:
don't die
6 σχόλια
CrispyChestnuts 21 Οκτ 2024, 15:22 
RIP DKO
CrispyChestnuts 21 Οκτ 2024, 15:21 
I'll do you one better: just shut down the whole game
ﻛﻛ𝗲ҟ  [Δημιουργός] 3 Μαρ 2024, 13:24 
I think that my Python script handles closing DKO better than your tutorial.

import os
import psutil
import subprocess
import signal
import time

def find_process(process_name):
for proc in psutil.process_iter(['pid', 'name']):
if proc.info['name'] == process_name:
return proc.info['pid']
return None

def close_game(process_name):
pid = find_process(process_name)
if pid is not None:
try:
os.kill(pid, signal.SIGTERM)
time.sleep(1) # Wait for the process to close gracefully
if find_process(process_name) is not None:
os.kill(pid, signal.SIGKILL) # Forcefully terminate if necessary
print(f"Game with process ID {pid} has been closed.")
except Exception as e:
print(f"Failed to close the game: {e}")
else:
print("Game is not running.")

def main():
game_name = input("DKO: ")
close_game(game_name)

if __name__ == "__main__":
main()
Norso7512 3 Μαρ 2024, 11:16 
you can shut it on windows by holding alt + tab and clicking thx when it shows up. or you can press windows key and click x at top of the screen.(only on windows)
rancor1322 12 Δεκ 2022, 20:01 
please add a guide on how to close the dang game
Thommy Shelby 🖤 12 Δεκ 2022, 7:27 
TRUE