Cart Ride Around A 75 KW Diesel Generator CLIENTSIDE ANTI CHEAT BYPASS

Created by Sharp1ne

Features:

  • CLIENTSIDE ANTI CHEAT BYPASS

SCRIPT:

local LocalPlayer = game:GetService('Players').LocalPlayer
local LPCharacter = LocalPlayer.Character

startswith = function(str, start)
  return str:sub(1, #start) == start
end

local theFunnyRemote

-- finds anticheat remote event
for _, b in pairs(getinstances()) do
if b:IsA('RemoteEvent') then
if startswith(b.Name, 'BUSTER_E') then
theFunnyRemote = b
end
end
end

local namecall; namecall = hookmetamethod(game, '__namecall', newcclosure(function(Self, ...)
   local method = getnamecallmethod()
local args = {...}

if not checkcaller() then

-- blocks their ban remote event
if method == 'FireServer' and Self == theFunnyRemote and args[1] == 'report' then
return
end

-- blocks kick method used by some anticheat modules
if method == 'Kick' and Self == LocalPlayer then
return
end
end

   return namecall(Self, ...)
end))

-- disables antiragdoll
if LPCharacter then
local hum = LPCharacter:FindFirstChildOfClass('Humanoid')

if hum then
for _, b in pairs(getconnections(hum.Touched)) do
b:Disable()
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!