Skip to content

Instantly share code, notes, and snippets.

View Error-Cezar's full-sized avatar
⚠️
This account has been flagged as potential ragebait. Respond with caution.

Error-Cezar

⚠️
This account has been flagged as potential ragebait. Respond with caution.
View GitHub Profile
@TheUnrealZaka
TheUnrealZaka / HidingRoot.md
Last active March 15, 2026 17:36
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.

@depthso
depthso / Executor env vulnerability.lua
Last active May 27, 2025 09:39
Escape the stack into the executor's ENV
--[[
@author depso (depthso)
@description Escape the stack into the executor's ENV
Example usage:
local Payload = require(game.ReplicatedStorage.ModuleScript)
--// fireSignal escape
local Remote = workspace:WaitForChild("RemoteEvent")