Skip to content

Instantly share code, notes, and snippets.

View bkacjios's full-sized avatar
👀
?

Bkacjios bkacjios

👀
?
View GitHub Profile
#!/bin/bash
# Define color codes
RED="\e[31m"
YELLOW="\e[33m"
GREEN="\e[32m"
CYAN="\e[36m"
RESET="\e[0m"
# Define the filename of the EXE
@bkacjios
bkacjios / Kill la Kill - IF patching.md
Last active May 28, 2025 20:03
Kill la Kill - IF (Window Style Patch)

Kill la Kill - IF (Steam Deck Fix)

Kill la Kill - IF will not properly launch on the steam deck in game mode because of the launch menu stylization.

Bash script patcher

  • Download https://gist.github.com/bkacjios/f4231f5c2b44976597b030887332c73a as a sh file and place it in the same directory as the KILLlaKILL_IF.exe file.
  • Make sure to mark it as executable by right click->properties and going to the permissions tab.
  • Right click and run the script with Konsole.
  • If the exe is unpatched, it will ask if you would like to patch it. Type y to confirm.
@bkacjios
bkacjios / imgur-upload.lua
Last active November 1, 2024 16:06
A simple command line tool for uploading files to imgur, whether it be through an account or anonymously.
#!/usr/bin/luajit
local https = require"ssl.https"
local json = require"json"
local ltn12 = require"ltn12"
local socket = require"socket"
local url = require"socket.url"
local lgi = require"lgi"
local mime = require"mime"