Skip to content

Instantly share code, notes, and snippets.

View kurtbahartr's full-sized avatar
💀
Matt Rose's famous SKULLEMOJIII 💀

Bahar KURT kurtbahartr

💀
Matt Rose's famous SKULLEMOJIII 💀
View GitHub Profile
@majaahh
majaahh / gist:a9dc96d8c14ec6ee7e64d49525721f6f
Last active October 27, 2025 16:26
"downgrade" or "upgrade" to ANY One UI version without flashing bootloader on exynos devices:
Note:
* If you don't know what you are doing/don't have basic knowledge then do NOT attempt doing this and especially do NOT ask for support if you try
Tools that you will need:
* Windows: A brain, 7-Zip ZSTD (https://github.com/mcmilk/7-Zip-zstd/releases/tag/v25.01-v1.5.7-R1), Mio Kitchen (https://github.com/ColdWindScholar/MIO-KITCHEN-SOURCE/releases). stock firmware that you have installed right now, firmware that you want to get installed
* Linux: A brain, tar, unzip, lz4, some terminal knowledge, Mio Kitchen (https://github.com/ColdWindScholar/MIO-KITCHEN-SOURCE/releases). stock firmware that you have installed right now, firmware that you want to get installed
Guide:
* Install required tools if you haven't already
* Extract super.img.lz4 from your current stock firmware (AP*.tar) with 7-Zip ZSTD (open it with 7zip zstd and drag image out) or tar if you are on linux (tar xvf AP*.tar*)
@TheUnrealZaka
TheUnrealZaka / HidingRoot.md
Last active November 22, 2025 00:48
This guide is for all Android devices to hide properly all root detections and successfully run banking apps as expected :)

✨ Welcome to TheUnrealZaka's Guide for Hiding Root Detections!

Using KernelSU-Next + SuSFS

⚠️ Disclaimer: This guide is provided solely for educational purposes. The creator assumes no responsibility for any damage, data loss, or other adverse effects that may occur as a result of following these instructions. Proceed entirely at your own risk!


📖 Introduction

Many users who have rooted their devices finds issues where system or third-party applications detect the root status and refuse to operate. This guide outlines a procedure to hide root detection on the majority of Android devices, specifically the ones running Noble ROM for Samsung S9/S9+/N9. The approach detailed here leverages KernelSU-Next in conjunction with SuSFS.

@lucmsilva651
lucmsilva651 / BatchGotAdmin.bat
Created December 23, 2023 10:54
BatchGotAdmin - Admin access inside a batch file
@echo off
REM Credits to https://stackoverflow.com/a/10052222
REM And https://sites.google.com/site/eneerge/scripts/batchgotadmin
:: BatchGotAdmin
:-------------------------------------
REM --> Check for permissions
IF "%PROCESSOR_ARCHITECTURE%" EQU "amd64" (
>nul 2>&1 "%SYSTEMROOT%\SysWOW64\cacls.exe" "%SYSTEMROOT%\SysWOW64\config\system"
@Soapbosnia
Soapbosnia / discord-enable-native-title-bar.md
Last active September 7, 2025 08:19
Enabling native title bar on Discord client

Enabling native title bar on Discord client

  • Step 1: Download 7-ZIP and the ASAR plugin from [ https://www.tc4shell.com/en/7zip/asar/ ]
  • Step 2: After installing 7-ZIP create a new folder inside of its install location called Formats
  • Step 3: Extract the .dll from one of the folders in the archive (x64 or 32) to the Formats folder
  • Step 4: Go to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace **YourUsername** with your username)
  • Step 5: Open the core.asar file with 7-ZIP and extract its content to a folder of your choice
  • Step 6: Enter the folder and go to the app subdirectory, after that find the file called mainWindow.js or mainScreen.js and open it with a text editor of your choice
  • Step 7: Go to line 419 and change frame: false to frame: true, if you can't find that text press CTRL+F and search for frame: false, it should look like the one attached in the screens
@programminghoch10
programminghoch10 / bl_splash_helper.sh
Last active November 2, 2025 01:39
Samsung UP_PARAM Bootloader Splash Helper Script
#!/bin/bash
DEVICE="unknown"
PIC_META_FILE="up_param_files_${DEVICE}.txt"
if [ "$1" = "" ]; then
echo "This script helps you create your own up_param file for modifying bootloader splashes on samsung devices."
echo
echo "Download the stock firmware, extract it until you have up_param.bin"
echo "Set your device codename by editing this script. (Currently set to \"$DEVICE\")"
@raghav4
raghav4 / Ansicolor.md
Created February 8, 2020 07:17
Color codes for console using Ansi