Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spawn(function()
- local message = Instance.new("Message",workspace)
- message.Text = "[CHAT GUI LOADED]"
- wait(6)
- message:Destroy()
- end)
- game.StarterGui:SetCore("SendNotification", {
- Title = "[Chat Control Info]";
- Text = "You Own Chat By Using This You Understand?";
- Icon = "";
- Duration = 40;
- Callback = bindableFunction;
- Button1 = "I Don't Understand";
- Button2 = "I Do Understand";
- })
- function Notify(titletxt, text, time)
- local GUI = Instance.new("ScreenGui")
- local Main = Instance.new("Frame", GUI)
- local title = Instance.new("TextLabel", Main)
- local message = Instance.new("TextLabel", Main)
- GUI.Name = "NotificationOof"
- GUI.Parent = game.CoreGui
- Main.Name = "MainFrame"
- Main.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(1, 5, 0, 50)
- Main.Size = UDim2.new(0, 330, 0, 100)
- title.BackgroundColor3 = Color3.new(0, 0, 0)
- title.BackgroundTransparency = 0.89999997615814
- title.Size = UDim2.new(1, 0, 0, 30)
- title.Font = Enum.Font.SourceSansSemibold
- title.Text = titletxt
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 17
- message.BackgroundColor3 = Color3.new(0, 0, 0)
- message.BackgroundTransparency = 1
- message.Position = UDim2.new(0, 0, 0, 30)
- message.Size = UDim2.new(1, 0, 1, -30)
- message.Font = Enum.Font.SourceSans
- message.Text = text
- message.TextColor3 = Color3.new(1, 1, 1)
- message.TextSize = 16
- wait(0.1)
- Main:TweenPosition(UDim2.new(1, -330, 0, 50), "Out", "Sine", 0.5)
- wait(time)
- Main:TweenPosition(UDim2.new(1, 5, 0, 50), "Out", "Sine", 0.5)
- wait(0.6)
- GUI:Destroy();
- end
- Notify("Chat Control", "Version:Beta 2023 NeW Gui", 5)
- local H = Instance.new("Hint", game.Workspace)
- H.Parent = game.Workspace
- H.Text = ("[UNIVERSAL CHAT CONTROL ON]")
- wait(3)
- H:Destroy()
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Credits = Instance.new("TextLabel")
- local insaneall = Instance.new("TextButton")
- local daball = Instance.new("TextButton")
- local dabothers = Instance.new("TextButton")
- local insaneothers = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BackgroundTransparency = 0.5
- Frame.Draggable = true
- Frame.Position = UDim2.new(0, 341, 0, 41)
- Frame.Size = UDim2.new(0, 358, 0, 423)
- Credits.Name = "Credits"
- Credits.Parent = Frame
- Credits.BackgroundColor3 = Color3.new(0, 0, 0)
- Credits.BackgroundTransparency = 0.5
- Credits.Position = UDim2.new(0, 79, 0, 0)
- Credits.Size = UDim2.new(0, 200, 0, 50)
- Credits.Font = Enum.Font.SciFi
- Credits.FontSize = Enum.FontSize.Size24
- Credits.Text = "[CHAT CONTROLS GUI]"
- Credits.TextColor3 = Color3.new(0, 1, 1)
- Credits.TextSize = 24
- insaneall.Name = "Chat Logs"
- insaneall.Parent = Frame
- insaneall.BackgroundColor3 = Color3.new(0, 0, 0)
- insaneall.BackgroundTransparency = 0.5
- insaneall.Position = UDim2.new(0, 0, 0, 106)
- insaneall.Size = UDim2.new(0, 155, 0, 50)
- insaneall.Font = Enum.Font.SciFi
- insaneall.FontSize = Enum.FontSize.Size18
- insaneall.Text = "[CHAT LOGS]"
- insaneall.TextColor3 = Color3.new(0, 1, 1)
- insaneall.TextSize = 18
- daball.Name = "Chat Command"
- daball.Parent = Frame
- daball.BackgroundColor3 = Color3.new(0, 0, 0)
- daball.BackgroundTransparency = 0.5
- daball.Position = UDim2.new(0, 0, 0, 228)
- daball.Size = UDim2.new(0, 155, 0, 50)
- daball.Font = Enum.Font.SciFi
- daball.FontSize = Enum.FontSize.Size18
- daball.Text = "[CHAT COMMAND]"
- daball.TextColor3 = Color3.new(0, 1, 1)
- daball.TextSize = 18
- dabothers.Name = "Private Control"
- dabothers.Parent = Frame
- dabothers.BackgroundColor3 = Color3.new(0, 0, 0)
- dabothers.BackgroundTransparency = 0.5
- dabothers.Position = UDim2.new(0, 203, 0, 230)
- dabothers.Size = UDim2.new(0, 155, 0, 50)
- dabothers.Font = Enum.Font.SciFi
- dabothers.FontSize = Enum.FontSize.Size18
- dabothers.Text = "[PM SPAM OTHERS]"
- dabothers.TextColor3 = Color3.new(0, 1, 1)
- dabothers.TextSize = 18
- insaneothers.Name = "View Command"
- insaneothers.Parent = Frame
- insaneothers.BackgroundColor3 = Color3.new(0, 0, 0)
- insaneothers.BackgroundTransparency = 0.5
- insaneothers.Position = UDim2.new(0, 203, 0, 105)
- insaneothers.Size = UDim2.new(0, 155, 0, 50)
- insaneothers.Font = Enum.Font.SciFi
- insaneothers.FontSize = Enum.FontSize.Size18
- insaneothers.Text = "[VIEW COMMAND]"
- insaneothers.TextColor3 = Color3.new(0, 1, 1)
- insaneothers.TextSize = 18
- insaneall.MouseButton1Click:connect(function()
- spawn(function()
- local message = Instance.new("Message",workspace)
- message.Text = "[CHAT LOGS ENABLED]"
- wait(6)
- message:Destroy()
- end)
- game.StarterGui:SetCore("SendNotification", {
- Title = "[Chat Log Info]";
- Text = "You Can View All Chat And Logs";
- Icon = "";
- Duration = 40;
- Callback = bindableFunction;
- Button1 = "I Don't Want To";
- Button2 = "I Want To";
- })
- loadstring(game:HttpGet('https://gist.githubusercontent.com/MRSBLACK999/75238caa149c55142096b5c75c7a49f4/raw/d819ba2ff929688092e6bf853e1718f59b242e2c/Chat%2520logs'))()
- local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
- local Notify = AkaliNotif.Notify;
- wait(1);
- Notify({
- Description = "[You Can Log All Messages]";
- Title = "Log Message";
- Duration = 5;
- });
- wait(1);
- Notify({
- Description = "[You Can See All Chats]";
- Title = "Chat Message";
- Duration = 10;
- });
- wait(1);
- Notify({
- Description = "[You Can See Private Chats To]";
- Title = "Private Message";
- Duration = 1;
- });
- wait(1);
- Notify({
- Description = "Don't Abuse Log System";
- Duration = 3;
- });
- end)
- insaneothers.MouseButton1Click:connect(function()
- spawn(function()
- local message = Instance.new("Message",workspace)
- message.Text = "[YOU HAVE VIEW COMMAND NOW]"
- wait(6)
- message:Destroy()
- end)
- game.StarterGui:SetCore("SendNotification", {
- Title = "[View Player Info]";
- Text = "To View A Player Say /e s user To Undo Say /e s r";
- Icon = "";
- Duration = 40;
- Callback = bindableFunction;
- Button1 = "I Don't Understand";
- Button2 = "I Understand";
- })
- --Credit to Blackwatch
- --[[
- Instructions:
- -To spectate a player type out /e s then a part of their name.
- -For example if I wanted to spectate JiMmYbOb1221
- -I would do:
- /e s jimm
- -and it would spectate him.
- -To stop spectating type--[[
- Instructions:
- -To spectate a player type out /e s then a part of their name.
- -For example if I wanted to spectate JiMmYbOb1221
- -I would do:
- /e s jimm
- -and it would spectate him.
- -To stop spectating type /e s r
- ]]
- function findplr(plrname)
- for i,v in pairs(game:GetService("Players"):GetPlayers()) do
- if plrname:lower() == v.Name:sub(1,plrname:len()):lower() then
- return v
- end
- end
- return nil
- end
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- if msg:sub(1, 5) == "/e s " and msg ~= "/e s r" then
- if findplr(msg:sub(6)) then
- workspace.Camera.CameraSubject = findplr(msg:sub(6)).Character.Humanoid
- end
- elseif msg:sub(1, 6) == "/e s r" then
- workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
- end
- end)
- local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
- local Notify = AkaliNotif.Notify;
- wait(1);
- Notify({
- Description = "[You Can View People Now]";
- Title = "Info Message";
- Duration = 5;
- });
- wait(1);
- Notify({
- Description = "[Say /e s User To View]";
- Title = "Info Message";
- Duration = 10;
- });
- wait(1);
- Notify({
- Description = "[To Stop Say /e s r]";
- Title = "Filter Message";
- Duration = 1;
- });
- wait(1);
- Notify({
- Description = "Don't Abuse This Command";
- Duration = 3;
- });
- end)
- dabothers.MouseButton1Click:connect(function()
- spawn(function()
- local message = Instance.new("Message",workspace)
- message.Text = "[PRIVATE MESSAGE SPAMMED]"
- wait(6)
- message:Destroy()
- end)
- game.StarterGui:SetCore("SendNotification", {
- Title = "[Message Info]";
- Text = "Do You Under Understand?";
- Icon = "";
- Duration = 40;
- Callback = bindableFunction;
- Button1 = "I Don't Understand";
- Button2 = "I Understand";
- })
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- if msg:sub(1, 6) == "/e ;pm" then
- --[[
- FE PM Spam
- Change the message to whatever you want.
- Wait_Time can be anything .35 and over. Anything under .35 will give you message errors.
- Reset to stop the FE PM spamming.
- ]]
- Message = "[YOU'RE PRIVATE MESSAGE CONTROLLED]"
- Wait_Time = .35
- repeat game:GetService("RunService").RenderStepped:Wait()
- for i=1,game.Players.NumPlayers do
- if game.Players:GetChildren()[0+1*i].Name == game.Players.LocalPlayer.Name then
- else
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..game.Players:GetChildren()[0+1*i].Name.." "..Message,"All")
- wait(Wait_Time)
- end
- end
- until game.Players.LocalPlayer.Character.Humanoid.Health == 0
- end
- end)
- local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
- local Notify = AkaliNotif.Notify;
- wait(1);
- Notify({
- Description = "[To Message Say /e ;pm]";
- Title = "Info Message";
- Duration = 5;
- });
- wait(1);
- Notify({
- Description = "[Just Reset Tell It Stops]";
- Title = "Info Message";
- Duration = 10;
- });
- wait(1);
- Notify({
- Description = "[Invaded Private Messages]";
- Title = "Private Info";
- Duration = 1;
- });
- wait(1);
- Notify({
- Description = "Don't Abuse Private System";
- Duration = 3;
- });
- end)
- daball.MouseButton1Click:connect(function()
- spawn(function()
- local message = Instance.new("Message",workspace)
- message.Text = "[FAKE JOIN AND CHAT ENABLED]"
- wait(6)
- message:Destroy()
- end)
- game.StarterGui:SetCore("SendNotification", {
- Title = "[Message Info]";
- Text = "Do You Under Understand?";
- Icon = "";
- Duration = 40;
- Callback = bindableFunction;
- Button1 = "I Don't Understand";
- Button2 = "I Understand";
- })
- plr.Chatted:Connect(function(msg)
- local s = msg:split(' ')
- if s[1]:lower() == '/e ;chat' and s[2] and s[3] then
- local message = ''
- local player = s[2]
- for i = 3, #s do
- message = message .. s[i] .. ' '
- end
- wait(0.1)
- Event:FireServer('-'..(" "):rep(147)..("[%s]: %s"):format(player, message), 'All')
- elseif s[1]:lower() == '/e ;join' and s[2] then
- local name = s[2]
- wait(0.1)
- Event:FireServer('-'..(" "):rep(146)..('Your friend %s joined the game.'):format(name), 'All')
- end
- end)
- local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
- local Notify = AkaliNotif.Notify;
- wait(1);
- Notify({
- Description = "[To Message Say /e ;chat User]";
- Title = "Info Message";
- Duration = 5;
- });
- wait(1);
- Notify({
- Description = "[To Fake Message Say /e ;join]";
- Title = "Info Message";
- Duration = 10;
- });
- wait(1);
- Notify({
- Description = "[Filter Enabled Is On]";
- Title = "Filter Info";
- Duration = 1;
- });
- wait(1);
- Notify({
- Description = "Don't Abuse Message System";
- Duration = 3;
- });
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement