STEEP STEPS [900] Script | ANTI CHEAT BYPASS, SEMI-WORKING TELEPORT BYPASS

Created by OLIVER#1337

Features:

  • PUT ANTI CHEAT BYPASS INTO YOUR AUTO EXECUTE FOLDER

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")

SEMI-WORKING 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