AbstractPoo

Untitled

Feb 15th, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.77 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Picker = Instance.new("Frame")
  8. local Bar = Instance.new("Frame")
  9. local Label = Instance.new("TextButton")
  10. local Destruction = Instance.new("TextButton")
  11. local Content = Instance.new("Frame")
  12. local Box = Instance.new("Frame")
  13. local Checks = Instance.new("Folder")
  14. local _00 = Instance.new("Frame")
  15. local _01 = Instance.new("Frame")
  16. local _02 = Instance.new("Frame")
  17. local _03 = Instance.new("Frame")
  18. local _04 = Instance.new("Frame")
  19. local _10 = Instance.new("Frame")
  20. local _11 = Instance.new("Frame")
  21. local _12 = Instance.new("Frame")
  22. local _13 = Instance.new("Frame")
  23. local _14 = Instance.new("Frame")
  24. local _20 = Instance.new("Frame")
  25. local _21 = Instance.new("Frame")
  26. local _22 = Instance.new("Frame")
  27. local _23 = Instance.new("Frame")
  28. local _24 = Instance.new("Frame")
  29. local _30 = Instance.new("Frame")
  30. local _31 = Instance.new("Frame")
  31. local _32 = Instance.new("Frame")
  32. local _33 = Instance.new("Frame")
  33. local _34 = Instance.new("Frame")
  34. local _40 = Instance.new("Frame")
  35. local _41 = Instance.new("Frame")
  36. local _42 = Instance.new("Frame")
  37. local _43 = Instance.new("Frame")
  38. local _44 = Instance.new("Frame")
  39. local Color = Instance.new("Frame")
  40. local Red = Instance.new("Frame")
  41. local Green = Instance.new("Frame")
  42. local Blue = Instance.new("Frame")
  43. local Alpha = Instance.new("Frame")
  44. local Stats = Instance.new("Frame")
  45. local Red_2 = Instance.new("Frame")
  46. local Box_2 = Instance.new("TextBox")
  47. local Label_2 = Instance.new("TextLabel")
  48. local Green_2 = Instance.new("Frame")
  49. local Box_3 = Instance.new("TextBox")
  50. local Label_3 = Instance.new("TextLabel")
  51. local Blue_2 = Instance.new("Frame")
  52. local Box_4 = Instance.new("TextBox")
  53. local Label_4 = Instance.new("TextLabel")
  54. local Alpha_2 = Instance.new("Frame")
  55. local Label_5 = Instance.new("TextLabel")
  56. local Box_5 = Instance.new("TextBox")
  57.  
  58. --Properties:
  59.  
  60. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  61.  
  62. Picker.Name = "Picker"
  63. Picker.Parent = ScreenGui
  64. Picker.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Picker.BackgroundTransparency = 1
  66. Picker.BorderSizePixel = 0
  67. Picker.Position = UDim2.new(0, 15, 0, 15)
  68. Picker.Size = UDim2.new(0, 301, 0, 378)
  69. Picker.SizeConstraint = Enum.SizeConstraint.RelativeXX
  70.  
  71. Bar.Name = "Bar"
  72. Bar.Parent = Picker
  73. Bar.BackgroundColor3 = Color3.new(0.156863, 0.196078, 0.27451)
  74. Bar.BorderSizePixel = 0
  75. Bar.Size = UDim2.new(1, 0, 0, 32)
  76. Bar.ZIndex = 2
  77.  
  78. Label.Name = "Label"
  79. Label.Parent = Bar
  80. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Label.BackgroundTransparency = 1
  82. Label.Position = UDim2.new(-0.00332225906, 0, 0, 0)
  83. Label.Size = UDim2.new(1, 0, 1, 0)
  84. Label.ZIndex = 3
  85. Label.Font = Enum.Font.Code
  86. Label.Text = "Color Picker"
  87. Label.TextColor3 = Color3.new(1, 1, 1)
  88. Label.TextSize = 24
  89.  
  90. Destruction.Name = "Destruction"
  91. Destruction.Parent = Bar
  92. Destruction.BackgroundColor3 = Color3.new(1, 1, 1)
  93. Destruction.BackgroundTransparency = 1
  94. Destruction.Position = UDim2.new(0.901610017, 0, 0, 0)
  95. Destruction.Size = UDim2.new(0.10631229, 0, 1, 0)
  96. Destruction.ZIndex = 3
  97. Destruction.Font = Enum.Font.Code
  98. Destruction.Text = "x"
  99. Destruction.TextColor3 = Color3.new(1, 1, 1)
  100. Destruction.TextSize = 24
  101.  
  102. Content.Name = "Content"
  103. Content.Parent = Picker
  104. Content.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.129412)
  105. Content.BorderSizePixel = 0
  106. Content.Position = UDim2.new(0, 0, 0, 32)
  107. Content.Size = UDim2.new(1, 0, 1, -32)
  108. Content.ZIndex = 2
  109.  
  110. Box.Name = "Box"
  111. Box.Parent = Content
  112. Box.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Box.BorderColor3 = Color3.new(0, 0, 0)
  114. Box.Position = UDim2.new(0, 16, 0, 16)
  115. Box.Size = UDim2.new(0, 130, 0, 130)
  116. Box.ZIndex = 3
  117.  
  118. Checks.Name = "Checks"
  119. Checks.Parent = Box
  120.  
  121. _00.Name = "0-0"
  122. _00.Parent = Checks
  123. _00.BackgroundColor3 = Color3.new(1, 1, 1)
  124. _00.BorderSizePixel = 0
  125. _00.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  126. _00.ZIndex = 4
  127.  
  128. _01.Name = "0-1"
  129. _01.Parent = Checks
  130. _01.BackgroundColor3 = Color3.new(0, 0, 0)
  131. _01.BorderSizePixel = 0
  132. _01.Position = UDim2.new(0, 0, 0.200000003, 0)
  133. _01.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  134. _01.ZIndex = 4
  135.  
  136. _02.Name = "0-2"
  137. _02.Parent = Checks
  138. _02.BackgroundColor3 = Color3.new(1, 1, 1)
  139. _02.BorderSizePixel = 0
  140. _02.Position = UDim2.new(0, 0, 0.400000006, 0)
  141. _02.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  142. _02.ZIndex = 4
  143.  
  144. _03.Name = "0-3"
  145. _03.Parent = Checks
  146. _03.BackgroundColor3 = Color3.new(0, 0, 0)
  147. _03.BorderSizePixel = 0
  148. _03.Position = UDim2.new(0, 0, 0.600000024, 0)
  149. _03.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  150. _03.ZIndex = 4
  151.  
  152. _04.Name = "0-4"
  153. _04.Parent = Checks
  154. _04.BackgroundColor3 = Color3.new(1, 1, 1)
  155. _04.BorderSizePixel = 0
  156. _04.Position = UDim2.new(0, 0, 0.800000012, 0)
  157. _04.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  158. _04.ZIndex = 4
  159.  
  160. _10.Name = "1-0"
  161. _10.Parent = Checks
  162. _10.BackgroundColor3 = Color3.new(0, 0, 0)
  163. _10.BorderSizePixel = 0
  164. _10.Position = UDim2.new(0.200000003, 0, 0, 0)
  165. _10.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  166. _10.ZIndex = 4
  167.  
  168. _11.Name = "1-1"
  169. _11.Parent = Checks
  170. _11.BackgroundColor3 = Color3.new(1, 1, 1)
  171. _11.BorderSizePixel = 0
  172. _11.Position = UDim2.new(0.200000003, 0, 0.200000003, 0)
  173. _11.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  174. _11.ZIndex = 4
  175.  
  176. _12.Name = "1-2"
  177. _12.Parent = Checks
  178. _12.BackgroundColor3 = Color3.new(0, 0, 0)
  179. _12.BorderSizePixel = 0
  180. _12.Position = UDim2.new(0.200000003, 0, 0.400000006, 0)
  181. _12.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  182. _12.ZIndex = 4
  183.  
  184. _13.Name = "1-3"
  185. _13.Parent = Checks
  186. _13.BackgroundColor3 = Color3.new(1, 1, 1)
  187. _13.BorderSizePixel = 0
  188. _13.Position = UDim2.new(0.200000003, 0, 0.600000024, 0)
  189. _13.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  190. _13.ZIndex = 4
  191.  
  192. _14.Name = "1-4"
  193. _14.Parent = Checks
  194. _14.BackgroundColor3 = Color3.new(0, 0, 0)
  195. _14.BorderSizePixel = 0
  196. _14.Position = UDim2.new(0.200000003, 0, 0.800000012, 0)
  197. _14.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  198. _14.ZIndex = 4
  199.  
  200. _20.Name = "2-0"
  201. _20.Parent = Checks
  202. _20.BackgroundColor3 = Color3.new(1, 1, 1)
  203. _20.BorderSizePixel = 0
  204. _20.Position = UDim2.new(0.400000006, 0, 0, 0)
  205. _20.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  206. _20.ZIndex = 4
  207.  
  208. _21.Name = "2-1"
  209. _21.Parent = Checks
  210. _21.BackgroundColor3 = Color3.new(0, 0, 0)
  211. _21.BorderSizePixel = 0
  212. _21.Position = UDim2.new(0.400000006, 0, 0.200000003, 0)
  213. _21.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  214. _21.ZIndex = 4
  215.  
  216. _22.Name = "2-2"
  217. _22.Parent = Checks
  218. _22.BackgroundColor3 = Color3.new(1, 1, 1)
  219. _22.BorderSizePixel = 0
  220. _22.Position = UDim2.new(0.400000006, 0, 0.400000006, 0)
  221. _22.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  222. _22.ZIndex = 4
  223.  
  224. _23.Name = "2-3"
  225. _23.Parent = Checks
  226. _23.BackgroundColor3 = Color3.new(0, 0, 0)
  227. _23.BorderSizePixel = 0
  228. _23.Position = UDim2.new(0.400000006, 0, 0.600000024, 0)
  229. _23.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  230. _23.ZIndex = 4
  231.  
  232. _24.Name = "2-4"
  233. _24.Parent = Checks
  234. _24.BackgroundColor3 = Color3.new(1, 1, 1)
  235. _24.BorderSizePixel = 0
  236. _24.Position = UDim2.new(0.400000006, 0, 0.800000012, 0)
  237. _24.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  238. _24.ZIndex = 4
  239.  
  240. _30.Name = "3-0"
  241. _30.Parent = Checks
  242. _30.BackgroundColor3 = Color3.new(0, 0, 0)
  243. _30.BorderSizePixel = 0
  244. _30.Position = UDim2.new(0.600000024, 0, 0, 0)
  245. _30.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  246. _30.ZIndex = 4
  247.  
  248. _31.Name = "3-1"
  249. _31.Parent = Checks
  250. _31.BackgroundColor3 = Color3.new(1, 1, 1)
  251. _31.BorderSizePixel = 0
  252. _31.Position = UDim2.new(0.600000024, 0, 0.200000003, 0)
  253. _31.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  254. _31.ZIndex = 4
  255.  
  256. _32.Name = "3-2"
  257. _32.Parent = Checks
  258. _32.BackgroundColor3 = Color3.new(0, 0, 0)
  259. _32.BorderSizePixel = 0
  260. _32.Position = UDim2.new(0.600000024, 0, 0.400000006, 0)
  261. _32.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  262. _32.ZIndex = 4
  263.  
  264. _33.Name = "3-3"
  265. _33.Parent = Checks
  266. _33.BackgroundColor3 = Color3.new(1, 1, 1)
  267. _33.BorderSizePixel = 0
  268. _33.Position = UDim2.new(0.600000024, 0, 0.600000024, 0)
  269. _33.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  270. _33.ZIndex = 4
  271.  
  272. _34.Name = "3-4"
  273. _34.Parent = Checks
  274. _34.BackgroundColor3 = Color3.new(0, 0, 0)
  275. _34.BorderSizePixel = 0
  276. _34.Position = UDim2.new(0.600000024, 0, 0.800000012, 0)
  277. _34.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  278. _34.ZIndex = 4
  279.  
  280. _40.Name = "4-0"
  281. _40.Parent = Checks
  282. _40.BackgroundColor3 = Color3.new(1, 1, 1)
  283. _40.BorderSizePixel = 0
  284. _40.Position = UDim2.new(0.800000012, 0, 0, 0)
  285. _40.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  286. _40.ZIndex = 4
  287.  
  288. _41.Name = "4-1"
  289. _41.Parent = Checks
  290. _41.BackgroundColor3 = Color3.new(0, 0, 0)
  291. _41.BorderSizePixel = 0
  292. _41.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
  293. _41.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  294. _41.ZIndex = 4
  295.  
  296. _42.Name = "4-2"
  297. _42.Parent = Checks
  298. _42.BackgroundColor3 = Color3.new(1, 1, 1)
  299. _42.BorderSizePixel = 0
  300. _42.Position = UDim2.new(0.800000012, 0, 0.400000006, 0)
  301. _42.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  302. _42.ZIndex = 4
  303.  
  304. _43.Name = "4-3"
  305. _43.Parent = Checks
  306. _43.BackgroundColor3 = Color3.new(0, 0, 0)
  307. _43.BorderSizePixel = 0
  308. _43.Position = UDim2.new(0.800000012, 0, 0.600000024, 0)
  309. _43.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  310. _43.ZIndex = 4
  311.  
  312. _44.Name = "4-4"
  313. _44.Parent = Checks
  314. _44.BackgroundColor3 = Color3.new(1, 1, 1)
  315. _44.BorderSizePixel = 0
  316. _44.Position = UDim2.new(0.800000012, 0, 0.800000012, 0)
  317. _44.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  318. _44.ZIndex = 4
  319.  
  320. Color.Name = "Color"
  321. Color.Parent = Box
  322. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  323. Color.BorderSizePixel = 0
  324. Color.Size = UDim2.new(1, 0, 1, 0)
  325. Color.ZIndex = 4
  326.  
  327. Red.Name = "Red"
  328. Red.Parent = Content
  329. Red.BackgroundColor3 = Color3.new(1, 0, 0)
  330. Red.BorderSizePixel = 0
  331. Red.Position = UDim2.new(0, 160, 0, 15)
  332. Red.Size = UDim2.new(0, 32, 0, 318)
  333. Red.Visible = false
  334. Red.ZIndex = 3
  335.  
  336. Green.Name = "Green"
  337. Green.Parent = Content
  338. Green.BackgroundColor3 = Color3.new(0, 1, 0)
  339. Green.BorderSizePixel = 0
  340. Green.Position = UDim2.new(0, 207, 0, 15)
  341. Green.Size = UDim2.new(0, 32, 0, 318)
  342. Green.Visible = false
  343. Green.ZIndex = 3
  344.  
  345. Blue.Name = "Blue"
  346. Blue.Parent = Content
  347. Blue.BackgroundColor3 = Color3.new(0, 0, 1)
  348. Blue.BorderSizePixel = 0
  349. Blue.Position = UDim2.new(0, 254, 0, 15)
  350. Blue.Size = UDim2.new(0, 32, 0, 318)
  351. Blue.Visible = false
  352. Blue.ZIndex = 3
  353.  
  354. Alpha.Name = "Alpha"
  355. Alpha.Parent = Content
  356. Alpha.BackgroundColor3 = Color3.new(0, 0, 0)
  357. Alpha.BorderSizePixel = 0
  358. Alpha.Position = UDim2.new(0, 15, 0, 160)
  359. Alpha.Size = UDim2.new(0, 130, 0, 30)
  360. Alpha.Visible = false
  361. Alpha.ZIndex = 3
  362.  
  363. Stats.Name = "Stats"
  364. Stats.Parent = Content
  365. Stats.BackgroundColor3 = Color3.new(1, 1, 1)
  366. Stats.BorderColor3 = Color3.new(0, 0, 0)
  367. Stats.Position = UDim2.new(0, 15, 0, 205)
  368. Stats.Size = UDim2.new(0, 130, 0, 128)
  369. Stats.ZIndex = 3
  370.  
  371. Red_2.Name = "Red"
  372. Red_2.Parent = Stats
  373. Red_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.129412)
  374. Red_2.BorderColor3 = Color3.new(0, 0, 0)
  375. Red_2.Size = UDim2.new(1, 0, 0, 32)
  376. Red_2.ZIndex = 4
  377.  
  378. Box_2.Name = "Box"
  379. Box_2.Parent = Red_2
  380. Box_2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  381. Box_2.BackgroundTransparency = 0.5
  382. Box_2.BorderSizePixel = 0
  383. Box_2.Position = UDim2.new(0, 34, 0, 2)
  384. Box_2.Size = UDim2.new(1, -36, 1, -4)
  385. Box_2.ZIndex = 5
  386. Box_2.ClearTextOnFocus = false
  387. Box_2.Font = Enum.Font.Code
  388. Box_2.Text = "255"
  389. Box_2.TextColor3 = Color3.new(1, 1, 1)
  390. Box_2.TextSize = 24
  391. Box_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  392.  
  393. Label_2.Name = "Label"
  394. Label_2.Parent = Red_2
  395. Label_2.BackgroundColor3 = Color3.new(1, 1, 1)
  396. Label_2.BackgroundTransparency = 1
  397. Label_2.Size = UDim2.new(0, 32, 1, 0)
  398. Label_2.ZIndex = 5
  399. Label_2.Font = Enum.Font.Code
  400. Label_2.Text = "R:"
  401. Label_2.TextColor3 = Color3.new(1, 1, 1)
  402. Label_2.TextSize = 24
  403.  
  404. Green_2.Name = "Green"
  405. Green_2.Parent = Stats
  406. Green_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.129412)
  407. Green_2.BorderColor3 = Color3.new(0, 0, 0)
  408. Green_2.Position = UDim2.new(0, 0, 0, 32)
  409. Green_2.Size = UDim2.new(1, 0, 0, 32)
  410. Green_2.ZIndex = 4
  411.  
  412. Box_3.Name = "Box"
  413. Box_3.Parent = Green_2
  414. Box_3.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  415. Box_3.BackgroundTransparency = 0.5
  416. Box_3.BorderSizePixel = 0
  417. Box_3.Position = UDim2.new(0, 34, 0, 2)
  418. Box_3.Size = UDim2.new(1, -36, 1, -4)
  419. Box_3.ZIndex = 5
  420. Box_3.ClearTextOnFocus = false
  421. Box_3.Font = Enum.Font.Code
  422. Box_3.Text = "255"
  423. Box_3.TextColor3 = Color3.new(1, 1, 1)
  424. Box_3.TextSize = 24
  425. Box_3.TextStrokeColor3 = Color3.new(1, 1, 1)
  426.  
  427. Label_3.Name = "Label"
  428. Label_3.Parent = Green_2
  429. Label_3.BackgroundColor3 = Color3.new(1, 1, 1)
  430. Label_3.BackgroundTransparency = 1
  431. Label_3.Size = UDim2.new(0, 32, 1, 0)
  432. Label_3.ZIndex = 5
  433. Label_3.Font = Enum.Font.Code
  434. Label_3.Text = "G:"
  435. Label_3.TextColor3 = Color3.new(1, 1, 1)
  436. Label_3.TextSize = 24
  437.  
  438. Blue_2.Name = "Blue"
  439. Blue_2.Parent = Stats
  440. Blue_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.129412)
  441. Blue_2.BorderColor3 = Color3.new(0, 0, 0)
  442. Blue_2.Position = UDim2.new(0, 0, 0, 64)
  443. Blue_2.Size = UDim2.new(1, 0, 0, 32)
  444. Blue_2.ZIndex = 4
  445.  
  446. Box_4.Name = "Box"
  447. Box_4.Parent = Blue_2
  448. Box_4.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  449. Box_4.BackgroundTransparency = 0.5
  450. Box_4.BorderSizePixel = 0
  451. Box_4.Position = UDim2.new(0, 34, 0, 2)
  452. Box_4.Size = UDim2.new(1, -36, 1, -4)
  453. Box_4.ZIndex = 5
  454. Box_4.ClearTextOnFocus = false
  455. Box_4.Font = Enum.Font.Code
  456. Box_4.Text = "255"
  457. Box_4.TextColor3 = Color3.new(1, 1, 1)
  458. Box_4.TextSize = 24
  459. Box_4.TextStrokeColor3 = Color3.new(1, 1, 1)
  460.  
  461. Label_4.Name = "Label"
  462. Label_4.Parent = Blue_2
  463. Label_4.BackgroundColor3 = Color3.new(1, 1, 1)
  464. Label_4.BackgroundTransparency = 1
  465. Label_4.Size = UDim2.new(0, 32, 1, 0)
  466. Label_4.ZIndex = 5
  467. Label_4.Font = Enum.Font.Code
  468. Label_4.Text = "B:"
  469. Label_4.TextColor3 = Color3.new(1, 1, 1)
  470. Label_4.TextSize = 24
  471.  
  472. Alpha_2.Name = "Alpha"
  473. Alpha_2.Parent = Stats
  474. Alpha_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.129412)
  475. Alpha_2.BorderColor3 = Color3.new(0, 0, 0)
  476. Alpha_2.Position = UDim2.new(0, 0, 0, 96)
  477. Alpha_2.Size = UDim2.new(1, 0, 0, 32)
  478. Alpha_2.ZIndex = 4
  479.  
  480. Label_5.Name = "Label"
  481. Label_5.Parent = Alpha_2
  482. Label_5.BackgroundColor3 = Color3.new(1, 1, 1)
  483. Label_5.BackgroundTransparency = 1
  484. Label_5.Size = UDim2.new(0, 32, 1, 0)
  485. Label_5.ZIndex = 5
  486. Label_5.Font = Enum.Font.Code
  487. Label_5.Text = "A:"
  488. Label_5.TextColor3 = Color3.new(1, 1, 1)
  489. Label_5.TextSize = 24
  490.  
  491. Box_5.Name = "Box"
  492. Box_5.Parent = Alpha_2
  493. Box_5.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  494. Box_5.BackgroundTransparency = 0.5
  495. Box_5.BorderSizePixel = 0
  496. Box_5.Position = UDim2.new(0, 34, 0, 2)
  497. Box_5.Size = UDim2.new(1, -36, 1, -4)
  498. Box_5.ZIndex = 5
  499. Box_5.ClearTextOnFocus = false
  500. Box_5.Font = Enum.Font.Code
  501. Box_5.Text = "100"
  502. Box_5.TextColor3 = Color3.new(1, 1, 1)
  503. Box_5.TextSize = 24
  504. Box_5.TextStrokeColor3 = Color3.new(1, 1, 1)
  505.  
  506. -- Scripts:
  507.  
  508. local function GOQE_fake_script() -- Destruction.LocalScript
  509. local script = Instance.new('LocalScript', Destruction)
  510.  
  511. local button = script.Parent
  512.  
  513. local function onButtonActivated()
  514. script.Parent.Parent.Parent.Parent:Destroy()
  515. end
  516.  
  517. button.Activated:Connect(onButtonActivated)
  518.  
  519. end
  520. coroutine.wrap(GOQE_fake_script)()
  521. local function YXKUXA_fake_script() -- Picker.LocalScript
  522. local script = Instance.new('LocalScript', Picker)
  523.  
  524. local UserInputService = game:GetService("UserInputService")
  525. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  526.  
  527. local Slider = require(ReplicatedStorage:WaitForChild("Slider"))
  528. local Bar = script.Parent:WaitForChild("Bar")
  529. local Content = script.Parent:WaitForChild("Content")
  530. local Box = Content:WaitForChild("Box")
  531. local Color = Box:WaitForChild("Color")
  532. local Stats = Content:WaitForChild("Stats")
  533. local StatRed = Stats:WaitForChild("Red")
  534. local StatRedBox = StatRed:WaitForChild("Box")
  535. local StatGreen = Stats:WaitForChild("Green")
  536. local StatGreenBox = StatGreen:WaitForChild("Box")
  537. local StatBlue = Stats:WaitForChild("Blue")
  538. local StatBlueBox = StatBlue:WaitForChild("Box")
  539. local StatAlpha = Stats:WaitForChild("Alpha")
  540. local StatAlphaBox = StatAlpha:WaitForChild("Box")
  541.  
  542. local Dragging = false
  543. local LX, LY = 0, 0
  544.  
  545. Bar:WaitForChild("Label").MouseButton1Down:Connect(function()
  546. Dragging = true
  547. end)
  548.  
  549. UserInputService.InputChanged:Connect(function(input)
  550. if input.UserInputType == Enum.UserInputType.MouseMovement then
  551. if Dragging then
  552. local DX, DY = input.Position.X - LX, input.Position.Y - LY
  553. script.Parent.Position = script.Parent.Position + UDim2.new(0, DX, 0, DY)
  554. end
  555.  
  556. LX, LY = input.Position.X, input.Position.Y
  557. end
  558. end)
  559.  
  560. UserInputService.InputEnded:Connect(function(input)
  561. if Dragging and input.UserInputType == Enum.UserInputType.MouseButton1 then
  562. Dragging = false
  563. end
  564. end)
  565.  
  566. local Transparency = Slider.new("x")
  567. local Red = Slider.new("y")
  568. local Green = Slider.new("y")
  569. local Blue = Slider.new("y")
  570.  
  571. Transparency.SliderClicking = true
  572. Red.SliderClicking = true
  573. Green.SliderClicking = true
  574. Blue.SliderClicking = true
  575.  
  576. local TransparencyFrame = Transparency:GetFrame()
  577. local TransparencyButton = Transparency:GetButton()
  578. local RedFrame = Red:GetFrame()
  579. local RedButton = Red:GetButton()
  580. local GreenFrame = Green:GetFrame()
  581. local GreenButton = Green:GetButton()
  582. local BlueFrame = Blue:GetFrame()
  583. local BlueButton = Blue:GetButton()
  584.  
  585. TransparencyFrame.BackgroundColor3 = Color3.fromRGB(51, 51, 51)
  586. TransparencyButton.BackgroundColor3 = Color3.new(1, 1, 1)
  587. TransparencyButton.BorderColor3 = Color3.new(0, 0, 0)
  588. TransparencyButton.BackgroundTransparency = 0
  589.  
  590. RedFrame.BackgroundColor3 = Color3.fromRGB(51, 51, 51)
  591. RedButton.BackgroundColor3 = Color3.new(1, 0, 0)
  592. RedButton.BorderColor3 = Color3.new(0, 0, 0)
  593. RedButton.BackgroundTransparency = 0
  594.  
  595. GreenFrame.BackgroundColor3 = Color3.fromRGB(51, 51, 51)
  596. GreenButton.BackgroundColor3 = Color3.new(0, 1, 0)
  597. GreenButton.BorderColor3 = Color3.new(0, 0, 0)
  598. GreenButton.BackgroundTransparency = 0
  599.  
  600. BlueFrame.BackgroundColor3 = Color3.fromRGB(51, 51, 51)
  601. BlueButton.BackgroundColor3 = Color3.new(0, 0, 1)
  602. BlueButton.BorderColor3 = Color3.new(0, 0, 0)
  603. BlueButton.BackgroundTransparency = 0
  604.  
  605.  
  606. local function OnButtonDown(self)
  607. self:GetButton().BackgroundTransparency = 0.3
  608. end
  609.  
  610. local function OnButtonUp(self)
  611. self:GetButton().BackgroundTransparency = 0
  612. end
  613.  
  614. Transparency.OnButtonDown = OnButtonDown
  615. Red.OnButtonDown = OnButtonDown
  616. Green.OnButtonDown = OnButtonDown
  617. Blue.OnButtonDown = OnButtonDown
  618.  
  619. Transparency.OnButtonUp = OnButtonUp
  620. Red.OnButtonUp = OnButtonUp
  621. Green.OnButtonUp = OnButtonUp
  622. Blue.OnButtonUp = OnButtonUp
  623.  
  624. local R, G, B, A = 0, 0, 0, 0
  625.  
  626. local function UpdateColor()
  627. Color.BackgroundColor3 = Color3.new(R, G, B)
  628. Color.BackgroundTransparency = A
  629. StatRedBox.Text = math.floor(R*255)
  630. StatGreenBox.Text = math.floor(G*255)
  631. StatBlueBox.Text = math.floor(B*255)
  632. StatAlphaBox.Text = (100 - math.floor(A*100))
  633. end
  634.  
  635. function Transparency:OnSlide(value)
  636. A = 1 - value
  637. UpdateColor()
  638. end
  639.  
  640. function Red:OnSlide(value)
  641. R = 1 - value
  642. UpdateColor()
  643. end
  644.  
  645. function Green:OnSlide(value)
  646. G = 1 - value
  647. UpdateColor()
  648. end
  649.  
  650. function Blue:OnSlide(value)
  651. B = 1 - value
  652. UpdateColor()
  653. end
  654.  
  655. local function Constrain(n, min, max)
  656. if n < min then
  657. return min
  658. elseif n > max then
  659. return max
  660. end
  661.  
  662. return n
  663. end
  664.  
  665. local function StatChanged(stat)
  666. stat.Changed:Connect(function(prop)
  667. if stat.Text:find("%D") then
  668. stat.Text = stat.Text:gsub("%D", "")
  669. end
  670. end)
  671. end
  672.  
  673. StatChanged(StatRedBox)
  674. StatChanged(StatGreenBox)
  675. StatChanged(StatBlueBox)
  676. StatChanged(StatAlphaBox)
  677.  
  678. StatRedBox.FocusLost:Connect(function()
  679. if tonumber(StatRedBox.Text) then
  680. R = Constrain(tonumber(StatRedBox.Text), 0, 255)/255
  681. end
  682. StatRedBox.Text = math.floor(R*255)
  683. Red:SetSlide(1 - R)
  684. UpdateColor()
  685. end)
  686.  
  687. StatGreenBox.FocusLost:Connect(function()
  688. if tonumber(StatGreenBox.Text) then
  689. G = Constrain(tonumber(StatGreenBox.Text), 0, 255)/255
  690. end
  691. StatGreenBox.Text = math.floor(G*255)
  692. Green:SetSlide(1 - G)
  693. UpdateColor()
  694. end)
  695.  
  696. StatBlueBox.FocusLost:Connect(function()
  697. if tonumber(StatBlueBox.Text) then
  698. B = Constrain(tonumber(StatBlueBox.Text), 0, 255)/255
  699. end
  700. StatBlueBox.Text = math.floor(B*255)
  701. Blue:SetSlide(1 - B)
  702. UpdateColor()
  703. end)
  704.  
  705. StatAlphaBox.FocusLost:Connect(function()
  706. if tonumber(StatAlphaBox.Text) then
  707. A = 1 - Constrain(tonumber(StatAlphaBox.Text), 0, 100)/100
  708. end
  709. StatAlphaBox.Text = math.floor(A*100)
  710. Transparency:SetSlide(1 - A)
  711. UpdateColor()
  712. end)
  713.  
  714. TransparencyFrame.Size = UDim2.new(0, 130, 0, 30)
  715. TransparencyFrame.Position = UDim2.new(0, 15, 0, 160)
  716. RedFrame.Size = UDim2.new(0, 32, 0, 318)
  717. RedFrame.Position = UDim2.new(0, 160, 0, 15)
  718. GreenFrame.Size = UDim2.new(0, 32, 0, 318)
  719. GreenFrame.Position = UDim2.new(0, 207, 0, 15)
  720. BlueFrame.Size = UDim2.new(0, 32, 0, 318)
  721. BlueFrame.Position = UDim2.new(0, 254, 0, 15)
  722.  
  723. TransparencyFrame.ZIndex = 3
  724. TransparencyButton.ZIndex = 4
  725. RedFrame.ZIndex = 3
  726. RedButton.ZIndex = 4
  727. GreenFrame.ZIndex = 3
  728. GreenButton.ZIndex = 4
  729. BlueFrame.ZIndex = 3
  730. BlueButton.ZIndex = 4
  731.  
  732. TransparencyFrame.Parent = Content
  733. RedFrame.Parent = Content
  734. GreenFrame.Parent = Content
  735. BlueFrame.Parent = Content
  736.  
  737. Transparency:SetSlide(1)
  738. Red:SetSlide(1)
  739. Green:SetSlide(1)
  740. Blue:SetSlide(1)
  741.  
  742. UpdateColor()
  743. end
  744. coroutine.wrap(YXKUXA_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment