Advertisement
Guest User

Chat Control Gui

a guest
Dec 2nd, 2023
4,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.57 KB | None | 0 0
  1. spawn(function()
  2. local message = Instance.new("Message",workspace)
  3. message.Text = "[CHAT GUI LOADED]"
  4. wait(6)
  5. message:Destroy()
  6. end)
  7. game.StarterGui:SetCore("SendNotification", {
  8. Title = "[Chat Control Info]";
  9. Text = "You Own Chat By Using This You Understand?";
  10. Icon = "";
  11. Duration = 40;
  12. Callback = bindableFunction;
  13. Button1 = "I Don't Understand";
  14. Button2 = "I Do Understand";
  15. })
  16.  
  17.  
  18. function Notify(titletxt, text, time)
  19. local GUI = Instance.new("ScreenGui")
  20. local Main = Instance.new("Frame", GUI)
  21. local title = Instance.new("TextLabel", Main)
  22. local message = Instance.new("TextLabel", Main)
  23. GUI.Name = "NotificationOof"
  24. GUI.Parent = game.CoreGui
  25. Main.Name = "MainFrame"
  26. Main.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  27. Main.BorderSizePixel = 0
  28. Main.Position = UDim2.new(1, 5, 0, 50)
  29. Main.Size = UDim2.new(0, 330, 0, 100)
  30.  
  31. title.BackgroundColor3 = Color3.new(0, 0, 0)
  32. title.BackgroundTransparency = 0.89999997615814
  33. title.Size = UDim2.new(1, 0, 0, 30)
  34. title.Font = Enum.Font.SourceSansSemibold
  35. title.Text = titletxt
  36. title.TextColor3 = Color3.new(1, 1, 1)
  37. title.TextSize = 17
  38.  
  39. message.BackgroundColor3 = Color3.new(0, 0, 0)
  40. message.BackgroundTransparency = 1
  41. message.Position = UDim2.new(0, 0, 0, 30)
  42. message.Size = UDim2.new(1, 0, 1, -30)
  43. message.Font = Enum.Font.SourceSans
  44. message.Text = text
  45. message.TextColor3 = Color3.new(1, 1, 1)
  46. message.TextSize = 16
  47.  
  48. wait(0.1)
  49. Main:TweenPosition(UDim2.new(1, -330, 0, 50), "Out", "Sine", 0.5)
  50. wait(time)
  51. Main:TweenPosition(UDim2.new(1, 5, 0, 50), "Out", "Sine", 0.5)
  52. wait(0.6)
  53. GUI:Destroy();
  54. end
  55.  
  56. Notify("Chat Control", "Version:Beta 2023 NeW Gui", 5)
  57.  
  58.  
  59. local H = Instance.new("Hint", game.Workspace)
  60. H.Parent = game.Workspace
  61. H.Text = ("[UNIVERSAL CHAT CONTROL ON]")
  62. wait(3)
  63. H:Destroy()
  64.  
  65. local ScreenGui = Instance.new("ScreenGui")
  66. local Frame = Instance.new("Frame")
  67. local Credits = Instance.new("TextLabel")
  68. local insaneall = Instance.new("TextButton")
  69. local daball = Instance.new("TextButton")
  70. local dabothers = Instance.new("TextButton")
  71. local insaneothers = Instance.new("TextButton")
  72.  
  73. -- Properties
  74.  
  75. ScreenGui.Parent = game.CoreGui
  76.  
  77. Frame.Parent = ScreenGui
  78. Frame.Active = true
  79. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  80. Frame.BackgroundTransparency = 0.5
  81. Frame.Draggable = true
  82. Frame.Position = UDim2.new(0, 341, 0, 41)
  83. Frame.Size = UDim2.new(0, 358, 0, 423)
  84.  
  85. Credits.Name = "Credits"
  86. Credits.Parent = Frame
  87. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  88. Credits.BackgroundTransparency = 0.5
  89. Credits.Position = UDim2.new(0, 79, 0, 0)
  90. Credits.Size = UDim2.new(0, 200, 0, 50)
  91. Credits.Font = Enum.Font.SciFi
  92. Credits.FontSize = Enum.FontSize.Size24
  93. Credits.Text = "[CHAT CONTROLS GUI]"
  94. Credits.TextColor3 = Color3.new(0, 1, 1)
  95. Credits.TextSize = 24
  96.  
  97. insaneall.Name = "Chat Logs"
  98. insaneall.Parent = Frame
  99. insaneall.BackgroundColor3 = Color3.new(0, 0, 0)
  100. insaneall.BackgroundTransparency = 0.5
  101. insaneall.Position = UDim2.new(0, 0, 0, 106)
  102. insaneall.Size = UDim2.new(0, 155, 0, 50)
  103. insaneall.Font = Enum.Font.SciFi
  104. insaneall.FontSize = Enum.FontSize.Size18
  105. insaneall.Text = "[CHAT LOGS]"
  106. insaneall.TextColor3 = Color3.new(0, 1, 1)
  107. insaneall.TextSize = 18
  108.  
  109. daball.Name = "Chat Command"
  110. daball.Parent = Frame
  111. daball.BackgroundColor3 = Color3.new(0, 0, 0)
  112. daball.BackgroundTransparency = 0.5
  113. daball.Position = UDim2.new(0, 0, 0, 228)
  114. daball.Size = UDim2.new(0, 155, 0, 50)
  115. daball.Font = Enum.Font.SciFi
  116. daball.FontSize = Enum.FontSize.Size18
  117. daball.Text = "[CHAT COMMAND]"
  118. daball.TextColor3 = Color3.new(0, 1, 1)
  119. daball.TextSize = 18
  120.  
  121. dabothers.Name = "Private Control"
  122. dabothers.Parent = Frame
  123. dabothers.BackgroundColor3 = Color3.new(0, 0, 0)
  124. dabothers.BackgroundTransparency = 0.5
  125. dabothers.Position = UDim2.new(0, 203, 0, 230)
  126. dabothers.Size = UDim2.new(0, 155, 0, 50)
  127. dabothers.Font = Enum.Font.SciFi
  128. dabothers.FontSize = Enum.FontSize.Size18
  129. dabothers.Text = "[PM SPAM OTHERS]"
  130. dabothers.TextColor3 = Color3.new(0, 1, 1)
  131. dabothers.TextSize = 18
  132.  
  133. insaneothers.Name = "View Command"
  134. insaneothers.Parent = Frame
  135. insaneothers.BackgroundColor3 = Color3.new(0, 0, 0)
  136. insaneothers.BackgroundTransparency = 0.5
  137. insaneothers.Position = UDim2.new(0, 203, 0, 105)
  138. insaneothers.Size = UDim2.new(0, 155, 0, 50)
  139. insaneothers.Font = Enum.Font.SciFi
  140. insaneothers.FontSize = Enum.FontSize.Size18
  141. insaneothers.Text = "[VIEW COMMAND]"
  142. insaneothers.TextColor3 = Color3.new(0, 1, 1)
  143. insaneothers.TextSize = 18
  144.  
  145. insaneall.MouseButton1Click:connect(function()
  146. spawn(function()
  147. local message = Instance.new("Message",workspace)
  148. message.Text = "[CHAT LOGS ENABLED]"
  149. wait(6)
  150. message:Destroy()
  151. end)
  152. game.StarterGui:SetCore("SendNotification", {
  153. Title = "[Chat Log Info]";
  154. Text = "You Can View All Chat And Logs";
  155. Icon = "";
  156. Duration = 40;
  157. Callback = bindableFunction;
  158. Button1 = "I Don't Want To";
  159. Button2 = "I Want To";
  160. })
  161.  
  162. loadstring(game:HttpGet('https://gist.githubusercontent.com/MRSBLACK999/75238caa149c55142096b5c75c7a49f4/raw/d819ba2ff929688092e6bf853e1718f59b242e2c/Chat%2520logs'))()
  163.  
  164. local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
  165. local Notify = AkaliNotif.Notify;
  166.  
  167. wait(1);
  168.  
  169. Notify({
  170. Description = "[You Can Log All Messages]";
  171. Title = "Log Message";
  172. Duration = 5;
  173. });
  174.  
  175. wait(1);
  176.  
  177. Notify({
  178. Description = "[You Can See All Chats]";
  179. Title = "Chat Message";
  180. Duration = 10;
  181. });
  182.  
  183. wait(1);
  184.  
  185. Notify({
  186. Description = "[You Can See Private Chats To]";
  187. Title = "Private Message";
  188. Duration = 1;
  189. });
  190.  
  191. wait(1);
  192.  
  193. Notify({
  194. Description = "Don't Abuse Log System";
  195. Duration = 3;
  196. });
  197.  
  198. end)
  199. insaneothers.MouseButton1Click:connect(function()
  200. spawn(function()
  201. local message = Instance.new("Message",workspace)
  202. message.Text = "[YOU HAVE VIEW COMMAND NOW]"
  203. wait(6)
  204. message:Destroy()
  205. end)
  206. game.StarterGui:SetCore("SendNotification", {
  207. Title = "[View Player Info]";
  208. Text = "To View A Player Say /e s user To Undo Say /e s r";
  209. Icon = "";
  210. Duration = 40;
  211. Callback = bindableFunction;
  212. Button1 = "I Don't Understand";
  213. Button2 = "I Understand";
  214. })
  215.  
  216. --Credit to Blackwatch
  217. --[[
  218. Instructions:
  219. -To spectate a player type out /e s then a part of their name.
  220. -For example if I wanted to spectate JiMmYbOb1221
  221. -I would do:
  222. /e s jimm
  223. -and it would spectate him.
  224. -To stop spectating type--[[
  225. Instructions:
  226. -To spectate a player type out /e s then a part of their name.
  227. -For example if I wanted to spectate JiMmYbOb1221
  228. -I would do:
  229. /e s jimm
  230. -and it would spectate him.
  231. -To stop spectating type /e s r
  232. ]]
  233.  
  234. function findplr(plrname)
  235. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  236. if plrname:lower() == v.Name:sub(1,plrname:len()):lower() then
  237. return v
  238. end
  239. end
  240. return nil
  241. end
  242.  
  243. game.Players.LocalPlayer.Chatted:connect(function(msg)
  244. if msg:sub(1, 5) == "/e s " and msg ~= "/e s r" then
  245. if findplr(msg:sub(6)) then
  246. workspace.Camera.CameraSubject = findplr(msg:sub(6)).Character.Humanoid
  247. end
  248. elseif msg:sub(1, 6) == "/e s r" then
  249. workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  250. end
  251. end)
  252.  
  253. local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
  254. local Notify = AkaliNotif.Notify;
  255.  
  256. wait(1);
  257.  
  258. Notify({
  259. Description = "[You Can View People Now]";
  260. Title = "Info Message";
  261. Duration = 5;
  262. });
  263.  
  264. wait(1);
  265.  
  266. Notify({
  267. Description = "[Say /e s User To View]";
  268. Title = "Info Message";
  269. Duration = 10;
  270. });
  271.  
  272. wait(1);
  273.  
  274. Notify({
  275. Description = "[To Stop Say /e s r]";
  276. Title = "Filter Message";
  277. Duration = 1;
  278. });
  279.  
  280. wait(1);
  281.  
  282. Notify({
  283. Description = "Don't Abuse This Command";
  284. Duration = 3;
  285. });
  286.  
  287. end)
  288. dabothers.MouseButton1Click:connect(function()
  289. spawn(function()
  290. local message = Instance.new("Message",workspace)
  291. message.Text = "[PRIVATE MESSAGE SPAMMED]"
  292. wait(6)
  293. message:Destroy()
  294. end)
  295. game.StarterGui:SetCore("SendNotification", {
  296. Title = "[Message Info]";
  297. Text = "Do You Under Understand?";
  298. Icon = "";
  299. Duration = 40;
  300. Callback = bindableFunction;
  301. Button1 = "I Don't Understand";
  302. Button2 = "I Understand";
  303. })
  304.  
  305. game.Players.LocalPlayer.Chatted:connect(function(msg)
  306. if msg:sub(1, 6) == "/e ;pm" then
  307. --[[
  308.  
  309. FE PM Spam
  310.  
  311. Change the message to whatever you want.
  312. Wait_Time can be anything .35 and over. Anything under .35 will give you message errors.
  313.  
  314. Reset to stop the FE PM spamming.
  315.  
  316. ]]
  317.  
  318. Message = "[YOU'RE PRIVATE MESSAGE CONTROLLED]"
  319. Wait_Time = .35
  320.  
  321. repeat game:GetService("RunService").RenderStepped:Wait()
  322. for i=1,game.Players.NumPlayers do
  323. if game.Players:GetChildren()[0+1*i].Name == game.Players.LocalPlayer.Name then
  324. else
  325. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..game.Players:GetChildren()[0+1*i].Name.." "..Message,"All")
  326. wait(Wait_Time)
  327. end
  328. end
  329. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  330. end
  331. end)
  332.  
  333. local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
  334. local Notify = AkaliNotif.Notify;
  335.  
  336. wait(1);
  337.  
  338. Notify({
  339. Description = "[To Message Say /e ;pm]";
  340. Title = "Info Message";
  341. Duration = 5;
  342. });
  343.  
  344. wait(1);
  345.  
  346. Notify({
  347. Description = "[Just Reset Tell It Stops]";
  348. Title = "Info Message";
  349. Duration = 10;
  350. });
  351.  
  352. wait(1);
  353.  
  354. Notify({
  355. Description = "[Invaded Private Messages]";
  356. Title = "Private Info";
  357. Duration = 1;
  358. });
  359.  
  360. wait(1);
  361.  
  362. Notify({
  363. Description = "Don't Abuse Private System";
  364. Duration = 3;
  365. });
  366.  
  367. end)
  368. daball.MouseButton1Click:connect(function()
  369. spawn(function()
  370. local message = Instance.new("Message",workspace)
  371. message.Text = "[FAKE JOIN AND CHAT ENABLED]"
  372. wait(6)
  373. message:Destroy()
  374. end)
  375. game.StarterGui:SetCore("SendNotification", {
  376. Title = "[Message Info]";
  377. Text = "Do You Under Understand?";
  378. Icon = "";
  379. Duration = 40;
  380. Callback = bindableFunction;
  381. Button1 = "I Don't Understand";
  382. Button2 = "I Understand";
  383. })
  384.  
  385. plr.Chatted:Connect(function(msg)
  386. local s = msg:split(' ')
  387.  
  388. if s[1]:lower() == '/e ;chat' and s[2] and s[3] then
  389. local message = ''
  390. local player = s[2]
  391. for i = 3, #s do
  392. message = message .. s[i] .. ' '
  393. end
  394. wait(0.1)
  395. Event:FireServer('-'..(" "):rep(147)..("[%s]: %s"):format(player, message), 'All')
  396. elseif s[1]:lower() == '/e ;join' and s[2] then
  397. local name = s[2]
  398. wait(0.1)
  399. Event:FireServer('-'..(" "):rep(146)..('Your friend %s joined the game.'):format(name), 'All')
  400. end
  401. end)
  402.  
  403. local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
  404. local Notify = AkaliNotif.Notify;
  405.  
  406. wait(1);
  407.  
  408. Notify({
  409. Description = "[To Message Say /e ;chat User]";
  410. Title = "Info Message";
  411. Duration = 5;
  412. });
  413.  
  414. wait(1);
  415.  
  416. Notify({
  417. Description = "[To Fake Message Say /e ;join]";
  418. Title = "Info Message";
  419. Duration = 10;
  420. });
  421.  
  422. wait(1);
  423.  
  424. Notify({
  425. Description = "[Filter Enabled Is On]";
  426. Title = "Filter Info";
  427. Duration = 1;
  428. });
  429.  
  430. wait(1);
  431.  
  432. Notify({
  433. Description = "Don't Abuse Message System";
  434. Duration = 3;
  435. });
  436.  
  437. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement