The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
FE CHAT BYPASS script pastebin roblox
By FE CHAT BYPASS on 2024-09-22 08:00 am | Syntax: LUA | Views: 8



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextBox = Instance.new("TextBox")
  4. local TextButton = Instance.new("TextButton")
  5. local msgSendInfo = Instance.new("TextLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8.  
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.fromRGB(85, 85, 127)
  14. Frame.Position = UDim2.new(0.332552671, 0, 0.629629672, 0)
  15. Frame.Size = UDim2.new(0, 429, 0, 264)
  16.  
  17.  
  18. TextBox.Parent = Frame
  19. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  20. TextBox.BackgroundTransparency = 0.750
  21. TextBox.Position = UDim2.new(0.048181355, 0, 0.211781323, 0)
  22. TextBox.Size = UDim2.new(0, 387, 0, 50)
  23. TextBox.Font = Enum.Font.SourceSans
  24. TextBox.PlaceholderText = "ligma"
  25. TextBox.Text = ""
  26. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  27. TextBox.TextSize = 14.000
  28.  
  29. TextButton.Parent = Frame
  30. TextButton.BackgroundColor3 = Color3.fromRGB(100, 100, 127)
  31. TextButton.Position = UDim2.new(0.266105473, 0, 0.460054487, 0)
  32. TextButton.Size = UDim2.new(0, 200, 0, 50)
  33. TextButton.Font = Enum.Font.SourceSans
  34. TextButton.Text = "Send"
  35. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  36. TextButton.TextSize = 14.000
  37.  
  38. msgSendInfo.Name = "msgSendInfo"
  39. msgSendInfo.Parent = Frame
  40. msgSendInfo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. msgSendInfo.BackgroundTransparency = 1.000
  42. msgSendInfo.Position = UDim2.new(0.417014688, 0, 0.0376014113, 0)
  43. msgSendInfo.Size = UDim2.new(0, 106, 0, 30)
  44. msgSendInfo.Font = Enum.Font.SourceSans
  45. msgSendInfo.Text = "Msg To Send:"
  46. msgSendInfo.TextColor3 = Color3.fromRGB(255, 255, 255)
  47. msgSendInfo.TextSize = 14.000
  48.  
  49. TextLabel.Parent = Frame
  50. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. TextLabel.BackgroundTransparency = 1.000
  52. TextLabel.Position = UDim2.new(0.250978559, 0, 0.648204207, 0)
  53. TextLabel.Size = UDim2.new(0, 213, 0, 50)
  54. TextLabel.Font = Enum.Font.SourceSans
  55. TextLabel.Text = "______________________________________________________________________"
  56. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. TextLabel.TextSize = 14.000
  58.  
  59. TextLabel_2.Parent = ScreenGui
  60. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. TextLabel_2.BackgroundTransparency = 1.000
  62. TextLabel_2.Position = UDim2.new(0.341139734, 0, 0.89259249, 0)
  63. TextLabel_2.Size = UDim2.new(0, 418, 0, 36)
  64. TextLabel_2.Font = Enum.Font.SourceSans
  65. TextLabel_2.Text = "Bolts#8888 for the script - Storm.#1020 for the gui"
  66. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. TextLabel_2.TextSize = 14.000
  68.  
  69.  
  70. local function LWDWP_fake_script() -- TextButton.LocalScript
  71.     local script = Instance.new('LocalScript', TextButton)
  72.  
  73.     script.Parent.MouseButton1Click:Connect(function()
  74.         local message = script.Parent.Parent.TextBox.Text
  75.         math.randomseed(tick())
  76.         local ChatMain = require(game:GetService("Players").LocalPlayer.PlayerScripts.ChatScript.ChatMain)
  77.         local function bypass()
  78.             ChatMain.MessagePosted:fire("hi"..math.random(100000,1000000))
  79.             ChatMain.MessagesChanged:fire(math.random(100000,1000000))
  80.         end
  81.         for v in message:gmatch"." do
  82.             wait(0.4)
  83.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v, "All")
  84.             wait(0.4)
  85.             bypass()
  86.         end
  87.     end)
  88. end
  89. coroutine.wrap(LWDWP_fake_script)()



  • Recent Roblox Scripts