Written by Greenman#0001
Last Updated Thursday, 05-Sep-2019 11:59:24 GMT-0400
Before you continue, please understand these things:
- This guide is written based on Synapse X's debug functions
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.
<?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> |
-- Hook | |
-- 0866 | |
-- October 4, 2020 | |
--[[ | |
Constructor: | |
hook = Hook.new(closure [, callback]) |
author: James Napora.
None
, Plugin
, LocalUser
, RobloxScript
and Roblox
.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.
[ | |
{ | |
"TargetCategory": null, | |
"MaxAmountInOutput": 6, | |
"BufferAmount": 0, | |
"MinAmountInInput": 0, | |
"IsBlueprint": false, | |
"BufferTransferRemaining": 0, | |
"TargetItemName": "wood" | |
} |
-- ! 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 |