STEEP STEPS [900] ANTI CHEAT BYPASS – SEMI-WORKING TELEPORT BYPASS

Created by OLIVER#1337

Features:

  • ANTI CHEAT BYPASS
  • SEMI-WORKING TELEPORT BYPASS

PUT ANTI CHEAT BYPASS INTO YOUR AUTO EXECUTE FOLDER

SCRIPT:

ANTI CHEAT BYPASS:

--[[

╋╋╋╋╋╋┏┓╋╋╋╋╋╋╋╋┏┓╋╋╋╋╋╋╋┏┓╋╋╋╋╋┏┓
╋╋╋╋╋┏┛┗┓╋╋╋╋╋╋╋┃┃╋╋╋╋╋╋┏┛┗┓╋╋╋╋┃┃
┏━┓┏━┻┓┏╋━┳━━┳━━┫┃┏┳━━┳━┻┓┏╋━━┳━┛┃
┃┏┓┫┏┓┃┃┃┏┫┃━┫┏┓┃┃┣┫┏━┫┏┓┃┃┃┃━┫┏┓┃
┃┃┃┃┗┛┃┗┫┃┃┃━┫┗┛┃┗┫┃┗━┫┏┓┃┗┫┃━┫┗┛┃
┗┛┗┻━━┻━┻┛┗━━┫┏━┻━┻┻━━┻┛┗┻━┻━━┻━━┛
╋╋╋╋╋╋╋╋╋╋╋╋╋┃┃
╋╋╋╋╋╋╋╋╋╋╋╋╋┗┛

]]--

--[[ 

AC Bypass for Steep Steps

Put this script in your autoexe/auto execution folder

might break some stuff related to chat, but it should work normally if you just click the chatbox and write...?

works for most detected things in the game, easy...

]]--


repeat wait() until game:IsLoaded()

local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer

local PlayerScripts = LocalPlayer:WaitForChild("PlayerScripts")

local AntiCheatScript_1 = PlayerScripts:WaitForChild("ChatScript")
local AntiCheatScript_2 = PlayerScripts:WaitForChild("BubbleChat")

getsenv(AntiCheatScript_1).bd = "bypassed ez"
getsenv(AntiCheatScript_2).bd = "bypassed ez"

task.wait()

AntiCheatScript_1:Destroy()
AntiCheatScript_2:Destroy()

warn("anti cheat successfully bypassed ez")

ANTI TELEPORT BYPASS:

--[[

╋╋╋╋╋╋┏┓╋╋╋╋╋╋╋╋┏┓╋╋╋╋╋╋╋┏┓╋╋╋╋╋┏┓
╋╋╋╋╋┏┛┗┓╋╋╋╋╋╋╋┃┃╋╋╋╋╋╋┏┛┗┓╋╋╋╋┃┃
┏━┓┏━┻┓┏╋━┳━━┳━━┫┃┏┳━━┳━┻┓┏╋━━┳━┛┃
┃┏┓┫┏┓┃┃┃┏┫┃━┫┏┓┃┃┣┫┏━┫┏┓┃┃┃┃━┫┏┓┃
┃┃┃┃┗┛┃┗┫┃┃┃━┫┗┛┃┗┫┃┗━┫┏┓┃┗┫┃━┫┗┛┃
┗┛┗┻━━┻━┻┛┗━━┫┏━┻━┻┻━━┻┛┗┻━┻━━┻━━┛
╋╋╋╋╋╋╋╋╋╋╋╋╋┃┃
╋╋╋╋╋╋╋╋╋╋╋╋╋┗┛

]]--

--[[ 

Anti teleport bypass for Steep Steps

i think you would need to execute after my anti cheat bypass, (didnt test so not sure)

ez ez ez ez ez ez

]]--

local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()

local RootPart = Character:FindFirstChild("HumanoidRootPart")

local CFrameLocation = CFrame.new(0, 0, 0) -- Or: Players:FindFirstChild("plr username").Character.Head.CFrame

RootPart.Parent = nil
RootPart.CFrame = CFrameLocation
RootPart.Parent = Character

⚠️ 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!