Sufferrrrrr

roblox script

Sep 3rd, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 26.72 KB | None | 0 0
  1. local AdminGui = Instance.new("ScreenGui")
  2. local Frame1 = Instance.new("Frame")
  3. local CloseGui = Instance.new("TextButton")
  4. local OpenSettings = Instance.new("TextButton")
  5. local Kill = Instance.new("TextButton")
  6. local Punish = Instance.new("TextButton")
  7. local UnPunish = Instance.new("TextButton")
  8. local CloseSettings = Instance.new("TextButton")
  9. local Lag = Instance.new("TextButton")
  10. local God = Instance.new("TextButton")
  11. local UnGod = Instance.new("TextButton")
  12. local Next = Instance.new("TextButton")
  13. local Number = Instance.new("TextLabel")
  14. local Frame2 = Instance.new("Frame")
  15. local CloseGui_2 = Instance.new("TextButton")
  16. local Invisible = Instance.new("TextButton")
  17. local Number_2 = Instance.new("TextLabel")
  18. local Back = Instance.new("TextButton")
  19. local Next_2 = Instance.new("TextButton")
  20. local Visible = Instance.new("TextButton")
  21. local Freeze = Instance.new("TextButton")
  22. local UnFreeze = Instance.new("TextButton")
  23. local ForceField = Instance.new("TextButton")
  24. local UnForceField = Instance.new("TextButton")
  25. local OpenSettings_2 = Instance.new("TextButton")
  26. local CloseSettings_2 = Instance.new("TextButton")
  27. local OpenGui = Instance.new("Frame")
  28. local TextButton = Instance.new("TextButton")
  29. local Settings = Instance.new("Frame")
  30. local PersonBox = Instance.new("TextBox")
  31. local Frame3 = Instance.new("Frame")
  32. local CloseGui_3 = Instance.new("TextButton")
  33. local Kick = Instance.new("TextButton")
  34. local Number_3 = Instance.new("TextLabel")
  35. local Back_2 = Instance.new("TextButton")
  36. local Next_3 = Instance.new("TextButton")
  37. local KickAll = Instance.new("TextButton")
  38. local KillAll = Instance.new("TextButton")
  39. local ExplodeAll = Instance.new("TextButton")
  40. local KohlsAdmin = Instance.new("TextButton")
  41. local WarHammer = Instance.new("TextButton")
  42. local CloseSettings_3 = Instance.new("TextButton")
  43. local OpenSettings_3 = Instance.new("TextButton")
  44. local Frame4 = Instance.new("Frame")
  45. local CloseGui_4 = Instance.new("TextButton")
  46. local AtlasSword = Instance.new("TextButton")
  47. local Number_4 = Instance.new("TextLabel")
  48. local Back_3 = Instance.new("TextButton")
  49. local Next_4 = Instance.new("TextButton")
  50. local ScriptExecutor = Instance.new("TextButton")
  51. local BronyAdmin = Instance.new("TextButton")
  52. local Spike = Instance.new("TextButton")
  53. local SpiderBot = Instance.new("TextButton")
  54. local _5tr0b3Gun = Instance.new("TextButton")
  55. local CloseSettings_4 = Instance.new("TextButton")
  56. local OpenSettings_4 = Instance.new("TextButton")
  57.  
  58. -- Properties
  59.  
  60. AdminGui.Name = "AdminGui"
  61. AdminGui.Parent = game.StarterGui
  62.  
  63. Frame1.Name = "Frame1"
  64. Frame1.Parent = AdminGui
  65. Frame1.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00784314)
  66. Frame1.BackgroundTransparency = 0.40000000596046
  67. Frame1.BorderColor3 = Color3.new(0, 0, 1)
  68. Frame1.BorderSizePixel = 5
  69. Frame1.Position = UDim2.new(0, 10, 0, 163)
  70. Frame1.Size = UDim2.new(0, 160, 0, 355)
  71. Frame1.Visible = false
  72.  
  73. CloseGui.Name = "CloseGui"
  74. CloseGui.Parent = Frame1
  75. CloseGui.BackgroundColor3 = Color3.new(0, 0, 0)
  76. CloseGui.BackgroundTransparency = 0.60000002384186
  77. CloseGui.BorderColor3 = Color3.new(0, 0, 1)
  78. CloseGui.BorderSizePixel = 3
  79. CloseGui.Position = UDim2.new(0, 30, 0, 315)
  80. CloseGui.Size = UDim2.new(0, 95, 0, 30)
  81. CloseGui.Font = Enum.Font.SourceSans
  82. CloseGui.Text = "Close"
  83. CloseGui.TextColor3 = Color3.new(1, 1, 1)
  84. CloseGui.TextSize = 14
  85.  
  86. OpenSettings.Name = "OpenSettings"
  87. OpenSettings.Parent = Frame1
  88. OpenSettings.BackgroundColor3 = Color3.new(0, 0, 0)
  89. OpenSettings.BackgroundTransparency = 0.60000002384186
  90. OpenSettings.BorderColor3 = Color3.new(0, 0, 1)
  91. OpenSettings.BorderSizePixel = 3
  92. OpenSettings.Position = UDim2.new(0, 30, 0, 275)
  93. OpenSettings.Size = UDim2.new(0, 95, 0, 30)
  94. OpenSettings.Visible = false
  95. OpenSettings.Font = Enum.Font.SourceSans
  96. OpenSettings.Text = "Open Settings"
  97. OpenSettings.TextColor3 = Color3.new(1, 1, 1)
  98. OpenSettings.TextSize = 14
  99.  
  100. Kill.Name = "Kill"
  101. Kill.Parent = Frame1
  102. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  103. Kill.BackgroundTransparency = 0.60000002384186
  104. Kill.BorderColor3 = Color3.new(0, 0, 1)
  105. Kill.BorderSizePixel = 3
  106. Kill.Position = UDim2.new(0, 30, 0, 15)
  107. Kill.Size = UDim2.new(0, 95, 0, 30)
  108. Kill.Font = Enum.Font.SourceSans
  109. Kill.Text = "Kill"
  110. Kill.TextColor3 = Color3.new(1, 1, 1)
  111. Kill.TextSize = 14
  112.  
  113. Punish.Name = "Punish"
  114. Punish.Parent = Frame1
  115. Punish.BackgroundColor3 = Color3.new(0, 0, 0)
  116. Punish.BackgroundTransparency = 0.60000002384186
  117. Punish.BorderColor3 = Color3.new(0, 0, 1)
  118. Punish.BorderSizePixel = 3
  119. Punish.Position = UDim2.new(0, 30, 0, 55)
  120. Punish.Size = UDim2.new(0, 95, 0, 30)
  121. Punish.Font = Enum.Font.SourceSans
  122. Punish.Text = "Punish"
  123. Punish.TextColor3 = Color3.new(1, 1, 1)
  124. Punish.TextSize = 14
  125.  
  126. UnPunish.Name = "UnPunish"
  127. UnPunish.Parent = Frame1
  128. UnPunish.BackgroundColor3 = Color3.new(0, 0, 0)
  129. UnPunish.BackgroundTransparency = 0.60000002384186
  130. UnPunish.BorderColor3 = Color3.new(0, 0, 1)
  131. UnPunish.BorderSizePixel = 3
  132. UnPunish.Position = UDim2.new(0, 30, 0, 95)
  133. UnPunish.Size = UDim2.new(0, 95, 0, 30)
  134. UnPunish.Font = Enum.Font.SourceSans
  135. UnPunish.Text = "UnPunish"
  136. UnPunish.TextColor3 = Color3.new(1, 1, 1)
  137. UnPunish.TextSize = 14
  138.  
  139. CloseSettings.Name = "CloseSettings"
  140. CloseSettings.Parent = Frame1
  141. CloseSettings.BackgroundColor3 = Color3.new(0, 0, 0)
  142. CloseSettings.BackgroundTransparency = 0.60000002384186
  143. CloseSettings.BorderColor3 = Color3.new(0, 0, 1)
  144. CloseSettings.BorderSizePixel = 3
  145. CloseSettings.Position = UDim2.new(0, 30, 0, 275)
  146. CloseSettings.Size = UDim2.new(0, 95, 0, 30)
  147. CloseSettings.Font = Enum.Font.SourceSans
  148. CloseSettings.Text = "Close Settings"
  149. CloseSettings.TextColor3 = Color3.new(1, 1, 1)
  150. CloseSettings.TextSize = 14
  151.  
  152. Lag.Name = "Lag"
  153. Lag.Parent = Frame1
  154. Lag.BackgroundColor3 = Color3.new(0, 0, 0)
  155. Lag.BackgroundTransparency = 0.60000002384186
  156. Lag.BorderColor3 = Color3.new(0, 0, 1)
  157. Lag.BorderSizePixel = 3
  158. Lag.Position = UDim2.new(0, 30, 0, 135)
  159. Lag.Size = UDim2.new(0, 95, 0, 30)
  160. Lag.Font = Enum.Font.SourceSans
  161. Lag.Text = "Lag"
  162. Lag.TextColor3 = Color3.new(1, 1, 1)
  163. Lag.TextSize = 14
  164.  
  165. God.Name = "God"
  166. God.Parent = Frame1
  167. God.BackgroundColor3 = Color3.new(0, 0, 0)
  168. God.BackgroundTransparency = 0.60000002384186
  169. God.BorderColor3 = Color3.new(0, 0, 1)
  170. God.BorderSizePixel = 3
  171. God.Position = UDim2.new(0, 30, 0, 175)
  172. God.Size = UDim2.new(0, 95, 0, 30)
  173. God.Font = Enum.Font.SourceSans
  174. God.Text = "God"
  175. God.TextColor3 = Color3.new(1, 1, 1)
  176. God.TextSize = 14
  177.  
  178. UnGod.Name = "UnGod"
  179. UnGod.Parent = Frame1
  180. UnGod.BackgroundColor3 = Color3.new(0, 0, 0)
  181. UnGod.BackgroundTransparency = 0.60000002384186
  182. UnGod.BorderColor3 = Color3.new(0, 0, 1)
  183. UnGod.BorderSizePixel = 3
  184. UnGod.Position = UDim2.new(0, 30, 0, 215)
  185. UnGod.Size = UDim2.new(0, 95, 0, 30)
  186. UnGod.Font = Enum.Font.SourceSans
  187. UnGod.Text = "UnGod"
  188. UnGod.TextColor3 = Color3.new(1, 1, 1)
  189. UnGod.TextSize = 14
  190.  
  191. Next.Name = "Next"
  192. Next.Parent = Frame1
  193. Next.BackgroundColor3 = Color3.new(0, 0, 0)
  194. Next.BackgroundTransparency = 0.60000002384186
  195. Next.BorderColor3 = Color3.new(0, 0, 0.792157)
  196. Next.BorderSizePixel = 3
  197. Next.Position = UDim2.new(0, 105, 0, 251)
  198. Next.Size = UDim2.new(0, 20, 0, 18)
  199. Next.Font = Enum.Font.SourceSans
  200. Next.Text = ">"
  201. Next.TextColor3 = Color3.new(1, 1, 1)
  202. Next.TextSize = 24
  203.  
  204. Number.Name = "Number"
  205. Number.Parent = Frame1
  206. Number.BackgroundColor3 = Color3.new(0, 0, 0)
  207. Number.BackgroundTransparency = 10
  208. Number.BorderColor3 = Color3.new(0, 0, 0)
  209. Number.BorderSizePixel = 3
  210. Number.Position = UDim2.new(0, 70, 0, 251)
  211. Number.Size = UDim2.new(0, 20, 0, 18)
  212. Number.Font = Enum.Font.ArialBold
  213. Number.Text = "1"
  214. Number.TextColor3 = Color3.new(0, 0, 0)
  215. Number.TextSize = 18
  216.  
  217. Frame2.Name = "Frame2"
  218. Frame2.Parent = AdminGui
  219. Frame2.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00784314)
  220. Frame2.BackgroundTransparency = 0.40000000596046
  221. Frame2.BorderColor3 = Color3.new(0, 0, 1)
  222. Frame2.BorderSizePixel = 5
  223. Frame2.Position = UDim2.new(0, 10, 0, 163)
  224. Frame2.Size = UDim2.new(0, 160, 0, 355)
  225. Frame2.Visible = false
  226.  
  227. CloseGui_2.Name = "CloseGui"
  228. CloseGui_2.Parent = Frame2
  229. CloseGui_2.BackgroundColor3 = Color3.new(0, 0, 0)
  230. CloseGui_2.BackgroundTransparency = 0.60000002384186
  231. CloseGui_2.BorderColor3 = Color3.new(0, 0, 1)
  232. CloseGui_2.BorderSizePixel = 3
  233. CloseGui_2.Position = UDim2.new(0, 30, 0, 315)
  234. CloseGui_2.Size = UDim2.new(0, 95, 0, 30)
  235. CloseGui_2.Font = Enum.Font.SourceSans
  236. CloseGui_2.Text = "Close"
  237. CloseGui_2.TextColor3 = Color3.new(1, 1, 1)
  238. CloseGui_2.TextSize = 14
  239.  
  240. Invisible.Name = "Invisible"
  241. Invisible.Parent = Frame2
  242. Invisible.BackgroundColor3 = Color3.new(0, 0, 0)
  243. Invisible.BackgroundTransparency = 0.60000002384186
  244. Invisible.BorderColor3 = Color3.new(0, 0, 1)
  245. Invisible.BorderSizePixel = 3
  246. Invisible.Position = UDim2.new(0, 30, 0, 15)
  247. Invisible.Size = UDim2.new(0, 95, 0, 30)
  248. Invisible.Font = Enum.Font.SourceSans
  249. Invisible.Text = "Invisible"
  250. Invisible.TextColor3 = Color3.new(1, 1, 1)
  251. Invisible.TextSize = 14
  252.  
  253. Number_2.Name = "Number"
  254. Number_2.Parent = Frame2
  255. Number_2.BackgroundColor3 = Color3.new(0, 0, 0)
  256. Number_2.BackgroundTransparency = 10
  257. Number_2.BorderColor3 = Color3.new(0, 0, 0)
  258. Number_2.BorderSizePixel = 3
  259. Number_2.Position = UDim2.new(0, 70, 0, 251)
  260. Number_2.Size = UDim2.new(0, 20, 0, 18)
  261. Number_2.Font = Enum.Font.ArialBold
  262. Number_2.Text = "2"
  263. Number_2.TextColor3 = Color3.new(0, 0, 0)
  264. Number_2.TextSize = 18
  265.  
  266. Back.Name = "Back"
  267. Back.Parent = Frame2
  268. Back.BackgroundColor3 = Color3.new(0, 0, 0)
  269. Back.BackgroundTransparency = 0.60000002384186
  270. Back.BorderColor3 = Color3.new(0, 0, 0.792157)
  271. Back.BorderSizePixel = 3
  272. Back.Position = UDim2.new(0, 30, 0, 251)
  273. Back.Size = UDim2.new(0, 20, 0, 18)
  274. Back.Font = Enum.Font.SourceSans
  275. Back.Text = "<"
  276. Back.TextColor3 = Color3.new(1, 1, 1)
  277. Back.TextSize = 24
  278.  
  279. Next_2.Name = "Next"
  280. Next_2.Parent = Frame2
  281. Next_2.BackgroundColor3 = Color3.new(0, 0, 0)
  282. Next_2.BackgroundTransparency = 0.60000002384186
  283. Next_2.BorderColor3 = Color3.new(0, 0, 0.792157)
  284. Next_2.BorderSizePixel = 3
  285. Next_2.Position = UDim2.new(0, 105, 0, 251)
  286. Next_2.Size = UDim2.new(0, 20, 0, 18)
  287. Next_2.Font = Enum.Font.SourceSans
  288. Next_2.Text = ">"
  289. Next_2.TextColor3 = Color3.new(1, 1, 1)
  290. Next_2.TextSize = 24
  291.  
  292. Visible.Name = "Visible"
  293. Visible.Parent = Frame2
  294. Visible.BackgroundColor3 = Color3.new(0, 0, 0)
  295. Visible.BackgroundTransparency = 0.60000002384186
  296. Visible.BorderColor3 = Color3.new(0, 0, 1)
  297. Visible.BorderSizePixel = 3
  298. Visible.Position = UDim2.new(0, 30, 0, 55)
  299. Visible.Size = UDim2.new(0, 95, 0, 30)
  300. Visible.Font = Enum.Font.SourceSans
  301. Visible.Text = "Visible"
  302. Visible.TextColor3 = Color3.new(1, 1, 1)
  303. Visible.TextSize = 14
  304.  
  305. Freeze.Name = "Freeze"
  306. Freeze.Parent = Frame2
  307. Freeze.BackgroundColor3 = Color3.new(0, 0, 0)
  308. Freeze.BackgroundTransparency = 0.60000002384186
  309. Freeze.BorderColor3 = Color3.new(0, 0, 1)
  310. Freeze.BorderSizePixel = 3
  311. Freeze.Position = UDim2.new(0, 30, 0, 95)
  312. Freeze.Size = UDim2.new(0, 95, 0, 30)
  313. Freeze.Font = Enum.Font.SourceSans
  314. Freeze.Text = "Freeze"
  315. Freeze.TextColor3 = Color3.new(1, 1, 1)
  316. Freeze.TextSize = 14
  317.  
  318. UnFreeze.Name = "UnFreeze"
  319. UnFreeze.Parent = Frame2
  320. UnFreeze.BackgroundColor3 = Color3.new(0, 0, 0)
  321. UnFreeze.BackgroundTransparency = 0.60000002384186
  322. UnFreeze.BorderColor3 = Color3.new(0, 0, 1)
  323. UnFreeze.BorderSizePixel = 3
  324. UnFreeze.Position = UDim2.new(0, 30, 0, 135)
  325. UnFreeze.Size = UDim2.new(0, 95, 0, 30)
  326. UnFreeze.Font = Enum.Font.SourceSans
  327. UnFreeze.Text = "UnFreeze"
  328. UnFreeze.TextColor3 = Color3.new(1, 1, 1)
  329. UnFreeze.TextSize = 14
  330.  
  331. ForceField.Name = "ForceField"
  332. ForceField.Parent = Frame2
  333. ForceField.BackgroundColor3 = Color3.new(0, 0, 0)
  334. ForceField.BackgroundTransparency = 0.60000002384186
  335. ForceField.BorderColor3 = Color3.new(0, 0, 1)
  336. ForceField.BorderSizePixel = 3
  337. ForceField.Position = UDim2.new(0, 30, 0, 175)
  338. ForceField.Size = UDim2.new(0, 95, 0, 30)
  339. ForceField.Font = Enum.Font.SourceSans
  340. ForceField.Text = "ForceField"
  341. ForceField.TextColor3 = Color3.new(1, 1, 1)
  342. ForceField.TextSize = 14
  343.  
  344. UnForceField.Name = "UnForceField"
  345. UnForceField.Parent = Frame2
  346. UnForceField.BackgroundColor3 = Color3.new(0, 0, 0)
  347. UnForceField.BackgroundTransparency = 0.60000002384186
  348. UnForceField.BorderColor3 = Color3.new(0, 0, 1)
  349. UnForceField.BorderSizePixel = 3
  350. UnForceField.Position = UDim2.new(0, 30, 0, 215)
  351. UnForceField.Size = UDim2.new(0, 95, 0, 30)
  352. UnForceField.Font = Enum.Font.SourceSans
  353. UnForceField.Text = "UnForceField"
  354. UnForceField.TextColor3 = Color3.new(1, 1, 1)
  355. UnForceField.TextSize = 14
  356.  
  357. OpenSettings_2.Name = "OpenSettings"
  358. OpenSettings_2.Parent = Frame2
  359. OpenSettings_2.BackgroundColor3 = Color3.new(0, 0, 0)
  360. OpenSettings_2.BackgroundTransparency = 0.60000002384186
  361. OpenSettings_2.BorderColor3 = Color3.new(0, 0, 1)
  362. OpenSettings_2.BorderSizePixel = 3
  363. OpenSettings_2.Position = UDim2.new(0, 30, 0, 275)
  364. OpenSettings_2.Size = UDim2.new(0, 95, 0, 30)
  365. OpenSettings_2.Visible = false
  366. OpenSettings_2.Font = Enum.Font.SourceSans
  367. OpenSettings_2.Text = "Open Settings"
  368. OpenSettings_2.TextColor3 = Color3.new(1, 1, 1)
  369. OpenSettings_2.TextSize = 14
  370.  
  371. CloseSettings_2.Name = "CloseSettings"
  372. CloseSettings_2.Parent = Frame2
  373. CloseSettings_2.BackgroundColor3 = Color3.new(0, 0, 0)
  374. CloseSettings_2.BackgroundTransparency = 0.60000002384186
  375. CloseSettings_2.BorderColor3 = Color3.new(0, 0, 1)
  376. CloseSettings_2.BorderSizePixel = 3
  377. CloseSettings_2.Position = UDim2.new(0, 30, 0, 275)
  378. CloseSettings_2.Size = UDim2.new(0, 95, 0, 30)
  379. CloseSettings_2.Font = Enum.Font.SourceSans
  380. CloseSettings_2.Text = "Close Settings"
  381. CloseSettings_2.TextColor3 = Color3.new(1, 1, 1)
  382. CloseSettings_2.TextSize = 14
  383.  
  384. OpenGui.Name = "OpenGui"
  385. OpenGui.Parent = AdminGui
  386. OpenGui.BackgroundColor3 = Color3.new(0, 0, 0)
  387. OpenGui.BackgroundTransparency = 1.2000000476837
  388. OpenGui.BorderColor3 = Color3.new(0.0470588, 0.184314, 0.623529)
  389. OpenGui.BorderSizePixel = 0
  390. OpenGui.Position = UDim2.new(0, 10, 0, 535)
  391.  
  392. TextButton.Parent = OpenGui
  393. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  394. TextButton.BackgroundTransparency = 0.30000001192093
  395. TextButton.BorderColor3 = Color3.new(0.0745098, 0.145098, 1)
  396. TextButton.BorderSizePixel = 3
  397. TextButton.Position = UDim2.new(0, 0, 0, -2)
  398. TextButton.Size = UDim2.new(0, 95, 0, 30)
  399. TextButton.Font = Enum.Font.SourceSans
  400. TextButton.Text = "Open"
  401. TextButton.TextColor3 = Color3.new(1, 1, 1)
  402. TextButton.TextSize = 14
  403.  
  404. Settings.Name = "Settings"
  405. Settings.Parent = AdminGui
  406. Settings.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00784314)
  407. Settings.BackgroundTransparency = 0.40000000596046
  408. Settings.BorderColor3 = Color3.new(0.0745098, 0.145098, 1)
  409. Settings.BorderSizePixel = 4
  410. Settings.Draggable = true
  411. Settings.Position = UDim2.new(0, 185, 0, 163)
  412. Settings.Size = UDim2.new(0, 160, 0, 355)
  413. Settings.Visible = false
  414.  
  415. PersonBox.Name = "PersonBox"
  416. PersonBox.Parent = Settings
  417. PersonBox.BackgroundColor3 = Color3.new(0, 0, 0)
  418. PersonBox.BackgroundTransparency = 0.60000002384186
  419. PersonBox.BorderColor3 = Color3.new(0, 0, 1)
  420. PersonBox.BorderSizePixel = 3
  421. PersonBox.Position = UDim2.new(0, 18, 0, 15)
  422. PersonBox.Size = UDim2.new(0, 125, 0, 30)
  423. PersonBox.Font = Enum.Font.SourceSans
  424. PersonBox.Text = "Person's Name"
  425. PersonBox.TextColor3 = Color3.new(1, 1, 1)
  426. PersonBox.TextScaled = true
  427. PersonBox.TextSize = 18
  428. PersonBox.TextWrapped = true
  429.  
  430. Frame3.Name = "Frame3"
  431. Frame3.Parent = AdminGui
  432. Frame3.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00784314)
  433. Frame3.BackgroundTransparency = 0.40000000596046
  434. Frame3.BorderColor3 = Color3.new(0, 0, 1)
  435. Frame3.BorderSizePixel = 5
  436. Frame3.Position = UDim2.new(0, 10, 0, 163)
  437. Frame3.Size = UDim2.new(0, 160, 0, 355)
  438. Frame3.Visible = false
  439.  
  440. CloseGui_3.Name = "CloseGui"
  441. CloseGui_3.Parent = Frame3
  442. CloseGui_3.BackgroundColor3 = Color3.new(0, 0, 0)
  443. CloseGui_3.BackgroundTransparency = 0.60000002384186
  444. CloseGui_3.BorderColor3 = Color3.new(0, 0, 1)
  445. CloseGui_3.BorderSizePixel = 3
  446. CloseGui_3.Position = UDim2.new(0, 30, 0, 315)
  447. CloseGui_3.Size = UDim2.new(0, 95, 0, 30)
  448. CloseGui_3.Font = Enum.Font.SourceSans
  449. CloseGui_3.Text = "Close"
  450. CloseGui_3.TextColor3 = Color3.new(1, 1, 1)
  451. CloseGui_3.TextSize = 14
  452.  
  453. Kick.Name = "Kick"
  454. Kick.Parent = Frame3
  455. Kick.BackgroundColor3 = Color3.new(0, 0, 0)
  456. Kick.BackgroundTransparency = 0.60000002384186
  457. Kick.BorderColor3 = Color3.new(0, 0, 1)
  458. Kick.BorderSizePixel = 3
  459. Kick.Position = UDim2.new(0, 30, 0, 15)
  460. Kick.Size = UDim2.new(0, 95, 0, 30)
  461. Kick.Font = Enum.Font.SourceSans
  462. Kick.Text = "Kick"
  463. Kick.TextColor3 = Color3.new(1, 1, 1)
  464. Kick.TextSize = 14
  465.  
  466. Number_3.Name = "Number"
  467. Number_3.Parent = Frame3
  468. Number_3.BackgroundColor3 = Color3.new(0, 0, 0)
  469. Number_3.BackgroundTransparency = 10
  470. Number_3.BorderColor3 = Color3.new(0, 0, 0)
  471. Number_3.BorderSizePixel = 3
  472. Number_3.Position = UDim2.new(0, 70, 0, 251)
  473. Number_3.Size = UDim2.new(0, 20, 0, 18)
  474. Number_3.Font = Enum.Font.ArialBold
  475. Number_3.Text = "3"
  476. Number_3.TextColor3 = Color3.new(0, 0, 0)
  477. Number_3.TextSize = 18
  478.  
  479. Back_2.Name = "Back"
  480. Back_2.Parent = Frame3
  481. Back_2.BackgroundColor3 = Color3.new(0, 0, 0)
  482. Back_2.BackgroundTransparency = 0.60000002384186
  483. Back_2.BorderColor3 = Color3.new(0, 0, 0.792157)
  484. Back_2.BorderSizePixel = 3
  485. Back_2.Position = UDim2.new(0, 30, 0, 251)
  486. Back_2.Size = UDim2.new(0, 20, 0, 18)
  487. Back_2.Font = Enum.Font.SourceSans
  488. Back_2.Text = "<"
  489. Back_2.TextColor3 = Color3.new(1, 1, 1)
  490. Back_2.TextSize = 24
  491.  
  492. Next_3.Name = "Next"
  493. Next_3.Parent = Frame3
  494. Next_3.BackgroundColor3 = Color3.new(0, 0, 0)
  495. Next_3.BackgroundTransparency = 0.60000002384186
  496. Next_3.BorderColor3 = Color3.new(0, 0, 0.792157)
  497. Next_3.BorderSizePixel = 3
  498. Next_3.Position = UDim2.new(0, 105, 0, 251)
  499. Next_3.Size = UDim2.new(0, 20, 0, 18)
  500. Next_3.Font = Enum.Font.SourceSans
  501. Next_3.Text = ">"
  502. Next_3.TextColor3 = Color3.new(1, 1, 1)
  503. Next_3.TextSize = 24
  504.  
  505. KickAll.Name = "Kick All"
  506. KickAll.Parent = Frame3
  507. KickAll.BackgroundColor3 = Color3.new(0, 0, 0)
  508. KickAll.BackgroundTransparency = 0.60000002384186
  509. KickAll.BorderColor3 = Color3.new(0, 0, 1)
  510. KickAll.BorderSizePixel = 3
  511. KickAll.Position = UDim2.new(0, 30, 0, 55)
  512. KickAll.Size = UDim2.new(0, 95, 0, 30)
  513. KickAll.Font = Enum.Font.SourceSans
  514. KickAll.Text = "Kick All"
  515. KickAll.TextColor3 = Color3.new(1, 1, 1)
  516. KickAll.TextSize = 14
  517.  
  518. KillAll.Name = "Kill All"
  519. KillAll.Parent = Frame3
  520. KillAll.BackgroundColor3 = Color3.new(0, 0, 0)
  521. KillAll.BackgroundTransparency = 0.60000002384186
  522. KillAll.BorderColor3 = Color3.new(0, 0, 1)
  523. KillAll.BorderSizePixel = 3
  524. KillAll.Position = UDim2.new(0, 30, 0, 95)
  525. KillAll.Size = UDim2.new(0, 95, 0, 30)
  526. KillAll.Font = Enum.Font.SourceSans
  527. KillAll.Text = "Kill All"
  528. KillAll.TextColor3 = Color3.new(1, 1, 1)
  529. KillAll.TextSize = 14
  530.  
  531. ExplodeAll.Name = "Explode All"
  532. ExplodeAll.Parent = Frame3
  533. ExplodeAll.BackgroundColor3 = Color3.new(0, 0, 0)
  534. ExplodeAll.BackgroundTransparency = 0.60000002384186
  535. ExplodeAll.BorderColor3 = Color3.new(0, 0, 1)
  536. ExplodeAll.BorderSizePixel = 3
  537. ExplodeAll.Position = UDim2.new(0, 30, 0, 135)
  538. ExplodeAll.Size = UDim2.new(0, 95, 0, 30)
  539. ExplodeAll.Font = Enum.Font.SourceSans
  540. ExplodeAll.Text = "Explode All"
  541. ExplodeAll.TextColor3 = Color3.new(1, 1, 1)
  542. ExplodeAll.TextSize = 14
  543.  
  544. KohlsAdmin.Name = "Kohl's Admin"
  545. KohlsAdmin.Parent = Frame3
  546. KohlsAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  547. KohlsAdmin.BackgroundTransparency = 0.60000002384186
  548. KohlsAdmin.BorderColor3 = Color3.new(0, 0, 1)
  549. KohlsAdmin.BorderSizePixel = 3
  550. KohlsAdmin.Position = UDim2.new(0, 30, 0, 175)
  551. KohlsAdmin.Size = UDim2.new(0, 95, 0, 30)
  552. KohlsAdmin.Font = Enum.Font.SourceSans
  553. KohlsAdmin.Text = "Kohl's Admin"
  554. KohlsAdmin.TextColor3 = Color3.new(1, 1, 1)
  555. KohlsAdmin.TextSize = 14
  556.  
  557. WarHammer.Name = "War Hammer"
  558. WarHammer.Parent = Frame3
  559. WarHammer.BackgroundColor3 = Color3.new(0, 0, 0)
  560. WarHammer.BackgroundTransparency = 0.60000002384186
  561. WarHammer.BorderColor3 = Color3.new(0, 0, 1)
  562. WarHammer.BorderSizePixel = 3
  563. WarHammer.Position = UDim2.new(0, 30, 0, 215)
  564. WarHammer.Size = UDim2.new(0, 95, 0, 30)
  565. WarHammer.Font = Enum.Font.SourceSans
  566. WarHammer.Text = "War Hammer"
  567. WarHammer.TextColor3 = Color3.new(1, 1, 1)
  568. WarHammer.TextSize = 14
  569.  
  570. CloseSettings_3.Name = "CloseSettings"
  571. CloseSettings_3.Parent = Frame3
  572. CloseSettings_3.BackgroundColor3 = Color3.new(0, 0, 0)
  573. CloseSettings_3.BackgroundTransparency = 0.60000002384186
  574. CloseSettings_3.BorderColor3 = Color3.new(0, 0, 1)
  575. CloseSettings_3.BorderSizePixel = 3
  576. CloseSettings_3.Position = UDim2.new(0, 30, 0, 275)
  577. CloseSettings_3.Size = UDim2.new(0, 95, 0, 30)
  578. CloseSettings_3.Font = Enum.Font.SourceSans
  579. CloseSettings_3.Text = "Close Settings"
  580. CloseSettings_3.TextColor3 = Color3.new(1, 1, 1)
  581. CloseSettings_3.TextSize = 14
  582.  
  583. OpenSettings_3.Name = "OpenSettings"
  584. OpenSettings_3.Parent = Frame3
  585. OpenSettings_3.BackgroundColor3 = Color3.new(0, 0, 0)
  586. OpenSettings_3.BackgroundTransparency = 0.60000002384186
  587. OpenSettings_3.BorderColor3 = Color3.new(0, 0, 1)
  588. OpenSettings_3.BorderSizePixel = 3
  589. OpenSettings_3.Position = UDim2.new(0, 30, 0, 275)
  590. OpenSettings_3.Size = UDim2.new(0, 95, 0, 30)
  591. OpenSettings_3.Visible = false
  592. OpenSettings_3.Font = Enum.Font.SourceSans
  593. OpenSettings_3.Text = "Open Settings"
  594. OpenSettings_3.TextColor3 = Color3.new(1, 1, 1)
  595. OpenSettings_3.TextSize = 14
  596.  
  597. Frame4.Name = "Frame4"
  598. Frame4.Parent = AdminGui
  599. Frame4.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00784314)
  600. Frame4.BackgroundTransparency = 0.40000000596046
  601. Frame4.BorderColor3 = Color3.new(0, 0, 1)
  602. Frame4.BorderSizePixel = 5
  603. Frame4.Position = UDim2.new(0, 10, 0, 163)
  604. Frame4.Size = UDim2.new(0, 160, 0, 355)
  605. Frame4.Visible = false
  606.  
  607. CloseGui_4.Name = "CloseGui"
  608. CloseGui_4.Parent = Frame4
  609. CloseGui_4.BackgroundColor3 = Color3.new(0, 0, 0)
  610. CloseGui_4.BackgroundTransparency = 0.60000002384186
  611. CloseGui_4.BorderColor3 = Color3.new(0, 0, 1)
  612. CloseGui_4.BorderSizePixel = 3
  613. CloseGui_4.Position = UDim2.new(0, 30, 0, 315)
  614. CloseGui_4.Size = UDim2.new(0, 95, 0, 30)
  615. CloseGui_4.Font = Enum.Font.SourceSans
  616. CloseGui_4.Text = "Close"
  617. CloseGui_4.TextColor3 = Color3.new(1, 1, 1)
  618. CloseGui_4.TextSize = 14
  619.  
  620. AtlasSword.Name = "Atlas Sword"
  621. AtlasSword.Parent = Frame4
  622. AtlasSword.BackgroundColor3 = Color3.new(0, 0, 0)
  623. AtlasSword.BackgroundTransparency = 0.60000002384186
  624. AtlasSword.BorderColor3 = Color3.new(0, 0, 1)
  625. AtlasSword.BorderSizePixel = 3
  626. AtlasSword.Position = UDim2.new(0, 30, 0, 15)
  627. AtlasSword.Size = UDim2.new(0, 95, 0, 30)
  628. AtlasSword.Font = Enum.Font.SourceSans
  629. AtlasSword.Text = "Atlas Sword"
  630. AtlasSword.TextColor3 = Color3.new(1, 1, 1)
  631. AtlasSword.TextSize = 14
  632.  
  633. Number_4.Name = "Number"
  634. Number_4.Parent = Frame4
  635. Number_4.BackgroundColor3 = Color3.new(0, 0, 0)
  636. Number_4.BackgroundTransparency = 10
  637. Number_4.BorderColor3 = Color3.new(0, 0, 0)
  638. Number_4.BorderSizePixel = 3
  639. Number_4.Position = UDim2.new(0, 70, 0, 251)
  640. Number_4.Size = UDim2.new(0, 20, 0, 18)
  641. Number_4.Font = Enum.Font.ArialBold
  642. Number_4.Text = "4"
  643. Number_4.TextColor3 = Color3.new(0, 0, 0)
  644. Number_4.TextSize = 18
  645.  
  646. Back_3.Name = "Back"
  647. Back_3.Parent = Frame4
  648. Back_3.BackgroundColor3 = Color3.new(0, 0, 0)
  649. Back_3.BackgroundTransparency = 0.60000002384186
  650. Back_3.BorderColor3 = Color3.new(0, 0, 0.792157)
  651. Back_3.BorderSizePixel = 3
  652. Back_3.Position = UDim2.new(0, 30, 0, 251)
  653. Back_3.Size = UDim2.new(0, 20, 0, 18)
  654. Back_3.Font = Enum.Font.SourceSans
  655. Back_3.Text = "<"
  656. Back_3.TextColor3 = Color3.new(1, 1, 1)
  657. Back_3.TextSize = 24
  658.  
  659. Next_4.Name = "Next"
  660. Next_4.Parent = Frame4
  661. Next_4.BackgroundColor3 = Color3.new(0, 0, 0)
  662. Next_4.BackgroundTransparency = 0.60000002384186
  663. Next_4.BorderColor3 = Color3.new(0, 0, 0.792157)
  664. Next_4.BorderSizePixel = 3
  665. Next_4.Position = UDim2.new(0, 105, 0, 251)
  666. Next_4.Size = UDim2.new(0, 20, 0, 18)
  667. Next_4.Font = Enum.Font.SourceSans
  668. Next_4.Text = ">"
  669. Next_4.TextColor3 = Color3.new(1, 1, 1)
  670. Next_4.TextSize = 24
  671.  
  672. ScriptExecutor.Name = "Script Executor"
  673. ScriptExecutor.Parent = Frame4
  674. ScriptExecutor.BackgroundColor3 = Color3.new(0, 0, 0)
  675. ScriptExecutor.BackgroundTransparency = 0.60000002384186
  676. ScriptExecutor.BorderColor3 = Color3.new(0, 0, 1)
  677. ScriptExecutor.BorderSizePixel = 3
  678. ScriptExecutor.Position = UDim2.new(0, 30, 0, 55)
  679. ScriptExecutor.Size = UDim2.new(0, 95, 0, 30)
  680. ScriptExecutor.Font = Enum.Font.SourceSans
  681. ScriptExecutor.Text = "Script Executor"
  682. ScriptExecutor.TextColor3 = Color3.new(1, 1, 1)
  683. ScriptExecutor.TextSize = 14
  684.  
  685. BronyAdmin.Name = "Brony Admin"
  686. BronyAdmin.Parent = Frame4
  687. BronyAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  688. BronyAdmin.BackgroundTransparency = 0.60000002384186
  689. BronyAdmin.BorderColor3 = Color3.new(0, 0, 1)
  690. BronyAdmin.BorderSizePixel = 3
  691. BronyAdmin.Position = UDim2.new(0, 30, 0, 95)
  692. BronyAdmin.Size = UDim2.new(0, 95, 0, 30)
  693. BronyAdmin.Font = Enum.Font.SourceSans
  694. BronyAdmin.Text = "Brony Admin"
  695. BronyAdmin.TextColor3 = Color3.new(1, 1, 1)
  696. BronyAdmin.TextSize = 14
  697.  
  698. Spike.Name = "Spike"
  699. Spike.Parent = Frame4
  700. Spike.BackgroundColor3 = Color3.new(0, 0, 0)
  701. Spike.BackgroundTransparency = 0.60000002384186
  702. Spike.BorderColor3 = Color3.new(0, 0, 1)
  703. Spike.BorderSizePixel = 3
  704. Spike.Position = UDim2.new(0, 30, 0, 135)
  705. Spike.Size = UDim2.new(0, 95, 0, 30)
  706. Spike.Font = Enum.Font.SourceSans
  707. Spike.Text = "Spike"
  708. Spike.TextColor3 = Color3.new(1, 1, 1)
  709. Spike.TextSize = 14
  710.  
  711. SpiderBot.Name = "SpiderBot"
  712. SpiderBot.Parent = Frame4
  713. SpiderBot.BackgroundColor3 = Color3.new(0, 0, 0)
  714. SpiderBot.BackgroundTransparency = 0.60000002384186
  715. SpiderBot.BorderColor3 = Color3.new(0, 0, 1)
  716. SpiderBot.BorderSizePixel = 3
  717. SpiderBot.Position = UDim2.new(0, 30, 0, 175)
  718. SpiderBot.Size = UDim2.new(0, 95, 0, 30)
  719. SpiderBot.Font = Enum.Font.SourceSans
  720. SpiderBot.Text = "SpiderBot"
  721. SpiderBot.TextColor3 = Color3.new(1, 1, 1)
  722. SpiderBot.TextSize = 14
  723.  
  724. _5tr0b3Gun.Name = "5tr0b3 Gun"
  725. _5tr0b3Gun.Parent = Frame4
  726. _5tr0b3Gun.BackgroundColor3 = Color3.new(0, 0, 0)
  727. _5tr0b3Gun.BackgroundTransparency = 0.60000002384186
  728. _5tr0b3Gun.BorderColor3 = Color3.new(0, 0, 1)
  729. _5tr0b3Gun.BorderSizePixel = 3
  730. _5tr0b3Gun.Position = UDim2.new(0, 30, 0, 215)
  731. _5tr0b3Gun.Size = UDim2.new(0, 95, 0, 30)
  732. _5tr0b3Gun.Font = Enum.Font.SourceSans
  733. _5tr0b3Gun.Text = "5tr0b3 Gun"
  734. _5tr0b3Gun.TextColor3 = Color3.new(1, 1, 1)
  735. _5tr0b3Gun.TextSize = 14
  736.  
  737. CloseSettings_4.Name = "CloseSettings"
  738. CloseSettings_4.Parent = Frame4
  739. CloseSettings_4.BackgroundColor3 = Color3.new(0, 0, 0)
  740. CloseSettings_4.BackgroundTransparency = 0.60000002384186
  741. CloseSettings_4.BorderColor3 = Color3.new(0, 0, 1)
  742. CloseSettings_4.BorderSizePixel = 3
  743. CloseSettings_4.Position = UDim2.new(0, 30, 0, 275)
  744. CloseSettings_4.Size = UDim2.new(0, 95, 0, 30)
  745. CloseSettings_4.Font = Enum.Font.SourceSans
  746. CloseSettings_4.Text = "Close Settings"
  747. CloseSettings_4.TextColor3 = Color3.new(1, 1, 1)
  748. CloseSettings_4.TextSize = 14
  749.  
  750. OpenSettings_4.Name = "OpenSettings"
  751. OpenSettings_4.Parent = Frame4
  752. OpenSettings_4.BackgroundColor3 = Color3.new(0, 0, 0)
  753. OpenSettings_4.BackgroundTransparency = 0.60000002384186
  754. OpenSettings_4.BorderColor3 = Color3.new(0, 0, 1)
  755. OpenSettings_4.BorderSizePixel = 3
  756. OpenSettings_4.Position = UDim2.new(0, 30, 0, 275)
  757. OpenSettings_4.Size = UDim2.new(0, 95, 0, 30)
  758. OpenSettings_4.Visible = false
  759. OpenSettings_4.Font = Enum.Font.SourceSans
  760. OpenSettings_4.Text = "Open Settings"
  761. OpenSettings_4.TextColor3 = Color3.new(1, 1, 1)
  762. OpenSettings_4.TextSize = 14
  763.  
Add Comment
Please, Sign In to add comment