Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local _0x4a98 = game.Players.LocalPlayer
- local _0x2a56 = Instance.new("ScreenGui")
- _0x2a56.Parent = _0x4a98.PlayerGui
- local _0x3b74 = Instance.new("Frame")
- _0x3b74.Size = UDim2.new(0, 200, 0, 100)
- _0x3b74.Position = UDim2.new(0.5, -100, 0.5, -50)
- _0x3b74.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- _0x3b74.Parent = _0x2a56
- local _0x5a31 = Instance.new("TextButton")
- _0x5a31.Size = UDim2.new(0, 200, 0, 50)
- _0x5a31.Position = UDim2.new(0, 0, 0, 25)
- _0x5a31.Text = "Fling"
- _0x5a31.TextColor3 = Color3.fromRGB(255, 255, 255)
- _0x5a31.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- _0x5a31.Font = Enum.Font.SourceSans
- _0x5a31.TextSize = 24
- _0x5a31.Parent = _0x3b74
- local _0x162a = function()
- local _0x26b5 = "fat"
- local _0x5147 = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- while true do
- _0x5147:FireServer(_0x26b5, "All")
- wait(0.1)
- end
- end
- _0x5a31.MouseButton1Click:Connect(function()
- _0x162a()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement