Posted
This script is just an bot that says: "Hello %s.
%s raported you for Bullying. One of our Admins are seeing your behavior.
Sorry for the inconvience"
And follows you everywhere
If the bot brokes just execute again
Np
Script:
function GetRandomPlayer()
local RandomPlayer
repeat
local RandomNumer = math.random(1,#game.Players:GetChildren())
RandomPlayer = game.Players:GetChildren()[RandomNumer]
wait()
until typeof(RandomPlayer) == "Instance" and RandomPlayer.Name ~= game.Players.LocalPlayer.Name
return RandomPlayer
end
function Chat(Text,Txt)
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Txt,"All")
end
local RandomPlayer = GetRandomPlayer()
local RunService = game:GetService("RunService")
coroutine.wrap(function()
while true do
if RandomPlayer then
local RC = RandomPlayer.Character.HumanoidRootPart
game.Players.LocalPlayer.Character:SetPrimaryPartCFrame((RC.CFrame + RC.CFrame.LookVector * -7.5))
end
RunService.Heartbeat:Wait()
end
end)()
local Text = [[
Hello %s.
%s raported you for Bullying. One of our Admins are seeing your behavior.
Sorry for the inconvience
]]
local Txt = "Hello %s. %s raported you for Bullying. One of our Admins are seeing your behavior.Sorry for the inconvience"
coroutine.wrap(function()
while wait(60) do
if RandomPlayer then
Chat(string.format(Text,RandomPlayer.Name,GetRandomPlayer().Name),string.format(Txt,RandomPlayer.Name,GetRandomPlayer().Name))
end
end
end)()
coroutine.wrap(function()
while wait(0.1) do
if RandomPlayer then
game.Players.LocalPlayer.Character.Humanoid.Jump = true
end
end
end)()
RandomPlayer.CharacterRemoved:Connect(function()
wait(15)
RandomPlayer = GetRandomPlayer()
end)
game.Players.CharacterAdded:Connect(function(Plr)
if Plr == RandomPlayer then
RandomPlayer = GetRandomPlayer()
end
end)
game.Players.LocalPlayer.CharacterAdded:Connect(function()
RandomPlayer = GetRandomPlayer()
end)
Replied
Is it makes YOU bot or it invite bot to game and it chat?
Cancel
Post
Replied
I believe it makes you look like a bot in games or trick people to thinking you are a bot.
Cancel
Post
modifying a ui and calling it yours does mean it's your ui.
- JalapenoGuy
https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post