DianneRobloxPlayer

chatbot

Mar 22nd, 2023
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. --[[
  2. DISCLAIMER:
  3.  
  4. I am not affiliated with Character.AI or anything like that.
  5. It’s just a project I did for fun.
  6. I only use the API that I created using Web Scraping,
  7. which is a technique to extract data from websites.
  8. Therefore, this script is not endorsed or supported by the Character.AI team.
  9.  
  10. Official Character.AI site: https://beta.character.ai/
  11. ]]
  12.  
  13. getfenv().YourToken = 'f67cade6f9f67b7129ad93422f1f786110221510';
  14. getfenv().WaitAnswer = true;
  15.  
  16. --[[
  17. IMPORTANT:
  18.  
  19. - If "YourToken" isn't set, the script logs in as a guest.
  20.  
  21. - Why you should get a token:
  22. - Guest can only send like 5 messages to a Character.
  23. - Guests cannot search for characters.
  24.  
  25. - With Character.AI, you can send as many messages as you want for free.
  26. - The token is valid forever, so you only need to get it once.
  27.  
  28. - Setting "WaitAnswer" to true makes the script wait for the bot's
  29. response before generating another one. This can help prevent flooding
  30. the chat with messages, but it also means the script won't be able
  31. to read incoming messages while waiting for a response.
  32.  
  33. - Setting "WaitAnswer" to false makes the script respond quickly
  34. without waiting for the bot's response. This can be useful for
  35. certain scenarios, but it may flood the chat with messages.
  36. ]]
  37.  
  38. --[[
  39. to obtain your Character.AI token,
  40. you can find a series of steps at the following
  41. link: https://github.com/ElWapoteDev/CharacterAI-Luau#how-to-get-my-characterai-token
  42.  
  43.  
  44.  
  45. If you are a developer or have knowledge in Luau,
  46. you can check out the GitHub repository of the module for Character.AI
  47. to create your own implementations for Roblox.
  48. Here is the link to the repository on GitHub: https://github.com/ElWapoteDev/CharacterAI-Luau
  49. ]]
  50.  
  51. loadstring(game:HttpGet('https://raw.githubusercontent.com/ElWapoteDev/CharacterAI-Luau/main/Examples/CharHub.lua', true))();
Advertisement
Add Comment
Please, Sign In to add comment