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 anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!