Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/aras_material/main/material_lulaslollipop",true))()
- if getgenv().CB_LOADED then return game:GetService("StarterGui"):SetCore("SendNotification",{Title="Xhat Bypasser",Text="Xhat Bypasser is already running.",Icon="rbxassetid://6238540373",Duration=5}) end
- if pcall(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/legitimate0x1/ChatBypasser/main/Version'))() end) then
- if Version == "PATCHED" then
- return game.Players.LocalPlayer:Kick("[Xhat Bypasser]: PATXHED!")
- end
- end
- getgenv().CB_LOADED = {
- CB_Remote = "",
- CB_Arg2 = "",
- CB_ChatType = "",
- CB_LOADED = false,
- }
- getgenv().CB_LU = true -- Loader Used (LU)
- local CB = getgenv().CB_LOADED
- local X = Material.Load({
- Title = "Xhat Bypasser",
- Style = 1,
- SizeX = 275,
- SizeY = 275,
- Theme = "Dark",
- })
- local Page1 = X.New({
- Title = "Loader"
- })
- local MyButton = Page1.Button({
- Text = "Default",
- Callback = function()
- CB.CB_Remote = "SayMessageRequest"
- CB.CB_Arg2 = "All"
- CB.CB_ChatType = "Default"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/SSSxhatbypass/main/aras_lulaslollipop",true))()
- end
- })
- local MyButton = Page1.Button({
- Text = "Kustom",
- Callback = function()
- local X = Material.Load({
- Title = "Xhat Bypasser",
- Style = 1,
- SizeX = 275,
- SizeY = 275,
- Theme = "Dark",
- })
- local Page1 = X.New({
- Title = "Kustom Settings"
- })
- local MyTextField = Page1.TextField({
- Text = "remote name (not path, only name)",
- Callback = function(Value)
- CB.CB_Remote = Value
- end
- })
- local MyTextField = Page1.TextField({
- Text = "argument [2]",
- Callback = function(Value)
- CB.CB_Arg2 = Value
- end
- })
- local MyButton = Page1.Button({
- Text = "exekute",
- Callback = function()
- CB.CB_ChatType = "Custom"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/SSSxhatbypass/main/aras_lulaslollipop",true))()
- end
- })
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement