Roblox CHAT BYPASSER
602 Views
198d atrás
Verificado
Descrição
Nenhuma descrição fornecida.
Como Utilizar?
Script
1local textchatservice = game:GetService("TextChatService")
2local uis = cloneref(game:GetService("UserInputService"))
3local coregui = cloneref(game.CoreGui)
4local tweenservice = cloneref(game:GetService("TweenService"))
5
6if textchatservice.ChatVersion == Enum.ChatVersion.LegacyChatService then
7 setreadonly(task,false)
8 local oldwait = task.wait
9 task.wait = function() end
10 loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/refs/heads/main/scripts/AntiChatLogger.lua"))() -- credits to anthonyisnthere for anti chatlogger
11 task.wait = oldwait
12 wait()
13 setreadonly(task,true)
14end
15
16local filter = loadstring(game:HttpGet("https://raw.githubusercontent.com/lordofmountain-gh/AES-Bypasser/refs/heads/main/chatfilters/mainfilter"))()
17
18local settings = {
19 bypasserturnedon = true,
20 key = Enum.KeyCode.F2,
21 isselectingkey=false,
22}
23
24local function mk(i)
25 local gui = i
26
27 local dragging
28 local dragInput
29 local dragStart
30 local startPos
31 local function update(input)
32 local delta = input.Position - dragStart
33 gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
34 end
35 gui.InputBegan:Connect(function(input)
36 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
37 dragging = true
38 dragStart = input.Position
39 startPos = gui.Position
40
41 input.Changed:Connect(function()
42 if input.UserInputState == Enum.UserInputState.End then
43 dragging = false
44 end
45 end)
46 end
47 end)
48 gui.InputChanged:Connect(function(input)
49 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
50 dragInput = input
51 end
52 end)
53 uis.InputChanged:Connect(function(input)
54 if input == dragInput and dragging then
55 update(input)
56 end
57 end)
58end
59
60
61local screengui = Instance.new("ScreenGui",coregui)
62screengui.ResetOnSpawn = false
63
64local scrollingframe = Instance.new("ScrollingFrame",screengui)
65scrollingframe.Size= UDim2.new(0, 235,0, 550)
66scrollingframe.BackgroundTransparency = 1
67scrollingframe.ScrollBarThickness = 0
68Instance.new("UIListLayout",scrollingframe)
69
70local function notify(str:string,time:number)
71 local frame = Instance.new("Frame",scrollingframe)
72 frame.Size = UDim2.new(0, 240,0, 60)
73 frame.BackgroundColor3 = Color3.fromRGB(45,45,45)
74 frame.BorderSizePixel = 0
75
76 local text = Instance.new("TextLabel",frame)
77 text.BackgroundTransparency = 1
78 text.Size = UDim2.new(0, 235,0, 55)
79 text.Text = "AES BYPASSER".."\n"..str
80 text.TextColor3 = Color3.fromRGB(255,255,255)
81 text.TextXAlignment = Enum.TextXAlignment.Center
82 text.TextYAlignment = Enum.TextYAlignment.Center
83
84 local timebar = Instance.new("Frame",frame)
85 timebar.BorderSizePixel = 0
86 timebar.Size = UDim2.new(0, 0,0, 5)
87 timebar.Position = UDim2.new(0, 0,0.917, 0)
88 timebar.BackgroundColor3 = Color3.fromRGB(31, 121, 255)
89 local tween = tweenservice:Create(timebar,TweenInfo.new(time,Enum.EasingStyle.Sine,Enum.EasingDirection.InOut),{Size = UDim2.new(0, 240,0, 5)})
90 tween:Play()
91 tween.Completed:Connect(function()
92 frame:Destroy()
93 end)
94end
95
96function replaceletters(str:string)
97 local finalword = ""
98 local split = string.split(str," ")
99
100 for _,words in split do
101
102-- [[ SCRIPTHUB - RECORTADO PARA MELHOR PERFORMANCE ]]
103-- O script é muito grande para visualização completa no navegador.
104-- Utilize os botões de 'Copiar' ou 'Download' para obter o código completo.Postador do Script
Jogos Suportados
Script Universal
Funciona na maioria dos jogos.
Tags
chatbypassgod
