Skip to content

Instantly share code, notes, and snippets.

View phoriah's full-sized avatar
:electron:
Atomic-Stepping

Euphoriah phoriah

:electron:
Atomic-Stepping
View GitHub Profile
@phoriah
phoriah / debugguide.md
Created June 28, 2024 05:11 — forked from TehBlaxxor/debugguide.md
A guide on debug functions for Roblox exploiting

Exploiting Debug Library Guide

Written by Greenman#0001

Last Updated Thursday, 05-Sep-2019 11:59:24 GMT-0400

Information

Before you continue, please understand these things:

  • This guide is written based on Synapse X's debug functions
@phoriah
phoriah / trustedexploits.md
Created June 28, 2024 01:17 — forked from TehBlaxxor/trustedexploits.md
A list of trusted Roblox exploits

List of Trusted Exploits

Written by Greenman

The exploits listed are in no particular order. If you want to suggest another exploit or make any corrections, please DM me at Greenman#0001 on Discord.

Contents

@phoriah
phoriah / roblox.xsd
Created June 1, 2024 00:01 — forked from Dekkonot/roblox.xsd
XML Schema for Roblox's XML files
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:group name="DataTypes">
<xs:choice>
<xs:element name="Axes">
<xs:complexType>
<xs:complexContent>
<xs:extension base="Axes">
<xs:attributeGroup ref="DataTypeAttributes" />
</xs:extension>
@phoriah
phoriah / Hook.lua
Created May 19, 2024 20:12 — forked from richie0866/Hook.lua
Wrapper for hookfunction for easier usage
-- Hook
-- 0866
-- October 4, 2020
--[[
Constructor:
hook = Hook.new(closure [, callback])
@phoriah
phoriah / main.md
Created April 22, 2024 16:16 — forked from TheGreatSageEqualToHeaven/main.md
bypassing blocked function protections using corescripts

bypassing blocked function protections using corescripts

author: James Napora.


roblox and exploit fundamentals

  • corescripts have RobloxScript permissions on Roblox.
  • exploit function protections do not run on any threads except exploit threads.
  • roblox has several permission levels: None, Plugin, LocalUser, RobloxScript and Roblox.
  • actors on Roblox run whenever a script under it has a client run context, e.g local scripts, scripts with RunContext.Client and corescripts.
  • scripts under actors share the same global state
@phoriah
phoriah / WOAH.md
Created April 22, 2024 16:16 — forked from fissurectomy/WOAH.md
every way possible to achieve RCE or robux stealers in roblox executors

Author: https://github.com/fissurectomy Telegram: https://t.me/fissurectomy Discord: fissurectomy

This will include every way possible to abuse a Roblox Executor to cookie log accounts, steal robux, or even achieve Remote Code Execution.

I found all these vulnerabilities while testing the security of mobile executors and I found them in under an hour. I wanted to show just how shit of a developer rexidtc is. Rexi contributed to most mobile executors (Codex, Hydrogen, Delta and more.)

I recommend you to avoid using the executors that I have mentioned above. Rexidtc was the owner of KittenMilk, which was known to be a malicious executor in the past. In the other hand, Furky, the owner of Codex, was suspected by the exploiting community to be using the user's device to mine cryptocurrency, resulting in a significant performance decrease. Oh and, a funny fact about Furky is that he once tried to argue that DLLs existed on mobile, and it shows how much of a script kiddie he is.

@phoriah
phoriah / Auto Charcoal.json
Last active March 10, 2024 00:51
Rust Conveyor Configs, each is generalized currently, meaning it works for any furnace etc. Copy these and HOLD SHIFT IN CONVEYOR MENU TO PASTE JSON
[
{
"TargetCategory": null,
"MaxAmountInOutput": 6,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "wood"
}
@phoriah
phoriah / IY_EMOTES+.luau
Last active March 18, 2024 12:49
PublicWork
-- ! This script has to be placed into workspace folder of your executor ([EXECUTOR_FOLDER] \\ workspace) and then added to Infinite Yield by typing command: addplugin iy_emotes+
-- * Got questions/long messages? Contact on Discord [deuces#1961] - *Copy Insides of brackets*
-- ! Some Toggles that you can set before using emote (only has to be set once to affect all)
-- getgenv().preloadEmotes = true (Has to be set before launching Infinite Yield and this Plugin)
-- Preloads Emotes' Animations (it will lag / freeze upon launch for a moment) so that using any emote wont lag a bit
-- getgenv().stopEmoteMoving = true
-- It will automatically stop current emote after moving