Advertisement
ERROR_CODE

ECCS Panel

Sep 25th, 2023 (edited)
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 63.14 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local WorkspaceLine = Instance.new("TextLabel")
  4. local UICorner1 = Instance.new("UICorner")
  5. local Settings = Instance.new("ImageButton")
  6. local UICorner2 = Instance.new("UICorner")
  7. local OffButton = Instance.new("ImageButton")
  8. local UICorner3 = Instance.new("UICorner")
  9. local UICorner4 = Instance.new("UICorner")
  10. local UICorner5 = Instance.new("UICorner")
  11. local CalculatorButton = Instance.new("ImageButton")
  12. local Installer = Instance.new("ImageButton")
  13. local AiChat = Instance.new("ImageButton")
  14. local UICorner6 = Instance.new("UICorner")
  15. local UICorner7 = Instance.new("UICorner")
  16. local EpicSaxGuy = Instance.new("TextButton")
  17. local Disc0 = Instance.new("TextButton")
  18. local e2006Theme = Instance.new("TextButton")
  19. local ForceField = Instance.new("TextButton")
  20.  
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. Frame.Parent = ScreenGui
  25. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  26. Frame.LayoutOrder = 5
  27. Frame.Position = UDim2.new(0, -0.10, -0.13, 0)
  28. Frame.Size = UDim2.new(0, 995, 0, 777)
  29.  local WorkspacePicture = Instance.new("ImageLabel", Frame)
  30.                        WorkspacePicture.Image = "rbxassetid://14891767904"
  31.                        WorkspacePicture.Size  = Frame.Size
  32.  
  33. UICorner1.Parent = Frame
  34.  
  35. WorkspaceLine.Name = "WorkspaceLine"
  36. WorkspaceLine.Parent = Frame
  37. WorkspaceLine.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. WorkspaceLine.Position = UDim2.new(0, 0, 0.54, 0)
  39. WorkspaceLine.Size = UDim2.new(0, 995, 0, 50)
  40. WorkspaceLine.Font = Enum.Font.GothamBold
  41. WorkspaceLine.Text = ""
  42. WorkspaceLine.TextColor3 = Color3.fromRGB(0, 0, 0)
  43. WorkspaceLine.TextScaled = true
  44. WorkspaceLine.TextSize = 14.000
  45. WorkspaceLine.TextWrapped = true
  46.  
  47. local textLabel = Instance.new("TextLabel")
  48. local frame = Instance.new("Frame")
  49.  
  50. frame.Name = "Background"
  51. frame.Parent = Frame
  52. frame.BorderSizePixel = 0
  53. frame.BackgroundColor3 = Color3.new(255, 255, 255)
  54. frame.Position = UDim2.new(0.85, 0, 0.55, 0)
  55. frame.Size = UDim2.new(0, 130, 0, 30)
  56. frame.AnchorPoint = Vector2.new(0, 0)
  57.  
  58. textLabel.Name = "Time"
  59. textLabel.Parent = frame
  60. textLabel.Text = tostring(os.date("%X"))
  61. textLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
  62. textLabel.Size = UDim2.new(0, 100, 0, 50)
  63. textLabel.TextScaled = true
  64. textLabel.TextWrapped = true
  65. textLabel.TextColor3 = Color3.new(0, 0, 0)
  66. textLabel.BackgroundTransparency = 1
  67. textLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. Settings.Name = "Settings"
  75. Settings.Parent = Frame
  76. Settings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. Settings.Position = UDim2.new(0.01, 0, 0.07, 0)
  78. Settings.Size = UDim2.new(0, 50, 0, 50)
  79. Settings.Image = "rbxassetid://14891861966"
  80. Settings.MouseButton1Down:connect(function()
  81.  
  82. end)
  83.  
  84. Settings.MouseButton2Down:connect(function()
  85. Settings:TweenSize(UDim2.new(0, 0, 0, 0), 'Out', 5.9, true)
  86. wait(0.5)
  87. Settings:Destroy()
  88. local Sound = Instance.new("Sound")
  89. local Id = "9066111605"
  90. Sound.Parent = game.Workspace
  91. Sound.SoundId = "rbxassetid://"..Id
  92. Sound.Playing = true
  93. Sound.Looped = true
  94. Sound.Volume = 1
  95. wait(1)
  96. local ErrorFrame1 = Instance.new("Frame")
  97. local Error1 = Instance.new("TextLabel")
  98. ErrorFrame1.Name = "ErrorFrame1"
  99. ErrorFrame1.Parent = ScreenGui
  100. ErrorFrame1.BackgroundColor3 = Color3.new(255, 255, 255)
  101. ErrorFrame1.BackgroundTransparency = 1
  102. ErrorFrame1.Position = UDim2.new(0.105540894, 0, 0.778873265, 0)
  103. ErrorFrame1.Size = UDim2.new(0, 100, 0, 100)
  104. Error1.Name = "Error1"
  105. Error1.Parent = ErrorFrame1
  106. Error1.BackgroundColor3 = Color3.new(0, 0, 255)
  107. Error1.BorderSizePixel = 0
  108. Error1.Draggable = false
  109. Error1.Position = UDim2.new(-1.1, 0, -5, 0)
  110. Error1.Size = UDim2.new(0, 995, 0, 777)
  111. Error1.Font = Enum.Font.Code
  112. Error1.FontSize = Enum.FontSize.Size48
  113. Error1.Text = "Dear "..game.Players.LocalPlayer.DisplayName..", you have deleted the system program 'Settings', without this program it is impossible to adjust the position of the system. Please close the Roblox and reboot the system."
  114. Error1.TextWrapped = true
  115. Error1.TextColor3 = Color3.new(255, 255, 255)
  116. Error1.TextSize = 30
  117. wait(0)
  118. while true do
  119. warn("crashed")
  120. end
  121. end)
  122.  
  123. UICorner2.Parent = Settings
  124.  
  125. OffButton.Name = "OffButton"
  126. OffButton.Parent = Frame
  127. OffButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. OffButton.Position = UDim2.new(0.01, 0, 0.55, 0)
  129. OffButton.Size = UDim2.new(0, 30, 0, 30)
  130. OffButton.Image = "rbxassetid://14891928123"
  131. OffButton.MouseButton1Down:connect(function()
  132. Frame:TweenSize(UDim2.new(9, 9, 9, 9), 'Out', 5.9, true)
  133. wait(1.5)
  134. Frame:Remove()
  135. end)
  136.  
  137. UICorner4.Parent = OffButton
  138.  
  139. CalculatorButton.Name = "CalculatorButton"
  140. CalculatorButton.Parent = Frame
  141. CalculatorButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  142. CalculatorButton.Position = UDim2.new(0.19, 0, 0.07, 0)
  143. CalculatorButton.Size = UDim2.new(0, 50, 0, 50)
  144. CalculatorButton.Image = "rbxassetid://14896394646"
  145. CalculatorButton.MouseButton1Down:connect(function()
  146.  
  147. local CalculatorWindow = Instance.new("TextLabel")
  148. local MainFrame = Instance.new("Frame")
  149. local UICorner = Instance.new("UICorner")
  150. local close = Instance.new("ImageButton")
  151. local min1 = Instance.new("ImageButton")
  152. local openmin1 = Instance.new("ImageButton")
  153. local closemin1 = Instance.new("ImageButton")
  154. local ButtonsFrame = Instance.new("Frame")
  155. local UICorner_2 = Instance.new("UICorner")
  156. local UIGridLayout = Instance.new("UIGridLayout")
  157. local _1 = Instance.new("TextButton")
  158. local UICorner_3 = Instance.new("UICorner")
  159. local UIPadding = Instance.new("UIPadding")
  160. local _2 = Instance.new("TextButton")
  161. local UICorner_4 = Instance.new("UICorner")
  162. local _3 = Instance.new("TextButton")
  163. local UICorner_5 = Instance.new("UICorner")
  164. local TextButton = Instance.new("TextButton")
  165. local UICorner_6 = Instance.new("UICorner")
  166. local _4 = Instance.new("TextButton")
  167. local UICorner_7 = Instance.new("UICorner")
  168. local _5 = Instance.new("TextButton")
  169. local UICorner_8 = Instance.new("UICorner")
  170. local _6 = Instance.new("TextButton")
  171. local UICorner_9 = Instance.new("UICorner")
  172. local TextButton_2 = Instance.new("TextButton")
  173. local UICorner_10 = Instance.new("UICorner")
  174. local _7 = Instance.new("TextButton")
  175. local UICorner_11 = Instance.new("UICorner")
  176. local _8 = Instance.new("TextButton")
  177. local UICorner_12 = Instance.new("UICorner")
  178. local _9 = Instance.new("TextButton")
  179. local UICorner_13 = Instance.new("UICorner")
  180. local TextButton_3 = Instance.new("TextButton")
  181. local UICorner_14 = Instance.new("UICorner")
  182. local _0 = Instance.new("TextButton")
  183. local UICorner_15 = Instance.new("UICorner")
  184. local TextButton_4 = Instance.new("TextButton")
  185. local UICorner_16 = Instance.new("UICorner")
  186. local TextButton_5 = Instance.new("TextButton")
  187. local UICorner_17 = Instance.new("UICorner")
  188. local TextButton_6 = Instance.new("TextButton")
  189. local UICorner_18 = Instance.new("UICorner")
  190. local C = Instance.new("TextButton")
  191. local UICorner_19 = Instance.new("UICorner")
  192. local TextButton_7 = Instance.new("TextButton")
  193. local UICorner_20 = Instance.new("UICorner")
  194. local TextButton_8 = Instance.new("TextButton")
  195. local UICorner_21 = Instance.new("UICorner")
  196. local TextButton_9 = Instance.new("TextButton")
  197. local UICorner_22 = Instance.new("UICorner")
  198. local UIPadding_2 = Instance.new("UIPadding")
  199. local NumFrame = Instance.new("Frame")
  200. local UIPadding_3 = Instance.new("UIPadding")
  201. local UICorner_23 = Instance.new("UICorner")
  202. local UICorner_24 = Instance.new("UICorner")
  203. local UICorner_25 = Instance.new("UICorner")
  204. local UICorner_26 = Instance.new("UICorner")
  205. local UICorner_27 = Instance.new("UICorner")
  206. local UICorner_28 = Instance.new("UICorner")
  207. local Text = Instance.new("TextLabel")
  208.  
  209. closemin1.Visible = false
  210. ButtonsFrame.Visible = false
  211.  
  212. MainFrame.Name = "MainFrame"
  213. MainFrame.Parent = Frame
  214. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  215. MainFrame.BackgroundColor3 = Color3.fromRGB(0,0,0)
  216. MainFrame.Position = UDim2.new(0.19, 0, 0.07, 0)
  217. MainFrame.Size = UDim2.new(0, 0, 0, 0)
  218. MainFrame:TweenSize(UDim2.new(0, 250, 0, 400), 'Out', 4, true)
  219. MainFrame:TweenPosition(UDim2.new(0.5, 0, 0.35, 0), 'Out', 4, true)
  220. wait(0.5)
  221. ButtonsFrame.Visible = true
  222. UICorner.Parent = MainFrame
  223.  
  224. ButtonsFrame.Name = "ButtonsFrame"
  225. ButtonsFrame.Parent = MainFrame
  226. ButtonsFrame.BackgroundColor3 = Color3.fromRGB(255,255,255)
  227. ButtonsFrame.Position = UDim2.new(0, 0, 0.248210549, 0)
  228. ButtonsFrame.Size = UDim2.new(0, 230, 0, 285)
  229.  
  230.  
  231. UICorner_2.Parent = ButtonsFrame
  232.  
  233. UIGridLayout.Parent = ButtonsFrame
  234. UIGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  235. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  236. UIGridLayout.VerticalAlignment = Enum.VerticalAlignment.Center
  237. UIGridLayout.CellSize = UDim2.new(0, 50, 0, 50)
  238.  
  239.  
  240.  
  241. CalculatorWindow.Name = "CalculatorWindow"
  242. CalculatorWindow.Parent = MainFrame
  243. CalculatorWindow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  244. CalculatorWindow.Position = UDim2.new(-0.03, 0, -0.08, 0)
  245. CalculatorWindow.Size = UDim2.new(0, 249, 0, 29)
  246. CalculatorWindow.Font = Enum.Font.GothamBold
  247. CalculatorWindow.Text = "Calculator"
  248. CalculatorWindow.TextColor3 = Color3.fromRGB(0, 0, 0)
  249. CalculatorWindow.TextScaled = true
  250. CalculatorWindow.TextSize = 0.1
  251. CalculatorWindow.TextWrapped = true
  252. CalculatorWindow.TextXAlignment = Enum.TextXAlignment.Left
  253.  
  254. UICorner_24.Parent = CalculatorWindow
  255.  
  256. close.Name = "close"
  257. close.Parent = CalculatorWindow
  258. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  259. close.Position = UDim2.new(0.88, 0, 0.08, 0)
  260. close.Size = UDim2.new(0, 23, 0, 23)
  261. close.Image = "rbxassetid://385868188"
  262. close.MouseButton1Down:connect(function()
  263. MainFrame:TweenSize(UDim2.new(0, 0, 0, 0), 'Out', 4, true)
  264. MainFrame:TweenPosition(UDim2.new(0.19, 0, 0.07, 0), 'Out', 4, true)
  265. CalculatorWindow:Remove()
  266. ButtonsFrame:Remove()
  267. NumFrame:Remove()
  268. Text:Remove()
  269. closemin1:Remove()
  270. openmin1:Remove()
  271. wait(0.5)
  272. MainFrame:Remove()
  273. end)
  274.  
  275. UICorner_25.Parent = close
  276.  
  277.  
  278.  
  279. min1.Name = "min1"
  280. min1.Parent = CalculatorWindow
  281. min1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  282. min1.Position = UDim2.new(0.78, 0, 0.08, 0)
  283. min1.Size = UDim2.new(0, 23, 0, 23)
  284. min1.Image = "rbxassetid://14898254454"
  285. min1.MouseButton1Down:connect(function()
  286. MainFrame:TweenSize(UDim2.new(0, 0, 0, 0), 'Out', 4, true)
  287. MainFrame:TweenPosition(UDim2.new(0.09, 0, 0.55, 0), 'Out', 4, true)
  288. CalculatorWindow.Visible = false
  289. ButtonsFrame.Visible = false
  290. NumFrame.Visible = false
  291. Text.Visible = false
  292. wait(0.5)
  293. MainFrame.Visible = false
  294. end)
  295.  
  296.  
  297. UICorner_26.Parent = min1
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304. openmin1.Name = "openmin1"
  305. openmin1.Parent = Frame
  306. openmin1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  307. openmin1.Position = UDim2.new(0.09, 0, 0.55, 0)
  308. openmin1.Size = UDim2.new(0, 30, 0, 30)
  309. openmin1.Image = "rbxassetid://14896394646"
  310. openmin1.MouseButton1Down:connect(function()
  311. MainFrame:TweenSize(UDim2.new(0, 250, 0, 400), 'Out', 4, true)
  312. MainFrame:TweenPosition(UDim2.new(0.5, 0, 0.35, 0), 'Out', 4, true)
  313. MainFrame.Visible = true
  314. openmin1.Visible = false
  315. closemin1.Visible = true
  316. wait(0.5)
  317. CalculatorWindow.Visible = true
  318. ButtonsFrame.Visible = true
  319. NumFrame.Visible = true
  320. Text.Visible = true
  321. end)
  322.  
  323.  
  324. UICorner_27.Parent = openmin1
  325.  
  326.  
  327. closemin1.Name = "closemin1"
  328. closemin1.Parent = Frame
  329. closemin1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  330. closemin1.Position = UDim2.new(0.09, 0, 0.55, 0)
  331. closemin1.Size = UDim2.new(0, 30, 0, 30)
  332. closemin1.Image = "rbxassetid://14896394646"
  333. closemin1.MouseButton1Down:connect(function()
  334. MainFrame:TweenSize(UDim2.new(0, 0, 0, 0), 'Out', 4, true)
  335. MainFrame:TweenPosition(UDim2.new(0.09, 0, 0.55, 0), 'Out', 4, true)
  336. closemin1.Visible = false
  337. openmin1.Visible = true
  338. CalculatorWindow.Visible = false
  339. ButtonsFrame.Visible = false
  340. NumFrame.Visible = false
  341. Text.Visible = false
  342. wait(0.5)
  343. MainFrame.Visible = false
  344. end)
  345.  
  346.  
  347. UICorner_28.Parent = closemin1
  348.  
  349.  
  350.  
  351. _1.Name = "1"
  352. _1.Parent = ButtonsFrame
  353. _1.BackgroundColor3 = Color3.fromRGB(0,0,0)
  354. _1.LayoutOrder = 1
  355. _1.Size = UDim2.new(0, 200, 0, 50)
  356. _1.AutoButtonColor = false
  357. _1.Font = Enum.Font.GothamBold
  358. _1.Text = "1"
  359. _1.TextColor3 = Color3.fromRGB(255, 255, 255)
  360. _1.TextScaled = true
  361. _1.TextSize = 14.000
  362. _1.TextWrapped = true
  363.  
  364. UICorner_3.Parent = _1
  365.  
  366. UIPadding.Parent = ButtonsFrame
  367. UIPadding.PaddingBottom = UDim.new(0, 5)
  368. UIPadding.PaddingLeft = UDim.new(0, 7)
  369. UIPadding.PaddingRight = UDim.new(0, 7)
  370. UIPadding.PaddingTop = UDim.new(0, 5)
  371.  
  372. _2.Name = "2"
  373. _2.Parent = ButtonsFrame
  374. _2.BackgroundColor3 = Color3.fromRGB(0,0,0)
  375. _2.LayoutOrder = 2
  376. _2.Size = UDim2.new(0, 200, 0, 50)
  377. _2.AutoButtonColor = false
  378. _2.Font = Enum.Font.GothamBold
  379. _2.Text = "2"
  380. _2.TextColor3 = Color3.fromRGB(255, 255, 255)
  381. _2.TextScaled = true
  382. _2.TextSize = 14.000
  383. _2.TextWrapped = true
  384.  
  385. UICorner_4.Parent = _2
  386.  
  387. _3.Name = "3"
  388. _3.Parent = ButtonsFrame
  389. _3.BackgroundColor3 = Color3.fromRGB(0,0,0)
  390. _3.LayoutOrder = 3
  391. _3.Size = UDim2.new(0, 200, 0, 50)
  392. _3.AutoButtonColor = false
  393. _3.Font = Enum.Font.GothamBold
  394. _3.Text = "3"
  395. _3.TextColor3 = Color3.fromRGB(255, 255, 255)
  396. _3.TextScaled = true
  397. _3.TextSize = 14.000
  398. _3.TextWrapped = true
  399.  
  400. UICorner_5.Parent = _3
  401.  
  402. TextButton.Name = "+"
  403. TextButton.Parent = ButtonsFrame
  404. TextButton.BackgroundColor3 = Color3.fromRGB(0,0,0)
  405. TextButton.LayoutOrder = 4
  406. TextButton.Size = UDim2.new(0, 200, 0, 50)
  407. TextButton.AutoButtonColor = false
  408. TextButton.Font = Enum.Font.GothamBold
  409. TextButton.Text = "+"
  410. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  411. TextButton.TextScaled = true
  412. TextButton.TextSize = 14.000
  413. TextButton.TextWrapped = true
  414.  
  415. UICorner_6.Parent = TextButton
  416.  
  417. _4.Name = "4"
  418. _4.Parent = ButtonsFrame
  419. _4.BackgroundColor3 = Color3.fromRGB(0,0,0)
  420. _4.LayoutOrder = 5
  421. _4.Size = UDim2.new(0, 200, 0, 50)
  422. _4.AutoButtonColor = false
  423. _4.Font = Enum.Font.GothamBold
  424. _4.Text = "4"
  425. _4.TextColor3 = Color3.fromRGB(255, 255, 255)
  426. _4.TextScaled = true
  427. _4.TextSize = 14.000
  428. _4.TextWrapped = true
  429.  
  430. UICorner_7.Parent = _4
  431.  
  432. _5.Name = "5"
  433. _5.Parent = ButtonsFrame
  434. _5.BackgroundColor3 = Color3.fromRGB(0,0,0)
  435. _5.LayoutOrder = 6
  436. _5.Size = UDim2.new(0, 200, 0, 50)
  437. _5.AutoButtonColor = false
  438. _5.Font = Enum.Font.GothamBold
  439. _5.Text = "5"
  440. _5.TextColor3 = Color3.fromRGB(255, 255, 255)
  441. _5.TextScaled = true
  442. _5.TextSize = 14.000
  443. _5.TextWrapped = true
  444.  
  445. UICorner_8.Parent = _5
  446.  
  447. _6.Name = "6"
  448. _6.Parent = ButtonsFrame
  449. _6.BackgroundColor3 = Color3.fromRGB(0,0,0)
  450. _6.LayoutOrder = 7
  451. _6.Size = UDim2.new(0, 200, 0, 50)
  452. _6.AutoButtonColor = false
  453. _6.Font = Enum.Font.GothamBold
  454. _6.Text = "6"
  455. _6.TextColor3 = Color3.fromRGB(255, 255, 255)
  456. _6.TextScaled = true
  457. _6.TextSize = 14.000
  458. _6.TextWrapped = true
  459.  
  460. UICorner_9.Parent = _6
  461.  
  462. TextButton_2.Name = "-"
  463. TextButton_2.Parent = ButtonsFrame
  464. TextButton_2.BackgroundColor3 = Color3.fromRGB(0,0,0)
  465. TextButton_2.LayoutOrder = 8
  466. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  467. TextButton_2.AutoButtonColor = false
  468. TextButton_2.Font = Enum.Font.GothamBold
  469. TextButton_2.Text = "-"
  470. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  471. TextButton_2.TextScaled = true
  472. TextButton_2.TextSize = 14.000
  473. TextButton_2.TextWrapped = true
  474.  
  475. UICorner_10.Parent = TextButton_2
  476.  
  477. _7.Name = "7"
  478. _7.Parent = ButtonsFrame
  479. _7.BackgroundColor3 = Color3.fromRGB(0,0,0)
  480. _7.LayoutOrder = 9
  481. _7.Size = UDim2.new(0, 200, 0, 50)
  482. _7.AutoButtonColor = false
  483. _7.Font = Enum.Font.GothamBold
  484. _7.Text = "7"
  485. _7.TextColor3 = Color3.fromRGB(255, 255, 255)
  486. _7.TextScaled = true
  487. _7.TextSize = 14.000
  488. _7.TextWrapped = true
  489.  
  490. UICorner_11.Parent = _7
  491.  
  492. _8.Name = "8"
  493. _8.Parent = ButtonsFrame
  494. _8.BackgroundColor3 = Color3.fromRGB(0,0,0)
  495. _8.LayoutOrder = 10
  496. _8.Size = UDim2.new(0, 200, 0, 50)
  497. _8.AutoButtonColor = false
  498. _8.Font = Enum.Font.GothamBold
  499. _8.Text = "8"
  500. _8.TextColor3 = Color3.fromRGB(255, 255, 255)
  501. _8.TextScaled = true
  502. _8.TextSize = 14.000
  503. _8.TextWrapped = true
  504.  
  505. UICorner_12.Parent = _8
  506.  
  507. _9.Name = "9"
  508. _9.Parent = ButtonsFrame
  509. _9.BackgroundColor3 = Color3.fromRGB(0,0,0)
  510. _9.LayoutOrder = 11
  511. _9.Size = UDim2.new(0, 200, 0, 50)
  512. _9.AutoButtonColor = false
  513. _9.Font = Enum.Font.GothamBold
  514. _9.Text = "9"
  515. _9.TextColor3 = Color3.fromRGB(255, 255, 255)
  516. _9.TextScaled = true
  517. _9.TextSize = 14.000
  518. _9.TextWrapped = true
  519.  
  520. UICorner_13.Parent = _9
  521.  
  522. TextButton_3.Name = "/"
  523. TextButton_3.Parent = ButtonsFrame
  524. TextButton_3.BackgroundColor3 = Color3.fromRGB(0,0,0)
  525. TextButton_3.LayoutOrder = 12
  526. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  527. TextButton_3.AutoButtonColor = false
  528. TextButton_3.Font = Enum.Font.GothamBold
  529. TextButton_3.Text = "÷"
  530. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  531. TextButton_3.TextScaled = true
  532. TextButton_3.TextSize = 14.000
  533. TextButton_3.TextWrapped = true
  534.  
  535. UICorner_14.Parent = TextButton_3
  536.  
  537. _0.Name = "0"
  538. _0.Parent = ButtonsFrame
  539. _0.BackgroundColor3 = Color3.fromRGB(0,0,0)
  540. _0.LayoutOrder = 14
  541. _0.Size = UDim2.new(0, 200, 0, 50)
  542. _0.AutoButtonColor = false
  543. _0.Font = Enum.Font.GothamBold
  544. _0.Text = "0"
  545. _0.TextColor3 = Color3.fromRGB(255, 255, 255)
  546. _0.TextScaled = true
  547. _0.TextSize = 14.000
  548. _0.TextWrapped = true
  549.  
  550. UICorner_15.Parent = _0
  551.  
  552. TextButton_4.Name = "."
  553. TextButton_4.Parent = ButtonsFrame
  554. TextButton_4.BackgroundColor3 = Color3.fromRGB(0,0,0)
  555. TextButton_4.LayoutOrder = 13
  556. TextButton_4.Size = UDim2.new(0, 200, 0, 50)
  557. TextButton_4.AutoButtonColor = false
  558. TextButton_4.Font = Enum.Font.GothamBold
  559. TextButton_4.Text = "."
  560. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  561. TextButton_4.TextScaled = true
  562. TextButton_4.TextSize = 14.000
  563. TextButton_4.TextWrapped = true
  564.  
  565. UICorner_16.Parent = TextButton_4
  566.  
  567. TextButton_5.Name = "^"
  568. TextButton_5.Parent = ButtonsFrame
  569. TextButton_5.BackgroundColor3 = Color3.fromRGB(0,0,0)
  570. TextButton_5.LayoutOrder = 15
  571. TextButton_5.Size = UDim2.new(0, 200, 0, 50)
  572. TextButton_5.AutoButtonColor = false
  573. TextButton_5.Font = Enum.Font.GothamBold
  574. TextButton_5.Text = "aˣ"
  575. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  576. TextButton_5.TextScaled = true
  577. TextButton_5.TextSize = 14.000
  578. TextButton_5.TextWrapped = true
  579.  
  580. UICorner_17.Parent = TextButton_5
  581.  
  582. TextButton_6.Name = "*"
  583. TextButton_6.Parent = ButtonsFrame
  584. TextButton_6.BackgroundColor3 = Color3.fromRGB(0,0,0)
  585. TextButton_6.LayoutOrder = 16
  586. TextButton_6.Size = UDim2.new(0, 200, 0, 50)
  587. TextButton_6.AutoButtonColor = false
  588. TextButton_6.Font = Enum.Font.GothamBold
  589. TextButton_6.Text = "×"
  590. TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  591. TextButton_6.TextScaled = true
  592. TextButton_6.TextSize = 14.000
  593. TextButton_6.TextWrapped = true
  594.  
  595. UICorner_18.Parent = TextButton_6
  596.  
  597. C.Name = "C"
  598. C.Parent = ButtonsFrame
  599. C.BackgroundColor3 = Color3.fromRGB(0,0,0)
  600. C.LayoutOrder = 17
  601. C.Size = UDim2.new(0, 200, 0, 50)
  602. C.AutoButtonColor = false
  603. C.Font = Enum.Font.GothamBold
  604. C.Text = "C"
  605. C.TextColor3 = Color3.fromRGB(255, 255, 255)
  606. C.TextScaled = true
  607. C.TextSize = 14.000
  608. C.TextWrapped = true
  609.  
  610. UICorner_19.Parent = C
  611.  
  612. TextButton_7.Name = "("
  613. TextButton_7.Parent = ButtonsFrame
  614. TextButton_7.BackgroundColor3 = Color3.fromRGB(0,0,0)
  615. TextButton_7.LayoutOrder = 18
  616. TextButton_7.Size = UDim2.new(0, 200, 0, 50)
  617. TextButton_7.AutoButtonColor = false
  618. TextButton_7.Font = Enum.Font.GothamBold
  619. TextButton_7.Text = "("
  620. TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  621. TextButton_7.TextScaled = true
  622. TextButton_7.TextSize = 14.000
  623. TextButton_7.TextWrapped = true
  624.  
  625. UICorner_20.Parent = TextButton_7
  626.  
  627. TextButton_8.Name = ")"
  628. TextButton_8.Parent = ButtonsFrame
  629. TextButton_8.BackgroundColor3 = Color3.fromRGB(0,0,0)
  630. TextButton_8.LayoutOrder = 18
  631. TextButton_8.Size = UDim2.new(0, 200, 0, 50)
  632. TextButton_8.AutoButtonColor = false
  633. TextButton_8.Font = Enum.Font.GothamBold
  634. TextButton_8.Text = ")"
  635. TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  636. TextButton_8.TextScaled = true
  637. TextButton_8.TextSize = 14.000
  638. TextButton_8.TextWrapped = true
  639.  
  640. UICorner_21.Parent = TextButton_8
  641.  
  642. TextButton_9.Name = "="
  643. TextButton_9.Parent = ButtonsFrame
  644. TextButton_9.BackgroundColor3 = Color3.fromRGB(0,0,0)
  645. TextButton_9.LayoutOrder = 19
  646. TextButton_9.Size = UDim2.new(0, 200, 0, 50)
  647. TextButton_9.AutoButtonColor = false
  648. TextButton_9.Font = Enum.Font.GothamBold
  649. TextButton_9.Text = "="
  650. TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  651. TextButton_9.TextScaled = true
  652. TextButton_9.TextSize = 14.000
  653. TextButton_9.TextWrapped = true
  654.  
  655. UICorner_22.Parent = TextButton_9
  656.  
  657. UIPadding_2.Parent = MainFrame
  658. UIPadding_2.PaddingBottom = UDim.new(0, 10)
  659. UIPadding_2.PaddingLeft = UDim.new(0, 10)
  660. UIPadding_2.PaddingRight = UDim.new(0, 10)
  661. UIPadding_2.PaddingTop = UDim.new(0, 10)
  662.  
  663. NumFrame.Name = "NumFrame"
  664. NumFrame.Parent = MainFrame
  665. NumFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  666. NumFrame.Size = UDim2.new(0, 230, 0, 85)
  667.  
  668. UIPadding_3.Parent = NumFrame
  669. UIPadding_3.PaddingBottom = UDim.new(0, 5)
  670. UIPadding_3.PaddingLeft = UDim.new(0, 7)
  671. UIPadding_3.PaddingRight = UDim.new(0, 7)
  672. UIPadding_3.PaddingTop = UDim.new(0, 5)
  673.  
  674. UICorner_23.Parent = NumFrame
  675.  
  676. Text.Name = "Text"
  677. Text.Parent = NumFrame
  678. Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  679. Text.BackgroundTransparency = 1.000
  680. Text.Size = UDim2.new(0, 215, 0, 80)
  681. Text.Font = Enum.Font.Gotham
  682. Text.Text = "0"
  683. Text.TextColor3 = Color3.fromRGB(0, 0, 0)
  684. Text.TextScaled = true
  685. Text.TextSize = 5
  686. Text.TextWrapped = true
  687. Text.TextXAlignment = Enum.TextXAlignment.Right
  688.  
  689.  
  690.  
  691. local numLabel = Frame.MainFrame.NumFrame.Text
  692.  
  693. for _, v in pairs(Frame.MainFrame.ButtonsFrame:GetChildren()) do
  694.     if v:IsA("TextButton") then
  695.         if v.Name == "=" then
  696.             v.MouseButton1Click:Connect(function()
  697.                 local ran, val = pcall(loadstring("local res = (".. numLabel.Text .."); return res"))
  698.                 if ran then
  699.                     numLabel.Text = val
  700.                 else
  701.                     numLabel.Text = "Invalid Syntax"
  702.                 end
  703.             end)
  704.         elseif v.Name == "C" then
  705.             v.MouseButton1Click:Connect(function()
  706.                 numLabel.Text = "0"
  707.             end)
  708.         else
  709.             v.MouseButton1Click:Connect(function()
  710.                 if numLabel.Text == "0" or numLabel.Text == "Invalid Syntax" then
  711.                     numLabel.Text = ""
  712.                 end
  713.                
  714.                 numLabel.Text = numLabel.Text.. v.Name
  715.             end)
  716.         end
  717.     end
  718. end
  719.  
  720. local UserInputService = game:GetService("UserInputService")
  721. local gui = Frame.MainFrame
  722.  
  723. local dragging
  724. local dragInput
  725. local dragStart
  726. local startPos
  727.  
  728. local function update(input)
  729.     local delta = input.Position - dragStart
  730.     gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  731. end
  732.  
  733. gui.InputBegan:Connect(function(input)
  734.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  735.         dragging = true
  736.         dragStart = input.Position
  737.         startPos = gui.Position
  738.  
  739.         input.Changed:Connect(function()
  740.             if input.UserInputState == Enum.UserInputState.End then
  741.                 dragging = false
  742.             end
  743.         end)
  744.     end
  745. end)
  746.  
  747. gui.InputChanged:Connect(function(input)
  748.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  749.         dragInput = input
  750.     end
  751. end)
  752.  
  753. UserInputService.InputChanged:Connect(function(input)
  754.     if input == dragInput and dragging then
  755.         update(input)
  756.     end
  757. end)
  758.  
  759. end)
  760.  
  761. UICorner5.Parent = CalculatorButton
  762.  
  763. Installer.Name = "Installer"
  764. Installer.Parent = Frame
  765. Installer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  766. Installer.Position = UDim2.new(0.1, 0, 0.07, 0)
  767. Installer.Size = UDim2.new(0, 50, 0, 50)
  768. Installer.Image = "rbxassetid://14891887714"
  769. Installer.MouseButton1Down:connect(function()
  770.  
  771. end)
  772.  
  773. UICorner3.Parent = Installer
  774.  
  775.  
  776. AiChat.Name = "AiChat"
  777. AiChat.Parent = Frame
  778. AiChat.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  779. AiChat.Position = UDim2.new(0.28, 0, 0.07, 0)
  780. AiChat.Size = UDim2.new(0, 50, 0, 50)
  781. AiChat.Image = "rbxassetid://14896404519"
  782. AiChat.MouseButton1Down:connect(function()
  783. local ChatFrame1 = Instance.new("Frame")
  784. local UIChatCorner = Instance.new("UICorner")
  785. local UIPadding = Instance.new("UIPadding")
  786. local ChatBox = Instance.new("TextBox")
  787. local WindowPanel = Instance.new("TextLabel")
  788. local UIPanel = Instance.new("UICorner")
  789. local closechat = Instance.new("ImageButton")
  790. local closechatUI = Instance.new("UICorner")
  791. local PictureUICorner = Instance.new("UICorner")
  792. local ChatBoxUICorner = Instance.new("UICorner")
  793. local SentMassageButton = Instance.new("ImageButton")
  794. local SentUICorner = Instance.new("UICorner")
  795. local ERROR_CODEPFP1 = Instance.new("ImageButton")
  796. local PlayerPFP = Instance.new("ImageButton")
  797. local ERROR_CODEPFP2 = Instance.new("ImageButton")
  798. local ERROR_CODEPFP1UICorner = Instance.new("UICorner")
  799. local ERROR_CODEPFP2UICorner = Instance.new("UICorner")
  800. local PlayerUICorner = Instance.new("UICorner")
  801. local Message1 = Instance.new("TextLabel")
  802. local Message2 = Instance.new("TextLabel")
  803. local Message3 = Instance.new("TextLabel")
  804. local Message1UICorner = Instance.new("UICorner")
  805. local Message2UICorner = Instance.new("UICorner")
  806. local Message3UICorner = Instance.new("UICorner")
  807. local SettingsButton = Instance.new("ImageButton")
  808. local SettingsUICorner = Instance.new("UICorner")
  809. local min2 = Instance.new("ImageButton")
  810. local min2UICorner = Instance.new("UICorner")
  811. local SettingsFrame1 = Instance.new("Frame")
  812. local CloseSettingsButton = Instance.new("TextButton")
  813. local CloseSettingsButtonUICorner = Instance.new("UICorner")
  814. local ScrollingFrameForSettings2 = Instance.new("ScrollingFrame")
  815. local LanguageSettingsText = Instance.new("TextLabel")
  816. local LanguageSettingsTextUICorner = Instance.new("UICorner")
  817. local LanguageButtonRussianDefault = Instance.new("TextButton")
  818. local LanguageButtonRussianDefaultUICorner = Instance.new("UICorner")
  819. local LanguageButtonEnglish = Instance.new("TextButton")
  820. local LanguageButtonEnglishUICorner = Instance.new("UICorner")
  821. local LanguageButtonEspanol = Instance.new("TextButton")
  822. local LanguageButtonEspanolUICorner = Instance.new("UICorner")
  823. local LanguageButtonArabic = Instance.new("TextButton")
  824. local LanguageButtonArabicUICorner = Instance.new("UICorner")
  825. local LanguageButtonKorean = Instance.new("TextButton")
  826. local LanguageButtonKoreanUICorner = Instance.new("UICorner")
  827. local agerestrictions = Instance.new("TextLabel")
  828. local agerestrictionsUICorner = Instance.new("UICorner")
  829. local EighteenDefaultButton = Instance.new("TextButton")
  830. local EighteenDefaultButtonUICorner = Instance.new("UICorner")
  831. local ThirteenButton = Instance.new("TextButton")
  832. local ThirteenButtonUICorner = Instance.new("UICorner")
  833. local ThemeText = Instance.new("TextLabel")
  834. local ThemeTextUICorner = Instance.new("UICorner")
  835. local ThemeButton = Instance.new("ImageButton")
  836. local ThemeButtonUICorner = Instance.new("UICorner")
  837. local ChatPictureText = Instance.new("TextLabel")
  838. local ChatPictureTextUICorner = Instance.new("UICorner")
  839. local DefaultPicture1 = Instance.new("ImageButton")
  840. local DefaultPicture1UICorner = Instance.new("UICorner")
  841. local Picture2 = Instance.new("ImageButton")
  842. local Picture2UICorner = Instance.new("UICorner")
  843. local Picture3 = Instance.new("ImageButton")
  844. local Picture3UICorner = Instance.new("UICorner")
  845. local Picture4 = Instance.new("ImageButton")
  846. local Picture4UICorner = Instance.new("UICorner")
  847. local Picture5 = Instance.new("ImageButton")
  848. local Picture5UICorner = Instance.new("UICorner")
  849. local Picture6 = Instance.new("ImageButton")
  850. local Picture6UICorner = Instance.new("UICorner")
  851. local Picture7 = Instance.new("ImageButton")
  852. local Picture7UICorner = Instance.new("UICorner")
  853. local Picture8 = Instance.new("ImageButton")
  854. local Picture8UICorner = Instance.new("UICorner")
  855. local SetAudio = Instance.new("Sound")
  856. local Id = "452267918"
  857. SetAudio.Parent = game.Workspace
  858. SetAudio.SoundId = "rbxassetid://"..Id
  859. SetAudio.Looped = false
  860. SetAudio.Volume = 1
  861. local SentAudio = Instance.new("Sound")
  862. local Id = "7433801607"
  863. SentAudio.Parent = game.Workspace
  864. SentAudio.SoundId = "rbxassetid://"..Id
  865. SentAudio.Looped = false
  866. SentAudio.Volume = 1
  867. local AudioSettingsText = Instance.new("TextLabel")
  868. local AudioSettingsTextUICorner = Instance.new("UICorner")
  869. local AudioButton = Instance.new("ImageButton")
  870. local AudioButtonUICorner = Instance.new("UICorner")
  871. local SocialMediaTextLabel = Instance.new("TextLabel")
  872. local SocialMediaTextLabelUICorner = Instance.new("UICorner")
  873. local YOUTUBEButton = Instance.new("ImageButton")
  874. local YOUTUBEButtonUICorner = Instance.new("UICorner")
  875. local PastebinButton = Instance.new("ImageButton")
  876. local PastebinButtonUICorner = Instance.new("UICorner")
  877. local RobloxButton = Instance.new("ImageButton")
  878. local RobloxButtonUICorner = Instance.new("UICorner")
  879. local SetYoutAvatarIconTextLabel = Instance.new("TextLabel")
  880. local SetYoutAvatarIconTextLabelUICorner = Instance.new("UICorner")
  881. local SetYoutAvatarIconTextBox = Instance.new("TextBox")
  882. local SetYoutAvatarIconTextBoxUICorner = Instance.new("UICorner")
  883. local SetYoutAvatarIconTextButton = Instance.new("TextButton")
  884. local SetYoutAvatarIconTextButtonUICorner = Instance.new("UICorner")
  885. local SetChatPictureBackgroundTextLabel = Instance.new("TextLabel")
  886. local SetChatPictureBackgroundTextLabelUICorner = Instance.new("UICorner")
  887. local SetChatPictureBackgroundTextBox = Instance.new("TextBox")
  888. local SetChatPictureBackgroundTextBoxUICorner = Instance.new("UICorner")
  889. local SetChatPictureBackgroundTextButton = Instance.new("TextButton")
  890. local SetChatPictureBackgroundTextButtonUICorner = Instance.new("UICorner")
  891. local MadeByECCSImageLabel = Instance.new("ImageLabel")
  892. local MadeByECCSImageLabelUICorner = Instance.new("UICorner")
  893. local ChatPicture = Instance.new("ImageLabel", ChatFrame1)
  894. local HttpService = game:GetService("HttpService")
  895. local UserInputService = game:GetService("UserInputService")
  896. local idioma = "ru"
  897. local chatfuel = "False"
  898. local function mensajepro(mensaje)
  899. local texto = mensaje
  900. local Responde = game:HttpGet("https://api.simsimi.net/v2/?text="..texto.."&lc="..idioma.."&cf="..chatfuel)
  901. local datos = HttpService:JSONDecode(Responde)
  902. Message3.Text = datos.success
  903. end
  904.  
  905.  
  906.  
  907. UIPanel.Parent = WindowPanel
  908.  
  909. SettingsFrame1.Visible = false
  910. CloseSettingsButton.Visible = false
  911.  
  912. ChatFrame1.Parent = Frame
  913. ChatFrame1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  914. ChatFrame1.Position = UDim2.new(0.1, 0, 0.1, 0)
  915. ChatFrame1.LayoutOrder = 5
  916. ChatFrame1.Size = UDim2.new(0, 455, 0, 290)
  917.  
  918.  
  919.  ChatPicture.Image = "rbxassetid://14907812475"
  920.  ChatPicture.Size  = ChatFrame1.Size
  921.  
  922.  
  923.  
  924.  
  925.  
  926. PictureUICorner.Parent = ChatPicture
  927.  
  928. ChatBox.Name = "ChatBox"
  929. ChatBox.Parent = ChatFrame1
  930. ChatBox.BackgroundColor3 = Color3.new(255, 255, 255)
  931. ChatBox.Position = UDim2.new(0.05, 0, 0.79, 0)
  932. ChatBox.Size = UDim2.new(0, 355, 0, 35)
  933. ChatBox.Font = Enum.Font.Code
  934. ChatBox.FontSize = Enum.FontSize.Size18
  935. ChatBox.Text = "enter message here"
  936. ChatBox.TextColor3 = Color3.new(0, 0, 0)
  937. ChatBox.TextSize = 15
  938. ChatBox.TextXAlignment = Enum.TextXAlignment.Left
  939. ChatBox.TextWrapped = true
  940.  
  941. ChatBoxUICorner.Parent = ChatBox
  942.  
  943. UIPadding.Parent = ChatBox
  944. UIPadding.PaddingBottom = UDim.new(10, 10)
  945. UIPadding.PaddingLeft = UDim.new(10, 10)
  946. UIPadding.PaddingRight = UDim.new(10, 10)
  947. UIPadding.PaddingTop = UDim.new(10, 10)
  948.  
  949.  
  950. WindowPanel.Name = "WindowPanel"
  951. WindowPanel.Parent = ChatFrame1
  952. WindowPanel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  953. WindowPanel.Size = UDim2.new(0, 455, 0, 25)
  954. WindowPanel.Font = Enum.Font.GothamBold
  955. WindowPanel.Text = "AiChat"
  956. WindowPanel.TextColor3 = Color3.fromRGB(0, 0, 0)
  957. WindowPanel.TextScaled = true
  958. WindowPanel.TextSize = 14.000
  959. WindowPanel.TextWrapped = true
  960. WindowPanel.Position = UDim2.new(0, 0, 0, 0)
  961. WindowPanel.TextXAlignment = Enum.TextXAlignment.Left
  962.  
  963. closechat.Name = "closechat"
  964. closechat.Parent = ChatFrame1
  965. closechat.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  966. closechat.Position = UDim2.new(0.94, 0, 0, 0)
  967. closechat.Size = UDim2.new(0, 23, 0, 23)
  968. closechat.Image = "rbxassetid://385868188"
  969. closechat.MouseButton1Down:connect(function()
  970. ChatFrame1:Remove()
  971. end)
  972.  
  973. PlayerPFP.Visible = false
  974. ERROR_CODEPFP2.Visible = false
  975. Message2.Visible = false
  976. Message3.Visible = false
  977.  
  978. SentMassageButton.Name = "SentMassageButton"
  979. SentMassageButton.Parent = ChatFrame1
  980. SentMassageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  981. SentMassageButton.Position = UDim2.new(0.89, 0, 0.79, 0)
  982. SentMassageButton.Size = UDim2.new(0, 33, 0, 33)
  983. SentMassageButton.Image = "rbxassetid://14908005840"
  984. SentMassageButton.Transparency = 0.5
  985. SentMassageButton.MouseButton1Down:connect(function()
  986. Message2.Text = ""..ChatBox.Text
  987. SentAudio.Playing = true
  988. Message2.Visible = true
  989. PlayerPFP.Visible = true
  990. mensajepro(ChatBox.Text)
  991. ChatBox.Text = ""
  992. ERROR_CODEPFP2.Visible = true
  993. ERROR_CODEPFP1.Visible = false
  994. Message1.Visible = false
  995. Message3.Visible = true
  996. end)
  997.  
  998. SentUICorner.Parent = SentMassageButton
  999.  
  1000. ERROR_CODEPFP1.Name = "ERROR_CODEPFP1"
  1001. ERROR_CODEPFP1.Parent = ChatFrame1
  1002. ERROR_CODEPFP1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1003. ERROR_CODEPFP1.Position = UDim2.new(0.05, 0, 0.2, 0)
  1004. ERROR_CODEPFP1.Size = UDim2.new(0, 45, 0, 45)
  1005. ERROR_CODEPFP1.Image = "rbxassetid://14891251537"
  1006. ERROR_CODEPFP1.Transparency = 0.7
  1007. ERROR_CODEPFP1.MouseButton1Down:connect(function()
  1008. end)
  1009.  
  1010. ERROR_CODEPFP1UICorner.Parent = ERROR_CODEPFP1
  1011.  
  1012. ERROR_CODEPFP2.Name = "ERROR_CODEPFP2"
  1013. ERROR_CODEPFP2.Parent = ChatFrame1
  1014. ERROR_CODEPFP2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1015. ERROR_CODEPFP2.Position = UDim2.new(0.05, 0, 0.6, 0)
  1016. ERROR_CODEPFP2.Size = UDim2.new(0, 45, 0, 45)
  1017. ERROR_CODEPFP2.Image = "rbxassetid://14891251537"
  1018. ERROR_CODEPFP2.Transparency = 0.7
  1019. ERROR_CODEPFP2.MouseButton1Down:connect(function()
  1020. end)
  1021.  
  1022. ERROR_CODEPFP2UICorner.Parent = ERROR_CODEPFP2
  1023.  
  1024.  
  1025. PlayerPFP.Name = "PlayerPFP"
  1026. PlayerPFP.Parent = ChatFrame1
  1027. PlayerPFP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1028. PlayerPFP.Position = UDim2.new(0.85, 0, 0.4, 0)
  1029. PlayerPFP.Size = UDim2.new(0, 45, 0, 45)
  1030. PlayerPFP.Image = "rbxassetid://14908211679"
  1031. PlayerPFP.Transparency = 0.7
  1032. PlayerPFP.MouseButton1Down:connect(function()
  1033. end)
  1034.  
  1035. PlayerUICorner.Parent = PlayerPFP
  1036.  
  1037.  
  1038. Message1.Name = "Message1"
  1039. Message1.Parent = ChatFrame1
  1040. Message1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1041. Message1.Size = UDim2.new(0, 150, 0, 40)
  1042. Message1.Font = Enum.Font.GothamBold
  1043. Message1.Text = "Hello/Привет/Hola/مرحبًا/안녕"
  1044. Message1.TextColor3 = Color3.fromRGB(0, 0, 0)
  1045. Message1.TextScaled = true
  1046. Message1.TextSize = 14.000
  1047. Message1.TextWrapped = true
  1048. Message1.Position = UDim2.new(0.16, 0, 0.22, 0)
  1049. Message1.TextXAlignment = Enum.TextXAlignment.Left
  1050.  
  1051. Message1UICorner.Parent = Message1
  1052.  
  1053.  
  1054. Message2.Name = "Message2"
  1055. Message2.Parent = ChatFrame1
  1056. Message2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1057. Message2.Size = UDim2.new(0, 150, 0, 40)
  1058. Message2.Font = Enum.Font.GothamBold
  1059. Message2.Text = ""
  1060. Message2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1061. Message2.TextScaled = true
  1062. Message2.TextSize = 14.000
  1063. Message2.TextWrapped = true
  1064. Message2.Position = UDim2.new(0.50, 0, 0.4, 0)
  1065. Message2.TextXAlignment = Enum.TextXAlignment.Right
  1066.  
  1067. Message2UICorner.Parent = Message2
  1068.  
  1069. Message3.Name = "Message3"
  1070. Message3.Parent = ChatFrame1
  1071. Message3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1072. Message3.Size = UDim2.new(0, 150, 0, 40)
  1073. Message3.Font = Enum.Font.GothamBold
  1074. Message3.Text = ""
  1075. Message3.TextColor3 = Color3.fromRGB(0, 0, 0)
  1076. Message3.TextScaled = true
  1077. Message3.TextSize = 14.000
  1078. Message3.TextWrapped = true
  1079. Message3.Position = UDim2.new(0.16, 0, 0.61, 0)
  1080. Message3.TextXAlignment = Enum.TextXAlignment.Left
  1081.  
  1082. Message3UICorner.Parent = Message3
  1083.  
  1084. UIChatCorner.Parent = ChatFrame1
  1085.  
  1086. closechatUI.Parent = closechat
  1087.  
  1088. min2.Name = "min2"
  1089. min2.Parent = ChatFrame1
  1090. min2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1091. min2.Position = UDim2.new(0.88, 0, 0, 0)
  1092. min2.Size = UDim2.new(0, 23, 0, 23)
  1093. min2.Image = "rbxassetid://14898254454"
  1094. min2.MouseButton1Down:connect(function()
  1095. ChatFrame1.Visible = false
  1096. end)
  1097.  
  1098. min2UICorner.Parent = min2
  1099.  
  1100. SettingsButton.Name = "SettingsButton"
  1101. SettingsButton.Parent = ChatFrame1
  1102. SettingsButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1103. SettingsButton.Position = UDim2.new(0.819, 0, 0, 0)
  1104. SettingsButton.Size = UDim2.new(0, 23, 0, 23)
  1105. SettingsButton.Image = "rbxassetid://14925215448"
  1106. SettingsButton.Transparency = 1
  1107. SettingsButton.MouseButton1Down:connect(function()
  1108. SettingsFrame1.Visible = true
  1109. SettingsFrame1:TweenSize(UDim2.new(0, 169, 0, 265), 'Out', 4, true)
  1110. LanguageSettingsText.Visible = true
  1111. wait(0.8)
  1112. CloseSettingsButton.Visible = true
  1113. end)
  1114.  
  1115. SettingsFrame1.Parent = ChatFrame1
  1116. SettingsFrame1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1117. SettingsFrame1.Position = UDim2.new(0, 0, 0.09, 0)
  1118. SettingsFrame1.LayoutOrder = 5
  1119. SettingsFrame1.Size = UDim2.new(0, 0, 0, 265)
  1120.  
  1121.                      
  1122.  
  1123. SettingsUICorner.Parent = SettingsFrame1
  1124.  
  1125.  
  1126. CloseSettingsButton.Name = "CloseSettingsButton"
  1127. CloseSettingsButton.Parent = ChatFrame1
  1128. CloseSettingsButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1129. CloseSettingsButton.Position = UDim2.new(0.32, 0, 0.09, 0)
  1130. CloseSettingsButton.Size = UDim2.new(0, 23, 0, 23)
  1131. CloseSettingsButton.Font = Enum.Font.GothamBold
  1132. CloseSettingsButton.Text = "X"
  1133. CloseSettingsButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1134. CloseSettingsButton.TextScaled = true
  1135. CloseSettingsButton.TextSize = 14.000
  1136. CloseSettingsButton.TextWrapped = true
  1137. CloseSettingsButton.MouseButton1Down:connect(function()
  1138. CloseSettingsButton.Visible = false
  1139. SettingsFrame1:TweenSize(UDim2.new(0, 0, 0, 265), 'Out', 4, true)
  1140. wait(0.6)
  1141. LanguageSettingsText.Visible = false
  1142. SettingsFrame1.Visible = false
  1143. end)
  1144.  
  1145. LanguageSettingsText.Name = "LanguageSettingsText"
  1146. LanguageSettingsText.Parent = ScrollingFrameForSettings2
  1147. LanguageSettingsText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1148. LanguageSettingsText.Position = UDim2.new(0.11, 0, 0, 0)
  1149. LanguageSettingsText.Size = UDim2.new(0, 100, 0, 33)
  1150. LanguageSettingsText.Font = Enum.Font.GothamBold
  1151. LanguageSettingsText.Text = "Language Settings"
  1152. LanguageSettingsText.TextColor3 = Color3.fromRGB(150, 150, 150)
  1153. LanguageSettingsText.TextScaled = false
  1154. LanguageSettingsText.TextSize = 10
  1155. LanguageSettingsText.TextWrapped = false
  1156.  
  1157.  
  1158.  
  1159. LanguageSettingsTextUICorner.Parent = LanguageSettingsText
  1160.  
  1161.  
  1162. CloseSettingsButtonUICorner.Parent = CloseSettingsButton
  1163.  
  1164.  
  1165. ScrollingFrameForSettings2.CanvasSize = UDim2.new(0, 0, 5, 0)
  1166. ScrollingFrameForSettings2.ScrollBarImageColor3 = Color3.new(0.137255, 0.211765, 0.266667)
  1167. ScrollingFrameForSettings2.ScrollBarThickness = 8
  1168. ScrollingFrameForSettings2.Active = true
  1169. ScrollingFrameForSettings2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1170. ScrollingFrameForSettings2.BackgroundTransparency = 1
  1171. ScrollingFrameForSettings2.BorderSizePixel = 0
  1172. ScrollingFrameForSettings2.Position = UDim2.new(0.0167131703, 0, 0.00914634112, 0)
  1173. ScrollingFrameForSettings2.Size = UDim2.new(0.8, 0, 0.9, 0)
  1174. ScrollingFrameForSettings2.Name = "ScrollingFrameForSettings2"
  1175. ScrollingFrameForSettings2.Parent = SettingsFrame1
  1176.  
  1177.  
  1178. LanguageButtonRussianDefault.Name = "LanguageButtonRussianDefault"
  1179. LanguageButtonRussianDefault.Parent = ScrollingFrameForSettings2
  1180. LanguageButtonRussianDefault.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1181. LanguageButtonRussianDefault.Position = UDim2.new(0.13, 0, 0.02, 0)
  1182. LanguageButtonRussianDefault.Size = UDim2.new(0, 100, 0, 23)
  1183. LanguageButtonRussianDefault.Font = Enum.Font.GothamBold
  1184. LanguageButtonRussianDefault.Text = "Русский(Default)"
  1185. LanguageButtonRussianDefault.TextColor3 = Color3.fromRGB(255, 255, 255)
  1186. LanguageButtonRussianDefault.TextScaled = false
  1187. LanguageButtonRussianDefault.TextSize = 14.000
  1188. LanguageButtonRussianDefault.TextWrapped = false
  1189. LanguageButtonRussianDefault.MouseButton1Down:connect(function()
  1190. SetAudio.Playing = true
  1191. idioma = "ru"
  1192. writefile("Idioma.txt", "ru")
  1193. end)
  1194.  
  1195. LanguageButtonRussianDefaultUICorner.Parent = LanguageButtonRussianDefault
  1196.  
  1197.  
  1198. LanguageButtonEnglish.Name = "LanguageButtonEnglish"
  1199. LanguageButtonEnglish.Parent = ScrollingFrameForSettings2
  1200. LanguageButtonEnglish.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1201. LanguageButtonEnglish.Position = UDim2.new(0.13, 0, 0.04, 0)
  1202. LanguageButtonEnglish.Size = UDim2.new(0, 100, 0, 23)
  1203. LanguageButtonEnglish.Font = Enum.Font.GothamBold
  1204. LanguageButtonEnglish.Text = "English"
  1205. LanguageButtonEnglish.TextColor3 = Color3.fromRGB(255, 255, 255)
  1206. LanguageButtonEnglish.TextScaled = false
  1207. LanguageButtonEnglish.TextSize = 14.000
  1208. LanguageButtonEnglish.TextWrapped = false
  1209. LanguageButtonEnglish.MouseButton1Down:connect(function()
  1210. SetAudio.Playing = true
  1211. idioma = "en"
  1212. writefile("Idioma.txt", "en")
  1213. end)
  1214.  
  1215. LanguageButtonEnglishUICorner.Parent = LanguageButtonEnglish
  1216.  
  1217. LanguageButtonEspanol.Name = "LanguageButtonEspanol"
  1218. LanguageButtonEspanol.Parent = ScrollingFrameForSettings2
  1219. LanguageButtonEspanol.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1220. LanguageButtonEspanol.Position = UDim2.new(0.13, 0, 0.06, 0)
  1221. LanguageButtonEspanol.Size = UDim2.new(0, 100, 0, 23)
  1222. LanguageButtonEspanol.Font = Enum.Font.GothamBold
  1223. LanguageButtonEspanol.Text = "Español"
  1224. LanguageButtonEspanol.TextColor3 = Color3.fromRGB(255, 255, 255)
  1225. LanguageButtonEspanol.TextScaled = false
  1226. LanguageButtonEspanol.TextSize = 14.000
  1227. LanguageButtonEspanol.TextWrapped = false
  1228. LanguageButtonEspanol.MouseButton1Down:connect(function()
  1229. SetAudio.Playing = true
  1230. idioma = "es"
  1231. writefile("Idioma.txt", "es")
  1232. end)
  1233.  
  1234. LanguageButtonEspanolUICorner.Parent = LanguageButtonEspanol
  1235.  
  1236. LanguageButtonArabic.Name = "LanguageButtonArabic"
  1237. LanguageButtonArabic.Parent = ScrollingFrameForSettings2
  1238. LanguageButtonArabic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1239. LanguageButtonArabic.Position = UDim2.new(0.13, 0, 0.06, 0)
  1240. LanguageButtonArabic.Size = UDim2.new(0, 100, 0, 23)
  1241. LanguageButtonArabic.Font = Enum.Font.GothamBold
  1242. LanguageButtonArabic.Text = "العربية"
  1243. LanguageButtonArabic.TextColor3 = Color3.fromRGB(255, 255, 255)
  1244. LanguageButtonArabic.TextScaled = false
  1245. LanguageButtonArabic.TextSize = 14.000
  1246. LanguageButtonArabic.TextWrapped = false
  1247. LanguageButtonArabic.MouseButton1Down:connect(function()
  1248. SetAudio.Playing = true
  1249. idioma = "ar"
  1250. writefile("Idioma.txt", "ar")
  1251. end)
  1252.  
  1253. LanguageButtonArabicUICorner.Parent = LanguageButtonArabic
  1254.  
  1255. LanguageButtonKorean.Name = "LanguageButtonKorean"
  1256. LanguageButtonKorean.Parent = ScrollingFrameForSettings2
  1257. LanguageButtonKorean.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1258. LanguageButtonKorean.Position = UDim2.new(0.13, 0, 0.08, 0)
  1259. LanguageButtonKorean.Size = UDim2.new(0, 100, 0, 23)
  1260. LanguageButtonKorean.Font = Enum.Font.GothamBold
  1261. LanguageButtonKorean.Text = "ا한국어"
  1262. LanguageButtonKorean.TextColor3 = Color3.fromRGB(255, 255, 255)
  1263. LanguageButtonKorean.TextScaled = false
  1264. LanguageButtonKorean.TextSize = 14.000
  1265. LanguageButtonKorean.TextWrapped = false
  1266. LanguageButtonKorean.MouseButton1Down:connect(function()
  1267. SetAudio.Playing = true
  1268. idioma = "ko"
  1269. writefile("Idioma.txt", "ko")
  1270. end)
  1271.  
  1272. LanguageButtonKoreanUICorner.Parent = LanguageButtonKorean
  1273.  
  1274.  
  1275. agerestrictions.Name = "agerestrictions"
  1276. agerestrictions.Parent = ScrollingFrameForSettings2
  1277. agerestrictions.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1278. agerestrictions.Position = UDim2.new(0.11, 0, 0.10, 0)
  1279. agerestrictions.Size = UDim2.new(0, 100, 0, 33)
  1280. agerestrictions.Font = Enum.Font.GothamBold
  1281. agerestrictions.Text = "Age Restrictions"
  1282. agerestrictions.TextColor3 = Color3.fromRGB(150, 150, 150)
  1283. agerestrictions.TextScaled = false
  1284. agerestrictions.TextSize = 10
  1285. agerestrictions.TextWrapped = false
  1286.  
  1287. agerestrictionsUICorner.Parent = agerestrictions
  1288.  
  1289. EighteenDefaultButton.Name = "EighteenDefaultButton"
  1290. EighteenDefaultButton.Parent = ScrollingFrameForSettings2
  1291. EighteenDefaultButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1292. EighteenDefaultButton.Position = UDim2.new(0.13, 0, 0.12, 0)
  1293. EighteenDefaultButton.Size = UDim2.new(0, 100, 0, 23)
  1294. EighteenDefaultButton.Font = Enum.Font.GothamBold
  1295. EighteenDefaultButton.Text = "18+(Default)"
  1296. EighteenDefaultButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1297. EighteenDefaultButton.TextScaled = false
  1298. EighteenDefaultButton.TextSize = 14.000
  1299. EighteenDefaultButton.TextWrapped = false
  1300. EighteenDefaultButton.MouseButton1Down:connect(function()
  1301. SetAudio.Playing = true
  1302. chatfuel = "False"
  1303. end)
  1304.  
  1305. EighteenDefaultButtonUICorner.Parent = EighteenDefaultButton
  1306.  
  1307. ThirteenButton.Name = "ThirteenButton"
  1308. ThirteenButton.Parent = ScrollingFrameForSettings2
  1309. ThirteenButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1310. ThirteenButton.Position = UDim2.new(0.13, 0, 0.14, 0)
  1311. ThirteenButton.Size = UDim2.new(0, 100, 0, 23)
  1312. ThirteenButton.Font = Enum.Font.GothamBold
  1313. ThirteenButton.Text = "13+"
  1314. ThirteenButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1315. ThirteenButton.TextScaled = false
  1316. ThirteenButton.TextSize = 14.000
  1317. ThirteenButton.TextWrapped = false
  1318. ThirteenButton.MouseButton1Down:connect(function()
  1319. SetAudio.Playing = true
  1320. chatfuel = "True"
  1321. end)
  1322.  
  1323. ThirteenButtonUICorner.Parent = ThirteenButton
  1324.  
  1325. ThemeText.Name = "ThemeText"
  1326. ThemeText.Parent = ScrollingFrameForSettings2
  1327. ThemeText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1328. ThemeText.Position = UDim2.new(0.11, 0, 0.16, 0)
  1329. ThemeText.Size = UDim2.new(0, 100, 0, 33)
  1330. ThemeText.Font = Enum.Font.GothamBold
  1331. ThemeText.Text = "Light Theme(Default)"
  1332. ThemeText.TextColor3 = Color3.fromRGB(150, 150, 150)
  1333. ThemeText.TextScaled = false
  1334. ThemeText.TextSize = 10
  1335. ThemeText.TextWrapped = false
  1336.  
  1337. ThemeTextUICorner.Parent = ThemeText
  1338.  
  1339. ThemeButton.Name = "ThemeButton"
  1340. ThemeButton.Parent = ScrollingFrameForSettings2
  1341. ThemeButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1342. ThemeButton.Position = UDim2.new(0.4, 0, 0.18, 0)
  1343. ThemeButton.Size = UDim2.new(0, 30, 0, 30)
  1344. ThemeButton.Image = "rbxassetid://14929497057"
  1345. ThemeButton.MouseButton1Down:connect(function()
  1346. SetAudio.Playing = true
  1347. if ThemeButton.Image == "rbxassetid://14929497057" then
  1348. ThemeButton.Image = "rbxassetid://14929498552"
  1349. ThemeButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1350. ThemeText.Text = "Dark Theme"
  1351. ChatBox.BackgroundColor3 = Color3.new(0, 0, 0)
  1352. ChatBox.TextColor3 = Color3.new(255, 255, 255)
  1353. Message1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1354. Message1.TextColor3 = Color3.fromRGB(255, 255, 255)
  1355. Message2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1356. Message2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1357. Message3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1358. Message3.TextColor3 = Color3.fromRGB(255, 255, 255)
  1359. else
  1360. if ThemeButton.Image == "rbxassetid://14929498552" then
  1361. ThemeButton.Image = "rbxassetid://14929497057"
  1362. ThemeButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1363. ThemeText.Text = "Light Theme(Default)"
  1364. ChatBox.BackgroundColor3 = Color3.new(255, 255, 255)
  1365. ChatBox.TextColor3 = Color3.new(0, 0, 0)
  1366. Message1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1367. Message1.TextColor3 = Color3.fromRGB(0, 0, 0)
  1368. Message2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1369. Message2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1370. Message3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1371. Message3.TextColor3 = Color3.fromRGB(0, 0, 0)
  1372. end
  1373. end
  1374. end)
  1375.  
  1376. ThemeButtonUICorner.Parent = ThemeButton
  1377.  
  1378.  
  1379. ChatPictureText.Name = "ChatPictureText"
  1380. ChatPictureText.Parent = ScrollingFrameForSettings2
  1381. ChatPictureText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1382. ChatPictureText.Position = UDim2.new(0.13, 0, 0.20, 0)
  1383. ChatPictureText.Size = UDim2.new(0, 100, 0, 33)
  1384. ChatPictureText.Font = Enum.Font.GothamBold
  1385. ChatPictureText.Text = "Chat Pictures"
  1386. ChatPictureText.TextColor3 = Color3.fromRGB(150, 150, 150)
  1387. ChatPictureText.TextScaled = false
  1388. ChatPictureText.TextSize = 10
  1389. ChatPictureText.TextWrapped = false
  1390.  
  1391. ChatPictureTextUICorner.Parent = ChatPictureText
  1392.  
  1393. DefaultPicture1.Name = "DefaultPicture1"
  1394. DefaultPicture1.Parent = ScrollingFrameForSettings2
  1395. DefaultPicture1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1396. DefaultPicture1.Position = UDim2.new(0.15, 0, 0.22, 0)
  1397. DefaultPicture1.Size = UDim2.new(0, 100, 0, 50)
  1398. DefaultPicture1.Image = "rbxassetid://14907812475"
  1399. DefaultPicture1.MouseButton1Down:connect(function()
  1400. SetAudio.Playing = true
  1401. ChatPicture.Image = "rbxassetid://14907812475"
  1402. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  1403. end)
  1404.  
  1405. DefaultPicture1UICorner.Parent = DefaultPicture1
  1406.  
  1407. Picture2.Name = "Picture2"
  1408. Picture2.Parent = ScrollingFrameForSettings2
  1409. Picture2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1410. Picture2.Position = UDim2.new(0.15, 0, 0.28, 0)
  1411. Picture2.Size = UDim2.new(0, 100, 0, 50)
  1412. Picture2.Image = "rbxassetid://14930437146"
  1413. Picture2.MouseButton1Down:connect(function()
  1414. SetAudio.Playing = true
  1415. ChatPicture.Image = "rbxassetid://14930437146"
  1416. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  1417. end)
  1418.  
  1419. Picture2UICorner.Parent = Picture2
  1420.  
  1421. Picture3.Name = "Picture3"
  1422. Picture3.Parent = ScrollingFrameForSettings2
  1423. Picture3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1424. Picture3.Position = UDim2.new(0.15, 0, 0.34, 0)
  1425. Picture3.Size = UDim2.new(0, 100, 0, 50)
  1426. Picture3.Image = "rbxassetid://14930439055"
  1427. Picture3.MouseButton1Down:connect(function()
  1428. SetAudio.Playing = true
  1429. ChatPicture.Image = "rbxassetid://14930439055"
  1430. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  1431. end)
  1432.  
  1433. Picture3UICorner.Parent = Picture3
  1434.  
  1435. Picture4.Name = "Picture4"
  1436. Picture4.Parent = ScrollingFrameForSettings2
  1437. Picture4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1438. Picture4.Position = UDim2.new(0.15, 0, 0.40, 0)
  1439. Picture4.Size = UDim2.new(0, 100, 0, 50)
  1440. Picture4.Image = "rbxassetid://14930444226"
  1441. Picture4.MouseButton1Down:connect(function()
  1442. SetAudio.Playing = true
  1443. ChatPicture.Image = "rbxassetid://14930444226"
  1444. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  1445. end)
  1446.  
  1447. Picture4UICorner.Parent = Picture4
  1448.  
  1449. Picture5.Name = "Picture5"
  1450. Picture5.Parent = ScrollingFrameForSettings2
  1451. Picture5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1452. Picture5.Position = UDim2.new(0.15, 0, 0.46, 0)
  1453. Picture5.Size = UDim2.new(0, 100, 0, 50)
  1454. Picture5.Image = "rbxassetid://14930446802"
  1455. Picture5.MouseButton1Down:connect(function()
  1456. SetAudio.Playing = true
  1457. ChatPicture.Image = "rbxassetid://14930446802"
  1458. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  1459. end)
  1460.  
  1461. Picture5UICorner.Parent = Picture5
  1462.  
  1463. Picture6.Name = "Picture6"
  1464. Picture6.Parent = ScrollingFrameForSettings2
  1465. Picture6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1466. Picture6.Position = UDim2.new(0.15, 0, 0.52, 0)
  1467. Picture6.Size = UDim2.new(0, 100, 0, 50)
  1468. Picture6.Image = "rbxassetid://14930454605"
  1469. Picture6.MouseButton1Down:connect(function()
  1470. SetAudio.Playing = true
  1471. ChatPicture.Image = "rbxassetid://14930454605"
  1472. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  1473. end)
  1474.  
  1475. Picture6UICorner.Parent = Picture6
  1476.  
  1477. Picture7.Name = "Picture7"
  1478. Picture7.Parent = ScrollingFrameForSettings2
  1479. Picture7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1480. Picture7.Position = UDim2.new(0.15, 0, 0.58, 0)
  1481. Picture7.Size = UDim2.new(0, 100, 0, 50)
  1482. Picture7.Image = "rbxassetid://14930458965"
  1483. Picture7.MouseButton1Down:connect(function()
  1484. SetAudio.Playing = true
  1485. ChatPicture.Image = "rbxassetid://14930458965"
  1486. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  1487. end)
  1488.  
  1489. Picture7UICorner.Parent = Picture7
  1490.  
  1491. Picture8.Name = "Picture8"
  1492. Picture8.Parent = ScrollingFrameForSettings2
  1493. Picture8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1494. Picture8.Position = UDim2.new(0.15, 0, 0.64, 0)
  1495. Picture8.Size = UDim2.new(0, 100, 0, 50)
  1496. Picture8.Image = "rbxassetid://14930462741"
  1497. Picture8.MouseButton1Down:connect(function()
  1498. SetAudio.Playing = true
  1499. ChatPicture.Image = "rbxassetid://14930462741"
  1500. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  1501. end)
  1502.  
  1503. Picture8UICorner.Parent = Picture8
  1504.  
  1505. AudioSettingsText.Name = "AudioSettingsText"
  1506. AudioSettingsText.Parent = ScrollingFrameForSettings2
  1507. AudioSettingsText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1508. AudioSettingsText.Position = UDim2.new(0.14, 0, 0.68, 0)
  1509. AudioSettingsText.Size = UDim2.new(0, 100, 0, 33)
  1510. AudioSettingsText.Font = Enum.Font.GothamBold
  1511. AudioSettingsText.Text = "Sounds Settings"
  1512. AudioSettingsText.TextColor3 = Color3.fromRGB(150, 150, 150)
  1513. AudioSettingsText.TextScaled = false
  1514. AudioSettingsText.TextSize = 10
  1515. AudioSettingsText.TextWrapped = false
  1516.  
  1517. AudioSettingsTextUICorner.Parent = AudioSettingsText
  1518.  
  1519.  
  1520. AudioButton.Name = "AudioButton"
  1521. AudioButton.Parent = ScrollingFrameForSettings2
  1522. AudioButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1523. AudioButton.Position = UDim2.new(0.4, 0, 0.70, 0)
  1524. AudioButton.Size = UDim2.new(0, 30, 0, 30)
  1525. AudioButton.Image = "rbxassetid://14936645387"
  1526. AudioButton.MouseButton1Down:connect(function()
  1527. if AudioButton.Image == "rbxassetid://14936645387" then
  1528. AudioButton.Image = "rbxassetid://14936644171"
  1529. SentAudio.Volume = 0
  1530. SetAudio.Volume = 0
  1531. else
  1532. if AudioButton.Image == "rbxassetid://14936644171" then
  1533. AudioButton.Image = "rbxassetid://14936645387"
  1534. SentAudio.Volume = 1
  1535. SetAudio.Volume = 1
  1536. SetAudio.Playing = true
  1537. end
  1538. end
  1539. end)
  1540.  
  1541. AudioButtonUICorner.Parent = AudioButton
  1542.  
  1543.  
  1544. SocialMediaTextLabel.Name = "SocialMediaTextLabel"
  1545. SocialMediaTextLabel.Parent = ScrollingFrameForSettings2
  1546. SocialMediaTextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1547. SocialMediaTextLabel.Position = UDim2.new(0.14, 0, 0.74, 0)
  1548. SocialMediaTextLabel.Size = UDim2.new(0, 100, 0, 33)
  1549. SocialMediaTextLabel.Font = Enum.Font.GothamBold
  1550. SocialMediaTextLabel.Text = "Social Media"
  1551. SocialMediaTextLabel.TextColor3 = Color3.fromRGB(150, 150, 150)
  1552. SocialMediaTextLabel.TextScaled = false
  1553. SocialMediaTextLabel.TextSize = 10
  1554. SocialMediaTextLabel.TextWrapped = false
  1555.  
  1556. SocialMediaTextLabelUICorner.Parent = SocialMediaTextLabel
  1557.  
  1558.  
  1559.  
  1560. YOUTUBEButton.Name = "YOUTUBEButton"
  1561. YOUTUBEButton.Parent = ScrollingFrameForSettings2
  1562. YOUTUBEButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1563. YOUTUBEButton.Position = UDim2.new(0.10, 0, 0.76, 0)
  1564. YOUTUBEButton.Size = UDim2.new(0, 30, 0, 30)
  1565. YOUTUBEButton.Image = "rbxassetid://14951057789"
  1566. YOUTUBEButton.MouseButton1Down:connect(function()
  1567. SetAudio.Playing = true
  1568. setclipboard("https://youtube.com/@ERROR_CODE_COMING_SOON?feature=shared")
  1569. end)
  1570.  
  1571.  
  1572. YOUTUBEButtonUICorner.Parent = YOUTUBEButton
  1573.  
  1574.  
  1575. PastebinButton.Name = "PastebinButton"
  1576. PastebinButton.Parent = ScrollingFrameForSettings2
  1577. PastebinButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1578. PastebinButton.Position = UDim2.new(0.4, 0, 0.76, 0)
  1579. PastebinButton.Size = UDim2.new(0, 30, 0, 30)
  1580. PastebinButton.Image = "rbxassetid://14951009975"
  1581. PastebinButton.MouseButton1Down:connect(function()
  1582. SetAudio.Playing = true
  1583. setclipboard("https://pastebin.com/u/ERROR_CODE")
  1584. end)
  1585.  
  1586.  
  1587. PastebinButtonUICorner.Parent = PastebinButton
  1588.  
  1589. RobloxButton.Name = "RobloxButton"
  1590. RobloxButton.Parent = ScrollingFrameForSettings2
  1591. RobloxButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1592. RobloxButton.Position = UDim2.new(0.7, 0, 0.76, 0)
  1593. RobloxButton.Size = UDim2.new(0, 30, 0, 30)
  1594. RobloxButton.Image = "rbxassetid://14951127916"
  1595. RobloxButton.MouseButton1Down:connect(function()
  1596. SetAudio.Playing = true
  1597. setclipboard("https://www.roblox.com/users/3323558881/profile")
  1598. end)
  1599.  
  1600.  
  1601. RobloxButtonUICorner.Parent = RobloxButton
  1602.  
  1603.  
  1604. SetYoutAvatarIconTextLabel.Name = "SetYoutAvatarIconTextLabel"
  1605. SetYoutAvatarIconTextLabel.Parent = ScrollingFrameForSettings2
  1606. SetYoutAvatarIconTextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1607. SetYoutAvatarIconTextLabel.Position = UDim2.new(0.15, 0, 0.80, 0)
  1608. SetYoutAvatarIconTextLabel.Size = UDim2.new(0, 100, 0, 22)
  1609. SetYoutAvatarIconTextLabel.Font = Enum.Font.GothamBold
  1610. SetYoutAvatarIconTextLabel.Text = "Set Your Avatar"
  1611. SetYoutAvatarIconTextLabel.TextColor3 = Color3.fromRGB(150, 150, 150)
  1612. SetYoutAvatarIconTextLabel.TextScaled = false
  1613. SetYoutAvatarIconTextLabel.TextSize = 10
  1614. SetYoutAvatarIconTextLabel.TextWrapped = false
  1615.  
  1616. SetYoutAvatarIconTextLabelUICorner.Parent = SetYoutAvatarIconTextLabel
  1617.  
  1618.  
  1619. SetYoutAvatarIconTextBox.Name = "SetYoutAvatarIconTextBox"
  1620. SetYoutAvatarIconTextBox.Parent = ScrollingFrameForSettings2
  1621. SetYoutAvatarIconTextBox.BackgroundColor3 = Color3.new(255, 255, 255)
  1622. SetYoutAvatarIconTextBox.Position = UDim2.new(0.15, 0, 0.82, 0)
  1623. SetYoutAvatarIconTextBox.Size = UDim2.new(0, 100, 0, 22)
  1624. SetYoutAvatarIconTextBox.Font = Enum.Font.Code
  1625. SetYoutAvatarIconTextBox.FontSize = Enum.FontSize.Size18
  1626. SetYoutAvatarIconTextBox.Text = "Id Here"
  1627. SetYoutAvatarIconTextBox.TextColor3 = Color3.new(0, 0, 0)
  1628. SetYoutAvatarIconTextBox.TextSize = 10
  1629. SetYoutAvatarIconTextBox.TextXAlignment = Enum.TextXAlignment.Center
  1630. SetYoutAvatarIconTextBox.TextWrapped = true
  1631.  
  1632. SetYoutAvatarIconTextBoxUICorner.Parent = SetYoutAvatarIconTextBox
  1633.  
  1634.  
  1635.  
  1636. SetYoutAvatarIconTextButton.Name = "SetYoutAvatarIconTextButton"
  1637. SetYoutAvatarIconTextButton.Parent = ScrollingFrameForSettings2
  1638. SetYoutAvatarIconTextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1639. SetYoutAvatarIconTextButton.Position = UDim2.new(0.15, 0, 0.84, 0)
  1640. SetYoutAvatarIconTextButton.Size = UDim2.new(0, 100, 0, 22)
  1641. SetYoutAvatarIconTextButton.Font = Enum.Font.GothamBold
  1642. SetYoutAvatarIconTextButton.Text = "Set"
  1643. SetYoutAvatarIconTextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1644. SetYoutAvatarIconTextButton.TextScaled = false
  1645. SetYoutAvatarIconTextButton.TextSize = 14.000
  1646. SetYoutAvatarIconTextButton.TextWrapped = false
  1647. SetYoutAvatarIconTextButton.MouseButton1Down:connect(function()
  1648. SetAudio.Playing = true
  1649. PlayerPFP.Image = "rbxassetid://"..SetYoutAvatarIconTextBox.Text
  1650. end)
  1651.  
  1652. SetYoutAvatarIconTextButtonUICorner.Parent = SetYoutAvatarIconTextButton
  1653.  
  1654.  
  1655.  
  1656. SetChatPictureBackgroundTextLabel.Name = "SetChatPictureBackgroundTextLabel"
  1657. SetChatPictureBackgroundTextLabel.Parent = ScrollingFrameForSettings2
  1658. SetChatPictureBackgroundTextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1659. SetChatPictureBackgroundTextLabel.Position = UDim2.new(0.15, 0, 0.86, 0)
  1660. SetChatPictureBackgroundTextLabel.Size = UDim2.new(0, 100, 0, 22)
  1661. SetChatPictureBackgroundTextLabel.Font = Enum.Font.GothamBold
  1662. SetChatPictureBackgroundTextLabel.Text = "Set Background"
  1663. SetChatPictureBackgroundTextLabel.TextColor3 = Color3.fromRGB(150, 150, 150)
  1664. SetChatPictureBackgroundTextLabel.TextScaled = false
  1665. SetChatPictureBackgroundTextLabel.TextSize = 10
  1666. SetChatPictureBackgroundTextLabel.TextWrapped = false
  1667.  
  1668. SetChatPictureBackgroundTextLabelUICorner.Parent = SetChatPictureBackgroundTextLabel
  1669.  
  1670.  
  1671.  
  1672.  
  1673. SetChatPictureBackgroundTextBox.Name = "SetChatPictureBackgroundTextBox"
  1674. SetChatPictureBackgroundTextBox.Parent = ScrollingFrameForSettings2
  1675. SetChatPictureBackgroundTextBox.BackgroundColor3 = Color3.new(255, 255, 255)
  1676. SetChatPictureBackgroundTextBox.Position = UDim2.new(0.15, 0, 0.88, 0)
  1677. SetChatPictureBackgroundTextBox.Size = UDim2.new(0, 100, 0, 22)
  1678. SetChatPictureBackgroundTextBox.Font = Enum.Font.Code
  1679. SetChatPictureBackgroundTextBox.FontSize = Enum.FontSize.Size18
  1680. SetChatPictureBackgroundTextBox.Text = "Id Here"
  1681. SetChatPictureBackgroundTextBox.TextColor3 = Color3.new(0, 0, 0)
  1682. SetChatPictureBackgroundTextBox.TextSize = 10
  1683. SetChatPictureBackgroundTextBox.TextXAlignment = Enum.TextXAlignment.Center
  1684. SetChatPictureBackgroundTextBox.TextWrapped = true
  1685.  
  1686. SetChatPictureBackgroundTextBoxUICorner.Parent = SetChatPictureBackgroundTextBox
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693. SetChatPictureBackgroundTextButton.Name = "SetChatPictureBackgroundTextButton"
  1694. SetChatPictureBackgroundTextButton.Parent = ScrollingFrameForSettings2
  1695. SetChatPictureBackgroundTextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1696. SetChatPictureBackgroundTextButton.Position = UDim2.new(0.15, 0, 0.90, 0)
  1697. SetChatPictureBackgroundTextButton.Size = UDim2.new(0, 100, 0, 22)
  1698. SetChatPictureBackgroundTextButton.Font = Enum.Font.GothamBold
  1699. SetChatPictureBackgroundTextButton.Text = "Set"
  1700. SetChatPictureBackgroundTextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1701. SetChatPictureBackgroundTextButton.TextScaled = false
  1702. SetChatPictureBackgroundTextButton.TextSize = 14.000
  1703. SetChatPictureBackgroundTextButton.TextWrapped = false
  1704. SetChatPictureBackgroundTextButton.MouseButton1Down:connect(function()
  1705. SetAudio.Playing = true
  1706. ChatPicture.Image = "rbxassetid://"..SetChatPictureBackgroundTextBox.Text
  1707. writefile("BackGroundImage.txt", ""..ChatPicture.Image)
  1708. end)
  1709.  
  1710. SetChatPictureBackgroundTextButtonUICorner.Parent = SetChatPictureBackgroundTextButton
  1711.  
  1712.  
  1713. MadeByECCSImageLabel.Name = "MadeByECCSImageLabel"
  1714. MadeByECCSImageLabel.Parent = ScrollingFrameForSettings2
  1715. MadeByECCSImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1716. MadeByECCSImageLabel.Position = UDim2.new(0.15, 0, 0.92, 0)
  1717. MadeByECCSImageLabel.Size = UDim2.new(0, 95, 0, 100)
  1718. MadeByECCSImageLabel.Image = "rbxassetid://14959822025"
  1719.  
  1720. MadeByECCSImageLabelUICorner.Parent = MadeByECCSImageLabel
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732. local UserInputService = game:GetService("UserInputService")
  1733. local gui = ChatFrame1
  1734.  
  1735. local dragging
  1736. local dragInput
  1737. local dragStart
  1738. local startPos
  1739.  
  1740. local function update(input)
  1741.     local delta = input.Position - dragStart
  1742.     gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1743. end
  1744.  
  1745. gui.InputBegan:Connect(function(input)
  1746.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1747.         dragging = true
  1748.         dragStart = input.Position
  1749.         startPos = gui.Position
  1750.  
  1751.         input.Changed:Connect(function()
  1752.             if input.UserInputState == Enum.UserInputState.End then
  1753.                 dragging = false
  1754.             end
  1755.         end)
  1756.     end
  1757. end)
  1758.  
  1759. gui.InputChanged:Connect(function(input)
  1760.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1761.         dragInput = input
  1762.     end
  1763. end)
  1764.  
  1765. UserInputService.InputChanged:Connect(function(input)
  1766.     if input == dragInput and dragging then
  1767.         update(input)
  1768.     end
  1769. end)
  1770. local ReadBackGroundImage = readfile("BackGroundImage.txt")
  1771. ChatPicture.Image = ""..ReadBackGroundImage
  1772. local ReadIdioma = readfile("Idioma.txt")
  1773. idioma = ""..ReadIdioma
  1774. end)
  1775.  
  1776. UICorner6.Parent = AiChat
  1777.  
  1778.  
  1779. EpicSaxGuy.Name = "EpicSaxGuy"
  1780. EpicSaxGuy.Parent = Frame
  1781. EpicSaxGuy.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1782. EpicSaxGuy.Position = UDim2.new(0.388888896, 0, 0.648000002, 0)
  1783. EpicSaxGuy.Size = UDim2.new(0, 83, 0, 34)
  1784. EpicSaxGuy.Font = Enum.Font.GothamBold
  1785. EpicSaxGuy.Text = "Button"
  1786. EpicSaxGuy.TextColor3 = Color3.fromRGB(0, 0, 0)
  1787. EpicSaxGuy.TextScaled = true
  1788. EpicSaxGuy.TextSize = 14.000
  1789. EpicSaxGuy.TextWrapped = true
  1790. EpicSaxGuy.MouseButton1Down:connect(function()
  1791.  
  1792. end)
  1793. Disc0.Name = "Disc0"
  1794. Disc0.Parent = Frame
  1795. Disc0.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1796. Disc0.Position = UDim2.new(0.693121672, 0, 0.216000006, 0)
  1797. Disc0.Size = UDim2.new(0, 89, 0, 31)
  1798. Disc0.Font = Enum.Font.GothamBold
  1799. Disc0.Text = "Button"
  1800. Disc0.TextColor3 = Color3.fromRGB(0, 0, 0)
  1801. Disc0.TextScaled = true
  1802. Disc0.TextSize = 14.000
  1803. Disc0.TextWrapped = true
  1804. Disc0.MouseButton1Down:connect(function()
  1805.  
  1806. end)
  1807.  
  1808. e2006Theme.Name = "e2006Theme"
  1809. e2006Theme.Parent = Frame
  1810. e2006Theme.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1811. e2006Theme.Position = UDim2.new(0.693121672, 0, 0.43599999, 0)
  1812. e2006Theme.Size = UDim2.new(0, 89, 0, 31)
  1813. e2006Theme.Font = Enum.Font.GothamBold
  1814. e2006Theme.Text = "Button"
  1815. e2006Theme.TextColor3 = Color3.fromRGB(0, 0, 0)
  1816. e2006Theme.TextScaled = true
  1817. e2006Theme.TextSize = 14.000
  1818. e2006Theme.TextWrapped = true
  1819. e2006Theme.MouseButton1Down:connect(function()
  1820.  
  1821. end)
  1822.  
  1823. ForceField.Name = "ForceField"
  1824. ForceField.Parent = Frame
  1825. ForceField.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1826. ForceField.Position = UDim2.new(0.693121672, 0, 0.648000002, 0)
  1827. ForceField.Size = UDim2.new(0, 89, 0, 34)
  1828. ForceField.Font = Enum.Font.GothamBold
  1829. ForceField.Text = "Button"
  1830. ForceField.TextColor3 = Color3.fromRGB(0, 0, 0)
  1831. ForceField.TextScaled = true
  1832. ForceField.TextSize = 14.000
  1833. ForceField.TextWrapped = true
  1834. ForceField.MouseButton1Down:connect(function()
  1835.  
  1836. end)
  1837.  
  1838. while true do
  1839.     wait(1)
  1840.     textLabel.Text = tostring(os.date("%X"))
  1841. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement