Advertisement
SekkayGod

sdawdq

Apr 22nd, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.74 KB | None | 0 0
  1. local AimWare = Instance.new("ScreenGui")
  2. local TopBar = Instance.new("Frame")
  3. local BackGround = Instance.new("Frame")
  4. local Page1 = Instance.new("ScrollingFrame")
  5. local Table = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local UICorner = Instance.new("UICorner")
  8. local ColorBar = Instance.new("Frame")
  9. local UIGradient = Instance.new("UIGradient")
  10. local Title_2 = Instance.new("TextLabel")
  11. local Toggle = Instance.new("Frame")
  12. local Toggle_2 = Instance.new("Frame")
  13. local Circle = Instance.new("Frame")
  14. local UICorner_2 = Instance.new("UICorner")
  15. local Mini = Instance.new("Frame")
  16. local UICorner_3 = Instance.new("UICorner")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local UIPadding = Instance.new("UIPadding")
  19. local Button = Instance.new("TextButton")
  20. local Title_3 = Instance.new("TextLabel")
  21. local DropDown = Instance.new("Frame")
  22. local UICorner_5 = Instance.new("UICorner")
  23. local up = Instance.new("TextLabel")
  24. local UICorner_6 = Instance.new("UICorner")
  25. local TextButton = Instance.new("TextButton")
  26. local BackGround_2 = Instance.new("Frame")
  27. local DropDownMain = Instance.new("Frame")
  28. local TextLabel = Instance.new("TextLabel")
  29. local UICorner_7 = Instance.new("UICorner")
  30. local Title_4 = Instance.new("TextLabel")
  31. local Slider = Instance.new("TextButton")
  32. local Bar = Instance.new("Frame")
  33. local UICorner7 = Instance.new("UICorner")
  34. local Input = Instance.new("TextLabel")
  35. local UICorner6 = Instance.new("UICorner")
  36. local txt = Instance.new("TextLabel")
  37. local Button_2 = Instance.new("TextButton")
  38. local UICorner_8 = Instance.new("UICorner")
  39. local txt_2 = Instance.new("TextLabel")
  40. local Page2 = Instance.new("ScrollingFrame")
  41. local Label = Instance.new("Frame")
  42. local Title_5 = Instance.new("TextLabel")
  43. local UICorner_9 = Instance.new("UICorner")
  44. local Title_6 = Instance.new("TextLabel")
  45. local ColorBar_2 = Instance.new("Frame")
  46. local UIGradient_2 = Instance.new("UIGradient")
  47. local Logo = Instance.new("ImageLabel")
  48. local Page1_2 = Instance.new("TextButton")
  49. local UICorner_10 = Instance.new("UICorner")
  50. local Page2_2 = Instance.new("TextButton")
  51. local UICorner_11 = Instance.new("UICorner")
  52. local Bottem = Instance.new("Frame")
  53. local TextLabel_2 = Instance.new("TextLabel")
  54. local TextLabel_3 = Instance.new("TextLabel")
  55. local Close = Instance.new("ImageButton")
  56. local Title_7 = Instance.new("TextLabel")
  57. local About = Instance.new("TextLabel")
  58.  
  59. AimWare.Name = "AimWare"
  60. AimWare.Parent = game.CoreGui
  61.  
  62. TopBar.Name = "TopBar"
  63. TopBar.Parent = AimWare
  64. TopBar.BackgroundColor3 = Color3.fromRGB(168, 0, 0)
  65. TopBar.BorderSizePixel = 0
  66. TopBar.Position = UDim2.new(0.0176926497, 0, 0.0361173823, 0)
  67. TopBar.Size = UDim2.new(0, 629, 0, 53)
  68. TopBar.Draggable = true
  69.  
  70. BackGround.Name = "BackGround"
  71. BackGround.Parent = TopBar
  72. BackGround.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  73. BackGround.BackgroundTransparency = 0.150
  74. BackGround.BorderSizePixel = 0
  75. BackGround.Position = UDim2.new(-3.61059865e-05, 0, 1, 0)
  76. BackGround.Size = UDim2.new(0, 629, 0, 359)
  77.  
  78. Page1.Name = "Page1"
  79. Page1.Parent = BackGround
  80. Page1.Active = true
  81. Page1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. Page1.BackgroundTransparency = 1.000
  83. Page1.BorderSizePixel = 0
  84. Page1.Position = UDim2.new(3.60971026e-05, 0, 0, 0)
  85. Page1.Size = UDim2.new(0, 629, 0, 359)
  86.  
  87. Table.Name = "Table"
  88. Table.Parent = Page1
  89. Table.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  90. Table.BackgroundTransparency = 0.400
  91. Table.BorderSizePixel = 0
  92. Table.Position = UDim2.new(0.0166305713, 0, 0.011142063, 0)
  93. Table.Size = UDim2.new(0, 217, 0, 225)
  94.  
  95. Title.Name = "Title"
  96. Title.Parent = Table
  97. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Title.BackgroundTransparency = 1.000
  99. Title.Position = UDim2.new(0.0323860422, 0, 0.0444444455, 0)
  100. Title.Size = UDim2.new(0, 147, 0, 19)
  101. Title.Font = Enum.Font.SourceSansBold
  102. Title.Text = "Hello!"
  103. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. Title.TextSize = 14.000
  105. Title.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  106. Title.TextXAlignment = Enum.TextXAlignment.Left
  107.  
  108. UICorner.CornerRadius = UDim.new(0, 7)
  109. UICorner.Parent = Table
  110.  
  111. ColorBar.Name = "ColorBar"
  112. ColorBar.Parent = Table
  113. ColorBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. ColorBar.BorderSizePixel = 0
  115. ColorBar.Position = UDim2.new(0.032386072, 0, 0.128480345, 0)
  116. ColorBar.Size = UDim2.new(0, 147, 0, 1)
  117.  
  118. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(94, 94, 94)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(40, 40, 40))}
  119. UIGradient.Parent = ColorBar
  120.  
  121. Title_2.Name = "Title"
  122. Title_2.Parent = Table
  123. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. Title_2.BackgroundTransparency = 1.000
  125. Title_2.Position = UDim2.new(0.0323860422, 0, 0.124444447, 0)
  126. Title_2.Size = UDim2.new(0, 147, 0, 19)
  127. Title_2.Font = Enum.Font.SourceSansBold
  128. Title_2.Text = "Hi!"
  129. Title_2.TextColor3 = Color3.fromRGB(175, 175, 175)
  130. Title_2.TextSize = 14.000
  131. Title_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  132. Title_2.TextXAlignment = Enum.TextXAlignment.Left
  133.  
  134. Toggle.Name = "Toggle"
  135. Toggle.Parent = Table
  136. Toggle.AnchorPoint = Vector2.new(0.5, 0.5)
  137. Toggle.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  138. Toggle.BackgroundTransparency = 1.000
  139. Toggle.BorderSizePixel = 0
  140. Toggle.Position = UDim2.new(0.311059892, 0, 0.424444467, 0)
  141. Toggle.Size = UDim2.new(0.563093364, 0, 0.274947941, 0)
  142.  
  143. Toggle_2.Name = "Toggle"
  144. Toggle_2.Parent = Toggle
  145. Toggle_2.AnchorPoint = Vector2.new(0.5, 0.5)
  146. Toggle_2.BackgroundColor3 = Color3.fromRGB(106, 106, 106)
  147. Toggle_2.BorderSizePixel = 0
  148. Toggle_2.Position = UDim2.new(0.152184591, 0, 0.297941506, 0)
  149. Toggle_2.Size = UDim2.new(0.325082511, 0, 0.311506003, 0)
  150.  
  151. Circle.Name = "Circle"
  152. Circle.Parent = Toggle_2
  153. Circle.AnchorPoint = Vector2.new(0, 0.5)
  154. Circle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  155. Circle.Position = UDim2.new(0, 0, 0.499999911, 0)
  156. Circle.Size = UDim2.new(0.433827817, 0, 0.99999994, 0)
  157.  
  158. UICorner_2.CornerRadius = UDim.new(0, 100)
  159. UICorner_2.Parent = Circle
  160.  
  161. Mini.Name = "Mini"
  162. Mini.Parent = Circle
  163. Mini.AnchorPoint = Vector2.new(0.5, 0.5)
  164. Mini.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  165. Mini.Position = UDim2.new(0.5, 0, 0.5, 0)
  166. Mini.Size = UDim2.new(0.5, 0, 0.5, 0)
  167. Mini.Visible = false
  168.  
  169. UICorner_3.CornerRadius = UDim.new(0, 100)
  170. UICorner_3.Parent = Mini
  171.  
  172. UICorner_4.CornerRadius = UDim.new(0, 100)
  173. UICorner_4.Parent = Toggle_2
  174.  
  175. UIPadding.Parent = Toggle_2
  176. UIPadding.PaddingBottom = UDim.new(0, 4)
  177. UIPadding.PaddingLeft = UDim.new(0, 4)
  178. UIPadding.PaddingRight = UDim.new(0, 4)
  179. UIPadding.PaddingTop = UDim.new(0, 4)
  180.  
  181. Button.Name = "Button"
  182. Button.Parent = Toggle_2
  183. Button.AnchorPoint = Vector2.new(0.5, 0.5)
  184. Button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  185. Button.BackgroundTransparency = 1.000
  186. Button.BorderSizePixel = 0
  187. Button.Position = UDim2.new(0.5, 0, 0.5, 0)
  188. Button.Size = UDim2.new(1.10000002, 0, 1.25, 0)
  189. Button.Font = Enum.Font.SourceSans
  190. Button.Text = ""
  191. Button.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. Button.TextSize = 14.000
  193.  
  194. Title_3.Name = "Title"
  195. Title_3.Parent = Toggle
  196. Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  197. Title_3.BackgroundTransparency = 1.000
  198. Title_3.Position = UDim2.new(-0.0167172998, 0, -0.214190379, 0)
  199. Title_3.Size = UDim2.new(0, 147, 0, 19)
  200. Title_3.Font = Enum.Font.SourceSansBold
  201. Title_3.Text = "Toggle"
  202. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  203. Title_3.TextScaled = true
  204. Title_3.TextSize = 14.000
  205. Title_3.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  206. Title_3.TextWrapped = true
  207. Title_3.TextXAlignment = Enum.TextXAlignment.Left
  208.  
  209. DropDown.Name = "DropDown"
  210. DropDown.Parent = Table
  211. DropDown.BackgroundColor3 = Color3.fromRGB(206, 206, 206)
  212. DropDown.Position = UDim2.new(0.0230414756, 0, 0.51111114, 0)
  213. DropDown.Size = UDim2.new(0, 163, 0, 19)
  214.  
  215. UICorner_5.CornerRadius = UDim.new(0, 5)
  216. UICorner_5.Parent = DropDown
  217.  
  218. up.Name = "up"
  219. up.Parent = DropDown
  220. up.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  221. up.BackgroundTransparency = 1.000
  222. up.Position = UDim2.new(0.841214061, 0, 0, 0)
  223. up.Rotation = 90.000
  224. up.Size = UDim2.new(0, 24, 0, 19)
  225. up.Font = Enum.Font.FredokaOne
  226. up.Text = ">"
  227. up.TextColor3 = Color3.fromRGB(75, 75, 75)
  228. up.TextSize = 14.000
  229. up.TextStrokeColor3 = Color3.fromRGB(89, 89, 89)
  230.  
  231. UICorner_6.CornerRadius = UDim.new(0, 5)
  232. UICorner_6.Parent = up
  233.  
  234. TextButton.Parent = up
  235. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  236. TextButton.BackgroundTransparency = 1.000
  237. TextButton.Size = UDim2.new(0, 24, 0, 19)
  238. TextButton.Font = Enum.Font.SourceSans
  239. TextButton.Text = ""
  240. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  241. TextButton.TextSize = 14.000
  242.  
  243. BackGround_2.Name = "BackGround"
  244. BackGround_2.Parent = DropDown
  245. BackGround_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  246. BackGround_2.BackgroundTransparency = 1.000
  247. BackGround_2.ClipsDescendants = true
  248. BackGround_2.Position = UDim2.new(0, 0, 1, 0)
  249. BackGround_2.Size = UDim2.new(0, 161, 0, 89)
  250.  
  251. DropDownMain.Name = "DropDownMain"
  252. DropDownMain.Parent = BackGround_2
  253. DropDownMain.BackgroundColor3 = Color3.fromRGB(202, 202, 202)
  254. DropDownMain.Position = UDim2.new(0, 0, -1.14606738, 0)
  255. DropDownMain.Size = UDim2.new(0, 161, 0, 89)
  256. DropDownMain.ZIndex = 2
  257.  
  258. TextLabel.Parent = DropDownMain
  259. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  260. TextLabel.BackgroundTransparency = 1.000
  261. TextLabel.Position = UDim2.new(0.0194961838, 0, 0, 0)
  262. TextLabel.Size = UDim2.new(0, 144, 0, 20)
  263. TextLabel.ZIndex = 2
  264. TextLabel.Font = Enum.Font.SourceSansBold
  265. TextLabel.Text = "Hello!"
  266. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  267. TextLabel.TextSize = 14.000
  268. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  269.  
  270. UICorner_7.CornerRadius = UDim.new(0, 5)
  271. UICorner_7.Parent = BackGround_2
  272.  
  273. Title_4.Name = "Title"
  274. Title_4.Parent = DropDown
  275. Title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  276. Title_4.BackgroundTransparency = 1.000
  277. Title_4.Position = UDim2.new(0.016018264, 0, -1.00780165, 0)
  278. Title_4.Size = UDim2.new(0, 147, 0, 19)
  279. Title_4.Font = Enum.Font.SourceSansBold
  280. Title_4.Text = "Drop Down"
  281. Title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  282. Title_4.TextScaled = true
  283. Title_4.TextSize = 14.000
  284. Title_4.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  285. Title_4.TextWrapped = true
  286. Title_4.TextXAlignment = Enum.TextXAlignment.Left
  287.  
  288. Slider.Name = "Slider"
  289. Slider.Parent = Table
  290. Slider.AnchorPoint = Vector2.new(0.5, 0.5)
  291. Slider.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  292. Slider.BackgroundTransparency = 0.750
  293. Slider.BorderSizePixel = 0
  294. Slider.Position = UDim2.new(0.382760048, 0, 0.717367649, 0)
  295. Slider.Size = UDim2.new(0.728653789, 0, 0.0348077938, 0)
  296. Slider.AutoButtonColor = false
  297. Slider.Font = Enum.Font.Cartoon
  298. Slider.Text = ""
  299. Slider.TextColor3 = Color3.fromRGB(0, 0, 0)
  300. Slider.TextSize = 14.000
  301.  
  302. Bar.Name = "Bar"
  303. Bar.Parent = Slider
  304. Bar.BackgroundColor3 = Color3.fromRGB(168, 0, 0)
  305. Bar.BorderSizePixel = 0
  306. Bar.Position = UDim2.new(-9.62104068e-08, 0, 0, 0)
  307. Bar.Size = UDim2.new(9.62103712e-08, 0, 1, 0)
  308.  
  309. UICorner7.Name = "UICorner7"
  310. UICorner7.Parent = Bar
  311.  
  312. Input.Name = "Input"
  313. Input.Parent = Slider
  314. Input.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  315. Input.BackgroundTransparency = 1.000
  316. Input.Position = UDim2.new(0.813392222, 0, -2.63349795, 0)
  317. Input.Size = UDim2.new(0, 22, 0, 19)
  318. Input.Font = Enum.Font.SourceSansBold
  319. Input.Text = "0"
  320. Input.TextColor3 = Color3.fromRGB(255, 255, 255)
  321. Input.TextScaled = true
  322. Input.TextSize = 18.000
  323. Input.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  324. Input.TextWrapped = true
  325. Input.TextXAlignment = Enum.TextXAlignment.Right
  326.  
  327. UICorner6.Name = "UICorner6"
  328. UICorner6.Parent = Slider
  329.  
  330. txt.Name = "txt"
  331. txt.Parent = Slider
  332. txt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. txt.BackgroundTransparency = 1.000
  334. txt.Position = UDim2.new(-0.00295491028, 0, -2.66771054, 0)
  335. txt.Size = UDim2.new(0, 134, 0, 19)
  336. txt.Font = Enum.Font.SourceSansBold
  337. txt.Text = "Slider"
  338. txt.TextColor3 = Color3.fromRGB(255, 255, 255)
  339. txt.TextScaled = true
  340. txt.TextSize = 14.000
  341. txt.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  342. txt.TextWrapped = true
  343. txt.TextXAlignment = Enum.TextXAlignment.Left
  344.  
  345. Button_2.Name = "Button"
  346. Button_2.Parent = Table
  347. Button_2.BackgroundColor3 = Color3.fromRGB(136, 0, 0)
  348. Button_2.BorderSizePixel = 0
  349. Button_2.Position = UDim2.new(0.0219107755, 0, 0.821312726, 0)
  350. Button_2.Size = UDim2.new(0, 96, 0, 23)
  351. Button_2.AutoButtonColor = false
  352. Button_2.Font = Enum.Font.GothamSemibold
  353. Button_2.Text = "Button 1 "
  354. Button_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  355. Button_2.TextSize = 15.000
  356. Button_2.TextWrapped = true
  357.  
  358. UICorner_8.CornerRadius = UDim.new(0, 5)
  359. UICorner_8.Parent = Button_2
  360.  
  361. txt_2.Name = "txt"
  362. txt_2.Parent = Button_2
  363. txt_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  364. txt_2.BackgroundTransparency = 1.000
  365. txt_2.Position = UDim2.new(0.00373468921, 0, -0.831590235, 0)
  366. txt_2.Size = UDim2.new(0, 134, 0, 19)
  367. txt_2.Font = Enum.Font.SourceSansBold
  368. txt_2.Text = "Button"
  369. txt_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  370. txt_2.TextScaled = true
  371. txt_2.TextSize = 14.000
  372. txt_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  373. txt_2.TextWrapped = true
  374. txt_2.TextXAlignment = Enum.TextXAlignment.Left
  375.  
  376. Page2.Name = "Page2"
  377. Page2.Parent = BackGround
  378. Page2.Active = true
  379. Page2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  380. Page2.BackgroundTransparency = 1.000
  381. Page2.BorderSizePixel = 0
  382. Page2.Position = UDim2.new(3.60971026e-05, 0, 0, 0)
  383. Page2.Size = UDim2.new(0, 629, 0, 359)
  384. Page2.Visible = false
  385.  
  386. Label.Name = "Label"
  387. Label.Parent = Page2
  388. Label.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  389. Label.BackgroundTransparency = 0.400
  390. Label.BorderSizePixel = 0
  391. Label.Position = UDim2.new(0.0170000009, 0, 0.0109999999, 0)
  392. Label.Size = UDim2.new(0, 217, 0, 225)
  393.  
  394. Title_5.Name = "Title"
  395. Title_5.Parent = Label
  396. Title_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  397. Title_5.BackgroundTransparency = 1.000
  398. Title_5.Position = UDim2.new(0.0323860422, 0, 0.0444444455, 0)
  399. Title_5.Size = UDim2.new(0, 147, 0, 19)
  400. Title_5.Font = Enum.Font.SourceSansBold
  401. Title_5.Text = "Hello!"
  402. Title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  403. Title_5.TextSize = 14.000
  404. Title_5.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  405. Title_5.TextXAlignment = Enum.TextXAlignment.Left
  406.  
  407. UICorner_9.CornerRadius = UDim.new(0, 7)
  408. UICorner_9.Parent = Label
  409.  
  410. Title_6.Name = "Title"
  411. Title_6.Parent = Label
  412. Title_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  413. Title_6.BackgroundTransparency = 1.000
  414. Title_6.Position = UDim2.new(0.0323860422, 0, 0.124444447, 0)
  415. Title_6.Size = UDim2.new(0, 147, 0, 19)
  416. Title_6.Font = Enum.Font.SourceSansBold
  417. Title_6.Text = "Hi!"
  418. Title_6.TextColor3 = Color3.fromRGB(175, 175, 175)
  419. Title_6.TextSize = 14.000
  420. Title_6.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  421. Title_6.TextXAlignment = Enum.TextXAlignment.Left
  422.  
  423. ColorBar_2.Name = "ColorBar"
  424. ColorBar_2.Parent = Label
  425. ColorBar_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  426. ColorBar_2.BorderSizePixel = 0
  427. ColorBar_2.Position = UDim2.new(0.032386072, 0, 0.128480345, 0)
  428. ColorBar_2.Size = UDim2.new(0, 147, 0, 1)
  429.  
  430. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(94, 94, 94)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(40, 40, 40))}
  431. UIGradient_2.Parent = ColorBar_2
  432.  
  433. Logo.Name = "Logo"
  434. Logo.Parent = TopBar
  435. Logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  436. Logo.BackgroundTransparency = 1.000
  437. Logo.BorderSizePixel = 0
  438. Logo.Size = UDim2.new(0, 52, 0, 50)
  439. Logo.Image = "rbxassetid://9430302752"
  440. Logo.ScaleType = Enum.ScaleType.Tile
  441.  
  442. Page1_2.Name = "Page1"
  443. Page1_2.Parent = TopBar
  444. Page1_2.BackgroundColor3 = Color3.fromRGB(136, 0, 0)
  445. Page1_2.BorderSizePixel = 0
  446. Page1_2.Position = UDim2.new(0.517036855, 0, 0.160000011, 0)
  447. Page1_2.Size = UDim2.new(0, 128, 0, 36)
  448. Page1_2.Font = Enum.Font.SourceSansBold
  449. Page1_2.Text = "Page1"
  450. Page1_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  451. Page1_2.TextSize = 17.000
  452. Page1_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  453.  
  454. UICorner_10.CornerRadius = UDim.new(0, 6)
  455. UICorner_10.Parent = Page1_2
  456.  
  457. Page2_2.Name = "Page2"
  458. Page2_2.Parent = TopBar
  459. Page2_2.BackgroundColor3 = Color3.fromRGB(136, 0, 0)
  460. Page2_2.BorderSizePixel = 0
  461. Page2_2.Position = UDim2.new(0.302755475, 0, 0.160000026, 0)
  462. Page2_2.Size = UDim2.new(0, 128, 0, 36)
  463. Page2_2.Font = Enum.Font.SourceSansBold
  464. Page2_2.Text = "Page2"
  465. Page2_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  466. Page2_2.TextSize = 17.000
  467. Page2_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  468.  
  469. UICorner_11.CornerRadius = UDim.new(0, 6)
  470. UICorner_11.Parent = Page2_2
  471.  
  472. Bottem.Name = "Bottem"
  473. Bottem.Parent = TopBar
  474. Bottem.BackgroundColor3 = Color3.fromRGB(168, 0, 0)
  475. Bottem.BorderSizePixel = 0
  476. Bottem.Position = UDim2.new(0, 0, 7.4071703, 0)
  477. Bottem.Size = UDim2.new(0, 629, 0, 19)
  478.  
  479. TextLabel_2.Parent = Bottem
  480. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  481. TextLabel_2.BackgroundTransparency = 1.000
  482. TextLabel_2.Position = UDim2.new(0.0137126902, 0, 0, 0)
  483. TextLabel_2.Size = UDim2.new(0, 30, 0, 19)
  484. TextLabel_2.Font = Enum.Font.FredokaOne
  485. TextLabel_2.Text = "v1"
  486. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  487. TextLabel_2.TextSize = 16.000
  488. TextLabel_2.TextWrapped = true
  489. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  490.  
  491. TextLabel_3.Parent = Bottem
  492. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  493. TextLabel_3.BackgroundTransparency = 1.000
  494. TextLabel_3.Position = UDim2.new(0.834062517, 0, 0, 0)
  495. TextLabel_3.Size = UDim2.new(0, 104, 0, 19)
  496. TextLabel_3.Font = Enum.Font.SourceSansBold
  497. TextLabel_3.Text = "Sekkay God#4968"
  498. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  499. TextLabel_3.TextSize = 14.000
  500. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  501.  
  502. Close.Name = "Close"
  503. Close.Parent = TopBar
  504. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  505. Close.BackgroundTransparency = 1.000
  506. Close.Position = UDim2.new(0.967448473, 0, 0.159999996, 0)
  507. Close.Size = UDim2.new(0, 13, 0, 14)
  508. Close.Image = "rbxassetid://6236220207"
  509.  
  510. Title_7.Name = "Title"
  511. Title_7.Parent = TopBar
  512. Title_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  513. Title_7.BackgroundTransparency = 1.000
  514. Title_7.Position = UDim2.new(0.0302066766, 0, 0, 0)
  515. Title_7.Size = UDim2.new(0, 200, 0, 31)
  516. Title_7.Font = Enum.Font.SourceSansBold
  517. Title_7.Text = "aim ware"
  518. Title_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  519. Title_7.TextSize = 37.000
  520. Title_7.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  521.  
  522. About.Name = "About"
  523. About.Parent = Title_7
  524. About.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  525. About.BackgroundTransparency = 1.000
  526. About.Position = UDim2.new(-0.00232910155, 0, 0.967741907, 0)
  527. About.Size = UDim2.new(0, 200, 0, 14)
  528. About.Font = Enum.Font.SourceSansBold
  529. About.Text = "ONE STEP BEHIND THE GAME"
  530. About.TextColor3 = Color3.fromRGB(255, 255, 255)
  531. About.TextSize = 12.000
  532. About.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  533.  
  534. -- Scripts:
  535.  
  536. local function HOQEZ_fake_script() -- Toggle.Main Handler
  537. local script = Instance.new('LocalScript', Toggle)
  538.  
  539. local TweenService = game:GetService("TweenService")
  540.  
  541. local Holder = script.Parent:WaitForChild("Holder")
  542. local Circle = Holder:WaitForChild("Circle")
  543. local Mini = Circle:WaitForChild("Mini")
  544.  
  545. local Button = Holder:WaitForChild("Button")
  546.  
  547. local function setToggle(request)
  548. local Duration = 0.25
  549. local Style = Enum.EasingStyle.Sine
  550. local Direction = Enum.EasingDirection.Out
  551. local RepeatCount = 0
  552. local Reverse = false
  553. local TweenDelay = 0
  554. local AnimateInfo = TweenInfo.new(Duration, Style, Direction, RepeatCount, Reverse, TweenDelay)
  555.  
  556. if request == true then
  557. local Holder_Open = TweenService:Create(Holder, AnimateInfo, {BackgroundColor3 = Color3.new(168, 0, 0)})
  558. local Circle_Open = TweenService:Create(Circle, AnimateInfo, {Position = UDim2.new(1, 0, 0.5, 0), AnchorPoint = Vector2.new(1, 0.5)})
  559. local Mini_Open = TweenService:Create(Mini, AnimateInfo, {BackgroundColor3 = Color3.new(1, 1, 1)})
  560.  
  561. Holder_Open:Play()
  562. Circle_Open:Play()
  563. Mini_Open:Play()
  564. elseif request == false then
  565. local Holder_Close = TweenService:Create(Holder, AnimateInfo, {BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)})
  566. local Circle_Close = TweenService:Create(Circle, AnimateInfo, {Position = UDim2.new(0, 0, 0.5, 0), AnchorPoint = Vector2.new(0, 0.5)})
  567. local Mini_Close = TweenService:Create(Mini, AnimateInfo, {BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)})
  568.  
  569. Holder_Close:Play()
  570. Circle_Close:Play()
  571. Mini_Close:Play()
  572. else
  573. warn("Wrong request.")
  574. end
  575. end
  576.  
  577.  
  578. local Cooldown = false
  579. local isOpen = false
  580. Button.MouseButton1Click:Connect(function()
  581. if not Cooldown then
  582. Cooldown = true
  583.  
  584. if not isOpen then
  585. setToggle(true)
  586. -- Logic here
  587.  
  588. isOpen = true
  589. else
  590. setToggle(false)
  591. --Logic here
  592.  
  593. isOpen = false
  594. end
  595.  
  596.  
  597. wait(1) -- Wait n Seconds till the animation will proceed
  598. Cooldown = false
  599. end
  600. end)
  601. end
  602. coroutine.wrap(HOQEZ_fake_script)()
  603. local function IFDLOT_fake_script() -- TextButton.LocalScript
  604. local script = Instance.new('LocalScript', TextButton)
  605.  
  606. local D = true
  607.  
  608. script.Parent.MouseButton1Click:Connect(function()
  609. if D == true then
  610. script.Parent.Parent.Parent.Parent.DropDown.BackGround.DropDownMain:TweenPosition(UDim2.new(0.006, 0,0, 0),nil, nil, 0.9)
  611. D = false
  612. else
  613. D = true
  614. script.Parent.Parent.Parent.Parent.DropDown.BackGround.DropDownMain:TweenPosition(UDim2.new(0.006, 0,-1.213, 0),nil, nil, 0.9)
  615. end
  616. end)
  617. end
  618. coroutine.wrap(IFDLOT_fake_script)()
  619. local function PNXLO_fake_script() -- TextButton.LocalScript
  620. local script = Instance.new('LocalScript', TextButton)
  621.  
  622. local D = true
  623.  
  624. script.Parent.MouseButton1Click:Connect(function()
  625. if D == true then
  626. script.Parent.Parent.Parent.up.Rotation = 270
  627. D = false
  628. else
  629. D = true
  630. script.Parent.Parent.Parent.up.Rotation = 90
  631. end
  632. end)
  633. end
  634. coroutine.wrap(PNXLO_fake_script)()
  635. local function IDMBZXW_fake_script() -- up.LocalScript
  636. local script = Instance.new('LocalScript', up)
  637.  
  638. script.Parent.MouseButton1Down:Connect(function()
  639. script.Parent.Parent.up.Visible = false
  640. end)
  641. end
  642. coroutine.wrap(IDMBZXW_fake_script)()
  643. local function XJXD_fake_script() -- up.LocalScript
  644. local script = Instance.new('LocalScript', up)
  645.  
  646. script.Parent.MouseButton1Down:Connect(function()
  647. script.Parent.Parent.Down.Visible = true
  648. end)
  649. end
  650. coroutine.wrap(XJXD_fake_script)()
  651. local function BXMIP_fake_script() -- Slider.SliderCode
  652. local script = Instance.new('LocalScript', Slider)
  653.  
  654. local slider = script.Parent
  655. local bar = slider.Bar
  656. local textbox = script.Parent.Input
  657. local mouse = game.Players.LocalPlayer:GetMouse()
  658. local sliderSizeX = slider.AbsoluteSize.X
  659. local held = false
  660. local maxslide = 150
  661.  
  662.  
  663. script.Parent.Changed:Connect(function()
  664. end)
  665.  
  666. slider.MouseButton1Down:Connect(function()
  667. held = true
  668. bar.Size = UDim2.new(math.clamp((mouse.X - slider.AbsolutePosition.X)/sliderSizeX,0,1),0,1,0)
  669. textbox.Text = math.floor(bar.Size.X.Scale * maxslide)
  670. end)
  671.  
  672. game:GetService("UserInputService").InputEnded:Connect(function(input, gp)
  673. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  674. held = false
  675. end
  676. end)
  677. mouse.Move:Connect(function()
  678. if held then
  679. bar.Size = UDim2.new(math.clamp((mouse.X - slider.AbsolutePosition.X)/sliderSizeX,0,1),0,1,0)
  680. textbox.Text = math.floor(bar.Size.X.Scale * maxslide)
  681. end
  682. end)
  683. end
  684. coroutine.wrap(BXMIP_fake_script)()
  685. local function ZHZA_fake_script() -- Button_2.LocalScript
  686. local script = Instance.new('LocalScript', Button_2)
  687.  
  688. Button.MouseButton1Down:Connect(function()
  689. Print("Pressed!")
  690. end)
  691. end
  692. coroutine.wrap(ZHZA_fake_script)()
  693. local function CUHAI_fake_script() -- Page1_2.LocalScript
  694. local script = Instance.new('LocalScript', Page1_2)
  695.  
  696. script.Parent.MouseButton1Down:Connect(function()
  697. script.Parent.Parent.BackGround.Page1.Visible = true
  698. end)
  699.  
  700. script.Parent.MouseButton1Down:Connect(function()
  701. script.Parent.Parent.BackGround.Page2.Visible = false
  702. end)
  703. end
  704. coroutine.wrap(CUHAI_fake_script)()
  705. local function CVJOL_fake_script() -- Page2_2.LocalScript
  706. local script = Instance.new('LocalScript', Page2_2)
  707.  
  708. script.Parent.MouseButton1Down:Connect(function()
  709. script.Parent.Parent.BackGround.Page2.Visible = true
  710. end)
  711.  
  712. script.Parent.MouseButton1Down:Connect(function()
  713. script.Parent.Parent.BackGround.Page1.Visible = false
  714. end)
  715. end
  716. coroutine.wrap(CVJOL_fake_script)()
  717. local function LAKIEH_fake_script() -- Close.LocalScript
  718. local script = Instance.new('LocalScript', Close)
  719.  
  720. script.Parent.MouseButton1Down:Connect(function()
  721. script.Parent.Parent.Parent.TopBar:Destroy()
  722. end)
  723. end
  724. coroutine.wrap(LAKIEH_fake_script)()
  725. local function DCHDA_fake_script() -- TopBar.Dragify
  726. local script = Instance.new('LocalScript', TopBar)
  727.  
  728. local UIS = game:GetService("UserInputService")
  729. function dragify(Frame)
  730. dragToggle = nil
  731. local dragSpeed = 0.50
  732. dragInput = nil
  733. dragStart = nil
  734. local dragPos = nil
  735. function updateInput(input)
  736. local Delta = input.Position - dragStart
  737. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  738. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  739. end
  740. Frame.InputBegan:Connect(function(input)
  741. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  742. dragToggle = true
  743. dragStart = input.Position
  744. startPos = Frame.Position
  745. input.Changed:Connect(function()
  746. if input.UserInputState == Enum.UserInputState.End then
  747. dragToggle = false
  748. end
  749. end)
  750. end
  751. end)
  752. Frame.InputChanged:Connect(function(input)
  753. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  754. dragInput = input
  755. end
  756. end)
  757. game:GetService("UserInputService").InputChanged:Connect(function(input)
  758. if input == dragInput and dragToggle then
  759. updateInput(input)
  760. end
  761. end)
  762. end
  763.  
  764. dragify(script.Parent)
  765. end
  766. coroutine.wrap(DCHDA_fake_script)()
  767. local function HQYVQV_fake_script() -- TopBar.LocalScript
  768. local script = Instance.new('LocalScript', TopBar)
  769.  
  770. local UserInputService = game:GetService("UserInputService")
  771.  
  772. function onKeyPress(inputObject, gameProcessedEvent)
  773. if not gameProcessedEvent then
  774. if inputObject.KeyCode == Enum.KeyCode.Y then
  775. if script.Parent.Parent.Frame.Visible == false then
  776. script.Parent.Parent.Frame.Visible = true
  777. else
  778. script.Parent.Parent.Frame.Visible = false
  779. end
  780. end
  781. end
  782. end
  783.  
  784. UserInputService.InputBegan:connect(onKeyPress)
  785. end
  786. coroutine.wrap(HQYVQV_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement