Advertisement
Jxbxbdh

Newbo

Jul 6th, 2021
2,172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AIMMS 3.87 KB | None | 0 0
  1. PASTEBINpaste
  2.  
  3. LOGIN SIGN UP
  4.  
  5. Ad by Valueimpression
  6.  
  7. Roblox Bypass Chat Script (Works)
  8.  
  9. RGRACKS
  10.  
  11. APR 6TH, 2020
  12.  
  13. 87,437
  14.  
  15. NEVER
  16.  
  17. Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  18.  
  19. 4.17 KB
  20.  
  21. raw download report
  22.  
  23. local ChatBypass = Instance.new("ScreenGui")
  24.  
  25. local TextBox = Instance.new("TextBox")
  26.  
  27. local TextButton = Instance.new("TextButton")
  28.  
  29.  
  30.  
  31. ChatBypass.Name = "ChatBypass"
  32.  
  33. ChatBypass.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  34.  
  35. ChatBypass.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36.  
  37.  
  38.  
  39. TextBox.Parent = ChatBypass
  40.  
  41. TextBox.AnchorPoint = Vector2.new(0, 1)
  42.  
  43. TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  44.  
  45. TextBox.BackgroundTransparency = 0.500
  46.  
  47. TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  48.  
  49. TextBox.Position = UDim2.new(0, 0, 1, 0)
  50.  
  51. TextBox.Size = UDim2.new(1, 0, 0.100000001, 0)
  52.  
  53. TextBox.ZIndex = 100
  54.  
  55. TextBox.ClearTextOnFocus = false
  56.  
  57. TextBox.Font = Enum.Font.Code
  58.  
  59. TextBox.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  60.  
  61. TextBox.PlaceholderText = "Enter Text To Bypass"
  62.  
  63. TextBox.Text = ""
  64.  
  65. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  66.  
  67. TextBox.TextScaled = true
  68.  
  69. TextBox.TextSize = 14.000
  70.  
  71. TextBox.TextWrapped = true
  72.  
  73.  
  74.  
  75. TextButton.Parent = TextBox
  76.  
  77. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  78.  
  79. TextButton.Size = UDim2.new(0.0500000007, 0, 1, 0)
  80.  
  81. TextButton.ZIndex = 101
  82.  
  83. TextButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  84.  
  85. TextButton.Font = Enum.Font.SciFi
  86.  
  87. TextButton.Text = "X"
  88.  
  89. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  90.  
  91. TextButton.TextScaled = true
  92.  
  93. TextButton.TextSize = 14.000
  94.  
  95. TextButton.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  96.  
  97. TextButton.TextStrokeTransparency = 0.000
  98.  
  99. TextButton.TextWrapped = true
  100.  
  101.  
  102.  
  103. local function PHLLGL_fake_script() -- TextBox.LocalScript
  104.  
  105.     local script = Instance.new('LocalScript', TextBox)
  106.  
  107.  
  108.  
  109.     local box = script.Parent
  110.  
  111.     local focused = false
  112.  
  113.    
  114.  
  115.     box.Focused:Connect(function()
  116.  
  117.         focused = true
  118.  
  119.     end)
  120.  
  121.    
  122.  
  123.     box.FocusLost:Connect(function()
  124.  
  125.         focused = false
  126.  
  127.     end)
  128.  
  129.    
  130.  
  131.     function bypass(msg)
  132.  
  133.             local bypassedAlphebet = {
  134.  
  135.                 ["a"] = "ٴٴa",
  136.  
  137.                 ["b"] = "ٴٴb",
  138.  
  139.                 ["c"] = "ٴٴc",
  140.  
  141.                 ["d"] = "ٴٴd",
  142.  
  143.                 ["e"] = "ٴٴe",
  144.  
  145.                 ["f"] = "ٴٴf",
  146.  
  147.                 ["g"] = "ٴٴg",
  148.  
  149.                 ["h"] = "ٴٴh",
  150.  
  151.                 ["i"] = "ٴٴi",
  152.  
  153.                 ["j"] = "ٴٴj",
  154.  
  155.                 ["k"] = "ٴٴk",
  156.  
  157.                 ["l"] = "ٴٴl",
  158.  
  159.                 ["m"] = "ٴٴm",
  160.  
  161.                 ["n"] = "ٴٴn",
  162.  
  163.                 ["o"] = "ٴٴo",
  164.  
  165.                 ["p"] = "ٴٴp",
  166.  
  167.                 ["q"] = "ٴٴq",
  168.  
  169.                 ["r"] = "ٴٴr",
  170.  
  171.                 ["s"] = "ٴٴs",
  172.  
  173.                 ["t"] = "ٴٴt",
  174.  
  175.                 ["u"] = "ٴٴu",
  176.  
  177.                 ["v"] = "ٴٴv",
  178.  
  179.                 ["w"] = "ٴٴw",
  180.  
  181.                 ["x"] = "ٴٴx",
  182.  
  183.                 ["y"] = "ٴٴy",
  184.  
  185.                 ["z"] = "ٴٴz"
  186.  
  187.             }
  188.  
  189.             local msgChars = string.split(msg,"")
  190.  
  191.             local bypassedMsg = ""
  192.  
  193.             for i,v in pairs(msgChars) do
  194.  
  195.                 local bypassedChar = bypassedAlphebet[v:lower()]
  196.  
  197.                 bypassedMsg = bypassedMsg..bypassedChar
  198.  
  199.                 if v == v:upper() then -- if 'v' is uppercase
  200.  
  201.                     bypassedChar = bypassedChar:upper()
  202.  
  203.                 end
  204.  
  205.             end
  206.  
  207.  
  208.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement