Advertisement
EpicGamerSander1345

Untitled

Apr 19th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. local _0x4a98 = game.Players.LocalPlayer
  2. local _0x2a56 = Instance.new("ScreenGui")
  3. _0x2a56.Parent = _0x4a98.PlayerGui
  4.  
  5. local _0x3b74 = Instance.new("Frame")
  6. _0x3b74.Size = UDim2.new(0, 200, 0, 100)
  7. _0x3b74.Position = UDim2.new(0.5, -100, 0.5, -50)
  8. _0x3b74.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  9. _0x3b74.Parent = _0x2a56
  10.  
  11. local _0x5a31 = Instance.new("TextButton")
  12. _0x5a31.Size = UDim2.new(0, 200, 0, 50)
  13. _0x5a31.Position = UDim2.new(0, 0, 0, 25)
  14. _0x5a31.Text = "Fling"
  15. _0x5a31.TextColor3 = Color3.fromRGB(255, 255, 255)
  16. _0x5a31.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  17. _0x5a31.Font = Enum.Font.SourceSans
  18. _0x5a31.TextSize = 24
  19. _0x5a31.Parent = _0x3b74
  20.  
  21. local _0x162a = function()
  22. local _0x26b5 = "fat"
  23. local _0x5147 = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  24. while true do
  25. _0x5147:FireServer(_0x26b5, "All")
  26. wait(0.1)
  27. end
  28. end
  29.  
  30. _0x5a31.MouseButton1Click:Connect(function()
  31. _0x162a()
  32. end)
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement