Advertisement
ERROR_CODE

AiChat Program

Sep 27th, 2023 (edited)
3,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 40.07 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local ChatFrame1 = Instance.new("Frame")
  3. local UIChatCorner = Instance.new("UICorner")
  4. local UIPadding = Instance.new("UIPadding")
  5. local ChatBox = Instance.new("TextBox")
  6. local WindowPanel = Instance.new("TextLabel")
  7. local UIPanel = Instance.new("UICorner")
  8. local closechat = Instance.new("ImageButton")
  9. local closechatUI = Instance.new("UICorner")
  10. local PictureUICorner = Instance.new("UICorner")
  11. local ChatBoxUICorner = Instance.new("UICorner")
  12. local SentMassageButton = Instance.new("ImageButton")
  13. local SentUICorner = Instance.new("UICorner")
  14. local ERROR_CODEPFP1 = Instance.new("ImageButton")
  15. local PlayerPFP = Instance.new("ImageButton")
  16. local ERROR_CODEPFP2 = Instance.new("ImageButton")
  17. local ERROR_CODEPFP1UICorner = Instance.new("UICorner")
  18. local ERROR_CODEPFP2UICorner = Instance.new("UICorner")
  19. local PlayerUICorner = Instance.new("UICorner")
  20. local Message1 = Instance.new("TextLabel")
  21. local Message2 = Instance.new("TextLabel")
  22. local Message3 = Instance.new("TextLabel")
  23. local Message1UICorner = Instance.new("UICorner")
  24. local Message2UICorner = Instance.new("UICorner")
  25. local Message3UICorner = Instance.new("UICorner")
  26. local SettingsButton = Instance.new("ImageButton")
  27. local SettingsUICorner = Instance.new("UICorner")
  28. local min2 = Instance.new("ImageButton")
  29. local min2UICorner = Instance.new("UICorner")
  30. local SettingsFrame1 = Instance.new("Frame")
  31. local CloseSettingsButton = Instance.new("TextButton")
  32. local CloseSettingsButtonUICorner = Instance.new("UICorner")
  33. local ScrollingFrameForSettings2 = Instance.new("ScrollingFrame")
  34. local LanguageSettingsText = Instance.new("TextLabel")
  35. local LanguageSettingsTextUICorner = Instance.new("UICorner")
  36. local LanguageButtonRussianDefault = Instance.new("TextButton")
  37. local LanguageButtonRussianDefaultUICorner = Instance.new("UICorner")
  38. local LanguageButtonEnglish = Instance.new("TextButton")
  39. local LanguageButtonEnglishUICorner = Instance.new("UICorner")
  40. local LanguageButtonEspanol = Instance.new("TextButton")
  41. local LanguageButtonEspanolUICorner = Instance.new("UICorner")
  42. local LanguageButtonArabic = Instance.new("TextButton")
  43. local LanguageButtonArabicUICorner = Instance.new("UICorner")
  44. local LanguageButtonKorean = Instance.new("TextButton")
  45. local LanguageButtonKoreanUICorner = Instance.new("UICorner")
  46. local agerestrictions = Instance.new("TextLabel")
  47. local agerestrictionsUICorner = Instance.new("UICorner")
  48. local EighteenDefaultButton = Instance.new("TextButton")
  49. local EighteenDefaultButtonUICorner = Instance.new("UICorner")
  50. local ThirteenButton = Instance.new("TextButton")
  51. local ThirteenButtonUICorner = Instance.new("UICorner")
  52. local ThemeText = Instance.new("TextLabel")
  53. local ThemeTextUICorner = Instance.new("UICorner")
  54. local ThemeButton = Instance.new("ImageButton")
  55. local ThemeButtonUICorner = Instance.new("UICorner")
  56. local ChatPictureText = Instance.new("TextLabel")
  57. local ChatPictureTextUICorner = Instance.new("UICorner")
  58. local DefaultPicture1 = Instance.new("ImageButton")
  59. local DefaultPicture1UICorner = Instance.new("UICorner")
  60. local Picture2 = Instance.new("ImageButton")
  61. local Picture2UICorner = Instance.new("UICorner")
  62. local Picture3 = Instance.new("ImageButton")
  63. local Picture3UICorner = Instance.new("UICorner")
  64. local Picture4 = Instance.new("ImageButton")
  65. local Picture4UICorner = Instance.new("UICorner")
  66. local Picture5 = Instance.new("ImageButton")
  67. local Picture5UICorner = Instance.new("UICorner")
  68. local Picture6 = Instance.new("ImageButton")
  69. local Picture6UICorner = Instance.new("UICorner")
  70. local Picture7 = Instance.new("ImageButton")
  71. local Picture7UICorner = Instance.new("UICorner")
  72. local Picture8 = Instance.new("ImageButton")
  73. local Picture8UICorner = Instance.new("UICorner")
  74. local textLabel = Instance.new("TextLabel")
  75. local frame = Instance.new("Frame")
  76. local ErrorAudio = Instance.new("Sound")
  77. local IdErr = "1524549907"
  78. ErrorAudio.Parent = game.Workspace
  79. ErrorAudio.SoundId = "rbxassetid://"..IdErr
  80. ErrorAudio.Looped = false
  81. ErrorAudio.Volume = 1
  82. local SetAudio = Instance.new("Sound")
  83. local Id = "452267918"
  84. SetAudio.Parent = game.Workspace
  85. SetAudio.SoundId = "rbxassetid://"..Id
  86. SetAudio.Looped = false
  87. SetAudio.Volume = 1
  88. local SentAudio = Instance.new("Sound")
  89. local Id = "7433801607"
  90. SentAudio.Parent = game.Workspace
  91. SentAudio.SoundId = "rbxassetid://"..Id
  92. SentAudio.Looped = false
  93. SentAudio.Volume = 1
  94. local AudioSettingsText = Instance.new("TextLabel")
  95. local AudioSettingsTextUICorner = Instance.new("UICorner")
  96. local AudioButton = Instance.new("ImageButton")
  97. local AudioButtonUICorner = Instance.new("UICorner")
  98. local SocialMediaTextLabel = Instance.new("TextLabel")
  99. local SocialMediaTextLabelUICorner = Instance.new("UICorner")
  100. local YOUTUBEButton = Instance.new("ImageButton")
  101. local YOUTUBEButtonUICorner = Instance.new("UICorner")
  102. local PastebinButton = Instance.new("ImageButton")
  103. local PastebinButtonUICorner = Instance.new("UICorner")
  104. local RobloxButton = Instance.new("ImageButton")
  105. local RobloxButtonUICorner = Instance.new("UICorner")
  106. local SetYoutAvatarIconTextLabel = Instance.new("TextLabel")
  107. local SetYoutAvatarIconTextLabelUICorner = Instance.new("UICorner")
  108. local SetYoutAvatarIconTextBox = Instance.new("TextBox")
  109. local SetYoutAvatarIconTextBoxUICorner = Instance.new("UICorner")
  110. local SetYoutAvatarIconTextButton = Instance.new("TextButton")
  111. local SetYoutAvatarIconTextButtonUICorner = Instance.new("UICorner")
  112. local SetChatPictureBackgroundTextLabel = Instance.new("TextLabel")
  113. local SetChatPictureBackgroundTextLabelUICorner = Instance.new("UICorner")
  114. local SetChatPictureBackgroundTextBox = Instance.new("TextBox")
  115. local SetChatPictureBackgroundTextBoxUICorner = Instance.new("UICorner")
  116. local SetChatPictureBackgroundTextButton = Instance.new("TextButton")
  117. local SetChatPictureBackgroundTextButtonUICorner = Instance.new("UICorner")
  118. local MadeByECCSImageLabel = Instance.new("ImageLabel")
  119. local MadeByECCSImageLabelUICorner = Instance.new("UICorner")
  120. local OpenChatImageButton = Instance.new("ImageButton")
  121. local OpenChatImageButtonUICorner = Instance.new("UICorner")
  122. local ChatPicture = Instance.new("ImageLabel", ChatFrame1)
  123. local Error = Instance.new("ImageButton")
  124. local Notification = loadstring(game:HttpGet("https://pastebin.com/raw/CsPiGz8a"))()
  125. local ownerId = 3323558881
  126. local HttpService = game:GetService("HttpService")
  127. local UserInputService = game:GetService("UserInputService")
  128. local idioma = "ru"
  129. local chatfuel = "False"
  130. local function mensajepro(mensaje)
  131. local texto = mensaje
  132. local Responde = game:HttpGet("https://api.simsimi.net/v2/?text="..texto.."&lc="..idioma.."&cf="..chatfuel)
  133. local datos = HttpService:JSONDecode(Responde)
  134. Message3.Text = datos.success
  135. end
  136.  
  137. ScreenGui.Parent = game.CoreGui
  138.  
  139. UIPanel.Parent = WindowPanel
  140.  
  141. SettingsFrame1.Visible = false
  142. CloseSettingsButton.Visible = false
  143.  
  144. ChatFrame1.Parent = ScreenGui
  145. ChatFrame1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  146. ChatFrame1.Position = UDim2.new(0.1, 0, 0.1, 0)
  147. ChatFrame1.LayoutOrder = 5
  148. ChatFrame1.Size = UDim2.new(0, 455, 0, 290)
  149.  
  150.  
  151.  ChatPicture.Image = "rbxassetid://14907812475"
  152.  ChatPicture.Size  = ChatFrame1.Size
  153.  
  154.  
  155. game.Players.PlayerAdded:Connect(function(player)
  156. if player.UserId == ownerId then
  157. local notif = Notification.new("warning", "Developer", "ERROR_CODE has joined!")
  158. notif:deleteTimeout(10)
  159. end
  160. end)
  161.  
  162.  
  163. PictureUICorner.Parent = ChatPicture
  164.  
  165. ChatBox.Name = "ChatBox"
  166. ChatBox.Parent = ChatFrame1
  167. ChatBox.BackgroundColor3 = Color3.new(255, 255, 255)
  168. ChatBox.Position = UDim2.new(0.05, 0, 0.79, 0)
  169. ChatBox.Size = UDim2.new(0, 355, 0, 35)
  170. ChatBox.Font = Enum.Font.Code
  171. ChatBox.FontSize = Enum.FontSize.Size18
  172. ChatBox.Text = "enter message here"
  173. ChatBox.TextColor3 = Color3.new(0, 0, 0)
  174. ChatBox.TextSize = 15
  175. ChatBox.TextXAlignment = Enum.TextXAlignment.Left
  176. ChatBox.TextWrapped = true
  177.  
  178. ChatBoxUICorner.Parent = ChatBox
  179.  
  180. UIPadding.Parent = ChatBox
  181. UIPadding.PaddingBottom = UDim.new(10, 10)
  182. UIPadding.PaddingLeft = UDim.new(10, 10)
  183. UIPadding.PaddingRight = UDim.new(10, 10)
  184. UIPadding.PaddingTop = UDim.new(10, 10)
  185.  
  186.  
  187. WindowPanel.Name = "WindowPanel"
  188. WindowPanel.Parent = ChatFrame1
  189. WindowPanel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190. WindowPanel.Size = UDim2.new(0, 455, 0, 25)
  191. WindowPanel.Font = Enum.Font.GothamBold
  192. WindowPanel.Text = "AiChat"
  193. WindowPanel.TextColor3 = Color3.fromRGB(0, 0, 0)
  194. WindowPanel.TextScaled = true
  195. WindowPanel.TextSize = 14.000
  196. WindowPanel.TextWrapped = true
  197. WindowPanel.Position = UDim2.new(0, 0, 0, 0)
  198. WindowPanel.TextXAlignment = Enum.TextXAlignment.Left
  199.  
  200. closechat.Name = "closechat"
  201. closechat.Parent = ChatFrame1
  202. closechat.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  203. closechat.Position = UDim2.new(0.94, 0, 0, 0)
  204. closechat.Size = UDim2.new(0, 23, 0, 23)
  205. closechat.Image = "rbxassetid://385868188"
  206. closechat.MouseButton1Down:connect(function()
  207. ScreenGui:Remove()
  208. end)
  209.  
  210. PlayerPFP.Visible = false
  211. ERROR_CODEPFP2.Visible = false
  212. Message2.Visible = false
  213. Message3.Visible = false
  214.  
  215. SentMassageButton.Name = "SentMassageButton"
  216. SentMassageButton.Parent = ChatFrame1
  217. SentMassageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. SentMassageButton.Position = UDim2.new(0.89, 0, 0.79, 0)
  219. SentMassageButton.Size = UDim2.new(0, 33, 0, 33)
  220. SentMassageButton.Image = "rbxassetid://14908005840"
  221. SentMassageButton.Transparency = 0.5
  222. SentMassageButton.MouseButton1Down:connect(function()
  223. Message2.Text = ""..ChatBox.Text
  224. SentAudio.Playing = true
  225. Message2.Visible = true
  226. PlayerPFP.Visible = true
  227. mensajepro(ChatBox.Text)
  228. ChatBox.Text = ""
  229. ERROR_CODEPFP2.Visible = true
  230. ERROR_CODEPFP1.Visible = false
  231. Message1.Visible = false
  232. Message3.Visible = true
  233. end)
  234.  
  235. SentUICorner.Parent = SentMassageButton
  236.  
  237. ERROR_CODEPFP1.Name = "ERROR_CODEPFP1"
  238. ERROR_CODEPFP1.Parent = ChatFrame1
  239. ERROR_CODEPFP1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  240. ERROR_CODEPFP1.Position = UDim2.new(0.05, 0, 0.2, 0)
  241. ERROR_CODEPFP1.Size = UDim2.new(0, 45, 0, 45)
  242. ERROR_CODEPFP1.Image = "rbxassetid://14891251537"
  243. ERROR_CODEPFP1.Transparency = 0.7
  244. ERROR_CODEPFP1.MouseButton1Down:connect(function()
  245. end)
  246.  
  247. ERROR_CODEPFP1UICorner.Parent = ERROR_CODEPFP1
  248.  
  249. ERROR_CODEPFP2.Name = "ERROR_CODEPFP2"
  250. ERROR_CODEPFP2.Parent = ChatFrame1
  251. ERROR_CODEPFP2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  252. ERROR_CODEPFP2.Position = UDim2.new(0.05, 0, 0.6, 0)
  253. ERROR_CODEPFP2.Size = UDim2.new(0, 45, 0, 45)
  254. ERROR_CODEPFP2.Image = "rbxassetid://14891251537"
  255. ERROR_CODEPFP2.Transparency = 0.7
  256. ERROR_CODEPFP2.MouseButton1Down:connect(function()
  257. end)
  258.  
  259. ERROR_CODEPFP2UICorner.Parent = ERROR_CODEPFP2
  260.  
  261.  
  262. PlayerPFP.Name = "PlayerPFP"
  263. PlayerPFP.Parent = ChatFrame1
  264. PlayerPFP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  265. PlayerPFP.Position = UDim2.new(0.85, 0, 0.4, 0)
  266. PlayerPFP.Size = UDim2.new(0, 45, 0, 45)
  267. PlayerPFP.Image = "https://www.roblox.com/headshot-thumbnail/image?userId=".. game.Players.LocalPlayer.UserId .."&width=999&height=999&format=png"
  268. PlayerPFP.Transparency = 0.7
  269. PlayerPFP.MouseButton1Down:connect(function()
  270. end)
  271.  
  272. PlayerUICorner.Parent = PlayerPFP
  273.  
  274.  
  275. Message1.Name = "Message1"
  276. Message1.Parent = ChatFrame1
  277. Message1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  278. Message1.Size = UDim2.new(0, 150, 0, 40)
  279. Message1.Font = Enum.Font.GothamBold
  280. Message1.Text = "Hello/Привет/Hola/مرحبًا/안녕"
  281. Message1.TextColor3 = Color3.fromRGB(0, 0, 0)
  282. Message1.TextScaled = true
  283. Message1.TextSize = 14.000
  284. Message1.TextWrapped = true
  285. Message1.Position = UDim2.new(0.16, 0, 0.22, 0)
  286. Message1.TextXAlignment = Enum.TextXAlignment.Left
  287.  
  288. Message1UICorner.Parent = Message1
  289.  
  290.  
  291. Message2.Name = "Message2"
  292. Message2.Parent = ChatFrame1
  293. Message2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  294. Message2.Size = UDim2.new(0, 150, 0, 40)
  295. Message2.Font = Enum.Font.GothamBold
  296. Message2.Text = ""
  297. Message2.TextColor3 = Color3.fromRGB(0, 0, 0)
  298. Message2.TextScaled = true
  299. Message2.TextSize = 14.000
  300. Message2.TextWrapped = true
  301. Message2.Position = UDim2.new(0.50, 0, 0.4, 0)
  302. Message2.TextXAlignment = Enum.TextXAlignment.Right
  303.  
  304. Message2UICorner.Parent = Message2
  305.  
  306. Message3.Name = "Message3"
  307. Message3.Parent = ChatFrame1
  308. Message3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  309. Message3.Size = UDim2.new(0, 150, 0, 40)
  310. Message3.Font = Enum.Font.GothamBold
  311. Message3.Text = ""
  312. Message3.TextColor3 = Color3.fromRGB(0, 0, 0)
  313. Message3.TextScaled = true
  314. Message3.TextSize = 14.000
  315. Message3.TextWrapped = true
  316. Message3.Position = UDim2.new(0.16, 0, 0.61, 0)
  317. Message3.TextXAlignment = Enum.TextXAlignment.Left
  318.  
  319. Message3UICorner.Parent = Message3
  320.  
  321. UIChatCorner.Parent = ChatFrame1
  322.  
  323. closechatUI.Parent = closechat
  324.  
  325. min2.Name = "min2"
  326. min2.Parent = ChatFrame1
  327. min2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  328. min2.Position = UDim2.new(0.88, 0, 0, 0)
  329. min2.Size = UDim2.new(0, 23, 0, 23)
  330. min2.Image = "rbxassetid://14898254454"
  331. min2.MouseButton1Down:connect(function()
  332. ChatFrame1.Visible = false
  333. OpenChatImageButton.Visible = true
  334. end)
  335.  
  336. min2UICorner.Parent = min2
  337.  
  338. SettingsButton.Name = "SettingsButton"
  339. SettingsButton.Parent = ChatFrame1
  340. SettingsButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  341. SettingsButton.Position = UDim2.new(0.819, 0, 0, 0)
  342. SettingsButton.Size = UDim2.new(0, 23, 0, 23)
  343. SettingsButton.Image = "rbxassetid://14925215448"
  344. SettingsButton.Transparency = 1
  345. SettingsButton.MouseButton1Down:connect(function()
  346. SettingsFrame1.Visible = true
  347. SettingsFrame1:TweenSize(UDim2.new(0, 169, 0, 265), 'Out', 4, true)
  348. LanguageSettingsText.Visible = true
  349. wait(0.8)
  350. CloseSettingsButton.Visible = true
  351. end)
  352.  
  353. SettingsFrame1.Parent = ChatFrame1
  354. SettingsFrame1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  355. SettingsFrame1.Position = UDim2.new(0, 0, 0.09, 0)
  356. SettingsFrame1.LayoutOrder = 5
  357. SettingsFrame1.Size = UDim2.new(0, 0, 0, 265)
  358.  
  359.                      
  360.  
  361. SettingsUICorner.Parent = SettingsFrame1
  362.  
  363.  
  364. CloseSettingsButton.Name = "CloseSettingsButton"
  365. CloseSettingsButton.Parent = ChatFrame1
  366. CloseSettingsButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  367. CloseSettingsButton.Position = UDim2.new(0.32, 0, 0.09, 0)
  368. CloseSettingsButton.Size = UDim2.new(0, 23, 0, 23)
  369. CloseSettingsButton.Font = Enum.Font.GothamBold
  370. CloseSettingsButton.Text = "X"
  371. CloseSettingsButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  372. CloseSettingsButton.TextScaled = true
  373. CloseSettingsButton.TextSize = 14.000
  374. CloseSettingsButton.TextWrapped = true
  375. CloseSettingsButton.MouseButton1Down:connect(function()
  376. CloseSettingsButton.Visible = false
  377. SettingsFrame1:TweenSize(UDim2.new(0, 0, 0, 265), 'Out', 4, true)
  378. wait(0.6)
  379. LanguageSettingsText.Visible = false
  380. SettingsFrame1.Visible = false
  381. end)
  382.  
  383. LanguageSettingsText.Name = "LanguageSettingsText"
  384. LanguageSettingsText.Parent = ScrollingFrameForSettings2
  385. LanguageSettingsText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  386. LanguageSettingsText.Position = UDim2.new(0.11, 0, 0, 0)
  387. LanguageSettingsText.Size = UDim2.new(0, 100, 0, 33)
  388. LanguageSettingsText.Font = Enum.Font.GothamBold
  389. LanguageSettingsText.Text = "Language Settings"
  390. LanguageSettingsText.TextColor3 = Color3.fromRGB(150, 150, 150)
  391. LanguageSettingsText.TextScaled = false
  392. LanguageSettingsText.TextSize = 10
  393. LanguageSettingsText.TextWrapped = false
  394.  
  395.  
  396.  
  397. LanguageSettingsTextUICorner.Parent = LanguageSettingsText
  398.  
  399.  
  400. CloseSettingsButtonUICorner.Parent = CloseSettingsButton
  401.  
  402.  
  403. ScrollingFrameForSettings2.CanvasSize = UDim2.new(0, 0, 5, 0)
  404. ScrollingFrameForSettings2.ScrollBarImageColor3 = Color3.new(0.137255, 0.211765, 0.266667)
  405. ScrollingFrameForSettings2.ScrollBarThickness = 8
  406. ScrollingFrameForSettings2.Active = true
  407. ScrollingFrameForSettings2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  408. ScrollingFrameForSettings2.BackgroundTransparency = 1
  409. ScrollingFrameForSettings2.BorderSizePixel = 0
  410. ScrollingFrameForSettings2.Position = UDim2.new(0.0167131703, 0, 0.00914634112, 0)
  411. ScrollingFrameForSettings2.Size = UDim2.new(0.8, 0, 0.9, 0)
  412. ScrollingFrameForSettings2.Name = "ScrollingFrameForSettings2"
  413. ScrollingFrameForSettings2.Parent = SettingsFrame1
  414.  
  415.  
  416. LanguageButtonRussianDefault.Name = "LanguageButtonRussianDefault"
  417. LanguageButtonRussianDefault.Parent = ScrollingFrameForSettings2
  418. LanguageButtonRussianDefault.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  419. LanguageButtonRussianDefault.Position = UDim2.new(0.13, 0, 0.02, 0)
  420. LanguageButtonRussianDefault.Size = UDim2.new(0, 100, 0, 23)
  421. LanguageButtonRussianDefault.Font = Enum.Font.GothamBold
  422. LanguageButtonRussianDefault.Text = "Русский(Default)"
  423. LanguageButtonRussianDefault.TextColor3 = Color3.fromRGB(255, 255, 255)
  424. LanguageButtonRussianDefault.TextScaled = false
  425. LanguageButtonRussianDefault.TextSize = 14.000
  426. LanguageButtonRussianDefault.TextWrapped = false
  427. LanguageButtonRussianDefault.MouseButton1Down:connect(function()
  428. SetAudio.Playing = true
  429. idioma = "ru"
  430. writefile("Idioma.txt", "ru")
  431. end)
  432.  
  433. LanguageButtonRussianDefaultUICorner.Parent = LanguageButtonRussianDefault
  434.  
  435.  
  436. LanguageButtonEnglish.Name = "LanguageButtonEnglish"
  437. LanguageButtonEnglish.Parent = ScrollingFrameForSettings2
  438. LanguageButtonEnglish.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  439. LanguageButtonEnglish.Position = UDim2.new(0.13, 0, 0.04, 0)
  440. LanguageButtonEnglish.Size = UDim2.new(0, 100, 0, 23)
  441. LanguageButtonEnglish.Font = Enum.Font.GothamBold
  442. LanguageButtonEnglish.Text = "English"
  443. LanguageButtonEnglish.TextColor3 = Color3.fromRGB(255, 255, 255)
  444. LanguageButtonEnglish.TextScaled = false
  445. LanguageButtonEnglish.TextSize = 14.000
  446. LanguageButtonEnglish.TextWrapped = false
  447. LanguageButtonEnglish.MouseButton1Down:connect(function()
  448. SetAudio.Playing = true
  449. idioma = "en"
  450. writefile("Idioma.txt", "en")
  451. end)
  452.  
  453. LanguageButtonEnglishUICorner.Parent = LanguageButtonEnglish
  454.  
  455. LanguageButtonEspanol.Name = "LanguageButtonEspanol"
  456. LanguageButtonEspanol.Parent = ScrollingFrameForSettings2
  457. LanguageButtonEspanol.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  458. LanguageButtonEspanol.Position = UDim2.new(0.13, 0, 0.06, 0)
  459. LanguageButtonEspanol.Size = UDim2.new(0, 100, 0, 23)
  460. LanguageButtonEspanol.Font = Enum.Font.GothamBold
  461. LanguageButtonEspanol.Text = "Español"
  462. LanguageButtonEspanol.TextColor3 = Color3.fromRGB(255, 255, 255)
  463. LanguageButtonEspanol.TextScaled = false
  464. LanguageButtonEspanol.TextSize = 14.000
  465. LanguageButtonEspanol.TextWrapped = false
  466. LanguageButtonEspanol.MouseButton1Down:connect(function()
  467. SetAudio.Playing = true
  468. idioma = "es"
  469. writefile("Idioma.txt", "es")
  470. end)
  471.  
  472. LanguageButtonEspanolUICorner.Parent = LanguageButtonEspanol
  473.  
  474. LanguageButtonArabic.Name = "LanguageButtonArabic"
  475. LanguageButtonArabic.Parent = ScrollingFrameForSettings2
  476. LanguageButtonArabic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  477. LanguageButtonArabic.Position = UDim2.new(0.13, 0, 0.06, 0)
  478. LanguageButtonArabic.Size = UDim2.new(0, 100, 0, 23)
  479. LanguageButtonArabic.Font = Enum.Font.GothamBold
  480. LanguageButtonArabic.Text = "العربية"
  481. LanguageButtonArabic.TextColor3 = Color3.fromRGB(255, 255, 255)
  482. LanguageButtonArabic.TextScaled = false
  483. LanguageButtonArabic.TextSize = 14.000
  484. LanguageButtonArabic.TextWrapped = false
  485. LanguageButtonArabic.MouseButton1Down:connect(function()
  486. SetAudio.Playing = true
  487. idioma = "ar"
  488. writefile("Idioma.txt", "ar")
  489. end)
  490.  
  491. LanguageButtonArabicUICorner.Parent = LanguageButtonArabic
  492.  
  493. LanguageButtonKorean.Name = "LanguageButtonKorean"
  494. LanguageButtonKorean.Parent = ScrollingFrameForSettings2
  495. LanguageButtonKorean.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  496. LanguageButtonKorean.Position = UDim2.new(0.13, 0, 0.08, 0)
  497. LanguageButtonKorean.Size = UDim2.new(0, 100, 0, 23)
  498. LanguageButtonKorean.Font = Enum.Font.GothamBold
  499. LanguageButtonKorean.Text = "ا한국어"
  500. LanguageButtonKorean.TextColor3 = Color3.fromRGB(255, 255, 255)
  501. LanguageButtonKorean.TextScaled = false
  502. LanguageButtonKorean.TextSize = 14.000
  503. LanguageButtonKorean.TextWrapped = false
  504. LanguageButtonKorean.MouseButton1Down:connect(function()
  505. SetAudio.Playing = true
  506. idioma = "ko"
  507. writefile("Idioma.txt", "ko")
  508. end)
  509.  
  510. LanguageButtonKoreanUICorner.Parent = LanguageButtonKorean
  511.  
  512.  
  513. agerestrictions.Name = "agerestrictions"
  514. agerestrictions.Parent = ScrollingFrameForSettings2
  515. agerestrictions.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  516. agerestrictions.Position = UDim2.new(0.11, 0, 0.10, 0)
  517. agerestrictions.Size = UDim2.new(0, 100, 0, 33)
  518. agerestrictions.Font = Enum.Font.GothamBold
  519. agerestrictions.Text = "Age Restrictions"
  520. agerestrictions.TextColor3 = Color3.fromRGB(150, 150, 150)
  521. agerestrictions.TextScaled = false
  522. agerestrictions.TextSize = 10
  523. agerestrictions.TextWrapped = false
  524.  
  525. agerestrictionsUICorner.Parent = agerestrictions
  526.  
  527. EighteenDefaultButton.Name = "EighteenDefaultButton"
  528. EighteenDefaultButton.Parent = ScrollingFrameForSettings2
  529. EighteenDefaultButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  530. EighteenDefaultButton.Position = UDim2.new(0.13, 0, 0.12, 0)
  531. EighteenDefaultButton.Size = UDim2.new(0, 100, 0, 23)
  532. EighteenDefaultButton.Font = Enum.Font.GothamBold
  533. EighteenDefaultButton.Text = "18+(Default)"
  534. EighteenDefaultButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  535. EighteenDefaultButton.TextScaled = false
  536. EighteenDefaultButton.TextSize = 14.000
  537. EighteenDefaultButton.TextWrapped = false
  538. EighteenDefaultButton.MouseButton1Down:connect(function()
  539. SetAudio.Playing = true
  540. chatfuel = "False"
  541. end)
  542.  
  543. EighteenDefaultButtonUICorner.Parent = EighteenDefaultButton
  544.  
  545. ThirteenButton.Name = "ThirteenButton"
  546. ThirteenButton.Parent = ScrollingFrameForSettings2
  547. ThirteenButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  548. ThirteenButton.Position = UDim2.new(0.13, 0, 0.14, 0)
  549. ThirteenButton.Size = UDim2.new(0, 100, 0, 23)
  550. ThirteenButton.Font = Enum.Font.GothamBold
  551. ThirteenButton.Text = "13+"
  552. ThirteenButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  553. ThirteenButton.TextScaled = false
  554. ThirteenButton.TextSize = 14.000
  555. ThirteenButton.TextWrapped = false
  556. ThirteenButton.MouseButton1Down:connect(function()
  557. SetAudio.Playing = true
  558. chatfuel = "True"
  559. end)
  560.  
  561. ThirteenButtonUICorner.Parent = ThirteenButton
  562.  
  563. ThemeText.Name = "ThemeText"
  564. ThemeText.Parent = ScrollingFrameForSettings2
  565. ThemeText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  566. ThemeText.Position = UDim2.new(0.11, 0, 0.16, 0)
  567. ThemeText.Size = UDim2.new(0, 100, 0, 33)
  568. ThemeText.Font = Enum.Font.GothamBold
  569. ThemeText.Text = "Light Theme(Default)"
  570. ThemeText.TextColor3 = Color3.fromRGB(150, 150, 150)
  571. ThemeText.TextScaled = false
  572. ThemeText.TextSize = 10
  573. ThemeText.TextWrapped = false
  574.  
  575. ThemeTextUICorner.Parent = ThemeText
  576.  
  577. ThemeButton.Name = "ThemeButton"
  578. ThemeButton.Parent = ScrollingFrameForSettings2
  579. ThemeButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  580. ThemeButton.Position = UDim2.new(0.4, 0, 0.18, 0)
  581. ThemeButton.Size = UDim2.new(0, 30, 0, 30)
  582. ThemeButton.Image = "rbxassetid://14929497057"
  583. ThemeButton.MouseButton1Down:connect(function()
  584. SetAudio.Playing = true
  585. if ThemeButton.Image == "rbxassetid://14929497057" then
  586. ThemeButton.Image = "rbxassetid://14929498552"
  587. ThemeButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  588. ThemeText.Text = "Dark Theme"
  589. ChatBox.BackgroundColor3 = Color3.new(0, 0, 0)
  590. ChatBox.TextColor3 = Color3.new(255, 255, 255)
  591. Message1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  592. Message1.TextColor3 = Color3.fromRGB(255, 255, 255)
  593. Message2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  594. Message2.TextColor3 = Color3.fromRGB(255, 255, 255)
  595. Message3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  596. Message3.TextColor3 = Color3.fromRGB(255, 255, 255)
  597. else
  598. if ThemeButton.Image == "rbxassetid://14929498552" then
  599. ThemeButton.Image = "rbxassetid://14929497057"
  600. ThemeButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  601. ThemeText.Text = "Light Theme(Default)"
  602. ChatBox.BackgroundColor3 = Color3.new(255, 255, 255)
  603. ChatBox.TextColor3 = Color3.new(0, 0, 0)
  604. Message1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  605. Message1.TextColor3 = Color3.fromRGB(0, 0, 0)
  606. Message2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  607. Message2.TextColor3 = Color3.fromRGB(0, 0, 0)
  608. Message3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  609. Message3.TextColor3 = Color3.fromRGB(0, 0, 0)
  610. end
  611. end
  612. end)
  613.  
  614. ThemeButtonUICorner.Parent = ThemeButton
  615.  
  616.  
  617. ChatPictureText.Name = "ChatPictureText"
  618. ChatPictureText.Parent = ScrollingFrameForSettings2
  619. ChatPictureText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  620. ChatPictureText.Position = UDim2.new(0.13, 0, 0.20, 0)
  621. ChatPictureText.Size = UDim2.new(0, 100, 0, 33)
  622. ChatPictureText.Font = Enum.Font.GothamBold
  623. ChatPictureText.Text = "Chat Pictures"
  624. ChatPictureText.TextColor3 = Color3.fromRGB(150, 150, 150)
  625. ChatPictureText.TextScaled = false
  626. ChatPictureText.TextSize = 10
  627. ChatPictureText.TextWrapped = false
  628.  
  629. ChatPictureTextUICorner.Parent = ChatPictureText
  630.  
  631. DefaultPicture1.Name = "DefaultPicture1"
  632. DefaultPicture1.Parent = ScrollingFrameForSettings2
  633. DefaultPicture1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  634. DefaultPicture1.Position = UDim2.new(0.15, 0, 0.22, 0)
  635. DefaultPicture1.Size = UDim2.new(0, 100, 0, 50)
  636. DefaultPicture1.Image = "rbxassetid://14907812475"
  637. DefaultPicture1.MouseButton1Down:connect(function()
  638. SetAudio.Playing = true
  639. ChatPicture.Image = "rbxassetid://14907812475"
  640. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  641. end)
  642.  
  643. DefaultPicture1UICorner.Parent = DefaultPicture1
  644.  
  645. Picture2.Name = "Picture2"
  646. Picture2.Parent = ScrollingFrameForSettings2
  647. Picture2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  648. Picture2.Position = UDim2.new(0.15, 0, 0.28, 0)
  649. Picture2.Size = UDim2.new(0, 100, 0, 50)
  650. Picture2.Image = "rbxassetid://14930437146"
  651. Picture2.MouseButton1Down:connect(function()
  652. SetAudio.Playing = true
  653. ChatPicture.Image = "rbxassetid://14930437146"
  654. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  655. end)
  656.  
  657. Picture2UICorner.Parent = Picture2
  658.  
  659. Picture3.Name = "Picture3"
  660. Picture3.Parent = ScrollingFrameForSettings2
  661. Picture3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  662. Picture3.Position = UDim2.new(0.15, 0, 0.34, 0)
  663. Picture3.Size = UDim2.new(0, 100, 0, 50)
  664. Picture3.Image = "rbxassetid://14930439055"
  665. Picture3.MouseButton1Down:connect(function()
  666. SetAudio.Playing = true
  667. ChatPicture.Image = "rbxassetid://14930439055"
  668. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  669. end)
  670.  
  671. Picture3UICorner.Parent = Picture3
  672.  
  673. Picture4.Name = "Picture4"
  674. Picture4.Parent = ScrollingFrameForSettings2
  675. Picture4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  676. Picture4.Position = UDim2.new(0.15, 0, 0.40, 0)
  677. Picture4.Size = UDim2.new(0, 100, 0, 50)
  678. Picture4.Image = "rbxassetid://14930444226"
  679. Picture4.MouseButton1Down:connect(function()
  680. SetAudio.Playing = true
  681. ChatPicture.Image = "rbxassetid://14930444226"
  682. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  683. end)
  684.  
  685. Picture4UICorner.Parent = Picture4
  686.  
  687. Picture5.Name = "Picture5"
  688. Picture5.Parent = ScrollingFrameForSettings2
  689. Picture5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  690. Picture5.Position = UDim2.new(0.15, 0, 0.46, 0)
  691. Picture5.Size = UDim2.new(0, 100, 0, 50)
  692. Picture5.Image = "rbxassetid://14930446802"
  693. Picture5.MouseButton1Down:connect(function()
  694. SetAudio.Playing = true
  695. ChatPicture.Image = "rbxassetid://14930446802"
  696. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  697. end)
  698.  
  699. Picture5UICorner.Parent = Picture5
  700.  
  701. Picture6.Name = "Picture6"
  702. Picture6.Parent = ScrollingFrameForSettings2
  703. Picture6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  704. Picture6.Position = UDim2.new(0.15, 0, 0.52, 0)
  705. Picture6.Size = UDim2.new(0, 100, 0, 50)
  706. Picture6.Image = "rbxassetid://14930454605"
  707. Picture6.MouseButton1Down:connect(function()
  708. SetAudio.Playing = true
  709. ChatPicture.Image = "rbxassetid://14930454605"
  710. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  711. end)
  712.  
  713. Picture6UICorner.Parent = Picture6
  714.  
  715. Picture7.Name = "Picture7"
  716. Picture7.Parent = ScrollingFrameForSettings2
  717. Picture7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  718. Picture7.Position = UDim2.new(0.15, 0, 0.58, 0)
  719. Picture7.Size = UDim2.new(0, 100, 0, 50)
  720. Picture7.Image = "rbxassetid://14930458965"
  721. Picture7.MouseButton1Down:connect(function()
  722. SetAudio.Playing = true
  723. ChatPicture.Image = "rbxassetid://14930458965"
  724. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  725. end)
  726.  
  727. Picture7UICorner.Parent = Picture7
  728.  
  729. Picture8.Name = "Picture8"
  730. Picture8.Parent = ScrollingFrameForSettings2
  731. Picture8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  732. Picture8.Position = UDim2.new(0.15, 0, 0.64, 0)
  733. Picture8.Size = UDim2.new(0, 100, 0, 50)
  734. Picture8.Image = "rbxassetid://14930462741"
  735. Picture8.MouseButton1Down:connect(function()
  736. SetAudio.Playing = true
  737. ChatPicture.Image = "rbxassetid://14930462741"
  738. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  739. end)
  740.  
  741. Picture8UICorner.Parent = Picture8
  742.  
  743. AudioSettingsText.Name = "AudioSettingsText"
  744. AudioSettingsText.Parent = ScrollingFrameForSettings2
  745. AudioSettingsText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  746. AudioSettingsText.Position = UDim2.new(0.14, 0, 0.68, 0)
  747. AudioSettingsText.Size = UDim2.new(0, 100, 0, 33)
  748. AudioSettingsText.Font = Enum.Font.GothamBold
  749. AudioSettingsText.Text = "Sounds Settings"
  750. AudioSettingsText.TextColor3 = Color3.fromRGB(150, 150, 150)
  751. AudioSettingsText.TextScaled = false
  752. AudioSettingsText.TextSize = 10
  753. AudioSettingsText.TextWrapped = false
  754.  
  755. AudioSettingsTextUICorner.Parent = AudioSettingsText
  756.  
  757.  
  758. AudioButton.Name = "AudioButton"
  759. AudioButton.Parent = ScrollingFrameForSettings2
  760. AudioButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  761. AudioButton.Position = UDim2.new(0.4, 0, 0.70, 0)
  762. AudioButton.Size = UDim2.new(0, 30, 0, 30)
  763. AudioButton.Image = "rbxassetid://14936645387"
  764. AudioButton.MouseButton1Down:connect(function()
  765. if AudioButton.Image == "rbxassetid://14936645387" then
  766. AudioButton.Image = "rbxassetid://14936644171"
  767. SentAudio.Volume = 0
  768. SetAudio.Volume = 0
  769. else
  770. if AudioButton.Image == "rbxassetid://14936644171" then
  771. AudioButton.Image = "rbxassetid://14936645387"
  772. SentAudio.Volume = 1
  773. SetAudio.Volume = 1
  774. SetAudio.Playing = true
  775. end
  776. end
  777. end)
  778.  
  779. AudioButtonUICorner.Parent = AudioButton
  780.  
  781.  
  782. SocialMediaTextLabel.Name = "SocialMediaTextLabel"
  783. SocialMediaTextLabel.Parent = ScrollingFrameForSettings2
  784. SocialMediaTextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  785. SocialMediaTextLabel.Position = UDim2.new(0.14, 0, 0.74, 0)
  786. SocialMediaTextLabel.Size = UDim2.new(0, 100, 0, 33)
  787. SocialMediaTextLabel.Font = Enum.Font.GothamBold
  788. SocialMediaTextLabel.Text = "Social Media"
  789. SocialMediaTextLabel.TextColor3 = Color3.fromRGB(150, 150, 150)
  790. SocialMediaTextLabel.TextScaled = false
  791. SocialMediaTextLabel.TextSize = 10
  792. SocialMediaTextLabel.TextWrapped = false
  793.  
  794. SocialMediaTextLabelUICorner.Parent = SocialMediaTextLabel
  795.  
  796.  
  797.  
  798. YOUTUBEButton.Name = "YOUTUBEButton"
  799. YOUTUBEButton.Parent = ScrollingFrameForSettings2
  800. YOUTUBEButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  801. YOUTUBEButton.Position = UDim2.new(0.10, 0, 0.76, 0)
  802. YOUTUBEButton.Size = UDim2.new(0, 30, 0, 30)
  803. YOUTUBEButton.Image = "rbxassetid://14951057789"
  804. YOUTUBEButton.MouseButton1Down:connect(function()
  805. SetAudio.Playing = true
  806. setclipboard("https://youtube.com/@ERROR_CODE_COMING_SOON?feature=shared")
  807. end)
  808.  
  809.  
  810. YOUTUBEButtonUICorner.Parent = YOUTUBEButton
  811.  
  812.  
  813. PastebinButton.Name = "PastebinButton"
  814. PastebinButton.Parent = ScrollingFrameForSettings2
  815. PastebinButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  816. PastebinButton.Position = UDim2.new(0.4, 0, 0.76, 0)
  817. PastebinButton.Size = UDim2.new(0, 30, 0, 30)
  818. PastebinButton.Image = "rbxassetid://14951009975"
  819. PastebinButton.MouseButton1Down:connect(function()
  820. SetAudio.Playing = true
  821. setclipboard("https://pastebin.com/u/ERROR_CODE")
  822. end)
  823.  
  824.  
  825. PastebinButtonUICorner.Parent = PastebinButton
  826.  
  827. RobloxButton.Name = "RobloxButton"
  828. RobloxButton.Parent = ScrollingFrameForSettings2
  829. RobloxButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  830. RobloxButton.Position = UDim2.new(0.7, 0, 0.76, 0)
  831. RobloxButton.Size = UDim2.new(0, 30, 0, 30)
  832. RobloxButton.Image = "rbxassetid://14951127916"
  833. RobloxButton.MouseButton1Down:connect(function()
  834. SetAudio.Playing = true
  835. setclipboard("https://www.roblox.com/users/3323558881/profile")
  836. end)
  837.  
  838.  
  839. RobloxButtonUICorner.Parent = RobloxButton
  840.  
  841.  
  842. SetYoutAvatarIconTextLabel.Name = "SetYoutAvatarIconTextLabel"
  843. SetYoutAvatarIconTextLabel.Parent = ScrollingFrameForSettings2
  844. SetYoutAvatarIconTextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  845. SetYoutAvatarIconTextLabel.Position = UDim2.new(0.15, 0, 0.80, 0)
  846. SetYoutAvatarIconTextLabel.Size = UDim2.new(0, 100, 0, 22)
  847. SetYoutAvatarIconTextLabel.Font = Enum.Font.GothamBold
  848. SetYoutAvatarIconTextLabel.Text = "Set Your Avatar"
  849. SetYoutAvatarIconTextLabel.TextColor3 = Color3.fromRGB(150, 150, 150)
  850. SetYoutAvatarIconTextLabel.TextScaled = false
  851. SetYoutAvatarIconTextLabel.TextSize = 10
  852. SetYoutAvatarIconTextLabel.TextWrapped = false
  853.  
  854. SetYoutAvatarIconTextLabelUICorner.Parent = SetYoutAvatarIconTextLabel
  855.  
  856.  
  857. SetYoutAvatarIconTextBox.Name = "SetYoutAvatarIconTextBox"
  858. SetYoutAvatarIconTextBox.Parent = ScrollingFrameForSettings2
  859. SetYoutAvatarIconTextBox.BackgroundColor3 = Color3.new(255, 255, 255)
  860. SetYoutAvatarIconTextBox.Position = UDim2.new(0.15, 0, 0.82, 0)
  861. SetYoutAvatarIconTextBox.Size = UDim2.new(0, 100, 0, 22)
  862. SetYoutAvatarIconTextBox.Font = Enum.Font.Code
  863. SetYoutAvatarIconTextBox.FontSize = Enum.FontSize.Size18
  864. SetYoutAvatarIconTextBox.Text = "Id Here"
  865. SetYoutAvatarIconTextBox.TextColor3 = Color3.new(0, 0, 0)
  866. SetYoutAvatarIconTextBox.TextSize = 10
  867. SetYoutAvatarIconTextBox.TextXAlignment = Enum.TextXAlignment.Center
  868. SetYoutAvatarIconTextBox.TextWrapped = true
  869.  
  870. SetYoutAvatarIconTextBoxUICorner.Parent = SetYoutAvatarIconTextBox
  871.  
  872.  
  873.  
  874. SetYoutAvatarIconTextButton.Name = "SetYoutAvatarIconTextButton"
  875. SetYoutAvatarIconTextButton.Parent = ScrollingFrameForSettings2
  876. SetYoutAvatarIconTextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  877. SetYoutAvatarIconTextButton.Position = UDim2.new(0.15, 0, 0.84, 0)
  878. SetYoutAvatarIconTextButton.Size = UDim2.new(0, 100, 0, 22)
  879. SetYoutAvatarIconTextButton.Font = Enum.Font.GothamBold
  880. SetYoutAvatarIconTextButton.Text = "Set"
  881. SetYoutAvatarIconTextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  882. SetYoutAvatarIconTextButton.TextScaled = false
  883. SetYoutAvatarIconTextButton.TextSize = 14.000
  884. SetYoutAvatarIconTextButton.TextWrapped = false
  885. SetYoutAvatarIconTextButton.MouseButton1Down:connect(function()
  886. SetAudio.Playing = true
  887. PlayerPFP.Image = "rbxassetid://"..SetYoutAvatarIconTextBox.Text
  888. end)
  889.  
  890. SetYoutAvatarIconTextButtonUICorner.Parent = SetYoutAvatarIconTextButton
  891.  
  892.  
  893.  
  894. SetChatPictureBackgroundTextLabel.Name = "SetChatPictureBackgroundTextLabel"
  895. SetChatPictureBackgroundTextLabel.Parent = ScrollingFrameForSettings2
  896. SetChatPictureBackgroundTextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  897. SetChatPictureBackgroundTextLabel.Position = UDim2.new(0.15, 0, 0.86, 0)
  898. SetChatPictureBackgroundTextLabel.Size = UDim2.new(0, 100, 0, 22)
  899. SetChatPictureBackgroundTextLabel.Font = Enum.Font.GothamBold
  900. SetChatPictureBackgroundTextLabel.Text = "Set Background"
  901. SetChatPictureBackgroundTextLabel.TextColor3 = Color3.fromRGB(150, 150, 150)
  902. SetChatPictureBackgroundTextLabel.TextScaled = false
  903. SetChatPictureBackgroundTextLabel.TextSize = 10
  904. SetChatPictureBackgroundTextLabel.TextWrapped = false
  905.  
  906. SetChatPictureBackgroundTextLabelUICorner.Parent = SetChatPictureBackgroundTextLabel
  907.  
  908.  
  909.  
  910.  
  911. SetChatPictureBackgroundTextBox.Name = "SetChatPictureBackgroundTextBox"
  912. SetChatPictureBackgroundTextBox.Parent = ScrollingFrameForSettings2
  913. SetChatPictureBackgroundTextBox.BackgroundColor3 = Color3.new(255, 255, 255)
  914. SetChatPictureBackgroundTextBox.Position = UDim2.new(0.15, 0, 0.88, 0)
  915. SetChatPictureBackgroundTextBox.Size = UDim2.new(0, 100, 0, 22)
  916. SetChatPictureBackgroundTextBox.Font = Enum.Font.Code
  917. SetChatPictureBackgroundTextBox.FontSize = Enum.FontSize.Size18
  918. SetChatPictureBackgroundTextBox.Text = "Id Here"
  919. SetChatPictureBackgroundTextBox.TextColor3 = Color3.new(0, 0, 0)
  920. SetChatPictureBackgroundTextBox.TextSize = 10
  921. SetChatPictureBackgroundTextBox.TextXAlignment = Enum.TextXAlignment.Center
  922. SetChatPictureBackgroundTextBox.TextWrapped = true
  923.  
  924. SetChatPictureBackgroundTextBoxUICorner.Parent = SetChatPictureBackgroundTextBox
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931. SetChatPictureBackgroundTextButton.Name = "SetChatPictureBackgroundTextButton"
  932. SetChatPictureBackgroundTextButton.Parent = ScrollingFrameForSettings2
  933. SetChatPictureBackgroundTextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  934. SetChatPictureBackgroundTextButton.Position = UDim2.new(0.15, 0, 0.90, 0)
  935. SetChatPictureBackgroundTextButton.Size = UDim2.new(0, 100, 0, 22)
  936. SetChatPictureBackgroundTextButton.Font = Enum.Font.GothamBold
  937. SetChatPictureBackgroundTextButton.Text = "Set"
  938. SetChatPictureBackgroundTextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  939. SetChatPictureBackgroundTextButton.TextScaled = false
  940. SetChatPictureBackgroundTextButton.TextSize = 14.000
  941. SetChatPictureBackgroundTextButton.TextWrapped = false
  942. SetChatPictureBackgroundTextButton.MouseButton1Down:connect(function()
  943. SetAudio.Playing = true
  944. ChatPicture.Image = "rbxassetid://"..SetChatPictureBackgroundTextBox.Text
  945. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  946. end)
  947.  
  948. SetChatPictureBackgroundTextButtonUICorner.Parent = SetChatPictureBackgroundTextButton
  949.  
  950.  
  951. MadeByECCSImageLabel.Name = "MadeByECCSImageLabel"
  952. MadeByECCSImageLabel.Parent = ScrollingFrameForSettings2
  953. MadeByECCSImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  954. MadeByECCSImageLabel.Position = UDim2.new(0.15, 0, 0.92, 0)
  955. MadeByECCSImageLabel.Size = UDim2.new(0, 95, 0, 100)
  956. MadeByECCSImageLabel.Image = "rbxassetid://14959822025"
  957.  
  958. MadeByECCSImageLabelUICorner.Parent = MadeByECCSImageLabel
  959.  
  960.  
  961.  
  962.  
  963.  
  964. OpenChatImageButton.Name = "OpenChatImageButton"
  965. OpenChatImageButton.Parent = ScreenGui
  966. OpenChatImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  967. OpenChatImageButton.Position = UDim2.new(0.95, 0, 0.4, 0)
  968. OpenChatImageButton.Size = UDim2.new(0, 45, 0, 45)
  969. OpenChatImageButton.Image = "rbxassetid://15117396838"
  970. OpenChatImageButton.Transparency = 1
  971. OpenChatImageButton.MouseButton1Up:connect(function()
  972. ChatFrame1.Visible = true
  973. OpenChatImageButton.Visible = false
  974. end)
  975.  
  976.  
  977.  
  978. OpenChatImageButton.Visible = false
  979.  
  980. OpenChatImageButtonUICorner.Parent = OpenChatImageButton
  981.  
  982.  
  983.  
  984.  
  985. local UserInputService = game:GetService("UserInputService")
  986. local gui = OpenChatImageButton
  987.  
  988. local dragging
  989. local dragInput
  990. local dragStart
  991. local startPos
  992.  
  993. local function update(input)
  994.     local delta = input.Position - dragStart
  995.     gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  996. end
  997.  
  998. gui.InputBegan:Connect(function(input)
  999.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1000.         dragging = true
  1001.         dragStart = input.Position
  1002.         startPos = gui.Position
  1003.  
  1004.         input.Changed:Connect(function()
  1005.             if input.UserInputState == Enum.UserInputState.End then
  1006.                 dragging = false
  1007.             end
  1008.         end)
  1009.     end
  1010. end)
  1011.  
  1012. gui.InputChanged:Connect(function(input)
  1013.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1014.         dragInput = input
  1015.     end
  1016. end)
  1017.  
  1018. UserInputService.InputChanged:Connect(function(input)
  1019.     if input == dragInput and dragging then
  1020.         update(input)
  1021.     end
  1022. end)
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036. local UserInputService = game:GetService("UserInputService")
  1037. local gui = ChatFrame1
  1038.  
  1039. local dragging
  1040. local dragInput
  1041. local dragStart
  1042. local startPos
  1043.  
  1044. local function update(input)
  1045.     local delta = input.Position - dragStart
  1046.     gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1047. end
  1048.  
  1049. gui.InputBegan:Connect(function(input)
  1050.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1051.         dragging = true
  1052.         dragStart = input.Position
  1053.         startPos = gui.Position
  1054.  
  1055.         input.Changed:Connect(function()
  1056.             if input.UserInputState == Enum.UserInputState.End then
  1057.                 dragging = false
  1058.             end
  1059.         end)
  1060.     end
  1061. end)
  1062.  
  1063. gui.InputChanged:Connect(function(input)
  1064.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1065.         dragInput = input
  1066.     end
  1067. end)
  1068.  
  1069. UserInputService.InputChanged:Connect(function(input)
  1070.     if input == dragInput and dragging then
  1071.         update(input)
  1072.     end
  1073. end)
  1074. local ReadBackGroundImage = readfile("BackGroundImage.txt")
  1075. ChatPicture.Image = ""..ReadBackGroundImage
  1076. local ReadIdioma = readfile("Idioma.txt")
  1077. idioma = ""..ReadIdioma
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement