Skip to content

Instantly share code, notes, and snippets.

@depthso
depthso / Hook detection.lua
Last active July 2, 2025 20:53
Detect hooking such as hookmetamethod. You could also detect the executor's env with a __tostring metatable through a bindable event but some like Zenith have patched this.
local StackCount = 0
local function Overflow()
StackCount += 1
if StackCount > 195 then
game:GetService("Workspace")
end
--// Recursively until it errors
@depthso
depthso / Method.lua
Last active July 15, 2025 07:46
Shrimp game method
--[[
@author depso (depthso)
@description Shrimp game troll script
https://www.roblox.com/games/7606564092/Shrimp-Game
]]
local ReGui = loadstring(game:HttpGet('https://raw.githubusercontent.com/depthso/Dear-ReGui/refs/heads/main/ReGui.lua'))()
local WindowConfig = {
@depthso
depthso / Stockbot.lua
Last active July 7, 2025 07:21
Grow a garden stock bot 🧑‍🌾 EventShop, Gears, Seeds, Eggs, Weather, Cosmetics
--[[
@author depso (depthso)
@description Grow a Garden stock bot script
https://www.roblox.com/games/126884695634066
]]
type table = {
[any]: any
}
@depthso
depthso / HttpSpy.lua
Created May 21, 2025 18:21
Created by depso, this works on Solara
--// Created by depso!
-- This is a simple Http request spy with a UI interface
-- This is designed to work on very basic level exploits such as Xeno and Solara
local DEBUG = false
--// Libraries
local Hook = {}
local Http = {}
@depthso
depthso / minecraft fly.lua
Last active June 23, 2025 16:31
Minecraft styled flight without using PlatformStand
--[[
@author depso (depthso)
@description Minecraft styled flight without using PlatformStand
-- Keybinds
W, S - Forward, Backwards
A, D - Left, Right
Shift, Q - Down
Space, E - Up
Ctrl - Sprint
@depthso
depthso / Math library.lua
Created April 12, 2025 13:34
Commonly used math functions for luau
--!strict
--[[
@author depso (depthso)
@description Commonly used math functions
]]
type Vector = (CFrame|Vector3)
type Object = (Part|Model)
@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")
@depthso
depthso / Voxlblade autofarm - depso.lua
Created December 25, 2024 21:55
Voxlblade auto-farm GUI
--// Created by depso
--// Libraries
local ImGui = loadstring(game:HttpGet('https://github.com/depthso/Roblox-ImGUI/raw/main/ImGui.lua'))()
--// Services
local Players = game:GetService("Players")
local TweenService = game:GetService("TweenService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local API = "https://labs.bible.org/api/?passage=random&formatting=plain"
local Verse = game:HttpGet(API)
print(Verse)
@depthso
depthso / Clear Roblox App Cookies.cmd
Last active June 23, 2025 15:52
Force sign-out of Roblox (bypass bans), run this in command prompt
del %LocalAppData%\Roblox\LocalStorage\RobloxCookies.dat