Advertisement
ARY106_7

Untitled

Dec 6th, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.04 KB | None | 0 0
  1. local DeltaPc = Instance.new("ScreenGui")
  2. local Executer = Instance.new("Frame")
  3. local UICorner = Instance.new("UICorner")
  4. local Frame = Instance.new("Frame")
  5. local scripts = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local UICorner_2 = Instance.new("UICorner")
  8. local TextButton = Instance.new("TextButton")
  9. local UICorner_3 = Instance.new("UICorner")
  10. local Clear = Instance.new("TextButton")
  11. local UICorner_4 = Instance.new("UICorner")
  12. local Settings = Instance.new("Frame")
  13. local Frame_2 = Instance.new("Frame")
  14. local Colors = Instance.new("Frame")
  15. local TextBox_2 = Instance.new("TextBox")
  16. local UICorner_5 = Instance.new("UICorner")
  17. local TextLabel = Instance.new("TextLabel")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local Delete = Instance.new("Frame")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22. local DeleteButton = Instance.new("TextButton")
  23. local ImageLabel = Instance.new("ImageLabel")
  24. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  25. local Colors2 = Instance.new("Frame")
  26. local TextBox_3 = Instance.new("TextBox")
  27. local UICorner_8 = Instance.new("UICorner")
  28. local TextLabel_3 = Instance.new("TextLabel")
  29. local UICorner_9 = Instance.new("UICorner")
  30. local Buttons = Instance.new("Frame")
  31. local UICorner_10 = Instance.new("UICorner")
  32. local Settings_2 = Instance.new("TextButton")
  33. local ImageLabel_2 = Instance.new("ImageLabel")
  34. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  35. local Scripts = Instance.new("TextButton")
  36. local ImageLabel_3 = Instance.new("ImageLabel")
  37. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  38.  
  39. --Properties:
  40.  
  41. DeltaPc.Name = "DeltaPc"
  42. DeltaPc.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  43. DeltaPc.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  44.  
  45. Executer.Name = "تشغيل"
  46. Executer.Parent = DeltaPc
  47. Executer.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  48. Executer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  49. Executer.BorderSizePixel = 0
  50. Executer.Position = UDim2.new(0.199650049, 0, 0.199924096, 0)
  51. Executer.Size = UDim2.new(0.600000024, 0, 0.600000024, 0)
  52.  
  53. UICorner.CornerRadius = UDim.new(0, 20)
  54. UICorner.Parent = Executer
  55.  
  56. Frame.Name = " "
  57. Frame.Parent = Executer
  58. Frame.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  59. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  60. Frame.BorderSizePixel = 0
  61. Frame.Position = UDim2.new(0.0689765736, 0, -3.65392445e-08, 0)
  62. Frame.Size = UDim2.new(0.0192492772, 0, 0.99856323, 0)
  63.  
  64. scripts.Name = "scripts"
  65. scripts.Parent = Executer
  66. scripts.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. scripts.BackgroundTransparency = 1.000
  68. scripts.BorderColor3 = Color3.fromRGB(0, 0, 0)
  69. scripts.BorderSizePixel = 0
  70. scripts.Position = UDim2.new(0.0882258564, 0, -0.00239467248, 0)
  71. scripts.Size = UDim2.new(0.854988754, 0, 1.00095785, 0)
  72.  
  73. TextBox.Parent = scripts
  74. TextBox.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  75. TextBox.BorderColor3 = Color3.fromRGB(27, 42, 53)
  76. TextBox.Position = UDim2.new(-5.74220387e-08, 0, 0.197694182, 0)
  77. TextBox.Size = UDim2.new(1.06516337, 0, 0.433014363, 0)
  78. TextBox.Font = Enum.Font.Unknown
  79. TextBox.PlaceholderColor3 = Color3.fromRGB(171, 171, 171)
  80. TextBox.PlaceholderText = "حط سكربتك"
  81. TextBox.Text = ""
  82. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. TextBox.TextScaled = true
  84. TextBox.TextSize = 100.000
  85. TextBox.TextWrapped = true
  86.  
  87. UICorner_2.CornerRadius = UDim.new(0, 22)
  88. UICorner_2.Parent = TextBox
  89.  
  90. TextButton.Parent = scripts
  91. TextButton.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  92. TextButton.BorderColor3 = Color3.fromRGB(27, 42, 53)
  93. TextButton.BorderSizePixel = 0
  94. TextButton.Position = UDim2.new(0.641490877, 0, 0.81204617, 0)
  95. TextButton.Size = UDim2.new(0.401557177, 0, 0.122009568, 0)
  96. TextButton.Font = Enum.Font.Unknown
  97. TextButton.Text = "تشغيل"
  98. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  99. TextButton.TextScaled = true
  100. TextButton.TextSize = 14.000
  101. TextButton.TextWrapped = true
  102.  
  103. UICorner_3.CornerRadius = UDim.new(0, 822)
  104. UICorner_3.Parent = TextButton
  105.  
  106. Clear.Name = "Clear"
  107. Clear.Parent = scripts
  108. Clear.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  109. Clear.BorderColor3 = Color3.fromRGB(27, 42, 53)
  110. Clear.BorderSizePixel = 0
  111. Clear.Position = UDim2.new(0.0563116111, 0, 0.81204617, 0)
  112. Clear.Size = UDim2.new(0.401557177, 0, 0.122009568, 0)
  113. Clear.Font = Enum.Font.Unknown
  114. Clear.Text = "مسح"
  115. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. Clear.TextScaled = true
  117. Clear.TextSize = 14.000
  118. Clear.TextWrapped = true
  119.  
  120. UICorner_4.CornerRadius = UDim.new(0, 822)
  121. UICorner_4.Parent = Clear
  122.  
  123. Settings.Name = "Settings"
  124. Settings.Parent = Executer
  125. Settings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  126. Settings.BackgroundTransparency = 1.000
  127. Settings.BorderColor3 = Color3.fromRGB(0, 0, 0)
  128. Settings.BorderSizePixel = 0
  129. Settings.Position = UDim2.new(0.0879999995, 0, -0.00200000009, 0)
  130. Settings.Size = UDim2.new(0.855000019, 0, 1.00100005, 0)
  131. Settings.Visible = false
  132.  
  133. Frame_2.Parent = Settings
  134. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  135. Frame_2.BackgroundTransparency = 1.000
  136. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  137. Frame_2.BorderSizePixel = 0
  138. Frame_2.Position = UDim2.new(0.0768730938, 0, 0.145926923, 0)
  139. Frame_2.Size = UDim2.new(0.836775124, 0, 0.853636563, 0)
  140.  
  141. Colors.Name = "Colors"
  142. Colors.Parent = Frame_2
  143. Colors.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  144. Colors.BorderColor3 = Color3.fromRGB(0, 0, 0)
  145. Colors.BorderSizePixel = 0
  146. Colors.Position = UDim2.new(0.063000001, 0, 0.300000012, 0)
  147. Colors.Size = UDim2.new(0.874284923, 0, 0.169849291, 0)
  148.  
  149. TextBox_2.Parent = Colors
  150. TextBox_2.BackgroundColor3 = Color3.fromRGB(7, 7, 7)
  151. TextBox_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  152. TextBox_2.BorderSizePixel = 0
  153. TextBox_2.Position = UDim2.new(0.536232293, 0, 0.130701303, 0)
  154. TextBox_2.Size = UDim2.new(0.429184526, 0, 0.704225361, 0)
  155. TextBox_2.Font = Enum.Font.Gotham
  156. TextBox_2.PlaceholderText = "Color"
  157. TextBox_2.Text = ""
  158. TextBox_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  159. TextBox_2.TextScaled = true
  160. TextBox_2.TextSize = 14.000
  161. TextBox_2.TextWrapped = true
  162.  
  163. UICorner_5.CornerRadius = UDim.new(0, 40)
  164. UICorner_5.Parent = TextBox_2
  165.  
  166. TextLabel.Parent = Colors
  167. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  168. TextLabel.BackgroundTransparency = 1.000
  169. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  170. TextLabel.BorderSizePixel = 0
  171. TextLabel.Position = UDim2.new(0.0600858368, 0, 0.140845075, 0)
  172. TextLabel.Size = UDim2.new(0.429184526, 0, 0.704225361, 0)
  173. TextLabel.Font = Enum.Font.Michroma
  174. TextLabel.Text = "To Change Color Gui enter color Code \"RGB\" IN COLOR TEXT BOX"
  175. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  176. TextLabel.TextScaled = true
  177. TextLabel.TextSize = 14.000
  178. TextLabel.TextWrapped = true
  179.  
  180. UICorner_6.CornerRadius = UDim.new(0, 40)
  181. UICorner_6.Parent = Colors
  182.  
  183. Delete.Name = "Delete"
  184. Delete.Parent = Frame_2
  185. Delete.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  186. Delete.BorderColor3 = Color3.fromRGB(0, 0, 0)
  187. Delete.BorderSizePixel = 0
  188. Delete.Position = UDim2.new(0.0627792105, 0, 0, 0)
  189. Delete.Size = UDim2.new(0.874284923, 0, 0.169849291, 0)
  190.  
  191. UICorner_7.CornerRadius = UDim.new(0, 40)
  192. UICorner_7.Parent = Delete
  193.  
  194. TextLabel_2.Parent = Delete
  195. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  196. TextLabel_2.BackgroundTransparency = 1.000
  197. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  198. TextLabel_2.BorderSizePixel = 0
  199. TextLabel_2.Position = UDim2.new(0.0600858368, 0, 0.140845075, 0)
  200. TextLabel_2.Size = UDim2.new(0.429184526, 0, 0.704225361, 0)
  201. TextLabel_2.Font = Enum.Font.Michroma
  202. TextLabel_2.Text = "Delete Ui"
  203. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  204. TextLabel_2.TextScaled = true
  205. TextLabel_2.TextSize = 14.000
  206. TextLabel_2.TextWrapped = true
  207.  
  208. DeleteButton.Name = "DeleteButton"
  209. DeleteButton.Parent = Delete
  210. DeleteButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  211. DeleteButton.BackgroundTransparency = 1.000
  212. DeleteButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  213. DeleteButton.Size = UDim2.new(1, 0, 1, 0)
  214. DeleteButton.AutoButtonColor = false
  215. DeleteButton.Font = Enum.Font.SourceSans
  216. DeleteButton.Text = ""
  217. DeleteButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  218. DeleteButton.TextSize = 14.000
  219.  
  220. ImageLabel.Parent = Delete
  221. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  222. ImageLabel.BackgroundTransparency = 1.000
  223. ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  224. ImageLabel.BorderSizePixel = 0
  225. ImageLabel.Position = UDim2.new(0.918454945, 0, 0.225352108, 0)
  226. ImageLabel.Rotation = -90.000
  227. ImageLabel.Size = UDim2.new(0.0815450624, 0, 0.522114754, 0)
  228. ImageLabel.Image = "rbxassetid://16368985219"
  229.  
  230. UIAspectRatioConstraint.Parent = ImageLabel
  231.  
  232. Colors2.Name = "Colors2"
  233. Colors2.Parent = Frame_2
  234. Colors2.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  235. Colors2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  236. Colors2.BorderSizePixel = 0
  237. Colors2.Position = UDim2.new(0.063000001, 0, 0.600000024, 0)
  238. Colors2.Size = UDim2.new(0.874284923, 0, 0.169849291, 0)
  239.  
  240. TextBox_3.Parent = Colors2
  241. TextBox_3.BackgroundColor3 = Color3.fromRGB(7, 7, 7)
  242. TextBox_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  243. TextBox_3.BorderSizePixel = 0
  244. TextBox_3.Position = UDim2.new(0.536232293, 0, 0.130701303, 0)
  245. TextBox_3.Size = UDim2.new(0.429184526, 0, 0.704225361, 0)
  246. TextBox_3.Font = Enum.Font.Gotham
  247. TextBox_3.PlaceholderText = "Color"
  248. TextBox_3.Text = ""
  249. TextBox_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. TextBox_3.TextScaled = true
  251. TextBox_3.TextSize = 14.000
  252. TextBox_3.TextWrapped = true
  253.  
  254. UICorner_8.CornerRadius = UDim.new(0, 40)
  255. UICorner_8.Parent = TextBox_3
  256.  
  257. TextLabel_3.Parent = Colors2
  258. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  259. TextLabel_3.BackgroundTransparency = 1.000
  260. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  261. TextLabel_3.BorderSizePixel = 0
  262. TextLabel_3.Position = UDim2.new(0.0600858368, 0, 0.140845075, 0)
  263. TextLabel_3.Size = UDim2.new(0.429184526, 0, 0.704225361, 0)
  264. TextLabel_3.Font = Enum.Font.Michroma
  265. TextLabel_3.Text = "To Change Color Gui enter color Code \"Hex\" IN COLOR TEXT BOX"
  266. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  267. TextLabel_3.TextScaled = true
  268. TextLabel_3.TextSize = 14.000
  269. TextLabel_3.TextWrapped = true
  270.  
  271. UICorner_9.CornerRadius = UDim.new(0, 40)
  272. UICorner_9.Parent = Colors2
  273.  
  274. Buttons.Name = "Buttons"
  275. Buttons.Parent = Executer
  276. Buttons.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  277. Buttons.BorderColor3 = Color3.fromRGB(0, 0, 0)
  278. Buttons.BorderSizePixel = 0
  279. Buttons.Position = UDim2.new(0, 0, 0.241858199, 0)
  280. Buttons.Size = UDim2.new(0.0676982552, 0, 0.469348639, 0)
  281.  
  282. UICorner_10.CornerRadius = UDim.new(1, 0)
  283. UICorner_10.Parent = Buttons
  284.  
  285. Settings_2.Name = "Settings"
  286. Settings_2.Parent = Buttons
  287. Settings_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  288. Settings_2.BackgroundTransparency = 1.000
  289. Settings_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  290. Settings_2.BorderSizePixel = 0
  291. Settings_2.Position = UDim2.new(0, 0, 0.600000024, 0)
  292. Settings_2.Size = UDim2.new(1, 0, 0.214285716, 0)
  293. Settings_2.Font = Enum.Font.SourceSans
  294. Settings_2.Text = ""
  295. Settings_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  296. Settings_2.TextSize = 14.000
  297.  
  298. ImageLabel_2.Parent = Settings_2
  299. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  300. ImageLabel_2.BackgroundTransparency = 1.000
  301. ImageLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  302. ImageLabel_2.BorderSizePixel = 0
  303. ImageLabel_2.Size = UDim2.new(1, 0, 1, 0)
  304. ImageLabel_2.Image = "rbxassetid://13568966069"
  305.  
  306. UIAspectRatioConstraint_2.Parent = Settings_2
  307.  
  308. Scripts.Name = "Scripts"
  309. Scripts.Parent = Buttons
  310. Scripts.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  311. Scripts.BackgroundTransparency = 1.000
  312. Scripts.BorderColor3 = Color3.fromRGB(0, 0, 0)
  313. Scripts.BorderSizePixel = 0
  314. Scripts.Position = UDim2.new(0, 0, 0.100000001, 0)
  315. Scripts.Size = UDim2.new(1, 0, 0.214285716, 0)
  316. Scripts.Font = Enum.Font.SourceSans
  317. Scripts.Text = ""
  318. Scripts.TextColor3 = Color3.fromRGB(0, 0, 0)
  319. Scripts.TextSize = 14.000
  320.  
  321. ImageLabel_3.Parent = Scripts
  322. ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  323. ImageLabel_3.BackgroundTransparency = 1.000
  324. ImageLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  325. ImageLabel_3.BorderSizePixel = 0
  326. ImageLabel_3.Size = UDim2.new(1, 0, 1, 0)
  327. ImageLabel_3.Image = "rbxassetid://11570895459"
  328.  
  329. UIAspectRatioConstraint_3.Parent = Scripts
  330.  
  331. -- Scripts:
  332.  
  333. local function KLBWBWP_fake_script() -- scripts.Smooth GUI Dragging
  334. local script = Instance.new('LocalScript', scripts)
  335.  
  336. local UserInputService = game:GetService("UserInputService")
  337. local runService = (game:GetService("RunService"));
  338.  
  339. local gui = script.Parent
  340.  
  341. local dragging
  342. local dragInput
  343. local dragStart
  344. local startPos
  345.  
  346. function Lerp(a, b, m)
  347. return a + (b - a) * m
  348. end;
  349.  
  350. local lastMousePos
  351. local lastGoalPos
  352. local DRAG_SPEED = (8); -- // The speed of the UI darg.
  353. function Update(dt)
  354. if not (startPos) then return end;
  355. if not (dragging) and (lastGoalPos) then
  356. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
  357. return
  358. end;
  359.  
  360. local delta = (lastMousePos - UserInputService:GetMouseLocation())
  361. local xGoal = (startPos.X.Offset - delta.X);
  362. local yGoal = (startPos.Y.Offset - delta.Y);
  363. lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
  364. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
  365. end;
  366.  
  367. gui.InputBegan:Connect(function(input)
  368. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  369. dragging = true
  370. dragStart = input.Position
  371. startPos = gui.Position
  372. lastMousePos = UserInputService:GetMouseLocation()
  373.  
  374. input.Changed:Connect(function()
  375. if input.UserInputState == Enum.UserInputState.End then
  376. dragging = false
  377. end
  378. end)
  379. end
  380. end)
  381.  
  382. gui.InputChanged:Connect(function(input)
  383. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  384. dragInput = input
  385. end
  386. end)
  387.  
  388. runService.Heartbeat:Connect(Update)
  389. end
  390. coroutine.wrap(KLBWBWP_fake_script)()
  391. local function JULAYN_fake_script() -- TextButton.LocalScript
  392. local script = Instance.new('LocalScript', TextButton)
  393.  
  394. script.Parent.MouseButton1Click:Connect(function()
  395. script.Parent.Parent.ExecuteEvent:FireServer(script.Parent.Parent.TextBox.Text)
  396. end)
  397. end
  398. coroutine.wrap(JULAYN_fake_script)()
  399. local function WCRBX_fake_script() -- scripts.LocalScript
  400. local script = Instance.new('LocalScript', scripts)
  401.  
  402.  
  403. local Frame = script.Parent.Parent
  404.  
  405. script.Parent.MouseButton1Click:Connect(function()
  406. Frame.Visible = true
  407. end)
  408. end
  409. coroutine.wrap(WCRBX_fake_script)()
  410. local function PTETQA_fake_script() -- Clear.LocalScript
  411. local script = Instance.new('LocalScript', Clear)
  412.  
  413. script.Parent.MouseButton1Click:Connect(function()
  414. script.Parent.Parent.ExecuteEvent:FireServer(script.Parent.Parent.TextBox.Text)
  415. end)
  416. end
  417. coroutine.wrap(PTETQA_fake_script)()
  418. local function ZVDQV_fake_script() -- DeltaPc.all scripts
  419. local script = Instance.new('LocalScript', DeltaPc)
  420.  
  421. local textBox = script.Parent.Executer.Settings.Frame.Colors.TextBox
  422. local frame = script.Parent.Executer
  423. -- الدالة لتحويل النص إلى لون RGB وتحديث الـ Frame
  424. local function updateFrameColor()
  425. local text = textBox.Text
  426. local r, g, b = text:match("^(%d+),%s*(%d+),%s*(%d+)$")
  427.  
  428. if r and g and b then
  429. -- تحويل القيم النصية إلى أرقام
  430. local red = tonumber(r)
  431. local green = tonumber(g)
  432. local blue = tonumber(b)
  433.  
  434. -- التأكد من أن القيم ضمن النطاق الصحيح (0-255)
  435. red = math.clamp(red, 0, 255)
  436. green = math.clamp(green, 0, 255)
  437. blue = math.clamp(blue, 0, 255)
  438.  
  439. -- تحديث لون الـ Frame
  440. frame.BackgroundColor3 = Color3.fromRGB(red, green, blue)
  441. end
  442. end
  443.  
  444. -- تعيين حدث للتغيير عند كتابة النص
  445. textBox:GetPropertyChangedSignal("Text"):Connect(updateFrameColor)
  446.  
  447. local textBox = script.Parent.Executer.Settings.Frame.Colors2.TextBox
  448. local frame = script.Parent.Executer
  449.  
  450. -- الدالة لتغيير اللون
  451. local function changeFrameColor()
  452. local colorString = textBox.Text
  453. local color = Color3.fromHex(colorString)
  454. frame.BackgroundColor3 = color
  455. end
  456.  
  457. -- تعيين حدث للتغيير عند كتابة النص
  458. textBox:GetPropertyChangedSignal("Text"):Connect(changeFrameColor)
  459.  
  460. script.Parent.Executer.Settings.Frame.Delete.DeleteButton.MouseButton1Click:Connect(function()
  461. script.Parent:Destroy()
  462. end)
  463.  
  464. script.Parent.Executer.Buttons.Scripts.MouseButton1Click:Connect(function()
  465. script.Parent.Executer.Settings.Visible = false
  466. script.Parent.Executer.scripts.Visible = true
  467. end)
  468.  
  469. script.Parent.Executer.Buttons.Settings.MouseButton1Click:Connect(function()
  470. script.Parent.Executer.Settings.Visible = true
  471. script.Parent.Executer.scripts.Visible = false
  472. end)
  473. end
  474. coroutine.wrap(ZVDQV_fake_script)()
  475.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement