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
local StackCount = 0 | |
local function Overflow() | |
StackCount += 1 | |
if StackCount > 195 then | |
game:GetService("Workspace") | |
end | |
--// Recursively until it errors |
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 |
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
--!strict | |
--[[ | |
@author depso (depthso) | |
@description Commonly used math functions | |
]] | |
type Vector = (CFrame|Vector3) | |
type Object = (Part|Model) |
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 Escape the stack into the executor's ENV | |
Example usage: | |
local Payload = require(game.ReplicatedStorage.ModuleScript) | |
--// fireSignal escape | |
local Remote = workspace:WaitForChild("RemoteEvent") |
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 | |
--// 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") |
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
local API = "https://labs.bible.org/api/?passage=random&formatting=plain" | |
local Verse = game:HttpGet(API) | |
print(Verse) |
NewerOlder