This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| @author depso (depthso) | |
| @description Shitsploit hook detection, this is so incredibily sad that this actually works, insane yield handlers | |
| Arceus forever and always detected! Shout out to mlemix | |
| ]] | |
| local Model = Instance.new("Model", workspace) | |
| Model.Name = "Pibble" | |
| task.spawn(function() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| Created by @depso (depthso) | |
| Example usage: | |
| local Table = Module.new({ | |
| HiBlud = 67 | |
| }, { | |
| Changed = function(...) | |
| print("Changed", ...) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --// Made by depso (@depthso) | |
| type Data = { | |
| Script: BaseScript, | |
| Path: string, | |
| Selectable: unknown?, | |
| SelectableObject: unknown? | |
| } | |
| type Scripts = {[number]: Data} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if not game.RobloxReplicatedStorage:FindFirstChild("__XENO") then | |
| Instance.new("Folder", game.RobloxReplicatedStorage).Name = "__XENO"; | |
| task.spawn(function() --[[ Line: 1 ]] | |
| local l_game_Service_0 = game:FindService("HttpService"); | |
| local l_CoreGui_0 = game:GetService("CoreGui"); | |
| local l_StarterGui_0 = game:GetService("StarterGui"); | |
| local _ = game:GetService("InsertService"); | |
| local _ = game:GetService("CorePackages"); | |
| local _ = game:GetService("Debris"); | |
| local l_UserInputService_0 = game:GetService("UserInputService"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| @author depso (depthso) | |
| @description Hook emulation, used for having middle hooks | |
| Example usage: | |
| local Old; Old = Emulation:HookFunction(true, MyFunction, function(...) | |
| local Args = {...} | |
| -- Stuff here | |
| return Emulation:Unpack(Args) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ⚠️ PATCHED BY ROBLOX | |
| local StackCount = 0 | |
| local function Overflow() | |
| StackCount += 1 | |
| if StackCount > 195 then | |
| game:GetService("Workspace") | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| @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 = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| @author depso (depthso) | |
| @description Grow a Garden stock bot script | |
| https://www.roblox.com/games/126884695634066 | |
| ]] | |
| type table = { | |
| [any]: any | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --// 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 = {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| @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 |
NewerOlder