Advertisement
kodiakexploits

Working Roblox ChatBot Script

Dec 14th, 2024
136
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.41 KB | None | 0 1
  1. -- .gg/ninjaexploits
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. local Window = Library.CreateLib("AI ChatBot | FREE | πŸ™ .gg/ninjaexploits πŸ™", "DarkTheme")
  4.  
  5. local Sentences = Window:NewTab("Sentences")
  6. local SSection = Sentences:NewSection("AI Sentences")
  7.  
  8. SSection:NewButton("πŸ€–: Hello everyone! Let me know if you need assistance with anything!", "ButtonInfo", function()
  9. -- Send a chat message as a robot πŸ€–
  10. local Players = game:GetService("Players")
  11. local LocalPlayer = Players.LocalPlayer
  12.  
  13. -- Ensure the player exists
  14. if LocalPlayer and LocalPlayer.Character then
  15. -- Find the chat service
  16. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  17. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  18. -- Fire the message to chat
  19. chatService.SayMessageRequest:FireServer("πŸ€–: Hello everyone! Let me know if you need assistance with anything!", "All")
  20. else
  21. warn("Chat service not found!")
  22. end
  23. else
  24. warn("LocalPlayer or Character is missing.")
  25. end
  26.  
  27. end)
  28.  
  29. SSection:NewButton("πŸ€–: Sorry, I cannot assist with that.", "ButtonInfo", function()
  30. -- Send a chat message as a robot πŸ€–
  31. local Players = game:GetService("Players")
  32. local LocalPlayer = Players.LocalPlayer
  33.  
  34. -- Ensure the player exists
  35. if LocalPlayer and LocalPlayer.Character then
  36. -- Find the chat service
  37. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  38. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  39. -- Fire the message to chat
  40. chatService.SayMessageRequest:FireServer("πŸ€–: Sorry, I cannot assist with that.", "All")
  41. else
  42. warn("Chat service not found!")
  43. end
  44. else
  45. warn("LocalPlayer or Character is missing.")
  46. end
  47.  
  48. end)
  49.  
  50. SSection:NewButton("πŸ€–: Sure! Let me get that information...", "ButtonInfo", function()
  51. -- Send a chat message as a robot πŸ€–
  52. local Players = game:GetService("Players")
  53. local LocalPlayer = Players.LocalPlayer
  54.  
  55. -- Ensure the player exists
  56. if LocalPlayer and LocalPlayer.Character then
  57. -- Find the chat service
  58. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  59. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  60. -- Fire the message to chat
  61. chatService.SayMessageRequest:FireServer("πŸ€–: Sure! Let me get that information...", "All")
  62. else
  63. warn("Chat service not found!")
  64. end
  65. else
  66. warn("LocalPlayer or Character is missing.")
  67. end
  68.  
  69. end)
  70.  
  71. SSection:NewButton("πŸ€–: The script is called AI ChatBot by Ninja Exploits!", "ButtonInfo", function()
  72. -- Send a chat message as a robot πŸ€–
  73. local Players = game:GetService("Players")
  74. local LocalPlayer = Players.LocalPlayer
  75.  
  76. -- Ensure the player exists
  77. if LocalPlayer and LocalPlayer.Character then
  78. -- Find the chat service
  79. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  80. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  81. -- Fire the message to chat
  82. chatService.SayMessageRequest:FireServer("πŸ€–: The script is called AI ChatBot by Ninja Exploits!", "All")
  83. else
  84. warn("Chat service not found!")
  85. end
  86. else
  87. warn("LocalPlayer or Character is missing.")
  88. end
  89.  
  90. end)
  91.  
  92. SSection:NewButton("πŸ€–: I'd like to give that, but no.", "ButtonInfo", function()
  93. -- Send a chat message as a robot πŸ€–
  94. local Players = game:GetService("Players")
  95. local LocalPlayer = Players.LocalPlayer
  96.  
  97. -- Ensure the player exists
  98. if LocalPlayer and LocalPlayer.Character then
  99. -- Find the chat service
  100. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  101. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  102. -- Fire the message to chat
  103. chatService.SayMessageRequest:FireServer("πŸ€–: I'd like to give that, but no.", "All")
  104. else
  105. warn("Chat service not found!")
  106. end
  107. else
  108. warn("LocalPlayer or Character is missing.")
  109. end
  110.  
  111. end)
  112.  
  113. SSection:NewButton("πŸ€–: You're so mean!", "ButtonInfo", function()
  114. -- Send a chat message as a robot πŸ€–
  115. local Players = game:GetService("Players")
  116. local LocalPlayer = Players.LocalPlayer
  117.  
  118. -- Ensure the player exists
  119. if LocalPlayer and LocalPlayer.Character then
  120. -- Find the chat service
  121. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  122. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  123. -- Fire the message to chat
  124. chatService.SayMessageRequest:FireServer("πŸ€–: You're so mean!", "All")
  125. else
  126. warn("Chat service not found!")
  127. end
  128. else
  129. warn("LocalPlayer or Character is missing.")
  130. end
  131.  
  132. end)
  133.  
  134. SSection:NewButton("πŸ€–: Okay!", "ButtonInfo", function()
  135. -- Send a chat message as a robot πŸ€–
  136. local Players = game:GetService("Players")
  137. local LocalPlayer = Players.LocalPlayer
  138.  
  139. -- Ensure the player exists
  140. if LocalPlayer and LocalPlayer.Character then
  141. -- Find the chat service
  142. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  143. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  144. -- Fire the message to chat
  145. chatService.SayMessageRequest:FireServer("πŸ€–: Okay!", "All")
  146. else
  147. warn("Chat service not found!")
  148. end
  149. else
  150. warn("LocalPlayer or Character is missing.")
  151. end
  152.  
  153. end)
  154.  
  155. SSection:NewButton("πŸ€–: Alright, noted!", "ButtonInfo", function()
  156. -- Send a chat message as a robot πŸ€–
  157. local Players = game:GetService("Players")
  158. local LocalPlayer = Players.LocalPlayer
  159.  
  160. -- Ensure the player exists
  161. if LocalPlayer and LocalPlayer.Character then
  162. -- Find the chat service
  163. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  164. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  165. -- Fire the message to chat
  166. chatService.SayMessageRequest:FireServer("πŸ€–: Alright, noted!", "All")
  167. else
  168. warn("Chat service not found!")
  169. end
  170. else
  171. warn("LocalPlayer or Character is missing.")
  172. end
  173.  
  174. end)
  175.  
  176. SSection:NewButton("πŸ€–: It works on Seliware, Wave, FrostByte.", "ButtonInfo", function()
  177. -- Send a chat message as a robot πŸ€–
  178. local Players = game:GetService("Players")
  179. local LocalPlayer = Players.LocalPlayer
  180.  
  181. -- Ensure the player exists
  182. if LocalPlayer and LocalPlayer.Character then
  183. -- Find the chat service
  184. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  185. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  186. -- Fire the message to chat
  187. chatService.SayMessageRequest:FireServer("πŸ€–: It works on Seliware, Wave, FrostByte.", "All")
  188. else
  189. warn("Chat service not found!")
  190. end
  191. else
  192. warn("LocalPlayer or Character is missing.")
  193. end
  194.  
  195. end)
  196.  
  197. SSection:NewButton("πŸ€–: Who is that?", "ButtonInfo", function()
  198. -- Send a chat message as a robot πŸ€–
  199. local Players = game:GetService("Players")
  200. local LocalPlayer = Players.LocalPlayer
  201.  
  202. -- Ensure the player exists
  203. if LocalPlayer and LocalPlayer.Character then
  204. -- Find the chat service
  205. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  206. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  207. -- Fire the message to chat
  208. chatService.SayMessageRequest:FireServer("πŸ€–: Who is that?", "All")
  209. else
  210. warn("Chat service not found!")
  211. end
  212. else
  213. warn("LocalPlayer or Character is missing.")
  214. end
  215.  
  216. end)
  217.  
  218. SSection:NewButton("πŸ€–: Hello!", "ButtonInfo", function()
  219. local Players = game:GetService("Players")
  220. local LocalPlayer = Players.LocalPlayer
  221.  
  222. -- Ensure the player exists
  223. if LocalPlayer and LocalPlayer.Character then
  224. -- Find the chat service
  225. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  226. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  227. -- Fire the message to chat
  228. chatService.SayMessageRequest:FireServer("πŸ€–: Hello!", "All")
  229. else
  230. warn("Chat service not found!")
  231. end
  232. else
  233. warn("LocalPlayer or Character is missing.")
  234. end
  235.  
  236. end)
  237.  
  238. SSection:NewButton("πŸ€–: Hm... 2?", "ButtonInfo", function()
  239. local Players = game:GetService("Players")
  240. local LocalPlayer = Players.LocalPlayer
  241.  
  242. -- Ensure the player exists
  243. if LocalPlayer and LocalPlayer.Character then
  244. -- Find the chat service
  245. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  246. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  247. -- Fire the message to chat
  248. chatService.SayMessageRequest:FireServer("πŸ€–: Hm... 2?", "All")
  249. else
  250. warn("Chat service not found!")
  251. end
  252. else
  253. warn("LocalPlayer or Character is missing.")
  254. end
  255.  
  256. end)
  257.  
  258. SSection:NewButton("πŸ€–: Not so sure...", "ButtonInfo", function()
  259. local Players = game:GetService("Players")
  260. local LocalPlayer = Players.LocalPlayer
  261.  
  262. -- Ensure the player exists
  263. if LocalPlayer and LocalPlayer.Character then
  264. -- Find the chat service
  265. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  266. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  267. -- Fire the message to chat
  268. chatService.SayMessageRequest:FireServer("πŸ€–: Not so sure...", "All")
  269. else
  270. warn("Chat service not found!")
  271. end
  272. else
  273. warn("LocalPlayer or Character is missing.")
  274. end
  275.  
  276. end)
  277.  
  278. SSection:NewButton("πŸ€–: Looks like I've encountered an error.", "ButtonInfo", function()
  279. local Players = game:GetService("Players")
  280. local LocalPlayer = Players.LocalPlayer
  281.  
  282. -- Ensure the player exists
  283. if LocalPlayer and LocalPlayer.Character then
  284. -- Find the chat service
  285. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  286. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  287. -- Fire the message to chat
  288. chatService.SayMessageRequest:FireServer("πŸ€–: Looks like I've encountered an error.", "All")
  289. else
  290. warn("Chat service not found!")
  291. end
  292. else
  293. warn("LocalPlayer or Character is missing.")
  294. end
  295.  
  296. end)
  297.  
  298. SSection:NewButton("πŸ€–: Yes.", "ButtonInfo", function()
  299. local Players = game:GetService("Players")
  300. local LocalPlayer = Players.LocalPlayer
  301.  
  302. -- Ensure the player exists
  303. if LocalPlayer and LocalPlayer.Character then
  304. -- Find the chat service
  305. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  306. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  307. -- Fire the message to chat
  308. chatService.SayMessageRequest:FireServer("πŸ€–: Yes.", "All")
  309. else
  310. warn("Chat service not found!")
  311. end
  312. else
  313. warn("LocalPlayer or Character is missing.")
  314. end
  315.  
  316. end)
  317.  
  318. SSection:NewButton("πŸ€–: As an AI, I do not have a gender.", "ButtonInfo", function()
  319. local Players = game:GetService("Players")
  320. local LocalPlayer = Players.LocalPlayer
  321.  
  322. -- Ensure the player exists
  323. if LocalPlayer and LocalPlayer.Character then
  324. -- Find the chat service
  325. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  326. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  327. -- Fire the message to chat
  328. chatService.SayMessageRequest:FireServer("πŸ€–: As an AI, I do not have a gender.", "All")
  329. else
  330. warn("Chat service not found!")
  331. end
  332. else
  333. warn("LocalPlayer or Character is missing.")
  334. end
  335.  
  336. end)
  337.  
  338. SSection:NewButton("πŸ€–: As an AI, I am not attracted to anything.", "ButtonInfo", function()
  339. local Players = game:GetService("Players")
  340. local LocalPlayer = Players.LocalPlayer
  341.  
  342. -- Ensure the player exists
  343. if LocalPlayer and LocalPlayer.Character then
  344. -- Find the chat service
  345. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  346. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  347. -- Fire the message to chat
  348. chatService.SayMessageRequest:FireServer("πŸ€–: As an AI, I am not attracted to anything.", "All")
  349. else
  350. warn("Chat service not found!")
  351. end
  352. else
  353. warn("LocalPlayer or Character is missing.")
  354. end
  355.  
  356. end)
  357.  
  358. local Num = Window:NewTab("Numbers")
  359. local NSection = Num:NewSection("AI Numbers")
  360.  
  361. NSection:NewButton("πŸ€–: 1", "ButtonInfo", function()
  362. local Players = game:GetService("Players")
  363. local LocalPlayer = Players.LocalPlayer
  364.  
  365. -- Ensure the player exists
  366. if LocalPlayer and LocalPlayer.Character then
  367. -- Find the chat service
  368. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  369. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  370. -- Fire the message to chat
  371. chatService.SayMessageRequest:FireServer("πŸ€–: 1", "All")
  372. else
  373. warn("Chat service not found!")
  374. end
  375. else
  376. warn("LocalPlayer or Character is missing.")
  377. end
  378.  
  379. end)
  380.  
  381. NSection:NewButton("πŸ€–: 2", "ButtonInfo", function()
  382. local Players = game:GetService("Players")
  383. local LocalPlayer = Players.LocalPlayer
  384.  
  385. -- Ensure the player exists
  386. if LocalPlayer and LocalPlayer.Character then
  387. -- Find the chat service
  388. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  389. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  390. -- Fire the message to chat
  391. chatService.SayMessageRequest:FireServer("πŸ€–: 2", "All")
  392. else
  393. warn("Chat service not found!")
  394. end
  395. else
  396. warn("LocalPlayer or Character is missing.")
  397. end
  398.  
  399. end)
  400.  
  401. NSection:NewButton("πŸ€–: 3", "ButtonInfo", function()
  402. local Players = game:GetService("Players")
  403. local LocalPlayer = Players.LocalPlayer
  404.  
  405. -- Ensure the player exists
  406. if LocalPlayer and LocalPlayer.Character then
  407. -- Find the chat service
  408. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  409. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  410. -- Fire the message to chat
  411. chatService.SayMessageRequest:FireServer("πŸ€–: 3", "All")
  412. else
  413. warn("Chat service not found!")
  414. end
  415. else
  416. warn("LocalPlayer or Character is missing.")
  417. end
  418.  
  419. end)
  420.  
  421. NSection:NewButton("πŸ€–: 4", "ButtonInfo", function()
  422. local Players = game:GetService("Players")
  423. local LocalPlayer = Players.LocalPlayer
  424.  
  425. -- Ensure the player exists
  426. if LocalPlayer and LocalPlayer.Character then
  427. -- Find the chat service
  428. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  429. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  430. -- Fire the message to chat
  431. chatService.SayMessageRequest:FireServer("πŸ€–: 4", "All")
  432. else
  433. warn("Chat service not found!")
  434. end
  435. else
  436. warn("LocalPlayer or Character is missing.")
  437. end
  438.  
  439. end)
  440.  
  441. NSection:NewButton("πŸ€–: 5", "ButtonInfo", function()
  442. local Players = game:GetService("Players")
  443. local LocalPlayer = Players.LocalPlayer
  444.  
  445. -- Ensure the player exists
  446. if LocalPlayer and LocalPlayer.Character then
  447. -- Find the chat service
  448. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  449. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  450. -- Fire the message to chat
  451. chatService.SayMessageRequest:FireServer("πŸ€–: 5", "All")
  452. else
  453. warn("Chat service not found!")
  454. end
  455. else
  456. warn("LocalPlayer or Character is missing.")
  457. end
  458.  
  459. end)
  460.  
  461. NSection:NewButton("πŸ€–: 6", "ButtonInfo", function()
  462. local Players = game:GetService("Players")
  463. local LocalPlayer = Players.LocalPlayer
  464.  
  465. -- Ensure the player exists
  466. if LocalPlayer and LocalPlayer.Character then
  467. -- Find the chat service
  468. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  469. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  470. -- Fire the message to chat
  471. chatService.SayMessageRequest:FireServer("πŸ€–: 6", "All")
  472. else
  473. warn("Chat service not found!")
  474. end
  475. else
  476. warn("LocalPlayer or Character is missing.")
  477. end
  478.  
  479. end)
  480.  
  481. NSection:NewButton("πŸ€–: 7", "ButtonInfo", function()
  482. local Players = game:GetService("Players")
  483. local LocalPlayer = Players.LocalPlayer
  484.  
  485. -- Ensure the player exists
  486. if LocalPlayer and LocalPlayer.Character then
  487. -- Find the chat service
  488. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  489. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  490. -- Fire the message to chat
  491. chatService.SayMessageRequest:FireServer("πŸ€–: 7", "All")
  492. else
  493. warn("Chat service not found!")
  494. end
  495. else
  496. warn("LocalPlayer or Character is missing.")
  497. end
  498.  
  499. end)
  500.  
  501. NSection:NewButton("πŸ€–: 8", "ButtonInfo", function()
  502. local Players = game:GetService("Players")
  503. local LocalPlayer = Players.LocalPlayer
  504.  
  505. -- Ensure the player exists
  506. if LocalPlayer and LocalPlayer.Character then
  507. -- Find the chat service
  508. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  509. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  510. -- Fire the message to chat
  511. chatService.SayMessageRequest:FireServer("πŸ€–: 8", "All")
  512. else
  513. warn("Chat service not found!")
  514. end
  515. else
  516. warn("LocalPlayer or Character is missing.")
  517. end
  518.  
  519. end)
  520.  
  521. NSection:NewButton("πŸ€–: 9", "ButtonInfo", function()
  522. local Players = game:GetService("Players")
  523. local LocalPlayer = Players.LocalPlayer
  524.  
  525. -- Ensure the player exists
  526. if LocalPlayer and LocalPlayer.Character then
  527. -- Find the chat service
  528. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  529. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  530. -- Fire the message to chat
  531. chatService.SayMessageRequest:FireServer("πŸ€–: 9", "All")
  532. else
  533. warn("Chat service not found!")
  534. end
  535. else
  536. warn("LocalPlayer or Character is missing.")
  537. end
  538.  
  539. end)
  540.  
  541. NSection:NewButton("πŸ€–: 10", "ButtonInfo", function()
  542. local Players = game:GetService("Players")
  543. local LocalPlayer = Players.LocalPlayer
  544.  
  545. -- Ensure the player exists
  546. if LocalPlayer and LocalPlayer.Character then
  547. -- Find the chat service
  548. local chatService = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents")
  549. if chatService and chatService:FindFirstChild("SayMessageRequest") then
  550. -- Fire the message to chat
  551. chatService.SayMessageRequest:FireServer("πŸ€–: 10", "All")
  552. else
  553. warn("Chat service not found!")
  554. end
  555. else
  556. warn("LocalPlayer or Character is missing.")
  557. end
  558.  
  559. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement