STEEP STEPS ANTI-CHEAT BYPASS

Created by Sw1ndler#7733

Features:

  • ANTI-CHEAT
function breakFunction(func)
   for i,v in pairs(getconstants(func)) do
       pcall(function()
           setconstant(func, i, 'game.Workspace')
       end)
   end
   for i,v in pairs(getupvalues(func)) do
       pcall(function()
           setconstant(func, i, game.Workspace)
       end)
   end
end


for i,v in pairs(getgc()) do
   if type(v) == 'function' and islclosure(v) and not(is_synapse_function(v)) then
       if string.match(getinfo(v).source, 'BubbleChat') then
           breakFunction(v)
       end
   end
end

⚠️ Warning: Do not download any extensions or any executable files, you're just here for the script!

✔️ Any Patched/Broken Script Can Be Reported To French Dog#6704 In Discord For Removal