Categories > Exploiting > Scripts >

Fe chat bypass script

Posts: 44

Threads: 19

Joined: Apr, 2021

Reputation: 0

Posted

So you know i love trolling noobs

i wanna a script which allows you to bypass the roblox chat filter so your messages doesnt get filtered out

 

 

 

 

All i wanna is a thing which allows you to cuss without tags

  • 0

exploits i use: krnl,fluxus

Hacker man😎😎😎

just a guy that loves wearedevs

lo4

lo4

Posts: 292

Threads: 2

Joined: Jan, 2021

Reputation: -22

Replied

--   FE Chat Bypass
--   By: Unknown
--   Modded By: OpenGamerTips

local CommandPrefix = "/s" -- You can set a custom prefix here.

---------------------------------------------------------------------------------------------------
local bc = {"اا"}
local r = function(size)
return math.random(1,size)
end
if _G.chatBypassScript == nil then
_G.chatBypassScript = 0
end
local currentVersion = _G.chatBypassScript + 1
_G.chatBypassScript = currentVersion
game.Players.LocalPlayer.Chatted:Connect(function(a)
  if currentVersion == _G.chatBypassScript then
      if a:sub(1,3) == CommandPrefix.." " then
          a = a:sub(4,#a)
          local b = ""..bc[r(#bc)]
          for i=1,#a do
              b = b..bc[r(#bc)]..a:sub(i,i)
          end         
          game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(b,"All")
      end
  end
end)

 

  • 0

20 dollars for some block exploit lmaooo

Posts: 848

Threads: 72

Joined: May, 2020

Reputation: 9

Replied

@lo4 Lmao I didn't even have to run it to release it was a joke lol

  • 0

Don't buy exploits its not worth it your gonna quit anyway

Taking accountability will help you excel in life

aqe

The moon shines over.

Posts: 28

Threads: 5

Joined: Apr, 2021

Reputation: 0

Replied

Here it is, However its obfuscated.

https://pastebin.com/raw/cc0BddGK

  • 0

Added

Here it is, However its obfuscated.

https://pastebin.com/raw/cc0BddGK

  • 0

The moon Shines over everything.

lo4

lo4

Posts: 292

Threads: 2

Joined: Jan, 2021

Reputation: -22

Replied

@aqe WTF IS THAT OBFUSCATION

  • 0

20 dollars for some block exploit lmaooo

aqe

The moon shines over.

Posts: 28

Threads: 5

Joined: Apr, 2021

Reputation: 0

Replied

@lo4 no know, i got it from nowhere.

  • 0

The moon Shines over everything.

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )