Skip to content

Instantly share code, notes, and snippets.

View casualdegenerate's full-sized avatar

casual casualdegenerate

View GitHub Profile
local ins = table.insert
local wins = {}
for _, v in next, workspace:GetChildren() do
if v.Name == 'Win' and v:FindFirstChild('TouchInterest') and not v:FindFirstChild('Teleport pad Script') then
ins(wins, v)
end
end
local function f1(Character)
local arm = Character:WaitForChild('HumanoidRootPart')
for _, Win in next, wins do
@casualdegenerate
casualdegenerate / 1068523756 Remove Nametag.lua
Created April 21, 2022 14:50
Removes the nametag in roblox.com/games/1068523756
local lp = game:GetService("Players").LocalPlayer
local function clear(Character)
local nt = Character:WaitForChild('Head'):WaitForChild('NameTag')
nt:ClearAllChildren()
end
lp.CharacterAdded:Connect(function(Character)
clear(Character)
end)
if lp.Character then
clear(lp.Character)
@casualdegenerate
casualdegenerate / Kohl's Admin House Copy Commands.lua
Last active March 9, 2022 20:04
Example code on how I got the entire list, and not look like a dumbass trying it from hand.
-- // slua (https://x.synapse.to)
print('slua https://x.synapse.to', 'Commands Copy')
local o = ''
for _, v in next, game:GetService("Players").LocalPlayer.PlayerGui.CommandsGui.TextButton.Frame.Frame:GetChildren() do
o ..= v.Text .. '\n'
end
setclipboard(o)
@casualdegenerate
casualdegenerate / 2295122555_Project-JoJo_Patch(1).lua
Last active February 17, 2022 00:16
Patch#1 for Project-JoJo on roblox.com + This is an early patch of this, I have to fix up a few bits, and I want to add a few more changes on how things work on it.
-- // slua (https://x.synapse.to)
print('slua https://x.syanpse.to', 'Project JoJo Metalica Patch')
-- Decompiled with the Synapse X Luau decompiler.
loadfile('Player.lua')()
Player.DescendantAdded:Connect(function(Metallica)
if Metallica.ClassName == 'LocalScript' and Metallica.Name == 'Metallica' then
Metallica.Disabled = true
@casualdegenerate
casualdegenerate / 2295122555_Project-JoJo_Exploit(1).lua
Last active February 14, 2022 02:07
Exploit#1 for Project-JoJo on roblox.com + This was slightly rushed.
-- // slua (https://x.synapse.to)
print('slua https://x.syanpse.to', 'Project JoJo No Movement Exploit')
loadfile('Player.lua')()
local misc = game:GetService("ReplicatedStorage").Logic.misc -- // COUGH COUGH BACKDOOR COUGH COUGH
local function connect(player) -- // This works barely that much, but this is pretty much reference onto what can be exploited, so that's what matters, you can even set everyone's speed to 59 since that's the limit, else it won't be accepted
if player ~= Player then
local function fire(chr)
local function f()
@casualdegenerate
casualdegenerate / 2295122555_Project-JoJo_Exploit.lua
Created February 13, 2022 12:14
Exploit#0 for Project-JoJo on roblox.com
-- // slua (https://x.synapse.to)
print('slua https://x.syanpse.to', 'Project JoJo Invisibility Exploit', script.Name)
loadfile('Player.lua')()
-- // copy paste function
local function patch(character)
local t = character:WaitForChild('Torso')
t:WaitForChild('metaldust'):Destroy() -- hehe ownership go :Destroy()
t:WaitForChild('wortheffect'):Destroy()
@casualdegenerate
casualdegenerate / 2295122555_Project-JoJo_Patch.lua
Created February 13, 2022 11:55
Patch#0 for Project-JoJo on roblox.com
-- // slua (https://x.synapse.to)
print('slua https://x.synapse.to', 'Project JoJo Patch#0', script.Name)
loadfile('Player.lua')() -- // Module/Self Explanatory
-- // This is to patch harvest causing a UI bug where the roka UI stays after it steals the roka, and causes the UI to stay on the user's screen
local function harvest_roka(Character)
Character.ChildAdded:Connect(function(Child)
if Child.Name == 'RokakakaFruit' then
-- // I use parents as a trigger onto when to remove the UI
@casualdegenerate
casualdegenerate / 1886551928_Hostile-Skies_Patch.lua
Created February 13, 2022 11:47
Patch#0 for Hostile-Skies on roblox.com
-- // slua (https://x.synapse.to)
print('slua https://x.synapse.to', 'Hostile Planes Patch#0', script.Name)
-- // Replaces plane ESP name to Display Names to prevent confustion in the chat when playing with randoms and talking with them
local function modify(PlayerName)
local PlayerName = PlayerName:WaitForChild('Main'):WaitForChild('Sign'):WaitForChild('PlayerName')
local display = game:GetService('Players')[PlayerName.Text].DisplayName
PlayerName.Text = display
end
workspace.Planes.ChildAdded:Connect(function(Plane)
; // Please download autohotkey at https://www.autohotkey.com
; // Script \/
; // Prevents running hotkeys outside of the game :wikidWink:
#IfWinActive ahk_exe ProjectZomboid64.exe
; // Suspend Config, for typing in chat and such
`::Suspend
; // Prevents running hotkeys when you don't want to.
#IfWinActive ahk_exe RobloxPlayerBeta.exe
; // Suspend Config, for typing in chat and such.
`::Suspend
; // Close Map
r::^r
; // Reset Map