Advertisement
rrixh

aras bypasser

Oct 4th, 2023 (edited)
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.08 KB | None | 0 0
  1. local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/aras_material/main/material_lulaslollipop",true))()
  2.  
  3. 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
  4.  
  5. if pcall(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/legitimate0x1/ChatBypasser/main/Version'))() end) then
  6.     if Version == "PATCHED" then
  7.         return game.Players.LocalPlayer:Kick("[Xhat Bypasser]: PATXHED!")
  8.     end
  9. end
  10.  
  11. getgenv().CB_LOADED = {
  12.     CB_Remote = "",
  13.     CB_Arg2 = "",
  14.     CB_ChatType = "",
  15.     CB_LOADED = false,
  16. }
  17.  
  18. getgenv().CB_LU = true -- Loader Used (LU)
  19.  
  20. local CB = getgenv().CB_LOADED
  21.  
  22. local X = Material.Load({
  23.     Title = "Xhat Bypasser",
  24.     Style = 1,
  25.     SizeX = 275,
  26.     SizeY = 275,
  27.     Theme = "Dark",
  28. })
  29.  
  30. local Page1 = X.New({
  31.     Title = "Loader"
  32. })
  33.  
  34. local MyButton = Page1.Button({
  35.     Text = "Default",
  36.     Callback = function()
  37.         CB.CB_Remote = "SayMessageRequest"
  38.                 CB.CB_Arg2 = "All"
  39.         CB.CB_ChatType = "Default"
  40.         loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/SSSxhatbypass/main/aras_lulaslollipop",true))()
  41.     end
  42. })
  43.  
  44. local MyButton = Page1.Button({
  45.     Text = "Kustom",
  46.     Callback = function()
  47.         local X = Material.Load({
  48.             Title = "Xhat Bypasser",
  49.             Style = 1,
  50.             SizeX = 275,
  51.             SizeY = 275,
  52.             Theme = "Dark",
  53.         })
  54.  
  55.         local Page1 = X.New({
  56.             Title = "Kustom Settings"
  57.         })
  58.  
  59.         local MyTextField = Page1.TextField({
  60.                Text = "remote name (not path, only name)",
  61.                Callback = function(Value)
  62.                CB.CB_Remote = Value
  63.            end
  64.         })
  65.  
  66.         local MyTextField = Page1.TextField({
  67.                Text = "argument [2]",
  68.                Callback = function(Value)
  69.                CB.CB_Arg2 = Value
  70.            end
  71.         })
  72.  
  73.         local MyButton = Page1.Button({
  74.             Text = "exekute",
  75.             Callback = function()
  76.                 CB.CB_ChatType = "Custom"
  77.                 loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/SSSxhatbypass/main/aras_lulaslollipop",true))()
  78.             end
  79.         })
  80.     end
  81. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement