CreeperReaper48

??

Jun 9th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gui = Instance.new("ScreenGui",game.Players.CreeperBr1ne
  2. .PlayerGui)
  3. gui.ResetOnSpawn = false
  4. gui.Name = "RaindropHub"
  5.  
  6. top = Instance.new("Frame",gui)
  7. top.Name = "Top"
  8. top.Position = UDim2.new(0.5,-166,0.065,0)
  9. top.Size = UDim2.new(0,333,0.07,0)
  10. top.Style = "DropShadow"
  11. toptext = Instance.new("TextLabel",top)
  12. toptext.Name = "Text"
  13. toptext.BackgroundTransparency = 1
  14. toptext.Size = UDim2.new(1,0,1,0)
  15. toptext.Font = "SciFi"
  16. toptext.Text = "Hacking101's Script Hub"
  17. toptext.TextColor3 = Color3.new(255,255,255)
  18. toptext.TextStrokeTransparency = 0
  19. toptext.TextScaled = true
  20. toptext.TextWrapped = true
  21. inn = Instance.new("TextButton",top)
  22. inn.Visible = false
  23. inn.BackgroundTransparency = 1
  24. inn.Size = UDim2.new(1,0,1,0)
  25. inn.Text = ""
  26. inn.Name = "innn"
  27. outt = Instance.new("TextButton",top)
  28. outt.Name = "outtt"
  29. outt.Visible = true
  30. outt.BackgroundTransparency = 1
  31. outt.Size = UDim2.new(1,0,1,0)
  32. outt.Text = ""
  33.  
  34. main = Instance.new("Frame", gui)
  35. main.Name = "Main"
  36. main.Position = UDim2.new(0.5,-250,0.13,0)
  37. main.Size = UDim2.new(0,500,0.8,0)
  38. main.Style = "DropShadow"
  39.  
  40. list = Instance.new("ScrollingFrame", main)
  41. list.Name = "List"
  42. list.BackgroundTransparency = 1
  43. list.Size = UDim2.new(0,250,1,0)
  44. list.ScrollBarThickness = 0
  45. list.CanvasSize = UDim2.new(0,0,6.1,0)
  46.  
  47. desc = Instance.new("Frame",main)
  48. desc.Name = "Desc"
  49. desc.Position = UDim2.new(1,-225,0.5,0)
  50. desc.Size = UDim2.new(0,225,0.5,0)
  51. desc.Style = "DropShadow"
  52. dtext = Instance.new("TextLabel",desc)
  53. dtext.BackgroundTransparency = 1
  54. dtext.Size = UDim2.new(1,0,0.75,0)
  55. dtext.Font = "SciFi"
  56. dtext.TextSize = 24
  57. dtext.Text = "Script description."
  58. dtext.TextWrapped = true
  59. dtext.TextYAlignment = "Top"
  60. dtext.TextColor3 = Color3.new(255,255,255)
  61. dtext.TextStrokeTransparency = 0
  62. dbutton = Instance.new("TextButton",desc)
  63. dbutton.Position = UDim2.new(0,0,0.75,0)
  64. dbutton.Size = UDim2.new(1,0,0.25,0)
  65. dbutton.Style = "RobloxRoundButton"
  66. dbutton.Font = "SciFi"
  67. dbutton.TextSize = 14
  68. dbutton.TextColor3 = Color3.new(255,255,255)
  69. dbutton.Text = "Launch"
  70. dbutton.TextStrokeTransparency = 0
  71. dbutton.TextScaled = true
  72. dbutton.TextWrapped = true
  73.  
  74. title = Instance.new("Frame",main)
  75. title.Name = "Title"
  76. title.Position = UDim2.new(1,-225,0,0)
  77. title.Size = UDim2.new(0,225,0.5,0)
  78. title.Style = "DropShadow"
  79. scriptimage = Instance.new("ImageLabel",title)
  80. scriptimage.Name = "Image"
  81. scriptimage.Position = UDim2.new(0,0,0.1,0)
  82. scriptimage.Size = UDim2.new(1,0,0.8,0)
  83. scriptimage.Visible = false
  84. scriptimage.BackgroundTransparency = 1
  85. scripttext = Instance.new("TextLabel",title)
  86. scripttext.Name = "Text"
  87. scripttext.BackgroundTransparency = 1
  88. scripttext.Size = UDim2.new(1,0,1,0)
  89. scripttext.Font = "SciFi"
  90. scripttext.Text = "Script Name"
  91. scripttext.TextColor3 = Color3.new(255,255,255)
  92. scripttext.TextScaled = true
  93. scripttext.TextStrokeTransparency = 0
  94. stringv = "print('No script loaded!')"
  95.  
  96. warning = Instance.new("TextLabel",desc)
  97. warning.BackgroundTransparency = 1
  98. warning.Position = UDim2.new(0,0,0.65,0)
  99. warning.Size = UDim2.new(1,0,0.102,0)
  100. warning.Font = "SciFi"
  101. warning.TextColor3 = Color3.new(255,0,0)
  102. warning.Text = "*This script will not work in this game*"
  103. warning.TextStrokeTransparency = 0
  104. warning.TextScaled = true
  105. warning.TextWrapped = true
  106. warning.Visible = false
  107.  
  108. dbutton.MouseButton1Down:connect(function()
  109.     loadstring(stringv)()
  110. end)
  111.  
  112. top.outtt.MouseButton1Down:connect(function()
  113.     top.outtt.Visible = false
  114.     main:TweenPosition(UDim2.new(0.5, -250, -1, 0), "Out", "Quad", 2)
  115.     top:TweenPosition(UDim2.new(0.5, -166, 0, 0), "Out", "Quad", 2)
  116.     top.innn.Visible = true
  117. end)
  118. top.innn.MouseButton1Down:connect(function()
  119.     top.innn.Visible = false
  120.     main:TweenPosition(UDim2.new(0.5, -250, 0.13, 0), "In", "Quad", 2)
  121.     top:TweenPosition(UDim2.new(0.5, -166, 0.065, 0), "In", "Quad", 2)
  122.     top.outtt.Visible = true
  123. end)
  124.  
  125. pos = 0
  126. Create = function(st,parent)
  127.     local listbutton = Instance.new("TextButton",parent)
  128.     listbutton.Name = st
  129.     listbutton.BackgroundColor3 = Color3.new(50/255,50/255,50/255)
  130.     listbutton.BackgroundTransparency = 0.21
  131.     listbutton.Position = UDim2.new(0,5,0,pos*45+5)
  132.     listbutton.Size = UDim2.new(1,0,0,40)
  133.     listbutton.Font = "SciFi"
  134.     listbutton.TextSize = 28
  135.     listbutton.Text = st
  136.     listbutton.TextColor3 = Color3.new(255,255,255)
  137.     listbutton.TextStrokeTransparency = 0
  138.     listbutton.TextWrapped = true
  139.     pos = pos+1
  140.     return listbutton
  141. end
  142.  
  143. place = game.PlaceId
  144.  
  145. Check = function(id)
  146.         if place == id then
  147.         warning.Visible = false
  148.         dbutton.TextStrokeTransparency = 0
  149.         dbutton.TextTransparency = 0
  150.         else
  151.         warning.Visible = true
  152.         dbutton.TextStrokeTransparency = 0.5
  153.         dbutton.TextTransparency = 0.5
  154.         if id == 0 then
  155.         warning.Visible = false
  156.         dbutton.TextStrokeTransparency = 0
  157.         dbutton.TextTransparency = 0
  158.         end
  159.     end
  160. end
  161.  
  162. local ff = Create("WIP",list)
  163. local musicgui = Create("Music Gui", list)
  164. local apocesp = Create("Apoc ESP", list)
  165. local redwoodguns = Create("Redwood Prison Wepons", list)
  166. local prisonlifeshotgun = Create("Prison Life Wepons", list)
  167. local lvgui = Create("Las Vegas GUI", list)
  168. local loophealapoc = Create("Apoc Loopheal", list)
  169. local bcdadmin = Create("BCDAdmin", list)
  170. local apocgui = Create("Apoc Gui", list)
  171. local killall = Create("Kill All", list)
  172. local duck = Create("Duck", list)
  173. local sunsetcity = Create("Sunset City Money",list)
  174. local catsdogs = Create("Cats And Dogs",list)
  175. ff.MouseButton1Down:connect(function()
  176.     Check(0)
  177.     scripttext.Visible = true
  178.     scriptimage.Visible = false
  179.     scripttext.Text = "N/A"
  180.     scriptimage.Image = ""
  181.     dtext.Text = "WIP"
  182.     stringv = [[]]
  183. end)
  184. musicgui.MouseButton1Down:connect(function()
  185.     Check(0)
  186.     scripttext.Visible = true
  187.     scriptimage.Visible = false
  188.     scripttext.Text = "Music Gui"
  189.     scriptimage.Image = ""
  190.     dtext.Text = "Music GUI \n Includes: \n Pitch \n Volume \n Start/Stop \n Custom audio \n Made by DragonRamer"
  191.     stringv = -- Objects
  192.  
  193. local c00kkiddgui = Instance.new("ScreenGui")
  194. local Frame = Instance.new("Frame")
  195. local Title = Instance.new("TextLabel")
  196. local TextButton = Instance.new("TextButton")
  197. local TextButton_2 = Instance.new("TextButton")
  198. local Settings = Instance.new("Frame")
  199. local SettingsButton = Instance.new("TextButton")
  200. local Title_2 = Instance.new("TextLabel")
  201. local TextButton_3 = Instance.new("TextButton")
  202. local TextButton_4 = Instance.new("TextButton")
  203. local Page1 = Instance.new("Frame")
  204. local SkyboxDecalID = Instance.new("Frame")
  205. local Title_3 = Instance.new("TextLabel")
  206. local TextBox = Instance.new("TextBox")
  207. local PlaceID = Instance.new("Frame")
  208. local Title_4 = Instance.new("TextLabel")
  209. local TextBox_2 = Instance.new("TextBox")
  210. local MusicID = Instance.new("Frame")
  211. local Title_5 = Instance.new("TextLabel")
  212. local TextBox_3 = Instance.new("TextBox")
  213. local MusicPitch = Instance.new("Frame")
  214. local Title_6 = Instance.new("TextLabel")
  215. local TextBox_4 = Instance.new("TextBox")
  216. local God = Instance.new("Frame")
  217. local Title_7 = Instance.new("TextLabel")
  218. local TextButton_5 = Instance.new("TextButton")
  219. local Invisibility = Instance.new("Frame")
  220. local Title_8 = Instance.new("TextLabel")
  221. local TextButton_6 = Instance.new("TextButton")
  222. local CustomGearID = Instance.new("Frame")
  223. local Title_9 = Instance.new("TextLabel")
  224. local TextBox_5 = Instance.new("TextBox")
  225. local PageLabel = Instance.new("TextLabel")
  226. local BillboardGuiText = Instance.new("Frame")
  227. local Title_10 = Instance.new("TextLabel")
  228. local TextBox_6 = Instance.new("TextBox")
  229. local Save = Instance.new("TextButton")
  230. local Load = Instance.new("TextButton")
  231. local Page2 = Instance.new("Frame")
  232. local BillboardGuiColor = Instance.new("Frame")
  233. local Title_11 = Instance.new("TextLabel")
  234. local TextBox2 = Instance.new("TextBox")
  235. local TextBox1 = Instance.new("TextBox")
  236. local TextBox3 = Instance.new("TextBox")
  237. local PageLabel_2 = Instance.new("TextLabel")
  238. local AntiRobloxianRange = Instance.new("Frame")
  239. local Title_12 = Instance.new("TextLabel")
  240. local TextBox1_2 = Instance.new("TextBox")
  241. local ChatSpamText = Instance.new("Frame")
  242. local Title_13 = Instance.new("TextLabel")
  243. local TextBox_7 = Instance.new("TextBox")
  244. local LeaderstatName = Instance.new("Frame")
  245. local Title_14 = Instance.new("TextLabel")
  246. local TextBox_8 = Instance.new("TextBox")
  247. local LeaderstatAmount = Instance.new("Frame")
  248. local Title_15 = Instance.new("TextLabel")
  249. local TextBox_9 = Instance.new("TextBox")
  250. local WalkspeedAmount = Instance.new("Frame")
  251. local Title_16 = Instance.new("TextLabel")
  252. local TextBox_10 = Instance.new("TextBox")
  253. local NameBox = Instance.new("Frame")
  254. local Title_17 = Instance.new("TextLabel")
  255. local TextBox_11 = Instance.new("TextBox")
  256. local Page2_2 = Instance.new("Frame")
  257. local WeaponScripts = Instance.new("Frame")
  258. local xBow = Instance.new("TextButton")
  259. local Title_18 = Instance.new("TextLabel")
  260. local Drage = Instance.new("TextButton")
  261. local Eyelaser = Instance.new("TextButton")
  262. local Wand = Instance.new("TextButton")
  263. local DualBlades = Instance.new("TextButton")
  264. local Knife = Instance.new("TextButton")
  265. local Lightsaber = Instance.new("TextButton")
  266. local MasterHand = Instance.new("TextButton")
  267. local Staff = Instance.new("TextButton")
  268. local TechnoGauntlet = Instance.new("TextButton")
  269. local Plane = Instance.new("TextButton")
  270. local Snowball = Instance.new("TextButton")
  271. local SuicideVest = Instance.new("TextButton")
  272. local Lance = Instance.new("TextButton")
  273. local GearTools = Instance.new("Frame")
  274. local CustomGear = Instance.new("TextButton")
  275. local Title_19 = Instance.new("TextLabel")
  276. local StamperTools = Instance.new("TextButton")
  277. local ToolStealer = Instance.new("TextButton")
  278. local InsertTool = Instance.new("TextButton")
  279. local Minigun = Instance.new("TextButton")
  280. local LaserRifle = Instance.new("TextButton")
  281. local DrawTool = Instance.new("TextButton")
  282. local PageLabel_3 = Instance.new("TextLabel")
  283. local Page1_2 = Instance.new("Frame")
  284. local ServerDestruction = Instance.new("Frame")
  285. local Flood = Instance.new("TextButton")
  286. local Title_20 = Instance.new("TextLabel")
  287. local ApocTroll = Instance.new("TextButton")
  288. local UnanchorAll = Instance.new("TextButton")
  289. local ClearTerrain = Instance.new("TextButton")
  290. local SetSkybox = Instance.new("TextButton")
  291. local DecalSpam = Instance.new("TextButton")
  292. local ForceTeleport = Instance.new("TextButton")
  293. local ClearWorkspace = Instance.new("TextButton")
  294. local KillAll = Instance.new("TextButton")
  295. local KickAll = Instance.new("TextButton")
  296. local Intimidation = Instance.new("TextButton")
  297. local CreateBaseplate = Instance.new("TextButton")
  298. local AdminCommandsGuis = Instance.new("Frame")
  299. local iOrb = Instance.new("TextButton")
  300. local Title_21 = Instance.new("TextLabel")
  301. local KohlsAdmin = Instance.new("TextButton")
  302. local NexPluviaAdmin = Instance.new("TextButton")
  303. local RpeD33kAdmin = Instance.new("TextButton")
  304. local KillGui = Instance.new("TextButton")
  305. local SilentExecutor = Instance.new("TextButton")
  306. local Nilizer = Instance.new("TextButton")
  307. local RemsoAdmin = Instance.new("TextButton")
  308. local XAdmin = Instance.new("TextButton")
  309. local LagGui = Instance.new("TextButton")
  310. local GlobalMessageGui = Instance.new("TextButton")
  311. local QuickscopeGui = Instance.new("TextButton")
  312. local DZRSpawnItemGui = Instance.new("TextButton")
  313. local PageLabel_4 = Instance.new("TextLabel")
  314. local Page4 = Instance.new("Frame")
  315. local PresetSkyboxDecalIDs = Instance.new("Frame")
  316. local Teamc00lkiddLogo1 = Instance.new("TextButton")
  317. local Title_22 = Instance.new("TextLabel")
  318. local Teamc00lkiddLogo2 = Instance.new("TextButton")
  319. local Thomas = Instance.new("TextButton")
  320. local c00lkidd = Instance.new("TextButton")
  321. local PresetMusicIDs = Instance.new("Frame")
  322. local Title_23 = Instance.new("TextLabel")
  323. local ElectroSp00k = Instance.new("TextButton")
  324. local Wonga = Instance.new("TextButton")
  325. local ChopSuey = Instance.new("TextButton")
  326. local Scream = Instance.new("TextButton")
  327. local PageLabel_5 = Instance.new("TextLabel")
  328. local Page3 = Instance.new("Frame")
  329. local LocalPlayer = Instance.new("Frame")
  330. local BillboardGui = Instance.new("TextButton")
  331. local Title_24 = Instance.new("TextLabel")
  332. local ChangeName = Instance.new("TextButton")
  333. local DiscoCharacter = Instance.new("TextButton")
  334. local ChickenArms = Instance.new("TextButton")
  335. local DominusGhost = Instance.new("TextButton")
  336. local AntiRobloxian = Instance.new("TextButton")
  337. local FloatingPad = Instance.new("TextButton")
  338. local HeadShake = Instance.new("TextButton")
  339. local MeshDisco = Instance.new("TextButton")
  340. local SetWalkspeed = Instance.new("TextButton")
  341. local Heal = Instance.new("TextButton")
  342. local Misc = Instance.new("Frame")
  343. local Title_25 = Instance.new("TextLabel")
  344. local PlayMusic = Instance.new("TextButton")
  345. local DiscoFog = Instance.new("TextButton")
  346. local RestoreSkybox = Instance.new("TextButton")
  347. local BecomeOwnerinPersonalServer = Instance.new("TextButton")
  348. local StealPlayerPoints = Instance.new("TextButton")
  349. local FencingRestore = Instance.new("TextButton")
  350. local LeaderstatAdd = Instance.new("TextButton")
  351. local LeaderstatChange = Instance.new("TextButton")
  352. local PageLabel_6 = Instance.new("TextLabel")
  353. local Page5 = Instance.new("Frame")
  354. local PresetGearIDs = Instance.new("Frame")
  355. local Airstrike = Instance.new("TextButton")
  356. local Title_26 = Instance.new("TextLabel")
  357. local GravityCoil = Instance.new("TextButton")
  358. local LinkedSword = Instance.new("TextButton")
  359. local Icedagger = Instance.new("TextButton")
  360. local DualDarkhearts = Instance.new("TextButton")
  361. local DualVenomshanks = Instance.new("TextButton")
  362. local GhostfireSword = Instance.new("TextButton")
  363. local Hyperbike = Instance.new("TextButton")
  364. local End = Instance.new("Frame")
  365. local Text = Instance.new("TextLabel")
  366. local PageLabel_7 = Instance.new("TextLabel")
  367. local CloseOpen = Instance.new("TextButton")
  368.  
  369. -- Properties
  370.  
  371. c00kkiddgui.Name = "c00kkidd gui"
  372. c00kkiddgui.Parent = game.Workspace
  373.  
  374. Frame.Parent = c00kkiddgui
  375. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  376. Frame.BorderColor3 = Color3.new(1, 0, 0)
  377. Frame.BorderSizePixel = 3
  378. Frame.Position = UDim2.new(0, 3, 0.300000012, 0)
  379. Frame.Size = UDim2.new(0, 300, 0, 400)
  380. Frame.ZIndex = 2
  381.  
  382. Title.Name = "Title"
  383. Title.Parent = Frame
  384. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  385. Title.BorderColor3 = Color3.new(1, 0, 0)
  386. Title.BorderSizePixel = 3
  387. Title.Size = UDim2.new(1, 0, 0, 40)
  388. Title.ZIndex = 2
  389. Title.Font = Enum.Font.SourceSans
  390. Title.FontSize = Enum.FontSize.Size24
  391. Title.Text = "c00lgui Reborn V1.1 by 007n7"
  392. Title.TextColor3 = Color3.new(1, 1, 1)
  393. Title.TextSize = 24
  394.  
  395. TextButton.Name = "<"
  396. TextButton.Parent = Frame
  397. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  398. TextButton.BorderColor3 = Color3.new(1, 0, 0)
  399. TextButton.BorderSizePixel = 3
  400. TextButton.Position = UDim2.new(0, 0, 0, 40)
  401. TextButton.Size = UDim2.new(0.5, 0, 0, 40)
  402. TextButton.ZIndex = 2
  403. TextButton.Font = Enum.Font.SourceSans
  404. TextButton.FontSize = Enum.FontSize.Size48
  405. TextButton.Text = "<"
  406. TextButton.TextColor3 = Color3.new(1, 1, 1)
  407. TextButton.TextSize = 48
  408.  
  409. TextButton_2.Name = ">"
  410. TextButton_2.Parent = Frame
  411. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  412. TextButton_2.BorderColor3 = Color3.new(1, 0, 0)
  413. TextButton_2.BorderSizePixel = 3
  414. TextButton_2.Position = UDim2.new(0.5, 3, 0, 40)
  415. TextButton_2.Size = UDim2.new(0.5, -3, 0, 40)
  416. TextButton_2.ZIndex = 2
  417. TextButton_2.Font = Enum.Font.SourceSans
  418. TextButton_2.FontSize = Enum.FontSize.Size48
  419. TextButton_2.Text = ">"
  420. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  421. TextButton_2.TextSize = 48
  422.  
  423. Settings.Name = "Settings"
  424. Settings.Parent = Frame
  425. Settings.BackgroundColor3 = Color3.new(0, 0, 0)
  426. Settings.BorderColor3 = Color3.new(1, 0, 0)
  427. Settings.BorderSizePixel = 3
  428. Settings.Position = UDim2.new(1, 3, 0, 0)
  429. Settings.Size = UDim2.new(1, 0, 1, 0)
  430.  
  431. SettingsButton.Name = "SettingsButton"
  432. SettingsButton.Parent = Settings
  433. SettingsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  434. SettingsButton.BorderColor3 = Color3.new(1, 0, 0)
  435. SettingsButton.BorderSizePixel = 3
  436. SettingsButton.Position = UDim2.new(1, 3, 0, 0)
  437. SettingsButton.Size = UDim2.new(0, 27, 1, 0)
  438. SettingsButton.Font = Enum.Font.SourceSans
  439. SettingsButton.FontSize = Enum.FontSize.Size48
  440. SettingsButton.Text = "<"
  441. SettingsButton.TextColor3 = Color3.new(1, 1, 1)
  442. SettingsButton.TextSize = 48
  443.  
  444. Title_2.Name = "Title"
  445. Title_2.Parent = Settings
  446. Title_2.BackgroundColor3 = Color3.new(0, 0, 0)
  447. Title_2.BorderColor3 = Color3.new(1, 0, 0)
  448. Title_2.BorderSizePixel = 3
  449. Title_2.Size = UDim2.new(1, 0, 0, 40)
  450. Title_2.Font = Enum.Font.SourceSans
  451. Title_2.FontSize = Enum.FontSize.Size24
  452. Title_2.Text = "Settings"
  453. Title_2.TextColor3 = Color3.new(1, 1, 1)
  454. Title_2.TextSize = 24
  455.  
  456. TextButton_3.Name = "<"
  457. TextButton_3.Parent = Settings
  458. TextButton_3.BackgroundColor3 = Color3.new(0, 0, 0)
  459. TextButton_3.BorderColor3 = Color3.new(1, 0, 0)
  460. TextButton_3.BorderSizePixel = 3
  461. TextButton_3.Position = UDim2.new(0, 0, 0, 40)
  462. TextButton_3.Size = UDim2.new(0.5, 0, 0, 40)
  463. TextButton_3.Font = Enum.Font.SourceSans
  464. TextButton_3.FontSize = Enum.FontSize.Size48
  465. TextButton_3.Text = "<"
  466. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  467. TextButton_3.TextSize = 48
  468.  
  469. TextButton_4.Name = ">"
  470. TextButton_4.Parent = Settings
  471. TextButton_4.BackgroundColor3 = Color3.new(0, 0, 0)
  472. TextButton_4.BorderColor3 = Color3.new(1, 0, 0)
  473. TextButton_4.BorderSizePixel = 3
  474. TextButton_4.Position = UDim2.new(0.5, 3, 0, 40)
  475. TextButton_4.Size = UDim2.new(0.5, -3, 0, 40)
  476. TextButton_4.Font = Enum.Font.SourceSans
  477. TextButton_4.FontSize = Enum.FontSize.Size48
  478. TextButton_4.Text = ">"
  479. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  480. TextButton_4.TextSize = 48
  481.  
  482. Page1.Name = "Page1"
  483. Page1.Parent = Settings
  484. Page1.BackgroundColor3 = Color3.new(0, 0, 0)
  485. Page1.BorderColor3 = Color3.new(1, 0, 0)
  486. Page1.BorderSizePixel = 3
  487. Page1.Position = UDim2.new(0, 0, 0, 83)
  488. Page1.Size = UDim2.new(1, 0, 1, -83)
  489.  
  490. SkyboxDecalID.Name = "Skybox/Decal ID"
  491. SkyboxDecalID.Parent = Page1
  492. SkyboxDecalID.BackgroundColor3 = Color3.new(0, 0, 0)
  493. SkyboxDecalID.BorderColor3 = Color3.new(1, 0, 0)
  494. SkyboxDecalID.BorderSizePixel = 3
  495. SkyboxDecalID.Size = UDim2.new(0.5, 0, 0, 66)
  496.  
  497. Title_3.Name = "Title"
  498. Title_3.Parent = SkyboxDecalID
  499. Title_3.BackgroundColor3 = Color3.new(0, 0, 0)
  500. Title_3.BorderColor3 = Color3.new(1, 0, 0)
  501. Title_3.BorderSizePixel = 3
  502. Title_3.Size = UDim2.new(1, 0, 0, 30)
  503. Title_3.Font = Enum.Font.SourceSansBold
  504. Title_3.FontSize = Enum.FontSize.Size14
  505. Title_3.Text = "Skybox/Decal ID"
  506. Title_3.TextColor3 = Color3.new(1, 1, 1)
  507. Title_3.TextSize = 14
  508. Title_3.TextWrapped = true
  509.  
  510. TextBox.Parent = SkyboxDecalID
  511. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  512. TextBox.BorderColor3 = Color3.new(1, 0, 0)
  513. TextBox.BorderSizePixel = 3
  514. TextBox.Position = UDim2.new(0, 0, 0.5, 0)
  515. TextBox.Size = UDim2.new(1, 1, 0.5, -1)
  516. TextBox.Font = Enum.Font.SourceSans
  517. TextBox.FontSize = Enum.FontSize.Size14
  518. TextBox.Text = "158118263"
  519. TextBox.TextColor3 = Color3.new(1, 1, 1)
  520. TextBox.TextSize = 14
  521.  
  522. PlaceID.Name = "Place ID"
  523. PlaceID.Parent = Page1
  524. PlaceID.BackgroundColor3 = Color3.new(0, 0, 0)
  525. PlaceID.BorderColor3 = Color3.new(1, 0, 0)
  526. PlaceID.BorderSizePixel = 3
  527. PlaceID.Position = UDim2.new(0.5, 3, 0, 0)
  528. PlaceID.Size = UDim2.new(0.5, -3, 0, 66)
  529.  
  530. Title_4.Name = "Title"
  531. Title_4.Parent = PlaceID
  532. Title_4.BackgroundColor3 = Color3.new(0, 0, 0)
  533. Title_4.BorderColor3 = Color3.new(1, 0, 0)
  534. Title_4.BorderSizePixel = 3
  535. Title_4.Size = UDim2.new(1, 0, 0, 30)
  536. Title_4.Font = Enum.Font.SourceSansBold
  537. Title_4.FontSize = Enum.FontSize.Size14
  538. Title_4.Text = "Place ID"
  539. Title_4.TextColor3 = Color3.new(1, 1, 1)
  540. Title_4.TextSize = 14
  541. Title_4.TextWrapped = true
  542.  
  543. TextBox_2.Parent = PlaceID
  544. TextBox_2.BackgroundColor3 = Color3.new(0, 0, 0)
  545. TextBox_2.BorderColor3 = Color3.new(1, 0, 0)
  546. TextBox_2.BorderSizePixel = 3
  547. TextBox_2.Position = UDim2.new(0, 0, 0.5, 0)
  548. TextBox_2.Size = UDim2.new(1, 0, 0.5, 0)
  549. TextBox_2.Font = Enum.Font.SourceSans
  550. TextBox_2.FontSize = Enum.FontSize.Size14
  551. TextBox_2.Text = "149559312"
  552. TextBox_2.TextColor3 = Color3.new(1, 1, 1)
  553. TextBox_2.TextSize = 14
  554.  
  555. MusicID.Name = "Music ID"
  556. MusicID.Parent = Page1
  557. MusicID.BackgroundColor3 = Color3.new(0, 0, 0)
  558. MusicID.BorderColor3 = Color3.new(1, 0, 0)
  559. MusicID.BorderSizePixel = 3
  560. MusicID.Position = UDim2.new(0, 0, 0, 66)
  561. MusicID.Size = UDim2.new(0.5, 0, 0, 63)
  562.  
  563. Title_5.Name = "Title"
  564. Title_5.Parent = MusicID
  565. Title_5.BackgroundColor3 = Color3.new(0, 0, 0)
  566. Title_5.BorderColor3 = Color3.new(1, 0, 0)
  567. Title_5.BorderSizePixel = 3
  568. Title_5.Size = UDim2.new(1, 0, 0, 30)
  569. Title_5.Font = Enum.Font.SourceSansBold
  570. Title_5.FontSize = Enum.FontSize.Size14
  571. Title_5.Text = "Music ID"
  572. Title_5.TextColor3 = Color3.new(1, 1, 1)
  573. Title_5.TextSize = 14
  574. Title_5.TextWrapped = true
  575.  
  576. TextBox_3.Parent = MusicID
  577. TextBox_3.BackgroundColor3 = Color3.new(0, 0, 0)
  578. TextBox_3.BorderColor3 = Color3.new(1, 0, 0)
  579. TextBox_3.BorderSizePixel = 3
  580. TextBox_3.Position = UDim2.new(0, 0, 0.5, 1)
  581. TextBox_3.Size = UDim2.new(1, 0, 0.5, 0)
  582. TextBox_3.Font = Enum.Font.SourceSans
  583. TextBox_3.FontSize = Enum.FontSize.Size14
  584. TextBox_3.Text = "142930454"
  585. TextBox_3.TextColor3 = Color3.new(1, 1, 1)
  586. TextBox_3.TextSize = 14
  587.  
  588. MusicPitch.Name = "Music Pitch"
  589. MusicPitch.Parent = Page1
  590. MusicPitch.BackgroundColor3 = Color3.new(0, 0, 0)
  591. MusicPitch.BorderColor3 = Color3.new(1, 0, 0)
  592. MusicPitch.BorderSizePixel = 3
  593. MusicPitch.Position = UDim2.new(0.5, 3, 0, 66)
  594. MusicPitch.Size = UDim2.new(0.5, -3, 0, 63)
  595.  
  596. Title_6.Name = "Title"
  597. Title_6.Parent = MusicPitch
  598. Title_6.BackgroundColor3 = Color3.new(0, 0, 0)
  599. Title_6.BorderColor3 = Color3.new(1, 0, 0)
  600. Title_6.BorderSizePixel = 3
  601. Title_6.Size = UDim2.new(1, 0, 0, 30)
  602. Title_6.Font = Enum.Font.SourceSansBold
  603. Title_6.FontSize = Enum.FontSize.Size14
  604. Title_6.Text = "Music Pitch"
  605. Title_6.TextColor3 = Color3.new(1, 1, 1)
  606. Title_6.TextSize = 14
  607. Title_6.TextWrapped = true
  608.  
  609. TextBox_4.Parent = MusicPitch
  610. TextBox_4.BackgroundColor3 = Color3.new(0, 0, 0)
  611. TextBox_4.BorderColor3 = Color3.new(1, 0, 0)
  612. TextBox_4.BorderSizePixel = 3
  613. TextBox_4.Position = UDim2.new(0, 0, 0.5, 0)
  614. TextBox_4.Size = UDim2.new(1, 0, 0.5, 0)
  615. TextBox_4.Font = Enum.Font.SourceSans
  616. TextBox_4.FontSize = Enum.FontSize.Size14
  617. TextBox_4.Text = "1"
  618. TextBox_4.TextColor3 = Color3.new(1, 1, 1)
  619. TextBox_4.TextSize = 14
  620.  
  621. God.Name = "God"
  622. God.Parent = Page1
  623. God.BackgroundColor3 = Color3.new(0, 0, 0)
  624. God.BorderColor3 = Color3.new(1, 0, 0)
  625. God.BorderSizePixel = 3
  626. God.Position = UDim2.new(0, 0, 0, 132)
  627. God.Size = UDim2.new(0.5, 0, 0, 63)
  628.  
  629. Title_7.Name = "Title"
  630. Title_7.Parent = God
  631. Title_7.BackgroundColor3 = Color3.new(0, 0, 0)
  632. Title_7.BorderColor3 = Color3.new(1, 0, 0)
  633. Title_7.BorderSizePixel = 3
  634. Title_7.Size = UDim2.new(1, 0, 0, 30)
  635. Title_7.Font = Enum.Font.SourceSansBold
  636. Title_7.FontSize = Enum.FontSize.Size14
  637. Title_7.Text = "God"
  638. Title_7.TextColor3 = Color3.new(1, 1, 1)
  639. Title_7.TextSize = 14
  640. Title_7.TextWrapped = true
  641.  
  642. TextButton_5.Parent = God
  643. TextButton_5.BackgroundColor3 = Color3.new(0, 0, 0)
  644. TextButton_5.BorderColor3 = Color3.new(1, 0, 0)
  645. TextButton_5.BorderSizePixel = 3
  646. TextButton_5.Position = UDim2.new(0, 0, 0.5, 0)
  647. TextButton_5.Size = UDim2.new(1, 0, 0.5, 0)
  648. TextButton_5.Font = Enum.Font.SourceSans
  649. TextButton_5.FontSize = Enum.FontSize.Size14
  650. TextButton_5.Text = "Off"
  651. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  652. TextButton_5.TextSize = 14
  653.  
  654. Invisibility.Name = "Invisibility"
  655. Invisibility.Parent = Page1
  656. Invisibility.BackgroundColor3 = Color3.new(0, 0, 0)
  657. Invisibility.BorderColor3 = Color3.new(1, 0, 0)
  658. Invisibility.BorderSizePixel = 3
  659. Invisibility.Position = UDim2.new(0.5, 3, 0, 132)
  660. Invisibility.Size = UDim2.new(0.5, -3, 0, 63)
  661.  
  662. Title_8.Name = "Title"
  663. Title_8.Parent = Invisibility
  664. Title_8.BackgroundColor3 = Color3.new(0, 0, 0)
  665. Title_8.BorderColor3 = Color3.new(1, 0, 0)
  666. Title_8.BorderSizePixel = 3
  667. Title_8.Size = UDim2.new(1, 0, 0, 30)
  668. Title_8.Font = Enum.Font.SourceSansBold
  669. Title_8.FontSize = Enum.FontSize.Size14
  670. Title_8.Text = "Invisibility"
  671. Title_8.TextColor3 = Color3.new(1, 1, 1)
  672. Title_8.TextSize = 14
  673. Title_8.TextWrapped = true
  674.  
  675. TextButton_6.Parent = Invisibility
  676. TextButton_6.BackgroundColor3 = Color3.new(0, 0, 0)
  677. TextButton_6.BorderColor3 = Color3.new(1, 0, 0)
  678. TextButton_6.BorderSizePixel = 3
  679. TextButton_6.Position = UDim2.new(0, 0, 0.5, 0)
  680. TextButton_6.Size = UDim2.new(1, 0, 0.5, 0)
  681. TextButton_6.Font = Enum.Font.SourceSans
  682. TextButton_6.FontSize = Enum.FontSize.Size14
  683. TextButton_6.Text = "Off"
  684. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  685. TextButton_6.TextSize = 14
  686.  
  687. CustomGearID.Name = "Custom Gear ID"
  688. CustomGearID.Parent = Page1
  689. CustomGearID.BackgroundColor3 = Color3.new(0, 0, 0)
  690. CustomGearID.BorderColor3 = Color3.new(1, 0, 0)
  691. CustomGearID.BorderSizePixel = 3
  692. CustomGearID.Position = UDim2.new(0, 0, 0, 198)
  693. CustomGearID.Size = UDim2.new(0.5, 0, 0, 63)
  694.  
  695. Title_9.Name = "Title"
  696. Title_9.Parent = CustomGearID
  697. Title_9.BackgroundColor3 = Color3.new(0, 0, 0)
  698. Title_9.BorderColor3 = Color3.new(1, 0, 0)
  699. Title_9.BorderSizePixel = 3
  700. Title_9.Size = UDim2.new(1, 0, 0, 30)
  701. Title_9.Font = Enum.Font.SourceSansBold
  702. Title_9.FontSize = Enum.FontSize.Size14
  703. Title_9.Text = "Custom Gear ID"
  704. Title_9.TextColor3 = Color3.new(1, 1, 1)
  705. Title_9.TextSize = 14
  706. Title_9.TextWrapped = true
  707.  
  708. TextBox_5.Parent = CustomGearID
  709. TextBox_5.BackgroundColor3 = Color3.new(0, 0, 0)
  710. TextBox_5.BorderColor3 = Color3.new(1, 0, 0)
  711. TextBox_5.BorderSizePixel = 3
  712. TextBox_5.Position = UDim2.new(0, 0, 0.5, 0)
  713. TextBox_5.Size = UDim2.new(1, 0, 0.5, 0)
  714. TextBox_5.Font = Enum.Font.SourceSans
  715. TextBox_5.FontSize = Enum.FontSize.Size14
  716. TextBox_5.Text = "108149175"
  717. TextBox_5.TextColor3 = Color3.new(1, 1, 1)
  718. TextBox_5.TextSize = 14
  719.  
  720. PageLabel.Name = "PageLabel"
  721. PageLabel.Parent = Page1
  722. PageLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  723. PageLabel.BorderColor3 = Color3.new(1, 0, 0)
  724. PageLabel.BorderSizePixel = 3
  725. PageLabel.Position = UDim2.new(0, 0, 1, -52)
  726. PageLabel.Size = UDim2.new(1, 0, 0, 29)
  727. PageLabel.Font = Enum.Font.SourceSans
  728. PageLabel.FontSize = Enum.FontSize.Size18
  729. PageLabel.Text = "Page 1"
  730. PageLabel.TextColor3 = Color3.new(1, 1, 1)
  731. PageLabel.TextSize = 18
  732. PageLabel.TextWrapped = true
  733.  
  734. BillboardGuiText.Name = "Billboard Gui Text"
  735. BillboardGuiText.Parent = Page1
  736. BillboardGuiText.BackgroundColor3 = Color3.new(0, 0, 0)
  737. BillboardGuiText.BorderColor3 = Color3.new(1, 0, 0)
  738. BillboardGuiText.BorderSizePixel = 3
  739. BillboardGuiText.Position = UDim2.new(0.5, 3, 0, 198)
  740. BillboardGuiText.Size = UDim2.new(0.5, -3, 0, 63)
  741.  
  742. Title_10.Name = "Title"
  743. Title_10.Parent = BillboardGuiText
  744. Title_10.BackgroundColor3 = Color3.new(0, 0, 0)
  745. Title_10.BorderColor3 = Color3.new(1, 0, 0)
  746. Title_10.BorderSizePixel = 3
  747. Title_10.Size = UDim2.new(1, 0, 0, 29)
  748. Title_10.Font = Enum.Font.SourceSansBold
  749. Title_10.FontSize = Enum.FontSize.Size14
  750. Title_10.Text = "Billboard Gui Text"
  751. Title_10.TextColor3 = Color3.new(1, 1, 1)
  752. Title_10.TextSize = 14
  753. Title_10.TextWrapped = true
  754.  
  755. TextBox_6.Parent = BillboardGuiText
  756. TextBox_6.BackgroundColor3 = Color3.new(0, 0, 0)
  757. TextBox_6.BorderColor3 = Color3.new(1, 0, 0)
  758. TextBox_6.BorderSizePixel = 3
  759. TextBox_6.Position = UDim2.new(0, 0, 0.5, 1)
  760. TextBox_6.Size = UDim2.new(1, 0, 0.5, 0)
  761. TextBox_6.Font = Enum.Font.SourceSans
  762. TextBox_6.FontSize = Enum.FontSize.Size14
  763. TextBox_6.Text = "c00lkidd"
  764. TextBox_6.TextColor3 = Color3.new(1, 1, 1)
  765. TextBox_6.TextSize = 14
  766.  
  767. Save.Name = "Save"
  768. Save.Parent = Settings
  769. Save.BackgroundColor3 = Color3.new(0, 0, 0)
  770. Save.BorderColor3 = Color3.new(1, 0, 0)
  771. Save.BorderSizePixel = 3
  772. Save.Position = UDim2.new(0, 0, 0.300000012, 260)
  773. Save.Size = UDim2.new(0, 150, 0, 20)
  774. Save.ZIndex = 2
  775. Save.Selected = true
  776. Save.Font = Enum.Font.SourceSans
  777. Save.FontSize = Enum.FontSize.Size18
  778. Save.Text = "Save IDs"
  779. Save.TextColor3 = Color3.new(1, 1, 1)
  780. Save.TextSize = 18
  781.  
  782. Load.Name = "Load"
  783. Load.Parent = Settings
  784. Load.BackgroundColor3 = Color3.new(0, 0, 0)
  785. Load.BorderColor3 = Color3.new(1, 0, 0)
  786. Load.BorderSizePixel = 3
  787. Load.Position = UDim2.new(0.5, 0, 0.300000012, 260)
  788. Load.Size = UDim2.new(0, 150, 0, 20)
  789. Load.ZIndex = 2
  790. Load.Selected = true
  791. Load.Font = Enum.Font.SourceSans
  792. Load.FontSize = Enum.FontSize.Size18
  793. Load.Text = "Load IDs"
  794. Load.TextColor3 = Color3.new(1, 1, 1)
  795. Load.TextSize = 18
  796.  
  797. Page2.Name = "Page2"
  798. Page2.Parent = Settings
  799. Page2.BackgroundColor3 = Color3.new(0, 0, 0)
  800. Page2.BorderColor3 = Color3.new(1, 0, 0)
  801. Page2.BorderSizePixel = 3
  802. Page2.Position = UDim2.new(0, 0, 0, 83)
  803. Page2.Size = UDim2.new(1, 0, 1, -83)
  804. Page2.Visible = false
  805.  
  806. BillboardGuiColor.Name = "Billboard Gui Color"
  807. BillboardGuiColor.Parent = Page2
  808. BillboardGuiColor.BackgroundColor3 = Color3.new(0, 0, 0)
  809. BillboardGuiColor.BorderColor3 = Color3.new(1, 0, 0)
  810. BillboardGuiColor.BorderSizePixel = 3
  811. BillboardGuiColor.Size = UDim2.new(0.5, 0, 0, 66)
  812.  
  813. Title_11.Name = "Title"
  814. Title_11.Parent = BillboardGuiColor
  815. Title_11.BackgroundColor3 = Color3.new(0, 0, 0)
  816. Title_11.BorderColor3 = Color3.new(1, 0, 0)
  817. Title_11.BorderSizePixel = 3
  818. Title_11.Size = UDim2.new(1, 0, 0, 30)
  819. Title_11.Font = Enum.Font.SourceSansBold
  820. Title_11.FontSize = Enum.FontSize.Size14
  821. Title_11.Text = "Billboard Gui Color"
  822. Title_11.TextColor3 = Color3.new(1, 1, 1)
  823. Title_11.TextSize = 14
  824. Title_11.TextWrapped = true
  825.  
  826. TextBox2.Name = "TextBox2"
  827. TextBox2.Parent = BillboardGuiColor
  828. TextBox2.BackgroundColor3 = Color3.new(0, 0, 0)
  829. TextBox2.BorderColor3 = Color3.new(1, 0, 0)
  830. TextBox2.BorderSizePixel = 3
  831. TextBox2.Position = UDim2.new(0, 50, 0.5, 0)
  832. TextBox2.Size = UDim2.new(0, 50, 0.5, -1)
  833. TextBox2.Font = Enum.Font.SourceSans
  834. TextBox2.FontSize = Enum.FontSize.Size14
  835. TextBox2.Text = "255"
  836. TextBox2.TextColor3 = Color3.new(1, 1, 1)
  837. TextBox2.TextSize = 14
  838.  
  839. TextBox1.Name = "TextBox1"
  840. TextBox1.Parent = BillboardGuiColor
  841. TextBox1.BackgroundColor3 = Color3.new(0, 0, 0)
  842. TextBox1.BorderColor3 = Color3.new(1, 0, 0)
  843. TextBox1.BorderSizePixel = 3
  844. TextBox1.Position = UDim2.new(0, 0, 0.5, 0)
  845. TextBox1.Size = UDim2.new(0, 50, 0.5, -1)
  846. TextBox1.Font = Enum.Font.SourceSans
  847. TextBox1.FontSize = Enum.FontSize.Size14
  848. TextBox1.Text = "0"
  849. TextBox1.TextColor3 = Color3.new(1, 1, 1)
  850. TextBox1.TextSize = 14
  851.  
  852. TextBox3.Name = "TextBox3"
  853. TextBox3.Parent = BillboardGuiColor
  854. TextBox3.BackgroundColor3 = Color3.new(0, 0, 0)
  855. TextBox3.BorderColor3 = Color3.new(1, 0, 0)
  856. TextBox3.BorderSizePixel = 3
  857. TextBox3.Position = UDim2.new(0, 100, 0.5, 0)
  858. TextBox3.Size = UDim2.new(0, 50, 0.5, -1)
  859. TextBox3.Font = Enum.Font.SourceSans
  860. TextBox3.FontSize = Enum.FontSize.Size14
  861. TextBox3.Text = "0"
  862. TextBox3.TextColor3 = Color3.new(1, 1, 1)
  863. TextBox3.TextSize = 14
  864.  
  865. PageLabel_2.Name = "PageLabel"
  866. PageLabel_2.Parent = Page2
  867. PageLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  868. PageLabel_2.BorderColor3 = Color3.new(1, 0, 0)
  869. PageLabel_2.BorderSizePixel = 3
  870. PageLabel_2.Position = UDim2.new(0, 0, 1, -53)
  871. PageLabel_2.Size = UDim2.new(1, 0, 0, 30)
  872. PageLabel_2.Font = Enum.Font.SourceSans
  873. PageLabel_2.FontSize = Enum.FontSize.Size18
  874. PageLabel_2.Text = "Page 2"
  875. PageLabel_2.TextColor3 = Color3.new(1, 1, 1)
  876. PageLabel_2.TextSize = 18
  877. PageLabel_2.TextWrapped = true
  878.  
  879. AntiRobloxianRange.Name = "Anti Robloxian Range"
  880. AntiRobloxianRange.Parent = Page2
  881. AntiRobloxianRange.BackgroundColor3 = Color3.new(0, 0, 0)
  882. AntiRobloxianRange.BorderColor3 = Color3.new(1, 0, 0)
  883. AntiRobloxianRange.BorderSizePixel = 3
  884. AntiRobloxianRange.Position = UDim2.new(0, 0, 0, 66)
  885. AntiRobloxianRange.Size = UDim2.new(0.5, 0, 0, 66)
  886.  
  887. Title_12.Name = "Title"
  888. Title_12.Parent = AntiRobloxianRange
  889. Title_12.BackgroundColor3 = Color3.new(0, 0, 0)
  890. Title_12.BorderColor3 = Color3.new(1, 0, 0)
  891. Title_12.BorderSizePixel = 3
  892. Title_12.Size = UDim2.new(1, 0, 0, 30)
  893. Title_12.Font = Enum.Font.SourceSansBold
  894. Title_12.FontSize = Enum.FontSize.Size14
  895. Title_12.Text = "Anti Robloxian Range"
  896. Title_12.TextColor3 = Color3.new(1, 1, 1)
  897. Title_12.TextSize = 14
  898. Title_12.TextWrapped = true
  899.  
  900. TextBox1_2.Name = "TextBox1"
  901. TextBox1_2.Parent = AntiRobloxianRange
  902. TextBox1_2.BackgroundColor3 = Color3.new(0, 0, 0)
  903. TextBox1_2.BorderColor3 = Color3.new(1, 0, 0)
  904. TextBox1_2.BorderSizePixel = 3
  905. TextBox1_2.Position = UDim2.new(0, 0, 0.5, 0)
  906. TextBox1_2.Size = UDim2.new(1, 0, 0.5, -1)
  907. TextBox1_2.Font = Enum.Font.SourceSans
  908. TextBox1_2.FontSize = Enum.FontSize.Size14
  909. TextBox1_2.Text = "12"
  910. TextBox1_2.TextColor3 = Color3.new(1, 1, 1)
  911. TextBox1_2.TextSize = 14
  912.  
  913. ChatSpamText.Name = "Chat Spam Text"
  914. ChatSpamText.Parent = Page2
  915. ChatSpamText.BackgroundColor3 = Color3.new(0, 0, 0)
  916. ChatSpamText.BorderColor3 = Color3.new(1, 0, 0)
  917. ChatSpamText.BorderSizePixel = 3
  918. ChatSpamText.Position = UDim2.new(0.5, 3, 0, 66)
  919. ChatSpamText.Size = UDim2.new(0.5, -3, 0, 66)
  920.  
  921. Title_13.Name = "Title"
  922. Title_13.Parent = ChatSpamText
  923. Title_13.BackgroundColor3 = Color3.new(0, 0, 0)
  924. Title_13.BorderColor3 = Color3.new(1, 0, 0)
  925. Title_13.BorderSizePixel = 3
  926. Title_13.Size = UDim2.new(1, 0, 0, 30)
  927. Title_13.Font = Enum.Font.SourceSansBold
  928. Title_13.FontSize = Enum.FontSize.Size14
  929. Title_13.Text = "Chat Spam Text"
  930. Title_13.TextColor3 = Color3.new(1, 1, 1)
  931. Title_13.TextSize = 14
  932. Title_13.TextWrapped = true
  933.  
  934. TextBox_7.Parent = ChatSpamText
  935. TextBox_7.BackgroundColor3 = Color3.new(0, 0, 0)
  936. TextBox_7.BorderColor3 = Color3.new(1, 0, 0)
  937. TextBox_7.BorderSizePixel = 3
  938. TextBox_7.Position = UDim2.new(0, 0, 0.5, 0)
  939. TextBox_7.Size = UDim2.new(1, 0, 0.5, 0)
  940. TextBox_7.Font = Enum.Font.SourceSans
  941. TextBox_7.FontSize = Enum.FontSize.Size14
  942. TextBox_7.Text = "Join team c00lkidd!"
  943. TextBox_7.TextColor3 = Color3.new(1, 1, 1)
  944. TextBox_7.TextSize = 14
  945.  
  946. LeaderstatName.Name = "Leaderstat Name"
  947. LeaderstatName.Parent = Page2
  948. LeaderstatName.BackgroundColor3 = Color3.new(0, 0, 0)
  949. LeaderstatName.BorderColor3 = Color3.new(1, 0, 0)
  950. LeaderstatName.BorderSizePixel = 3
  951. LeaderstatName.Position = UDim2.new(0, 0, 0, 132)
  952. LeaderstatName.Size = UDim2.new(0.5, 0, 0, 66)
  953.  
  954. Title_14.Name = "Title"
  955. Title_14.Parent = LeaderstatName
  956. Title_14.BackgroundColor3 = Color3.new(0, 0, 0)
  957. Title_14.BorderColor3 = Color3.new(1, 0, 0)
  958. Title_14.BorderSizePixel = 3
  959. Title_14.Size = UDim2.new(1, 0, 0, 30)
  960. Title_14.Font = Enum.Font.SourceSansBold
  961. Title_14.FontSize = Enum.FontSize.Size14
  962. Title_14.Text = "Leaderstat Name"
  963. Title_14.TextColor3 = Color3.new(1, 1, 1)
  964. Title_14.TextSize = 14
  965. Title_14.TextWrapped = true
  966.  
  967. TextBox_8.Parent = LeaderstatName
  968. TextBox_8.BackgroundColor3 = Color3.new(0, 0, 0)
  969. TextBox_8.BorderColor3 = Color3.new(1, 0, 0)
  970. TextBox_8.BorderSizePixel = 3
  971. TextBox_8.Position = UDim2.new(0, 0, 0.5, 0)
  972. TextBox_8.Size = UDim2.new(1, 0, 0.5, -1)
  973. TextBox_8.Font = Enum.Font.SourceSans
  974. TextBox_8.FontSize = Enum.FontSize.Size14
  975. TextBox_8.Text = "KOs"
  976. TextBox_8.TextColor3 = Color3.new(1, 1, 1)
  977. TextBox_8.TextSize = 14
  978.  
  979. LeaderstatAmount.Name = "Leaderstat Amount"
  980. LeaderstatAmount.Parent = Page2
  981. LeaderstatAmount.BackgroundColor3 = Color3.new(0, 0, 0)
  982. LeaderstatAmount.BorderColor3 = Color3.new(1, 0, 0)
  983. LeaderstatAmount.BorderSizePixel = 3
  984. LeaderstatAmount.Position = UDim2.new(0.5, 3, 0, 132)
  985. LeaderstatAmount.Size = UDim2.new(0.5, -3, 0, 66)
  986.  
  987. Title_15.Name = "Title"
  988. Title_15.Parent = LeaderstatAmount
  989. Title_15.BackgroundColor3 = Color3.new(0, 0, 0)
  990. Title_15.BorderColor3 = Color3.new(1, 0, 0)
  991. Title_15.BorderSizePixel = 3
  992. Title_15.Size = UDim2.new(1, 0, 0, 30)
  993. Title_15.Font = Enum.Font.SourceSansBold
  994. Title_15.FontSize = Enum.FontSize.Size14
  995. Title_15.Text = "Leaderstat Amount"
  996. Title_15.TextColor3 = Color3.new(1, 1, 1)
  997. Title_15.TextSize = 14
  998. Title_15.TextWrapped = true
  999.  
  1000. TextBox_9.Parent = LeaderstatAmount
  1001. TextBox_9.BackgroundColor3 = Color3.new(0, 0, 0)
  1002. TextBox_9.BorderColor3 = Color3.new(1, 0, 0)
  1003. TextBox_9.BorderSizePixel = 3
  1004. TextBox_9.Position = UDim2.new(0, 0, 0.5, 0)
  1005. TextBox_9.Size = UDim2.new(1, 0, 0.5, 0)
  1006. TextBox_9.Font = Enum.Font.SourceSans
  1007. TextBox_9.FontSize = Enum.FontSize.Size14
  1008. TextBox_9.Text = "1"
  1009. TextBox_9.TextColor3 = Color3.new(1, 1, 1)
  1010. TextBox_9.TextSize = 14
  1011.  
  1012. WalkspeedAmount.Name = "Walkspeed Amount"
  1013. WalkspeedAmount.Parent = Page2
  1014. WalkspeedAmount.BackgroundColor3 = Color3.new(0, 0, 0)
  1015. WalkspeedAmount.BorderColor3 = Color3.new(1, 0, 0)
  1016. WalkspeedAmount.BorderSizePixel = 3
  1017. WalkspeedAmount.Position = UDim2.new(0, 0, 0, 198)
  1018. WalkspeedAmount.Size = UDim2.new(0.5, 0, 0, 66)
  1019.  
  1020. Title_16.Name = "Title"
  1021. Title_16.Parent = WalkspeedAmount
  1022. Title_16.BackgroundColor3 = Color3.new(0, 0, 0)
  1023. Title_16.BorderColor3 = Color3.new(1, 0, 0)
  1024. Title_16.BorderSizePixel = 3
  1025. Title_16.Size = UDim2.new(1, 0, 0, 30)
  1026. Title_16.Font = Enum.Font.SourceSansBold
  1027. Title_16.FontSize = Enum.FontSize.Size14
  1028. Title_16.Text = "Walkspeed Amount"
  1029. Title_16.TextColor3 = Color3.new(1, 1, 1)
  1030. Title_16.TextSize = 14
  1031. Title_16.TextWrapped = true
  1032.  
  1033. TextBox_10.Parent = WalkspeedAmount
  1034. TextBox_10.BackgroundColor3 = Color3.new(0, 0, 0)
  1035. TextBox_10.BorderColor3 = Color3.new(1, 0, 0)
  1036. TextBox_10.BorderSizePixel = 3
  1037. TextBox_10.Position = UDim2.new(0, 0, 0.5, 0)
  1038. TextBox_10.Size = UDim2.new(1, 0, 0.5, -3)
  1039. TextBox_10.Font = Enum.Font.SourceSans
  1040. TextBox_10.FontSize = Enum.FontSize.Size14
  1041. TextBox_10.Text = "50"
  1042. TextBox_10.TextColor3 = Color3.new(1, 1, 1)
  1043. TextBox_10.TextSize = 14
  1044.  
  1045. NameBox.Name = "NameBox"
  1046. NameBox.Parent = Page2
  1047. NameBox.BackgroundColor3 = Color3.new(0, 0, 0)
  1048. NameBox.BorderColor3 = Color3.new(1, 0, 0)
  1049. NameBox.BorderSizePixel = 3
  1050. NameBox.Position = UDim2.new(0.5, 3, 0, 0)
  1051. NameBox.Size = UDim2.new(0.5, -3, 0, 66)
  1052.  
  1053. Title_17.Name = "Title"
  1054. Title_17.Parent = NameBox
  1055. Title_17.BackgroundColor3 = Color3.new(0, 0, 0)
  1056. Title_17.BorderColor3 = Color3.new(1, 0, 0)
  1057. Title_17.BorderSizePixel = 3
  1058. Title_17.Size = UDim2.new(1, 0, 0, 30)
  1059. Title_17.Font = Enum.Font.SourceSansBold
  1060. Title_17.FontSize = Enum.FontSize.Size14
  1061. Title_17.Text = "Name"
  1062. Title_17.TextColor3 = Color3.new(1, 1, 1)
  1063. Title_17.TextSize = 14
  1064. Title_17.TextWrapped = true
  1065.  
  1066. TextBox_11.Parent = NameBox
  1067. TextBox_11.BackgroundColor3 = Color3.new(0, 0, 0)
  1068. TextBox_11.BorderColor3 = Color3.new(1, 0, 0)
  1069. TextBox_11.BorderSizePixel = 3
  1070. TextBox_11.Position = UDim2.new(0, 0, 0.5, 0)
  1071. TextBox_11.Size = UDim2.new(1, 0, 0.5, 0)
  1072. TextBox_11.Font = Enum.Font.SourceSans
  1073. TextBox_11.FontSize = Enum.FontSize.Size14
  1074. TextBox_11.Text = "God"
  1075. TextBox_11.TextColor3 = Color3.new(1, 1, 1)
  1076. TextBox_11.TextSize = 14
  1077.  
  1078. Page2_2.Name = "Page2"
  1079. Page2_2.Parent = Frame
  1080. Page2_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1081. Page2_2.BorderColor3 = Color3.new(1, 0, 0)
  1082. Page2_2.BorderSizePixel = 3
  1083. Page2_2.Position = UDim2.new(0, 0, 0, 83)
  1084. Page2_2.Size = UDim2.new(1, 0, 1, -106)
  1085. Page2_2.Visible = false
  1086. Page2_2.ZIndex = 2
  1087.  
  1088. WeaponScripts.Name = "Weapon Scripts"
  1089. WeaponScripts.Parent = Page2_2
  1090. WeaponScripts.BackgroundColor3 = Color3.new(0, 0, 0)
  1091. WeaponScripts.BorderColor3 = Color3.new(1, 0, 0)
  1092. WeaponScripts.BorderSizePixel = 3
  1093. WeaponScripts.Size = UDim2.new(0.5, 0, 1, 0)
  1094. WeaponScripts.ZIndex = 2
  1095.  
  1096. xBow.Name = "xBow"
  1097. xBow.Parent = WeaponScripts
  1098. xBow.BackgroundColor3 = Color3.new(0, 0, 0)
  1099. xBow.BorderColor3 = Color3.new(1, 0, 0)
  1100. xBow.BorderSizePixel = 3
  1101. xBow.Position = UDim2.new(0, 0, 0, 33)
  1102. xBow.Size = UDim2.new(0.5, 0, 0, 30)
  1103. xBow.ZIndex = 2
  1104. xBow.Font = Enum.Font.SourceSans
  1105. xBow.FontSize = Enum.FontSize.Size14
  1106. xBow.Text = "xBow"
  1107. xBow.TextColor3 = Color3.new(1, 1, 1)
  1108. xBow.TextSize = 14
  1109.  
  1110. Title_18.Name = "Title"
  1111. Title_18.Parent = WeaponScripts
  1112. Title_18.BackgroundColor3 = Color3.new(0, 0, 0)
  1113. Title_18.BorderColor3 = Color3.new(1, 0, 0)
  1114. Title_18.BorderSizePixel = 3
  1115. Title_18.Size = UDim2.new(1, 0, 0, 30)
  1116. Title_18.ZIndex = 2
  1117. Title_18.Font = Enum.Font.SourceSansBold
  1118. Title_18.FontSize = Enum.FontSize.Size14
  1119. Title_18.Text = "Weapon Scripts"
  1120. Title_18.TextColor3 = Color3.new(1, 1, 1)
  1121. Title_18.TextSize = 14
  1122. Title_18.TextWrapped = true
  1123.  
  1124. Drage.Name = "Drage"
  1125. Drage.Parent = WeaponScripts
  1126. Drage.BackgroundColor3 = Color3.new(0, 0, 0)
  1127. Drage.BorderColor3 = Color3.new(1, 0, 0)
  1128. Drage.BorderSizePixel = 3
  1129. Drage.Position = UDim2.new(0, 0, 0, 66)
  1130. Drage.Size = UDim2.new(0.5, 0, 0, 30)
  1131. Drage.ZIndex = 2
  1132. Drage.Font = Enum.Font.SourceSans
  1133. Drage.FontSize = Enum.FontSize.Size14
  1134. Drage.Text = "Drage"
  1135. Drage.TextColor3 = Color3.new(1, 1, 1)
  1136. Drage.TextSize = 14
  1137.  
  1138. Eyelaser.Name = "Eyelaser"
  1139. Eyelaser.Parent = WeaponScripts
  1140. Eyelaser.BackgroundColor3 = Color3.new(0, 0, 0)
  1141. Eyelaser.BorderColor3 = Color3.new(1, 0, 0)
  1142. Eyelaser.BorderSizePixel = 3
  1143. Eyelaser.Position = UDim2.new(0, 0, 0, 99)
  1144. Eyelaser.Size = UDim2.new(0.5, 0, 0, 30)
  1145. Eyelaser.ZIndex = 2
  1146. Eyelaser.Font = Enum.Font.SourceSans
  1147. Eyelaser.FontSize = Enum.FontSize.Size14
  1148. Eyelaser.Text = "Eyelaser"
  1149. Eyelaser.TextColor3 = Color3.new(1, 1, 1)
  1150. Eyelaser.TextSize = 14
  1151.  
  1152. Wand.Name = "Wand"
  1153. Wand.Parent = WeaponScripts
  1154. Wand.BackgroundColor3 = Color3.new(0, 0, 0)
  1155. Wand.BorderColor3 = Color3.new(1, 0, 0)
  1156. Wand.BorderSizePixel = 3
  1157. Wand.Position = UDim2.new(0.5, 3, 0, 33)
  1158. Wand.Size = UDim2.new(0.5, -3, 0, 30)
  1159. Wand.ZIndex = 2
  1160. Wand.Font = Enum.Font.SourceSans
  1161. Wand.FontSize = Enum.FontSize.Size14
  1162. Wand.Text = "Wand"
  1163. Wand.TextColor3 = Color3.new(1, 1, 1)
  1164. Wand.TextSize = 14
  1165.  
  1166. DualBlades.Name = "Dual Blades"
  1167. DualBlades.Parent = WeaponScripts
  1168. DualBlades.BackgroundColor3 = Color3.new(0, 0, 0)
  1169. DualBlades.BorderColor3 = Color3.new(1, 0, 0)
  1170. DualBlades.BorderSizePixel = 3
  1171. DualBlades.Position = UDim2.new(0.5, 3, 0, 66)
  1172. DualBlades.Size = UDim2.new(0.5, -3, 0, 30)
  1173. DualBlades.ZIndex = 2
  1174. DualBlades.Font = Enum.Font.SourceSans
  1175. DualBlades.FontSize = Enum.FontSize.Size14
  1176. DualBlades.Text = "Dual Blades"
  1177. DualBlades.TextColor3 = Color3.new(1, 1, 1)
  1178. DualBlades.TextSize = 14
  1179.  
  1180. Knife.Name = "Knife"
  1181. Knife.Parent = WeaponScripts
  1182. Knife.BackgroundColor3 = Color3.new(0, 0, 0)
  1183. Knife.BorderColor3 = Color3.new(1, 0, 0)
  1184. Knife.BorderSizePixel = 3
  1185. Knife.Position = UDim2.new(0.5, 3, 0, 99)
  1186. Knife.Size = UDim2.new(0.5, -3, 0, 30)
  1187. Knife.ZIndex = 2
  1188. Knife.Font = Enum.Font.SourceSans
  1189. Knife.FontSize = Enum.FontSize.Size14
  1190. Knife.Text = "Knife"
  1191. Knife.TextColor3 = Color3.new(1, 1, 1)
  1192. Knife.TextSize = 14
  1193.  
  1194. Lightsaber.Name = "Lightsaber"
  1195. Lightsaber.Parent = WeaponScripts
  1196. Lightsaber.BackgroundColor3 = Color3.new(0, 0, 0)
  1197. Lightsaber.BorderColor3 = Color3.new(1, 0, 0)
  1198. Lightsaber.BorderSizePixel = 3
  1199. Lightsaber.Position = UDim2.new(0, 0, 0, 132)
  1200. Lightsaber.Size = UDim2.new(0.5, 0, 0, 30)
  1201. Lightsaber.ZIndex = 2
  1202. Lightsaber.Font = Enum.Font.SourceSans
  1203. Lightsaber.FontSize = Enum.FontSize.Size14
  1204. Lightsaber.Text = "Lightsaber"
  1205. Lightsaber.TextColor3 = Color3.new(1, 1, 1)
  1206. Lightsaber.TextSize = 14
  1207.  
  1208. MasterHand.Name = "Master Hand"
  1209. MasterHand.Parent = WeaponScripts
  1210. MasterHand.BackgroundColor3 = Color3.new(0, 0, 0)
  1211. MasterHand.BorderColor3 = Color3.new(1, 0, 0)
  1212. MasterHand.BorderSizePixel = 3
  1213. MasterHand.Position = UDim2.new(0.5, 3, 0, 132)
  1214. MasterHand.Size = UDim2.new(0.5, -3, 0, 30)
  1215. MasterHand.ZIndex = 2
  1216. MasterHand.Font = Enum.Font.SourceSans
  1217. MasterHand.FontSize = Enum.FontSize.Size14
  1218. MasterHand.Text = "Master Hand"
  1219. MasterHand.TextColor3 = Color3.new(1, 1, 1)
  1220. MasterHand.TextSize = 14
  1221. MasterHand.TextWrapped = true
  1222.  
  1223. Staff.Name = "Staff"
  1224. Staff.Parent = WeaponScripts
  1225. Staff.BackgroundColor3 = Color3.new(0, 0, 0)
  1226. Staff.BorderColor3 = Color3.new(1, 0, 0)
  1227. Staff.BorderSizePixel = 3
  1228. Staff.Position = UDim2.new(0, 0, 0, 165)
  1229. Staff.Size = UDim2.new(0.5, 0, 0, 30)
  1230. Staff.ZIndex = 2
  1231. Staff.Font = Enum.Font.SourceSans
  1232. Staff.FontSize = Enum.FontSize.Size14
  1233. Staff.Text = "Staff"
  1234. Staff.TextColor3 = Color3.new(1, 1, 1)
  1235. Staff.TextSize = 14
  1236.  
  1237. TechnoGauntlet.Name = "Techno Gauntlet"
  1238. TechnoGauntlet.Parent = WeaponScripts
  1239. TechnoGauntlet.BackgroundColor3 = Color3.new(0, 0, 0)
  1240. TechnoGauntlet.BorderColor3 = Color3.new(1, 0, 0)
  1241. TechnoGauntlet.BorderSizePixel = 3
  1242. TechnoGauntlet.Position = UDim2.new(0.5, 3, 0, 165)
  1243. TechnoGauntlet.Size = UDim2.new(0.5, -3, 0, 30)
  1244. TechnoGauntlet.ZIndex = 2
  1245. TechnoGauntlet.Font = Enum.Font.SourceSans
  1246. TechnoGauntlet.FontSize = Enum.FontSize.Size14
  1247. TechnoGauntlet.Text = "Techno Gauntlet"
  1248. TechnoGauntlet.TextColor3 = Color3.new(1, 1, 1)
  1249. TechnoGauntlet.TextSize = 14
  1250. TechnoGauntlet.TextWrapped = true
  1251.  
  1252. Plane.Name = "Plane"
  1253. Plane.Parent = WeaponScripts
  1254. Plane.BackgroundColor3 = Color3.new(0, 0, 0)
  1255. Plane.BorderColor3 = Color3.new(1, 0, 0)
  1256. Plane.BorderSizePixel = 3
  1257. Plane.Position = UDim2.new(0, 0, 0, 198)
  1258. Plane.Size = UDim2.new(0.5, 0, 0, 30)
  1259. Plane.ZIndex = 2
  1260. Plane.Font = Enum.Font.SourceSans
  1261. Plane.FontSize = Enum.FontSize.Size14
  1262. Plane.Text = "Plane"
  1263. Plane.TextColor3 = Color3.new(1, 1, 1)
  1264. Plane.TextSize = 14
  1265.  
  1266. Snowball.Name = "Snowball"
  1267. Snowball.Parent = WeaponScripts
  1268. Snowball.BackgroundColor3 = Color3.new(0, 0, 0)
  1269. Snowball.BorderColor3 = Color3.new(1, 0, 0)
  1270. Snowball.BorderSizePixel = 3
  1271. Snowball.Position = UDim2.new(0.5, 3, 0, 198)
  1272. Snowball.Size = UDim2.new(0.5, -3, 0, 30)
  1273. Snowball.ZIndex = 2
  1274. Snowball.Font = Enum.Font.SourceSans
  1275. Snowball.FontSize = Enum.FontSize.Size14
  1276. Snowball.Text = "Snowball"
  1277. Snowball.TextColor3 = Color3.new(1, 1, 1)
  1278. Snowball.TextSize = 14
  1279. Snowball.TextWrapped = true
  1280.  
  1281. SuicideVest.Name = "Suicide Vest"
  1282. SuicideVest.Parent = WeaponScripts
  1283. SuicideVest.BackgroundColor3 = Color3.new(0, 0, 0)
  1284. SuicideVest.BorderColor3 = Color3.new(1, 0, 0)
  1285. SuicideVest.BorderSizePixel = 3
  1286. SuicideVest.Position = UDim2.new(0, 0, 0, 231)
  1287. SuicideVest.Size = UDim2.new(0.5, 0, 0, 30)
  1288. SuicideVest.ZIndex = 2
  1289. SuicideVest.Font = Enum.Font.SourceSans
  1290. SuicideVest.FontSize = Enum.FontSize.Size14
  1291. SuicideVest.Text = "Suicide Vest"
  1292. SuicideVest.TextColor3 = Color3.new(1, 1, 1)
  1293. SuicideVest.TextSize = 14
  1294.  
  1295. Lance.Name = "Lance"
  1296. Lance.Parent = WeaponScripts
  1297. Lance.BackgroundColor3 = Color3.new(0, 0, 0)
  1298. Lance.BorderColor3 = Color3.new(1, 0, 0)
  1299. Lance.BorderSizePixel = 3
  1300. Lance.Position = UDim2.new(0.5, 3, 0, 231)
  1301. Lance.Size = UDim2.new(0.5, -3, 0, 30)
  1302. Lance.ZIndex = 2
  1303. Lance.Font = Enum.Font.SourceSans
  1304. Lance.FontSize = Enum.FontSize.Size14
  1305. Lance.Text = "Lance"
  1306. Lance.TextColor3 = Color3.new(1, 1, 1)
  1307. Lance.TextSize = 14
  1308. Lance.TextWrapped = true
  1309.  
  1310. GearTools.Name = "Gear/Tools"
  1311. GearTools.Parent = Page2_2
  1312. GearTools.BackgroundColor3 = Color3.new(0, 0, 0)
  1313. GearTools.BorderColor3 = Color3.new(1, 0, 0)
  1314. GearTools.BorderSizePixel = 3
  1315. GearTools.Position = UDim2.new(0.5, 3, 0, 0)
  1316. GearTools.Size = UDim2.new(0.5, -3, 1, 0)
  1317. GearTools.ZIndex = 2
  1318.  
  1319. CustomGear.Name = "Custom Gear"
  1320. CustomGear.Parent = GearTools
  1321. CustomGear.BackgroundColor3 = Color3.new(0, 0, 0)
  1322. CustomGear.BorderColor3 = Color3.new(1, 0, 0)
  1323. CustomGear.BorderSizePixel = 3
  1324. CustomGear.Position = UDim2.new(0, 0, 0, 33)
  1325. CustomGear.Size = UDim2.new(0.5, 0, 0, 30)
  1326. CustomGear.ZIndex = 2
  1327. CustomGear.Font = Enum.Font.SourceSans
  1328. CustomGear.FontSize = Enum.FontSize.Size14
  1329. CustomGear.Text = "Custom Gear"
  1330. CustomGear.TextColor3 = Color3.new(1, 1, 1)
  1331. CustomGear.TextSize = 14
  1332.  
  1333. Title_19.Name = "Title"
  1334. Title_19.Parent = GearTools
  1335. Title_19.BackgroundColor3 = Color3.new(0, 0, 0)
  1336. Title_19.BorderColor3 = Color3.new(1, 0, 0)
  1337. Title_19.BorderSizePixel = 3
  1338. Title_19.Size = UDim2.new(1, 0, 0, 30)
  1339. Title_19.ZIndex = 2
  1340. Title_19.Font = Enum.Font.SourceSansBold
  1341. Title_19.FontSize = Enum.FontSize.Size14
  1342. Title_19.Text = "Gear/Tools"
  1343. Title_19.TextColor3 = Color3.new(1, 1, 1)
  1344. Title_19.TextSize = 14
  1345. Title_19.TextWrapped = true
  1346.  
  1347. StamperTools.Name = "Stamper Tools"
  1348. StamperTools.Parent = GearTools
  1349. StamperTools.BackgroundColor3 = Color3.new(0, 0, 0)
  1350. StamperTools.BorderColor3 = Color3.new(1, 0, 0)
  1351. StamperTools.BorderSizePixel = 3
  1352. StamperTools.Position = UDim2.new(0.5, 3, 0, 33)
  1353. StamperTools.Size = UDim2.new(0.5, -3, 0, 30)
  1354. StamperTools.ZIndex = 2
  1355. StamperTools.Font = Enum.Font.SourceSans
  1356. StamperTools.FontSize = Enum.FontSize.Size14
  1357. StamperTools.Text = "Stamper Tools"
  1358. StamperTools.TextColor3 = Color3.new(1, 1, 1)
  1359. StamperTools.TextSize = 14
  1360. StamperTools.TextWrapped = true
  1361.  
  1362. ToolStealer.Name = "Tool Stealer"
  1363. ToolStealer.Parent = GearTools
  1364. ToolStealer.BackgroundColor3 = Color3.new(0, 0, 0)
  1365. ToolStealer.BorderColor3 = Color3.new(1, 0, 0)
  1366. ToolStealer.BorderSizePixel = 3
  1367. ToolStealer.Position = UDim2.new(0, 0, 0, 66)
  1368. ToolStealer.Size = UDim2.new(0.5, 0, 0, 30)
  1369. ToolStealer.ZIndex = 2
  1370. ToolStealer.Font = Enum.Font.SourceSans
  1371. ToolStealer.FontSize = Enum.FontSize.Size14
  1372. ToolStealer.Text = "Tool Stealer"
  1373. ToolStealer.TextColor3 = Color3.new(1, 1, 1)
  1374. ToolStealer.TextSize = 14
  1375.  
  1376. InsertTool.Name = "Insert Tool"
  1377. InsertTool.Parent = GearTools
  1378. InsertTool.BackgroundColor3 = Color3.new(0, 0, 0)
  1379. InsertTool.BorderColor3 = Color3.new(1, 0, 0)
  1380. InsertTool.BorderSizePixel = 3
  1381. InsertTool.Position = UDim2.new(0.5, 3, 0, 66)
  1382. InsertTool.Size = UDim2.new(0.5, -3, 0, 30)
  1383. InsertTool.ZIndex = 2
  1384. InsertTool.Font = Enum.Font.SourceSans
  1385. InsertTool.FontSize = Enum.FontSize.Size14
  1386. InsertTool.Text = "Insert Tool"
  1387. InsertTool.TextColor3 = Color3.new(1, 1, 1)
  1388. InsertTool.TextSize = 14
  1389. InsertTool.TextWrapped = true
  1390.  
  1391. Minigun.Name = "Minigun"
  1392. Minigun.Parent = GearTools
  1393. Minigun.BackgroundColor3 = Color3.new(0, 0, 0)
  1394. Minigun.BorderColor3 = Color3.new(1, 0, 0)
  1395. Minigun.BorderSizePixel = 3
  1396. Minigun.Position = UDim2.new(0, 0, 0, 99)
  1397. Minigun.Size = UDim2.new(0.5, 0, 0, 30)
  1398. Minigun.ZIndex = 2
  1399. Minigun.Font = Enum.Font.SourceSans
  1400. Minigun.FontSize = Enum.FontSize.Size14
  1401. Minigun.Text = "Minigun"
  1402. Minigun.TextColor3 = Color3.new(1, 1, 1)
  1403. Minigun.TextSize = 14
  1404. Minigun.TextWrapped = true
  1405.  
  1406. LaserRifle.Name = "Laser Rifle"
  1407. LaserRifle.Parent = GearTools
  1408. LaserRifle.BackgroundColor3 = Color3.new(0, 0, 0)
  1409. LaserRifle.BorderColor3 = Color3.new(1, 0, 0)
  1410. LaserRifle.BorderSizePixel = 3
  1411. LaserRifle.Position = UDim2.new(0.5, 3, 0, 99)
  1412. LaserRifle.Size = UDim2.new(0.5, -3, 0, 30)
  1413. LaserRifle.ZIndex = 2
  1414. LaserRifle.Font = Enum.Font.SourceSans
  1415. LaserRifle.FontSize = Enum.FontSize.Size14
  1416. LaserRifle.Text = "Laser Rifle"
  1417. LaserRifle.TextColor3 = Color3.new(1, 1, 1)
  1418. LaserRifle.TextSize = 14
  1419. LaserRifle.TextWrapped = true
  1420.  
  1421. DrawTool.Name = "Draw Tool"
  1422. DrawTool.Parent = GearTools
  1423. DrawTool.BackgroundColor3 = Color3.new(0, 0, 0)
  1424. DrawTool.BorderColor3 = Color3.new(1, 0, 0)
  1425. DrawTool.BorderSizePixel = 3
  1426. DrawTool.Position = UDim2.new(0, 0, 0, 132)
  1427. DrawTool.Size = UDim2.new(0.5, 0, 0, 30)
  1428. DrawTool.ZIndex = 2
  1429. DrawTool.Font = Enum.Font.SourceSans
  1430. DrawTool.FontSize = Enum.FontSize.Size14
  1431. DrawTool.Text = "Draw Tool"
  1432. DrawTool.TextColor3 = Color3.new(1, 1, 1)
  1433. DrawTool.TextSize = 14
  1434. DrawTool.TextWrapped = true
  1435.  
  1436. PageLabel_3.Name = "PageLabel"
  1437. PageLabel_3.Parent = Page2_2
  1438. PageLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  1439. PageLabel_3.BorderColor3 = Color3.new(1, 0, 0)
  1440. PageLabel_3.BorderSizePixel = 3
  1441. PageLabel_3.Position = UDim2.new(0, 0, 1, -30)
  1442. PageLabel_3.Size = UDim2.new(1, 0, 0, 30)
  1443. PageLabel_3.ZIndex = 2
  1444. PageLabel_3.Font = Enum.Font.SourceSans
  1445. PageLabel_3.FontSize = Enum.FontSize.Size18
  1446. PageLabel_3.Text = "Page 2"
  1447. PageLabel_3.TextColor3 = Color3.new(1, 1, 1)
  1448. PageLabel_3.TextSize = 18
  1449. PageLabel_3.TextWrapped = true
  1450.  
  1451. Page1_2.Name = "Page1"
  1452. Page1_2.Parent = Frame
  1453. Page1_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1454. Page1_2.BorderColor3 = Color3.new(1, 0, 0)
  1455. Page1_2.BorderSizePixel = 3
  1456. Page1_2.Position = UDim2.new(0, 0, 0, 83)
  1457. Page1_2.Size = UDim2.new(1, 0, 1, -106)
  1458. Page1_2.ZIndex = 2
  1459.  
  1460. ServerDestruction.Name = "Server Destruction"
  1461. ServerDestruction.Parent = Page1_2
  1462. ServerDestruction.BackgroundColor3 = Color3.new(0, 0, 0)
  1463. ServerDestruction.BorderColor3 = Color3.new(1, 0, 0)
  1464. ServerDestruction.BorderSizePixel = 3
  1465. ServerDestruction.Size = UDim2.new(0.5, 0, 1, 0)
  1466. ServerDestruction.ZIndex = 2
  1467.  
  1468. Flood.Name = "Flood"
  1469. Flood.Parent = ServerDestruction
  1470. Flood.BackgroundColor3 = Color3.new(0, 0, 0)
  1471. Flood.BorderColor3 = Color3.new(1, 0, 0)
  1472. Flood.BorderSizePixel = 3
  1473. Flood.Position = UDim2.new(0, 0, 0, 33)
  1474. Flood.Size = UDim2.new(0.5, 0, 0, 30)
  1475. Flood.ZIndex = 2
  1476. Flood.Font = Enum.Font.SourceSans
  1477. Flood.FontSize = Enum.FontSize.Size14
  1478. Flood.Text = "Flood"
  1479. Flood.TextColor3 = Color3.new(1, 1, 1)
  1480. Flood.TextSize = 14
  1481.  
  1482. Title_20.Name = "Title"
  1483. Title_20.Parent = ServerDestruction
  1484. Title_20.BackgroundColor3 = Color3.new(0, 0, 0)
  1485. Title_20.BorderColor3 = Color3.new(1, 0, 0)
  1486. Title_20.BorderSizePixel = 3
  1487. Title_20.Size = UDim2.new(1, 0, 0, 30)
  1488. Title_20.ZIndex = 2
  1489. Title_20.Font = Enum.Font.SourceSansBold
  1490. Title_20.FontSize = Enum.FontSize.Size14
  1491. Title_20.Text = "Server Destruction"
  1492. Title_20.TextColor3 = Color3.new(1, 1, 1)
  1493. Title_20.TextSize = 14
  1494. Title_20.TextWrapped = true
  1495.  
  1496. ApocTroll.Name = "Apoc Troll"
  1497. ApocTroll.Parent = ServerDestruction
  1498. ApocTroll.BackgroundColor3 = Color3.new(0, 0, 0)
  1499. ApocTroll.BorderColor3 = Color3.new(1, 0, 0)
  1500. ApocTroll.BorderSizePixel = 3
  1501. ApocTroll.Position = UDim2.new(0, 0, 0, 66)
  1502. ApocTroll.Size = UDim2.new(0.5, 0, 0, 30)
  1503. ApocTroll.ZIndex = 2
  1504. ApocTroll.Font = Enum.Font.SourceSans
  1505. ApocTroll.FontSize = Enum.FontSize.Size14
  1506. ApocTroll.Text = "Apoc Troll"
  1507. ApocTroll.TextColor3 = Color3.new(1, 1, 1)
  1508. ApocTroll.TextSize = 14
  1509.  
  1510. UnanchorAll.Name = "Unanchor All"
  1511. UnanchorAll.Parent = ServerDestruction
  1512. UnanchorAll.BackgroundColor3 = Color3.new(0, 0, 0)
  1513. UnanchorAll.BorderColor3 = Color3.new(1, 0, 0)
  1514. UnanchorAll.BorderSizePixel = 3
  1515. UnanchorAll.Position = UDim2.new(0, 0, 0, 99)
  1516. UnanchorAll.Size = UDim2.new(0.5, 0, 0, 30)
  1517. UnanchorAll.ZIndex = 2
  1518. UnanchorAll.Font = Enum.Font.SourceSans
  1519. UnanchorAll.FontSize = Enum.FontSize.Size14
  1520. UnanchorAll.Text = "Unanchor All"
  1521. UnanchorAll.TextColor3 = Color3.new(1, 1, 1)
  1522. UnanchorAll.TextSize = 14
  1523.  
  1524. ClearTerrain.Name = "Clear Terrain"
  1525. ClearTerrain.Parent = ServerDestruction
  1526. ClearTerrain.BackgroundColor3 = Color3.new(0, 0, 0)
  1527. ClearTerrain.BorderColor3 = Color3.new(1, 0, 0)
  1528. ClearTerrain.BorderSizePixel = 3
  1529. ClearTerrain.Position = UDim2.new(0.5, 3, 0, 33)
  1530. ClearTerrain.Size = UDim2.new(0.5, -3, 0, 30)
  1531. ClearTerrain.ZIndex = 2
  1532. ClearTerrain.Font = Enum.Font.SourceSans
  1533. ClearTerrain.FontSize = Enum.FontSize.Size14
  1534. ClearTerrain.Text = "Clear Terrain"
  1535. ClearTerrain.TextColor3 = Color3.new(1, 1, 1)
  1536. ClearTerrain.TextSize = 14
  1537.  
  1538. SetSkybox.Name = "Set Skybox"
  1539. SetSkybox.Parent = ServerDestruction
  1540. SetSkybox.BackgroundColor3 = Color3.new(0, 0, 0)
  1541. SetSkybox.BorderColor3 = Color3.new(1, 0, 0)
  1542. SetSkybox.BorderSizePixel = 3
  1543. SetSkybox.Position = UDim2.new(0.5, 3, 0, 66)
  1544. SetSkybox.Size = UDim2.new(0.5, -3, 0, 30)
  1545. SetSkybox.ZIndex = 2
  1546. SetSkybox.Font = Enum.Font.SourceSans
  1547. SetSkybox.FontSize = Enum.FontSize.Size14
  1548. SetSkybox.Text = "Set Skybox"
  1549. SetSkybox.TextColor3 = Color3.new(1, 1, 1)
  1550. SetSkybox.TextSize = 14
  1551.  
  1552. DecalSpam.Name = "Decal Spam"
  1553. DecalSpam.Parent = ServerDestruction
  1554. DecalSpam.BackgroundColor3 = Color3.new(0, 0, 0)
  1555. DecalSpam.BorderColor3 = Color3.new(1, 0, 0)
  1556. DecalSpam.BorderSizePixel = 3
  1557. DecalSpam.Position = UDim2.new(0.5, 3, 0, 99)
  1558. DecalSpam.Size = UDim2.new(0.5, -3, 0, 30)
  1559. DecalSpam.ZIndex = 2
  1560. DecalSpam.Font = Enum.Font.SourceSans
  1561. DecalSpam.FontSize = Enum.FontSize.Size14
  1562. DecalSpam.Text = "Decal Spam"
  1563. DecalSpam.TextColor3 = Color3.new(1, 1, 1)
  1564. DecalSpam.TextSize = 14
  1565.  
  1566. ForceTeleport.Name = "Force Teleport"
  1567. ForceTeleport.Parent = ServerDestruction
  1568. ForceTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
  1569. ForceTeleport.BorderColor3 = Color3.new(1, 0, 0)
  1570. ForceTeleport.BorderSizePixel = 3
  1571. ForceTeleport.Position = UDim2.new(0, 0, 0, 132)
  1572. ForceTeleport.Size = UDim2.new(0.5, 0, 0, 30)
  1573. ForceTeleport.ZIndex = 2
  1574. ForceTeleport.Font = Enum.Font.SourceSans
  1575. ForceTeleport.FontSize = Enum.FontSize.Size14
  1576. ForceTeleport.Text = "Force Teleport"
  1577. ForceTeleport.TextColor3 = Color3.new(1, 1, 1)
  1578. ForceTeleport.TextSize = 14
  1579.  
  1580. ClearWorkspace.Name = "Clear Workspace"
  1581. ClearWorkspace.Parent = ServerDestruction
  1582. ClearWorkspace.BackgroundColor3 = Color3.new(0, 0, 0)
  1583. ClearWorkspace.BorderColor3 = Color3.new(1, 0, 0)
  1584. ClearWorkspace.BorderSizePixel = 3
  1585. ClearWorkspace.Position = UDim2.new(0.5, 3, 0, 132)
  1586. ClearWorkspace.Size = UDim2.new(0.5, -3, 0, 30)
  1587. ClearWorkspace.ZIndex = 2
  1588. ClearWorkspace.Font = Enum.Font.SourceSans
  1589. ClearWorkspace.FontSize = Enum.FontSize.Size14
  1590. ClearWorkspace.Text = "Clear Workspace"
  1591. ClearWorkspace.TextColor3 = Color3.new(1, 1, 1)
  1592. ClearWorkspace.TextSize = 14
  1593. ClearWorkspace.TextWrapped = true
  1594.  
  1595. KillAll.Name = "Kill All"
  1596. KillAll.Parent = ServerDestruction
  1597. KillAll.BackgroundColor3 = Color3.new(0, 0, 0)
  1598. KillAll.BorderColor3 = Color3.new(1, 0, 0)
  1599. KillAll.BorderSizePixel = 3
  1600. KillAll.Position = UDim2.new(0, 0, 0, 165)
  1601. KillAll.Size = UDim2.new(0.5, 0, 0, 30)
  1602. KillAll.ZIndex = 2
  1603. KillAll.Font = Enum.Font.SourceSans
  1604. KillAll.FontSize = Enum.FontSize.Size14
  1605. KillAll.Text = "Kill All"
  1606. KillAll.TextColor3 = Color3.new(1, 1, 1)
  1607. KillAll.TextSize = 14
  1608.  
  1609. KickAll.Name = "Kick All"
  1610. KickAll.Parent = ServerDestruction
  1611. KickAll.BackgroundColor3 = Color3.new(0, 0, 0)
  1612. KickAll.BorderColor3 = Color3.new(1, 0, 0)
  1613. KickAll.BorderSizePixel = 3
  1614. KickAll.Position = UDim2.new(0.5, 3, 0, 165)
  1615. KickAll.Size = UDim2.new(0.5, -3, 0, 30)
  1616. KickAll.ZIndex = 2
  1617. KickAll.Font = Enum.Font.SourceSans
  1618. KickAll.FontSize = Enum.FontSize.Size14
  1619. KickAll.Text = "Kick All"
  1620. KickAll.TextColor3 = Color3.new(1, 1, 1)
  1621. KickAll.TextSize = 14
  1622. KickAll.TextWrapped = true
  1623.  
  1624. Intimidation.Name = "Intimidation"
  1625. Intimidation.Parent = ServerDestruction
  1626. Intimidation.BackgroundColor3 = Color3.new(0, 0, 0)
  1627. Intimidation.BorderColor3 = Color3.new(1, 0, 0)
  1628. Intimidation.BorderSizePixel = 3
  1629. Intimidation.Position = UDim2.new(0.5, 0, 0, 198)
  1630. Intimidation.Size = UDim2.new(0.5, 0, 0, 30)
  1631. Intimidation.ZIndex = 2
  1632. Intimidation.Font = Enum.Font.SourceSans
  1633. Intimidation.FontSize = Enum.FontSize.Size14
  1634. Intimidation.Text = "Intimidation"
  1635. Intimidation.TextColor3 = Color3.new(1, 1, 1)
  1636. Intimidation.TextSize = 14
  1637. Intimidation.TextWrapped = true
  1638.  
  1639. CreateBaseplate.Name = "Create Baseplate"
  1640. CreateBaseplate.Parent = ServerDestruction
  1641. CreateBaseplate.BackgroundColor3 = Color3.new(0, 0, 0)
  1642. CreateBaseplate.BorderColor3 = Color3.new(1, 0, 0)
  1643. CreateBaseplate.BorderSizePixel = 3
  1644. CreateBaseplate.Position = UDim2.new(0, 0, 0, 198)
  1645. CreateBaseplate.Size = UDim2.new(0.5, 0, 0, 30)
  1646. CreateBaseplate.ZIndex = 2
  1647. CreateBaseplate.Font = Enum.Font.SourceSans
  1648. CreateBaseplate.FontSize = Enum.FontSize.Size14
  1649. CreateBaseplate.Text = "Create Baseplate"
  1650. CreateBaseplate.TextColor3 = Color3.new(1, 1, 1)
  1651. CreateBaseplate.TextSize = 14
  1652. CreateBaseplate.TextWrapped = true
  1653.  
  1654. AdminCommandsGuis.Name = "Admin Commands/Guis"
  1655. AdminCommandsGuis.Parent = Page1_2
  1656. AdminCommandsGuis.BackgroundColor3 = Color3.new(0, 0, 0)
  1657. AdminCommandsGuis.BorderColor3 = Color3.new(1, 0, 0)
  1658. AdminCommandsGuis.BorderSizePixel = 3
  1659. AdminCommandsGuis.Position = UDim2.new(0.5, 3, 0, 0)
  1660. AdminCommandsGuis.Size = UDim2.new(0.5, -3, 1, 0)
  1661. AdminCommandsGuis.ZIndex = 2
  1662.  
  1663. iOrb.Name = "iOrb"
  1664. iOrb.Parent = AdminCommandsGuis
  1665. iOrb.BackgroundColor3 = Color3.new(0, 0, 0)
  1666. iOrb.BorderColor3 = Color3.new(1, 0, 0)
  1667. iOrb.BorderSizePixel = 3
  1668. iOrb.Position = UDim2.new(0, 0, 0, 33)
  1669. iOrb.Size = UDim2.new(0.5, 0, 0, 30)
  1670. iOrb.ZIndex = 2
  1671. iOrb.Font = Enum.Font.SourceSans
  1672. iOrb.FontSize = Enum.FontSize.Size14
  1673. iOrb.Text = "iOrb"
  1674. iOrb.TextColor3 = Color3.new(1, 1, 1)
  1675. iOrb.TextSize = 14
  1676.  
  1677. Title_21.Name = "Title"
  1678. Title_21.Parent = AdminCommandsGuis
  1679. Title_21.BackgroundColor3 = Color3.new(0, 0, 0)
  1680. Title_21.BorderColor3 = Color3.new(1, 0, 0)
  1681. Title_21.BorderSizePixel = 3
  1682. Title_21.Size = UDim2.new(1, 0, 0, 30)
  1683. Title_21.ZIndex = 2
  1684. Title_21.Font = Enum.Font.SourceSansBold
  1685. Title_21.FontSize = Enum.FontSize.Size14
  1686. Title_21.Text = "Admin Commands/Guis"
  1687. Title_21.TextColor3 = Color3.new(1, 1, 1)
  1688. Title_21.TextSize = 14
  1689. Title_21.TextWrapped = true
  1690.  
  1691. KohlsAdmin.Name = "Kohl's Admin"
  1692. KohlsAdmin.Parent = AdminCommandsGuis
  1693. KohlsAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  1694. KohlsAdmin.BorderColor3 = Color3.new(1, 0, 0)
  1695. KohlsAdmin.BorderSizePixel = 3
  1696. KohlsAdmin.Position = UDim2.new(0.5, 3, 0, 33)
  1697. KohlsAdmin.Size = UDim2.new(0.5, -3, 0, 30)
  1698. KohlsAdmin.ZIndex = 2
  1699. KohlsAdmin.Font = Enum.Font.SourceSans
  1700. KohlsAdmin.FontSize = Enum.FontSize.Size14
  1701. KohlsAdmin.Text = "Kohl's Admin"
  1702. KohlsAdmin.TextColor3 = Color3.new(1, 1, 1)
  1703. KohlsAdmin.TextSize = 14
  1704.  
  1705. NexPluviaAdmin.Name = "Nex Pluvia Admin"
  1706. NexPluviaAdmin.Parent = AdminCommandsGuis
  1707. NexPluviaAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  1708. NexPluviaAdmin.BorderColor3 = Color3.new(1, 0, 0)
  1709. NexPluviaAdmin.BorderSizePixel = 3
  1710. NexPluviaAdmin.Position = UDim2.new(0, 0, 0, 66)
  1711. NexPluviaAdmin.Size = UDim2.new(0.5, 0, 0, 30)
  1712. NexPluviaAdmin.ZIndex = 2
  1713. NexPluviaAdmin.Font = Enum.Font.SourceSans
  1714. NexPluviaAdmin.FontSize = Enum.FontSize.Size14
  1715. NexPluviaAdmin.Text = "Nex Pluvia Admin"
  1716. NexPluviaAdmin.TextColor3 = Color3.new(1, 1, 1)
  1717. NexPluviaAdmin.TextSize = 14
  1718. NexPluviaAdmin.TextWrapped = true
  1719.  
  1720. RpeD33kAdmin.Name = "Rpe/D33k Admin"
  1721. RpeD33kAdmin.Parent = AdminCommandsGuis
  1722. RpeD33kAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  1723. RpeD33kAdmin.BorderColor3 = Color3.new(1, 0, 0)
  1724. RpeD33kAdmin.BorderSizePixel = 3
  1725. RpeD33kAdmin.Position = UDim2.new(0.5, 3, 0, 225)
  1726. RpeD33kAdmin.Size = UDim2.new(0.5, -3, 0, 30)
  1727. RpeD33kAdmin.ZIndex = 2
  1728. RpeD33kAdmin.Font = Enum.Font.SourceSans
  1729. RpeD33kAdmin.FontSize = Enum.FontSize.Size14
  1730. RpeD33kAdmin.Text = "DZR Spawn Item Gui"
  1731. RpeD33kAdmin.TextColor3 = Color3.new(1, 1, 1)
  1732. RpeD33kAdmin.TextSize = 14
  1733. RpeD33kAdmin.TextWrapped = true
  1734.  
  1735. KillGui.Name = "Kill Gui"
  1736. KillGui.Parent = AdminCommandsGuis
  1737. KillGui.BackgroundColor3 = Color3.new(0, 0, 0)
  1738. KillGui.BorderColor3 = Color3.new(1, 0, 0)
  1739. KillGui.BorderSizePixel = 3
  1740. KillGui.Position = UDim2.new(0, 0, 0, 99)
  1741. KillGui.Size = UDim2.new(0.5, 0, 0, 30)
  1742. KillGui.ZIndex = 2
  1743. KillGui.Font = Enum.Font.SourceSans
  1744. KillGui.FontSize = Enum.FontSize.Size14
  1745. KillGui.Text = "Kill Gui"
  1746. KillGui.TextColor3 = Color3.new(1, 1, 1)
  1747. KillGui.TextSize = 14
  1748. KillGui.TextWrapped = true
  1749.  
  1750. SilentExecutor.Name = "Silent Executor"
  1751. SilentExecutor.Parent = AdminCommandsGuis
  1752. SilentExecutor.BackgroundColor3 = Color3.new(0, 0, 0)
  1753. SilentExecutor.BorderColor3 = Color3.new(1, 0, 0)
  1754. SilentExecutor.BorderSizePixel = 3
  1755. SilentExecutor.Position = UDim2.new(0.5, 3, 0, 99)
  1756. SilentExecutor.Size = UDim2.new(0.5, -3, 0, 30)
  1757. SilentExecutor.ZIndex = 2
  1758. SilentExecutor.Font = Enum.Font.SourceSans
  1759. SilentExecutor.FontSize = Enum.FontSize.Size14
  1760. SilentExecutor.Text = "Silent Executor"
  1761. SilentExecutor.TextColor3 = Color3.new(1, 1, 1)
  1762. SilentExecutor.TextSize = 14
  1763. SilentExecutor.TextWrapped = true
  1764.  
  1765. Nilizer.Name = "Nilizer"
  1766. Nilizer.Parent = AdminCommandsGuis
  1767. Nilizer.BackgroundColor3 = Color3.new(0, 0, 0)
  1768. Nilizer.BorderColor3 = Color3.new(1, 0, 0)
  1769. Nilizer.BorderSizePixel = 3
  1770. Nilizer.Position = UDim2.new(0, 0, 0, 132)
  1771. Nilizer.Size = UDim2.new(0.5, 0, 0, 30)
  1772. Nilizer.ZIndex = 2
  1773. Nilizer.Font = Enum.Font.SourceSans
  1774. Nilizer.FontSize = Enum.FontSize.Size14
  1775. Nilizer.Text = "Nilizer"
  1776. Nilizer.TextColor3 = Color3.new(1, 1, 1)
  1777. Nilizer.TextSize = 14
  1778. Nilizer.TextWrapped = true
  1779.  
  1780. RemsoAdmin.Name = "Remso Admin"
  1781. RemsoAdmin.Parent = AdminCommandsGuis
  1782. RemsoAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  1783. RemsoAdmin.BorderColor3 = Color3.new(1, 0, 0)
  1784. RemsoAdmin.BorderSizePixel = 3
  1785. RemsoAdmin.Position = UDim2.new(0.5, 3, 0, 132)
  1786. RemsoAdmin.Size = UDim2.new(0.5, -3, 0, 30)
  1787. RemsoAdmin.ZIndex = 2
  1788. RemsoAdmin.Font = Enum.Font.SourceSans
  1789. RemsoAdmin.FontSize = Enum.FontSize.Size14
  1790. RemsoAdmin.Text = "Remso Admin"
  1791. RemsoAdmin.TextColor3 = Color3.new(1, 1, 1)
  1792. RemsoAdmin.TextSize = 14
  1793. RemsoAdmin.TextWrapped = true
  1794.  
  1795. XAdmin.Name = "X Admin"
  1796. XAdmin.Parent = AdminCommandsGuis
  1797. XAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  1798. XAdmin.BorderColor3 = Color3.new(1, 0, 0)
  1799. XAdmin.BorderSizePixel = 3
  1800. XAdmin.Position = UDim2.new(0, 0, 0, 165)
  1801. XAdmin.Size = UDim2.new(0.499000013, 0, 0, 30)
  1802. XAdmin.ZIndex = 2
  1803. XAdmin.Font = Enum.Font.SourceSans
  1804. XAdmin.FontSize = Enum.FontSize.Size14
  1805. XAdmin.Text = "X Admin"
  1806. XAdmin.TextColor3 = Color3.new(1, 1, 1)
  1807. XAdmin.TextSize = 14
  1808. XAdmin.TextWrapped = true
  1809.  
  1810. LagGui.Name = "Lag Gui"
  1811. LagGui.Parent = AdminCommandsGuis
  1812. LagGui.BackgroundColor3 = Color3.new(0, 0, 0)
  1813. LagGui.BorderColor3 = Color3.new(1, 0, 0)
  1814. LagGui.BorderSizePixel = 3
  1815. LagGui.Position = UDim2.new(0.5, 3, 0, 165)
  1816. LagGui.Size = UDim2.new(0.5, -3, 0, 30)
  1817. LagGui.ZIndex = 2
  1818. LagGui.Font = Enum.Font.SourceSans
  1819. LagGui.FontSize = Enum.FontSize.Size14
  1820. LagGui.Text = "Lag Gui"
  1821. LagGui.TextColor3 = Color3.new(1, 1, 1)
  1822. LagGui.TextSize = 14
  1823. LagGui.TextWrapped = true
  1824.  
  1825. GlobalMessageGui.Name = "Global Message Gui"
  1826. GlobalMessageGui.Parent = AdminCommandsGuis
  1827. GlobalMessageGui.BackgroundColor3 = Color3.new(0, 0, 0)
  1828. GlobalMessageGui.BorderColor3 = Color3.new(1, 0, 0)
  1829. GlobalMessageGui.BorderSizePixel = 3
  1830. GlobalMessageGui.Position = UDim2.new(0, 0, 0, 198)
  1831. GlobalMessageGui.Size = UDim2.new(0.499000013, 0, 0, 30)
  1832. GlobalMessageGui.ZIndex = 2
  1833. GlobalMessageGui.Font = Enum.Font.SourceSans
  1834. GlobalMessageGui.FontSize = Enum.FontSize.Size14
  1835. GlobalMessageGui.Text = "Global Message Gui"
  1836. GlobalMessageGui.TextColor3 = Color3.new(1, 1, 1)
  1837. GlobalMessageGui.TextSize = 14
  1838. GlobalMessageGui.TextWrapped = true
  1839.  
  1840. QuickscopeGui.Name = "Quickscope Gui"
  1841. QuickscopeGui.Parent = AdminCommandsGuis
  1842. QuickscopeGui.BackgroundColor3 = Color3.new(0, 0, 0)
  1843. QuickscopeGui.BorderColor3 = Color3.new(1, 0, 0)
  1844. QuickscopeGui.BorderSizePixel = 3
  1845. QuickscopeGui.Position = UDim2.new(0.5, 3, 0, 198)
  1846. QuickscopeGui.Size = UDim2.new(0.5, -3, 0, 30)
  1847. QuickscopeGui.ZIndex = 2
  1848. QuickscopeGui.Font = Enum.Font.SourceSans
  1849. QuickscopeGui.FontSize = Enum.FontSize.Size14
  1850. QuickscopeGui.Text = "Quikscope Gui"
  1851. QuickscopeGui.TextColor3 = Color3.new(1, 1, 1)
  1852. QuickscopeGui.TextSize = 14
  1853. QuickscopeGui.TextWrapped = true
  1854.  
  1855. DZRSpawnItemGui.Name = "DZR Spawn Item Gui"
  1856. DZRSpawnItemGui.Parent = AdminCommandsGuis
  1857. DZRSpawnItemGui.BackgroundColor3 = Color3.new(0, 0, 0)
  1858. DZRSpawnItemGui.BorderColor3 = Color3.new(1, 0, 0)
  1859. DZRSpawnItemGui.BorderSizePixel = 3
  1860. DZRSpawnItemGui.Position = UDim2.new(0.5, 3, 0, 66)
  1861. DZRSpawnItemGui.Size = UDim2.new(0.5, -3, 0, 30)
  1862. DZRSpawnItemGui.ZIndex = 2
  1863. DZRSpawnItemGui.Font = Enum.Font.SourceSans
  1864. DZRSpawnItemGui.FontSize = Enum.FontSize.Size14
  1865. DZRSpawnItemGui.Text = "DZR Spawn Item Gui"
  1866. DZRSpawnItemGui.TextColor3 = Color3.new(1, 1, 1)
  1867. DZRSpawnItemGui.TextSize = 14
  1868. DZRSpawnItemGui.TextWrapped = true
  1869.  
  1870. PageLabel_4.Name = "PageLabel"
  1871. PageLabel_4.Parent = Page1_2
  1872. PageLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  1873. PageLabel_4.BorderColor3 = Color3.new(1, 0, 0)
  1874. PageLabel_4.BorderSizePixel = 3
  1875. PageLabel_4.Position = UDim2.new(0, 0, 1, -29)
  1876. PageLabel_4.Size = UDim2.new(1, 0, 0, 29)
  1877. PageLabel_4.ZIndex = 2
  1878. PageLabel_4.Font = Enum.Font.SourceSans
  1879. PageLabel_4.FontSize = Enum.FontSize.Size18
  1880. PageLabel_4.Text = "Page 1"
  1881. PageLabel_4.TextColor3 = Color3.new(1, 1, 1)
  1882. PageLabel_4.TextSize = 18
  1883. PageLabel_4.TextWrapped = true
  1884.  
  1885. Page4.Name = "Page4"
  1886. Page4.Parent = Frame
  1887. Page4.BackgroundColor3 = Color3.new(0, 0, 0)
  1888. Page4.BorderColor3 = Color3.new(1, 0, 0)
  1889. Page4.BorderSizePixel = 3
  1890. Page4.Position = UDim2.new(0, 0, 0, 83)
  1891. Page4.Size = UDim2.new(1, 0, 1, -106)
  1892. Page4.Visible = false
  1893. Page4.ZIndex = 2
  1894.  
  1895. PresetSkyboxDecalIDs.Name = "Preset Skybox/Decal IDs"
  1896. PresetSkyboxDecalIDs.Parent = Page4
  1897. PresetSkyboxDecalIDs.BackgroundColor3 = Color3.new(0, 0, 0)
  1898. PresetSkyboxDecalIDs.BorderColor3 = Color3.new(1, 0, 0)
  1899. PresetSkyboxDecalIDs.BorderSizePixel = 3
  1900. PresetSkyboxDecalIDs.Size = UDim2.new(0.5, 0, 1, 0)
  1901. PresetSkyboxDecalIDs.ZIndex = 2
  1902.  
  1903. Teamc00lkiddLogo1.Name = "Team c00lkidd Logo 1"
  1904. Teamc00lkiddLogo1.Parent = PresetSkyboxDecalIDs
  1905. Teamc00lkiddLogo1.BackgroundColor3 = Color3.new(0, 0, 0)
  1906. Teamc00lkiddLogo1.BorderColor3 = Color3.new(1, 0, 0)
  1907. Teamc00lkiddLogo1.BorderSizePixel = 3
  1908. Teamc00lkiddLogo1.Position = UDim2.new(0, 0, 0, 33)
  1909. Teamc00lkiddLogo1.Size = UDim2.new(0.5, 0, 0, 30)
  1910. Teamc00lkiddLogo1.ZIndex = 2
  1911. Teamc00lkiddLogo1.Font = Enum.Font.SourceSans
  1912. Teamc00lkiddLogo1.FontSize = Enum.FontSize.Size14
  1913. Teamc00lkiddLogo1.Text = "Team c00lkidd Logo 1"
  1914. Teamc00lkiddLogo1.TextColor3 = Color3.new(1, 1, 1)
  1915. Teamc00lkiddLogo1.TextSize = 14
  1916. Teamc00lkiddLogo1.TextWrapped = true
  1917.  
  1918. Title_22.Name = "Title"
  1919. Title_22.Parent = PresetSkyboxDecalIDs
  1920. Title_22.BackgroundColor3 = Color3.new(0, 0, 0)
  1921. Title_22.BorderColor3 = Color3.new(1, 0, 0)
  1922. Title_22.BorderSizePixel = 3
  1923. Title_22.Size = UDim2.new(1, 0, 0, 30)
  1924. Title_22.ZIndex = 2
  1925. Title_22.Font = Enum.Font.SourceSansBold
  1926. Title_22.FontSize = Enum.FontSize.Size14
  1927. Title_22.Text = "Preset Skybox/Decal IDs"
  1928. Title_22.TextColor3 = Color3.new(1, 1, 1)
  1929. Title_22.TextSize = 14
  1930. Title_22.TextWrapped = true
  1931.  
  1932. Teamc00lkiddLogo2.Name = "Team c00lkidd Logo 2"
  1933. Teamc00lkiddLogo2.Parent = PresetSkyboxDecalIDs
  1934. Teamc00lkiddLogo2.BackgroundColor3 = Color3.new(0, 0, 0)
  1935. Teamc00lkiddLogo2.BorderColor3 = Color3.new(1, 0, 0)
  1936. Teamc00lkiddLogo2.BorderSizePixel = 3
  1937. Teamc00lkiddLogo2.Position = UDim2.new(0.5, 3, 0, 33)
  1938. Teamc00lkiddLogo2.Size = UDim2.new(0.5, -3, 0, 30)
  1939. Teamc00lkiddLogo2.ZIndex = 2
  1940. Teamc00lkiddLogo2.Font = Enum.Font.SourceSans
  1941. Teamc00lkiddLogo2.FontSize = Enum.FontSize.Size14
  1942. Teamc00lkiddLogo2.Text = "Team c00lkidd Logo 2"
  1943. Teamc00lkiddLogo2.TextColor3 = Color3.new(1, 1, 1)
  1944. Teamc00lkiddLogo2.TextSize = 14
  1945. Teamc00lkiddLogo2.TextWrapped = true
  1946.  
  1947. Thomas.Name = "Thomas"
  1948. Thomas.Parent = PresetSkyboxDecalIDs
  1949. Thomas.BackgroundColor3 = Color3.new(0, 0, 0)
  1950. Thomas.BorderColor3 = Color3.new(1, 0, 0)
  1951. Thomas.BorderSizePixel = 3
  1952. Thomas.Position = UDim2.new(0, 0, 0, 66)
  1953. Thomas.Size = UDim2.new(0.5, 0, 0, 30)
  1954. Thomas.ZIndex = 2
  1955. Thomas.Font = Enum.Font.SourceSans
  1956. Thomas.FontSize = Enum.FontSize.Size14
  1957. Thomas.Text = "Thomas"
  1958. Thomas.TextColor3 = Color3.new(1, 1, 1)
  1959. Thomas.TextSize = 14
  1960. Thomas.TextWrapped = true
  1961.  
  1962. c00lkidd.Name = "c00lkidd"
  1963. c00lkidd.Parent = PresetSkyboxDecalIDs
  1964. c00lkidd.BackgroundColor3 = Color3.new(0, 0, 0)
  1965. c00lkidd.BorderColor3 = Color3.new(1, 0, 0)
  1966. c00lkidd.BorderSizePixel = 3
  1967. c00lkidd.Position = UDim2.new(0.5, 3, 0, 66)
  1968. c00lkidd.Size = UDim2.new(0.5, -3, 0, 30)
  1969. c00lkidd.ZIndex = 2
  1970. c00lkidd.Font = Enum.Font.SourceSans
  1971. c00lkidd.FontSize = Enum.FontSize.Size14
  1972. c00lkidd.Text = "c00lkidd"
  1973. c00lkidd.TextColor3 = Color3.new(1, 1, 1)
  1974. c00lkidd.TextSize = 14
  1975. c00lkidd.TextWrapped = true
  1976.  
  1977. PresetMusicIDs.Name = "Preset Music IDs"
  1978. PresetMusicIDs.Parent = Page4
  1979. PresetMusicIDs.BackgroundColor3 = Color3.new(0, 0, 0)
  1980. PresetMusicIDs.BorderColor3 = Color3.new(1, 0, 0)
  1981. PresetMusicIDs.BorderSizePixel = 3
  1982. PresetMusicIDs.Position = UDim2.new(0.5, 3, 0, 0)
  1983. PresetMusicIDs.Size = UDim2.new(0.5, -3, 1, 0)
  1984. PresetMusicIDs.ZIndex = 2
  1985.  
  1986. Title_23.Name = "Title"
  1987. Title_23.Parent = PresetMusicIDs
  1988. Title_23.BackgroundColor3 = Color3.new(0, 0, 0)
  1989. Title_23.BorderColor3 = Color3.new(1, 0, 0)
  1990. Title_23.BorderSizePixel = 3
  1991. Title_23.Size = UDim2.new(1, 0, 0, 30)
  1992. Title_23.ZIndex = 2
  1993. Title_23.Font = Enum.Font.SourceSansBold
  1994. Title_23.FontSize = Enum.FontSize.Size14
  1995. Title_23.Text = "Preset Music IDs"
  1996. Title_23.TextColor3 = Color3.new(1, 1, 1)
  1997. Title_23.TextSize = 14
  1998. Title_23.TextWrapped = true
  1999.  
  2000. ElectroSp00k.Name = "Electro Sp00k"
  2001. ElectroSp00k.Parent = PresetMusicIDs
  2002. ElectroSp00k.BackgroundColor3 = Color3.new(0, 0, 0)
  2003. ElectroSp00k.BorderColor3 = Color3.new(1, 0, 0)
  2004. ElectroSp00k.BorderSizePixel = 3
  2005. ElectroSp00k.Position = UDim2.new(0, 0, 0, 33)
  2006. ElectroSp00k.Size = UDim2.new(0.5, 0, 0, 30)
  2007. ElectroSp00k.ZIndex = 2
  2008. ElectroSp00k.Font = Enum.Font.SourceSans
  2009. ElectroSp00k.FontSize = Enum.FontSize.Size14
  2010. ElectroSp00k.Text = "Electro Sp00k"
  2011. ElectroSp00k.TextColor3 = Color3.new(1, 1, 1)
  2012. ElectroSp00k.TextSize = 14
  2013.  
  2014. Wonga.Name = "Wonga"
  2015. Wonga.Parent = PresetMusicIDs
  2016. Wonga.BackgroundColor3 = Color3.new(0, 0, 0)
  2017. Wonga.BorderColor3 = Color3.new(1, 0, 0)
  2018. Wonga.BorderSizePixel = 3
  2019. Wonga.Position = UDim2.new(0.5, 3, 0, 33)
  2020. Wonga.Size = UDim2.new(0.5, -3, 0, 30)
  2021. Wonga.ZIndex = 2
  2022. Wonga.Font = Enum.Font.SourceSans
  2023. Wonga.FontSize = Enum.FontSize.Size14
  2024. Wonga.Text = "Wonga"
  2025. Wonga.TextColor3 = Color3.new(1, 1, 1)
  2026. Wonga.TextSize = 14
  2027.  
  2028. ChopSuey.Name = "Chop Suey"
  2029. ChopSuey.Parent = PresetMusicIDs
  2030. ChopSuey.BackgroundColor3 = Color3.new(0, 0, 0)
  2031. ChopSuey.BorderColor3 = Color3.new(1, 0, 0)
  2032. ChopSuey.BorderSizePixel = 3
  2033. ChopSuey.Position = UDim2.new(0, 0, 0, 66)
  2034. ChopSuey.Size = UDim2.new(0.5, 0, 0, 30)
  2035. ChopSuey.ZIndex = 2
  2036. ChopSuey.Font = Enum.Font.SourceSans
  2037. ChopSuey.FontSize = Enum.FontSize.Size14
  2038. ChopSuey.Text = "Chop Suey"
  2039. ChopSuey.TextColor3 = Color3.new(1, 1, 1)
  2040. ChopSuey.TextSize = 14
  2041.  
  2042. Scream.Name = "Scream"
  2043. Scream.Parent = PresetMusicIDs
  2044. Scream.BackgroundColor3 = Color3.new(0, 0, 0)
  2045. Scream.BorderColor3 = Color3.new(1, 0, 0)
  2046. Scream.BorderSizePixel = 3
  2047. Scream.Position = UDim2.new(0.5, 3, 0, 66)
  2048. Scream.Size = UDim2.new(0.5, -3, 0, 30)
  2049. Scream.ZIndex = 2
  2050. Scream.Font = Enum.Font.SourceSans
  2051. Scream.FontSize = Enum.FontSize.Size14
  2052. Scream.Text = "Scream"
  2053. Scream.TextColor3 = Color3.new(1, 1, 1)
  2054. Scream.TextSize = 14
  2055.  
  2056. PageLabel_5.Name = "PageLabel"
  2057. PageLabel_5.Parent = Page4
  2058. PageLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  2059. PageLabel_5.BorderColor3 = Color3.new(1, 0, 0)
  2060. PageLabel_5.BorderSizePixel = 3
  2061. PageLabel_5.Position = UDim2.new(0, 0, 1, -30)
  2062. PageLabel_5.Size = UDim2.new(1, 0, 0, 30)
  2063. PageLabel_5.ZIndex = 2
  2064. PageLabel_5.Font = Enum.Font.SourceSans
  2065. PageLabel_5.FontSize = Enum.FontSize.Size18
  2066. PageLabel_5.Text = "Page 4"
  2067. PageLabel_5.TextColor3 = Color3.new(1, 1, 1)
  2068. PageLabel_5.TextSize = 18
  2069. PageLabel_5.TextWrapped = true
  2070.  
  2071. Page3.Name = "Page3"
  2072. Page3.Parent = Frame
  2073. Page3.BackgroundColor3 = Color3.new(0, 0, 0)
  2074. Page3.BorderColor3 = Color3.new(1, 0, 0)
  2075. Page3.BorderSizePixel = 3
  2076. Page3.Position = UDim2.new(0, 0, 0, 83)
  2077. Page3.Size = UDim2.new(1, 0, 1, -106)
  2078. Page3.ZIndex = 2
  2079.  
  2080. LocalPlayer.Name = "LocalPlayer"
  2081. LocalPlayer.Parent = Page3
  2082. LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  2083. LocalPlayer.BorderColor3 = Color3.new(1, 0, 0)
  2084. LocalPlayer.BorderSizePixel = 3
  2085. LocalPlayer.Size = UDim2.new(0.5, 0, 1, 0)
  2086. LocalPlayer.ZIndex = 2
  2087.  
  2088. BillboardGui.Name = "Billboard Gui"
  2089. BillboardGui.Parent = LocalPlayer
  2090. BillboardGui.BackgroundColor3 = Color3.new(0, 0, 0)
  2091. BillboardGui.BorderColor3 = Color3.new(1, 0, 0)
  2092. BillboardGui.BorderSizePixel = 3
  2093. BillboardGui.Position = UDim2.new(0, 0, 0, 33)
  2094. BillboardGui.Size = UDim2.new(0.5, 0, 0, 30)
  2095. BillboardGui.ZIndex = 2
  2096. BillboardGui.Font = Enum.Font.SourceSans
  2097. BillboardGui.FontSize = Enum.FontSize.Size14
  2098. BillboardGui.Text = "Billboard Gui"
  2099. BillboardGui.TextColor3 = Color3.new(1, 1, 1)
  2100. BillboardGui.TextSize = 14
  2101.  
  2102. Title_24.Name = "Title"
  2103. Title_24.Parent = LocalPlayer
  2104. Title_24.BackgroundColor3 = Color3.new(0, 0, 0)
  2105. Title_24.BorderColor3 = Color3.new(1, 0, 0)
  2106. Title_24.BorderSizePixel = 3
  2107. Title_24.Size = UDim2.new(1, 0, 0, 30)
  2108. Title_24.ZIndex = 2
  2109. Title_24.Font = Enum.Font.SourceSansBold
  2110. Title_24.FontSize = Enum.FontSize.Size14
  2111. Title_24.Text = "LocalPlayer"
  2112. Title_24.TextColor3 = Color3.new(1, 1, 1)
  2113. Title_24.TextSize = 14
  2114. Title_24.TextWrapped = true
  2115.  
  2116. ChangeName.Name = "Change Name"
  2117. ChangeName.Parent = LocalPlayer
  2118. ChangeName.BackgroundColor3 = Color3.new(0, 0, 0)
  2119. ChangeName.BorderColor3 = Color3.new(1, 0, 0)
  2120. ChangeName.BorderSizePixel = 3
  2121. ChangeName.Position = UDim2.new(0.5, 3, 0, 33)
  2122. ChangeName.Size = UDim2.new(0.5, -3, 0, 30)
  2123. ChangeName.ZIndex = 2
  2124. ChangeName.Font = Enum.Font.SourceSans
  2125. ChangeName.FontSize = Enum.FontSize.Size14
  2126. ChangeName.Text = "Change Name"
  2127. ChangeName.TextColor3 = Color3.new(1, 1, 1)
  2128. ChangeName.TextSize = 14
  2129.  
  2130. DiscoCharacter.Name = "Disco Character"
  2131. DiscoCharacter.Parent = LocalPlayer
  2132. DiscoCharacter.BackgroundColor3 = Color3.new(0, 0, 0)
  2133. DiscoCharacter.BorderColor3 = Color3.new(1, 0, 0)
  2134. DiscoCharacter.BorderSizePixel = 3
  2135. DiscoCharacter.Position = UDim2.new(0, 0, 0, 66)
  2136. DiscoCharacter.Size = UDim2.new(0.5, 0, 0, 30)
  2137. DiscoCharacter.ZIndex = 2
  2138. DiscoCharacter.Font = Enum.Font.SourceSans
  2139. DiscoCharacter.FontSize = Enum.FontSize.Size14
  2140. DiscoCharacter.Text = "Disco Character"
  2141. DiscoCharacter.TextColor3 = Color3.new(1, 1, 1)
  2142. DiscoCharacter.TextSize = 14
  2143. DiscoCharacter.TextWrapped = true
  2144.  
  2145. ChickenArms.Name = "Chicken Arms"
  2146. ChickenArms.Parent = LocalPlayer
  2147. ChickenArms.BackgroundColor3 = Color3.new(0, 0, 0)
  2148. ChickenArms.BorderColor3 = Color3.new(1, 0, 0)
  2149. ChickenArms.BorderSizePixel = 3
  2150. ChickenArms.Position = UDim2.new(0.5, 3, 0, 66)
  2151. ChickenArms.Size = UDim2.new(0.5, -3, 0, 30)
  2152. ChickenArms.ZIndex = 2
  2153. ChickenArms.Font = Enum.Font.SourceSans
  2154. ChickenArms.FontSize = Enum.FontSize.Size14
  2155. ChickenArms.Text = "Chicken Arms"
  2156. ChickenArms.TextColor3 = Color3.new(1, 1, 1)
  2157. ChickenArms.TextSize = 14
  2158.  
  2159. DominusGhost.Name = "Dominus Ghost"
  2160. DominusGhost.Parent = LocalPlayer
  2161. DominusGhost.BackgroundColor3 = Color3.new(0, 0, 0)
  2162. DominusGhost.BorderColor3 = Color3.new(1, 0, 0)
  2163. DominusGhost.BorderSizePixel = 3
  2164. DominusGhost.Position = UDim2.new(0, 0, 0, 99)
  2165. DominusGhost.Size = UDim2.new(0.5, 0, 0, 30)
  2166. DominusGhost.ZIndex = 2
  2167. DominusGhost.Font = Enum.Font.SourceSans
  2168. DominusGhost.FontSize = Enum.FontSize.Size14
  2169. DominusGhost.Text = "Dominus Ghost"
  2170. DominusGhost.TextColor3 = Color3.new(1, 1, 1)
  2171. DominusGhost.TextSize = 14
  2172. DominusGhost.TextWrapped = true
  2173.  
  2174. AntiRobloxian.Name = "Anti-Robloxian"
  2175. AntiRobloxian.Parent = LocalPlayer
  2176. AntiRobloxian.BackgroundColor3 = Color3.new(0, 0, 0)
  2177. AntiRobloxian.BorderColor3 = Color3.new(1, 0, 0)
  2178. AntiRobloxian.BorderSizePixel = 3
  2179. AntiRobloxian.Position = UDim2.new(0.5, 3, 0, 99)
  2180. AntiRobloxian.Size = UDim2.new(0.5, -3, 0, 30)
  2181. AntiRobloxian.ZIndex = 2
  2182. AntiRobloxian.Font = Enum.Font.SourceSans
  2183. AntiRobloxian.FontSize = Enum.FontSize.Size14
  2184. AntiRobloxian.Text = "Anti Robloxian"
  2185. AntiRobloxian.TextColor3 = Color3.new(1, 1, 1)
  2186. AntiRobloxian.TextSize = 14
  2187. AntiRobloxian.TextWrapped = true
  2188.  
  2189. FloatingPad.Name = "Floating Pad"
  2190. FloatingPad.Parent = LocalPlayer
  2191. FloatingPad.BackgroundColor3 = Color3.new(0, 0, 0)
  2192. FloatingPad.BorderColor3 = Color3.new(1, 0, 0)
  2193. FloatingPad.BorderSizePixel = 3
  2194. FloatingPad.Position = UDim2.new(0, 0, 0, 132)
  2195. FloatingPad.Size = UDim2.new(0.5, 0, 0, 30)
  2196. FloatingPad.ZIndex = 2
  2197. FloatingPad.Font = Enum.Font.SourceSans
  2198. FloatingPad.FontSize = Enum.FontSize.Size14
  2199. FloatingPad.Text = "Floating Pad"
  2200. FloatingPad.TextColor3 = Color3.new(1, 1, 1)
  2201. FloatingPad.TextSize = 14
  2202. FloatingPad.TextWrapped = true
  2203.  
  2204. HeadShake.Name = "Head Shake"
  2205. HeadShake.Parent = LocalPlayer
  2206. HeadShake.BackgroundColor3 = Color3.new(0, 0, 0)
  2207. HeadShake.BorderColor3 = Color3.new(1, 0, 0)
  2208. HeadShake.BorderSizePixel = 3
  2209. HeadShake.Position = UDim2.new(0.5, 3, 0, 132)
  2210. HeadShake.Size = UDim2.new(0.5, -3, 0, 30)
  2211. HeadShake.ZIndex = 2
  2212. HeadShake.Font = Enum.Font.SourceSans
  2213. HeadShake.FontSize = Enum.FontSize.Size14
  2214. HeadShake.Text = "Head Shake"
  2215. HeadShake.TextColor3 = Color3.new(1, 1, 1)
  2216. HeadShake.TextSize = 14
  2217. HeadShake.TextWrapped = true
  2218.  
  2219. MeshDisco.Name = "Mesh Disco"
  2220. MeshDisco.Parent = LocalPlayer
  2221. MeshDisco.BackgroundColor3 = Color3.new(0, 0, 0)
  2222. MeshDisco.BorderColor3 = Color3.new(1, 0, 0)
  2223. MeshDisco.BorderSizePixel = 3
  2224. MeshDisco.Position = UDim2.new(0, 0, 0, 165)
  2225. MeshDisco.Size = UDim2.new(0.5, 0, 0, 30)
  2226. MeshDisco.ZIndex = 2
  2227. MeshDisco.Font = Enum.Font.SourceSans
  2228. MeshDisco.FontSize = Enum.FontSize.Size14
  2229. MeshDisco.Text = "Mesh Disco"
  2230. MeshDisco.TextColor3 = Color3.new(1, 1, 1)
  2231. MeshDisco.TextSize = 14
  2232. MeshDisco.TextWrapped = true
  2233.  
  2234. SetWalkspeed.Name = "Set Walkspeed"
  2235. SetWalkspeed.Parent = LocalPlayer
  2236. SetWalkspeed.BackgroundColor3 = Color3.new(0, 0, 0)
  2237. SetWalkspeed.BorderColor3 = Color3.new(1, 0, 0)
  2238. SetWalkspeed.BorderSizePixel = 3
  2239. SetWalkspeed.Position = UDim2.new(0.5, 3, 0, 165)
  2240. SetWalkspeed.Size = UDim2.new(0.5, -3, 0, 30)
  2241. SetWalkspeed.ZIndex = 2
  2242. SetWalkspeed.Font = Enum.Font.SourceSans
  2243. SetWalkspeed.FontSize = Enum.FontSize.Size14
  2244. SetWalkspeed.Text = "Set Walkspeed"
  2245. SetWalkspeed.TextColor3 = Color3.new(1, 1, 1)
  2246. SetWalkspeed.TextSize = 14
  2247. SetWalkspeed.TextWrapped = true
  2248.  
  2249. Heal.Name = "Heal"
  2250. Heal.Parent = LocalPlayer
  2251. Heal.BackgroundColor3 = Color3.new(0, 0, 0)
  2252. Heal.BorderColor3 = Color3.new(1, 0, 0)
  2253. Heal.BorderSizePixel = 3
  2254. Heal.Position = UDim2.new(0, 0, 0, 198)
  2255. Heal.Size = UDim2.new(0.5, 0, 0, 30)
  2256. Heal.ZIndex = 2
  2257. Heal.Font = Enum.Font.SourceSans
  2258. Heal.FontSize = Enum.FontSize.Size14
  2259. Heal.Text = "Heal"
  2260. Heal.TextColor3 = Color3.new(1, 1, 1)
  2261. Heal.TextSize = 14
  2262. Heal.TextWrapped = true
  2263.  
  2264. Misc.Name = "Misc."
  2265. Misc.Parent = Page3
  2266. Misc.BackgroundColor3 = Color3.new(0, 0, 0)
  2267. Misc.BorderColor3 = Color3.new(1, 0, 0)
  2268. Misc.BorderSizePixel = 3
  2269. Misc.Position = UDim2.new(0.5, 3, 0, 0)
  2270. Misc.Size = UDim2.new(0.5, -3, 1, 0)
  2271. Misc.ZIndex = 2
  2272.  
  2273. Title_25.Name = "Title"
  2274. Title_25.Parent = Misc
  2275. Title_25.BackgroundColor3 = Color3.new(0, 0, 0)
  2276. Title_25.BorderColor3 = Color3.new(1, 0, 0)
  2277. Title_25.BorderSizePixel = 3
  2278. Title_25.Size = UDim2.new(1, 0, 0, 30)
  2279. Title_25.ZIndex = 2
  2280. Title_25.Font = Enum.Font.SourceSansBold
  2281. Title_25.FontSize = Enum.FontSize.Size14
  2282. Title_25.Text = "Misc."
  2283. Title_25.TextColor3 = Color3.new(1, 1, 1)
  2284. Title_25.TextSize = 14
  2285. Title_25.TextWrapped = true
  2286.  
  2287. PlayMusic.Name = "Play Music"
  2288. PlayMusic.Parent = Misc
  2289. PlayMusic.BackgroundColor3 = Color3.new(0, 0, 0)
  2290. PlayMusic.BorderColor3 = Color3.new(1, 0, 0)
  2291. PlayMusic.BorderSizePixel = 3
  2292. PlayMusic.Position = UDim2.new(0, 0, 0, 33)
  2293. PlayMusic.Size = UDim2.new(0.5, 0, 0, 30)
  2294. PlayMusic.ZIndex = 2
  2295. PlayMusic.Font = Enum.Font.SourceSans
  2296. PlayMusic.FontSize = Enum.FontSize.Size14
  2297. PlayMusic.Text = "Play Music"
  2298. PlayMusic.TextColor3 = Color3.new(1, 1, 1)
  2299. PlayMusic.TextSize = 14
  2300. PlayMusic.TextWrapped = true
  2301.  
  2302. DiscoFog.Name = "Disco Fog"
  2303. DiscoFog.Parent = Misc
  2304. DiscoFog.BackgroundColor3 = Color3.new(0, 0, 0)
  2305. DiscoFog.BorderColor3 = Color3.new(1, 0, 0)
  2306. DiscoFog.BorderSizePixel = 3
  2307. DiscoFog.Position = UDim2.new(0.5, 3, 0, 33)
  2308. DiscoFog.Size = UDim2.new(0.5, -3, 0, 30)
  2309. DiscoFog.ZIndex = 2
  2310. DiscoFog.Font = Enum.Font.SourceSans
  2311. DiscoFog.FontSize = Enum.FontSize.Size14
  2312. DiscoFog.Text = "Disco Fog"
  2313. DiscoFog.TextColor3 = Color3.new(1, 1, 1)
  2314. DiscoFog.TextSize = 14
  2315.  
  2316. RestoreSkybox.Name = "Restore Skybox"
  2317. RestoreSkybox.Parent = Misc
  2318. RestoreSkybox.BackgroundColor3 = Color3.new(0, 0, 0)
  2319. RestoreSkybox.BorderColor3 = Color3.new(1, 0, 0)
  2320. RestoreSkybox.BorderSizePixel = 3
  2321. RestoreSkybox.Position = UDim2.new(0, 0, 0, 66)
  2322. RestoreSkybox.Size = UDim2.new(0.5, 0, 0, 30)
  2323. RestoreSkybox.ZIndex = 2
  2324. RestoreSkybox.Font = Enum.Font.SourceSans
  2325. RestoreSkybox.FontSize = Enum.FontSize.Size14
  2326. RestoreSkybox.Text = "Restore Skybox"
  2327. RestoreSkybox.TextColor3 = Color3.new(1, 1, 1)
  2328. RestoreSkybox.TextSize = 14
  2329. RestoreSkybox.TextWrapped = true
  2330.  
  2331. BecomeOwnerinPersonalServer.Name = "Become Owner in Personal Server"
  2332. BecomeOwnerinPersonalServer.Parent = Misc
  2333. BecomeOwnerinPersonalServer.BackgroundColor3 = Color3.new(0, 0, 0)
  2334. BecomeOwnerinPersonalServer.BorderColor3 = Color3.new(1, 0, 0)
  2335. BecomeOwnerinPersonalServer.BorderSizePixel = 3
  2336. BecomeOwnerinPersonalServer.Position = UDim2.new(0.5, 3, 0, 66)
  2337. BecomeOwnerinPersonalServer.Size = UDim2.new(0.5, -3, 0, 30)
  2338. BecomeOwnerinPersonalServer.ZIndex = 2
  2339. BecomeOwnerinPersonalServer.Font = Enum.Font.SourceSans
  2340. BecomeOwnerinPersonalServer.FontSize = Enum.FontSize.Size14
  2341. BecomeOwnerinPersonalServer.Text = "Become Owner [PS]"
  2342. BecomeOwnerinPersonalServer.TextColor3 = Color3.new(1, 1, 1)
  2343. BecomeOwnerinPersonalServer.TextSize = 14
  2344. BecomeOwnerinPersonalServer.TextWrapped = true
  2345.  
  2346. StealPlayerPoints.Name = "Steal Player Points"
  2347. StealPlayerPoints.Parent = Misc
  2348. StealPlayerPoints.BackgroundColor3 = Color3.new(0, 0, 0)
  2349. StealPlayerPoints.BorderColor3 = Color3.new(1, 0, 0)
  2350. StealPlayerPoints.BorderSizePixel = 3
  2351. StealPlayerPoints.Position = UDim2.new(0, 0, 0, 99)
  2352. StealPlayerPoints.Size = UDim2.new(0.5, 0, 0, 30)
  2353. StealPlayerPoints.ZIndex = 2
  2354. StealPlayerPoints.Font = Enum.Font.SourceSans
  2355. StealPlayerPoints.FontSize = Enum.FontSize.Size14
  2356. StealPlayerPoints.Text = "Steal Player Points"
  2357. StealPlayerPoints.TextColor3 = Color3.new(1, 1, 1)
  2358. StealPlayerPoints.TextSize = 14
  2359. StealPlayerPoints.TextWrapped = true
  2360.  
  2361. FencingRestore.Name = "Fencing Restore"
  2362. FencingRestore.Parent = Misc
  2363. FencingRestore.BackgroundColor3 = Color3.new(0, 0, 0)
  2364. FencingRestore.BorderColor3 = Color3.new(1, 0, 0)
  2365. FencingRestore.BorderSizePixel = 3
  2366. FencingRestore.Position = UDim2.new(0.5, 3, 0, 99)
  2367. FencingRestore.Size = UDim2.new(0.5, -3, 0, 30)
  2368. FencingRestore.ZIndex = 2
  2369. FencingRestore.Font = Enum.Font.SourceSans
  2370. FencingRestore.FontSize = Enum.FontSize.Size14
  2371. FencingRestore.Text = "Fencing Restore"
  2372. FencingRestore.TextColor3 = Color3.new(1, 1, 1)
  2373. FencingRestore.TextSize = 14
  2374. FencingRestore.TextWrapped = true
  2375.  
  2376. LeaderstatAdd.Name = "Leaderstat Add"
  2377. LeaderstatAdd.Parent = Misc
  2378. LeaderstatAdd.BackgroundColor3 = Color3.new(0, 0, 0)
  2379. LeaderstatAdd.BorderColor3 = Color3.new(1, 0, 0)
  2380. LeaderstatAdd.BorderSizePixel = 3
  2381. LeaderstatAdd.Position = UDim2.new(0, 0, 0, 132)
  2382. LeaderstatAdd.Size = UDim2.new(0.5, 0, 0, 30)
  2383. LeaderstatAdd.ZIndex = 2
  2384. LeaderstatAdd.Font = Enum.Font.SourceSans
  2385. LeaderstatAdd.FontSize = Enum.FontSize.Size14
  2386. LeaderstatAdd.Text = "Leaderstat Add"
  2387. LeaderstatAdd.TextColor3 = Color3.new(1, 1, 1)
  2388. LeaderstatAdd.TextSize = 14
  2389. LeaderstatAdd.TextWrapped = true
  2390.  
  2391. LeaderstatChange.Name = "Leaderstat Change"
  2392. LeaderstatChange.Parent = Misc
  2393. LeaderstatChange.BackgroundColor3 = Color3.new(0, 0, 0)
  2394. LeaderstatChange.BorderColor3 = Color3.new(1, 0, 0)
  2395. LeaderstatChange.BorderSizePixel = 3
  2396. LeaderstatChange.Position = UDim2.new(0.5, 3, 0, 132)
  2397. LeaderstatChange.Size = UDim2.new(0.5, -3, 0, 30)
  2398. LeaderstatChange.ZIndex = 2
  2399. LeaderstatChange.Font = Enum.Font.SourceSans
  2400. LeaderstatChange.FontSize = Enum.FontSize.Size14
  2401. LeaderstatChange.Text = "Leaderstat Change"
  2402. LeaderstatChange.TextColor3 = Color3.new(1, 1, 1)
  2403. LeaderstatChange.TextSize = 14
  2404. LeaderstatChange.TextWrapped = true
  2405.  
  2406. PageLabel_6.Name = "PageLabel"
  2407. PageLabel_6.Parent = Page3
  2408. PageLabel_6.BackgroundColor3 = Color3.new(0, 0, 0)
  2409. PageLabel_6.BorderColor3 = Color3.new(1, 0, 0)
  2410. PageLabel_6.BorderSizePixel = 3
  2411. PageLabel_6.Position = UDim2.new(0, 0, 1, -30)
  2412. PageLabel_6.Size = UDim2.new(1, 0, 0, 30)
  2413. PageLabel_6.ZIndex = 2
  2414. PageLabel_6.Font = Enum.Font.SourceSans
  2415. PageLabel_6.FontSize = Enum.FontSize.Size18
  2416. PageLabel_6.Text = "Page 3"
  2417. PageLabel_6.TextColor3 = Color3.new(1, 1, 1)
  2418. PageLabel_6.TextSize = 18
  2419. PageLabel_6.TextWrapped = true
  2420.  
  2421. Page5.Name = "Page5"
  2422. Page5.Parent = Frame
  2423. Page5.BackgroundColor3 = Color3.new(0, 0, 0)
  2424. Page5.BorderColor3 = Color3.new(1, 0, 0)
  2425. Page5.BorderSizePixel = 3
  2426. Page5.Position = UDim2.new(0, 0, 0, 83)
  2427. Page5.Size = UDim2.new(1, 0, 1, -106)
  2428. Page5.Visible = false
  2429. Page5.ZIndex = 2
  2430.  
  2431. PresetGearIDs.Name = "Preset Gear IDs"
  2432. PresetGearIDs.Parent = Page5
  2433. PresetGearIDs.BackgroundColor3 = Color3.new(0, 0, 0)
  2434. PresetGearIDs.BorderColor3 = Color3.new(1, 0, 0)
  2435. PresetGearIDs.BorderSizePixel = 3
  2436. PresetGearIDs.Size = UDim2.new(0.5, 0, 1, 0)
  2437. PresetGearIDs.ZIndex = 2
  2438.  
  2439. Airstrike.Name = "Airstrike"
  2440. Airstrike.Parent = PresetGearIDs
  2441. Airstrike.BackgroundColor3 = Color3.new(0, 0, 0)
  2442. Airstrike.BorderColor3 = Color3.new(1, 0, 0)
  2443. Airstrike.BorderSizePixel = 3
  2444. Airstrike.Position = UDim2.new(0, 0, 0, 33)
  2445. Airstrike.Size = UDim2.new(0.5, 0, 0, 30)
  2446. Airstrike.ZIndex = 2
  2447. Airstrike.Font = Enum.Font.SourceSans
  2448. Airstrike.FontSize = Enum.FontSize.Size14
  2449. Airstrike.Text = "Airstrike"
  2450. Airstrike.TextColor3 = Color3.new(1, 1, 1)
  2451. Airstrike.TextSize = 14
  2452. Airstrike.TextWrapped = true
  2453.  
  2454. Title_26.Name = "Title"
  2455. Title_26.Parent = PresetGearIDs
  2456. Title_26.BackgroundColor3 = Color3.new(0, 0, 0)
  2457. Title_26.BorderColor3 = Color3.new(1, 0, 0)
  2458. Title_26.BorderSizePixel = 3
  2459. Title_26.Size = UDim2.new(1, 0, 0, 30)
  2460. Title_26.ZIndex = 2
  2461. Title_26.Font = Enum.Font.SourceSansBold
  2462. Title_26.FontSize = Enum.FontSize.Size14
  2463. Title_26.Text = "Preset Gear IDs"
  2464. Title_26.TextColor3 = Color3.new(1, 1, 1)
  2465. Title_26.TextSize = 14
  2466. Title_26.TextWrapped = true
  2467.  
  2468. GravityCoil.Name = "Gravity Coil"
  2469. GravityCoil.Parent = PresetGearIDs
  2470. GravityCoil.BackgroundColor3 = Color3.new(0, 0, 0)
  2471. GravityCoil.BorderColor3 = Color3.new(1, 0, 0)
  2472. GravityCoil.BorderSizePixel = 3
  2473. GravityCoil.Position = UDim2.new(0.5, 3, 0, 33)
  2474. GravityCoil.Size = UDim2.new(0.5, -3, 0, 30)
  2475. GravityCoil.ZIndex = 2
  2476. GravityCoil.Font = Enum.Font.SourceSans
  2477. GravityCoil.FontSize = Enum.FontSize.Size14
  2478. GravityCoil.Text = "Gravity Coil"
  2479. GravityCoil.TextColor3 = Color3.new(1, 1, 1)
  2480. GravityCoil.TextSize = 14
  2481. GravityCoil.TextWrapped = true
  2482.  
  2483. LinkedSword.Name = "Linked Sword"
  2484. LinkedSword.Parent = PresetGearIDs
  2485. LinkedSword.BackgroundColor3 = Color3.new(0, 0, 0)
  2486. LinkedSword.BorderColor3 = Color3.new(1, 0, 0)
  2487. LinkedSword.BorderSizePixel = 3
  2488. LinkedSword.Position = UDim2.new(0, 0, 0, 66)
  2489. LinkedSword.Size = UDim2.new(0.5, 0, 0, 30)
  2490. LinkedSword.ZIndex = 2
  2491. LinkedSword.Font = Enum.Font.SourceSans
  2492. LinkedSword.FontSize = Enum.FontSize.Size14
  2493. LinkedSword.Text = "Linked Sword"
  2494. LinkedSword.TextColor3 = Color3.new(1, 1, 1)
  2495. LinkedSword.TextSize = 14
  2496. LinkedSword.TextWrapped = true
  2497.  
  2498. Icedagger.Name = "Icedagger"
  2499. Icedagger.Parent = PresetGearIDs
  2500. Icedagger.BackgroundColor3 = Color3.new(0, 0, 0)
  2501. Icedagger.BorderColor3 = Color3.new(1, 0, 0)
  2502. Icedagger.BorderSizePixel = 3
  2503. Icedagger.Position = UDim2.new(0.5, 3, 0, 66)
  2504. Icedagger.Size = UDim2.new(0.5, -3, 0, 30)
  2505. Icedagger.ZIndex = 2
  2506. Icedagger.Font = Enum.Font.SourceSans
  2507. Icedagger.FontSize = Enum.FontSize.Size14
  2508. Icedagger.Text = "Icedagger"
  2509. Icedagger.TextColor3 = Color3.new(1, 1, 1)
  2510. Icedagger.TextSize = 14
  2511. Icedagger.TextWrapped = true
  2512.  
  2513. DualDarkhearts.Name = "Dual Darkhearts"
  2514. DualDarkhearts.Parent = PresetGearIDs
  2515. DualDarkhearts.BackgroundColor3 = Color3.new(0, 0, 0)
  2516. DualDarkhearts.BorderColor3 = Color3.new(1, 0, 0)
  2517. DualDarkhearts.BorderSizePixel = 3
  2518. DualDarkhearts.Position = UDim2.new(0, 0, 0, 99)
  2519. DualDarkhearts.Size = UDim2.new(0.5, 0, 0, 30)
  2520. DualDarkhearts.ZIndex = 2
  2521. DualDarkhearts.Font = Enum.Font.SourceSans
  2522. DualDarkhearts.FontSize = Enum.FontSize.Size14
  2523. DualDarkhearts.Text = "Dual Darkhearts"
  2524. DualDarkhearts.TextColor3 = Color3.new(1, 1, 1)
  2525. DualDarkhearts.TextSize = 14
  2526. DualDarkhearts.TextWrapped = true
  2527.  
  2528. DualVenomshanks.Name = "Dual Venomshanks"
  2529. DualVenomshanks.Parent = PresetGearIDs
  2530. DualVenomshanks.BackgroundColor3 = Color3.new(0, 0, 0)
  2531. DualVenomshanks.BorderColor3 = Color3.new(1, 0, 0)
  2532. DualVenomshanks.BorderSizePixel = 3
  2533. DualVenomshanks.Position = UDim2.new(0.5, 3, 0, 99)
  2534. DualVenomshanks.Size = UDim2.new(0.5, -3, 0, 30)
  2535. DualVenomshanks.ZIndex = 2
  2536. DualVenomshanks.Font = Enum.Font.SourceSans
  2537. DualVenomshanks.FontSize = Enum.FontSize.Size14
  2538. DualVenomshanks.Text = "Dual Venomshanks"
  2539. DualVenomshanks.TextColor3 = Color3.new(1, 1, 1)
  2540. DualVenomshanks.TextSize = 14
  2541. DualVenomshanks.TextWrapped = true
  2542.  
  2543. GhostfireSword.Name = "Ghostfire Sword"
  2544. GhostfireSword.Parent = PresetGearIDs
  2545. GhostfireSword.BackgroundColor3 = Color3.new(0, 0, 0)
  2546. GhostfireSword.BorderColor3 = Color3.new(1, 0, 0)
  2547. GhostfireSword.BorderSizePixel = 3
  2548. GhostfireSword.Position = UDim2.new(0, 0, 0, 132)
  2549. GhostfireSword.Size = UDim2.new(0.5, 0, 0, 30)
  2550. GhostfireSword.ZIndex = 2
  2551. GhostfireSword.Font = Enum.Font.SourceSans
  2552. GhostfireSword.FontSize = Enum.FontSize.Size14
  2553. GhostfireSword.Text = "Ghostfire Sword"
  2554. GhostfireSword.TextColor3 = Color3.new(1, 1, 1)
  2555. GhostfireSword.TextSize = 14
  2556. GhostfireSword.TextWrapped = true
  2557.  
  2558. Hyperbike.Name = "Hyperbike"
  2559. Hyperbike.Parent = PresetGearIDs
  2560. Hyperbike.BackgroundColor3 = Color3.new(0, 0, 0)
  2561. Hyperbike.BorderColor3 = Color3.new(1, 0, 0)
  2562. Hyperbike.BorderSizePixel = 3
  2563. Hyperbike.Position = UDim2.new(0.5, 3, 0, 132)
  2564. Hyperbike.Size = UDim2.new(0.5, -3, 0, 30)
  2565. Hyperbike.ZIndex = 2
  2566. Hyperbike.Font = Enum.Font.SourceSans
  2567. Hyperbike.FontSize = Enum.FontSize.Size14
  2568. Hyperbike.Text = "Hyperbike"
  2569. Hyperbike.TextColor3 = Color3.new(1, 1, 1)
  2570. Hyperbike.TextSize = 14
  2571. Hyperbike.TextWrapped = true
  2572.  
  2573. End.Name = "End"
  2574. End.Parent = Page5
  2575. End.BackgroundColor3 = Color3.new(0, 0, 0)
  2576. End.BorderColor3 = Color3.new(1, 0, 0)
  2577. End.BorderSizePixel = 3
  2578. End.Position = UDim2.new(0.5, 3, 0, 0)
  2579. End.Size = UDim2.new(0.5, -3, 1, 0)
  2580. End.ZIndex = 2
  2581.  
  2582. Text.Name = "Text"
  2583. Text.Parent = End
  2584. Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2585. Text.BorderColor3 = Color3.new(1, 0, 0)
  2586. Text.BorderSizePixel = 3
  2587. Text.Size = UDim2.new(1, 0, 1, 0)
  2588. Text.ZIndex = 2
  2589. Text.Font = Enum.Font.SourceSans
  2590. Text.FontSize = Enum.FontSize.Size14
  2591. Text.Text = "Thank you for using c00lgui Reborn!\n\nHave any questions or suggestions? PM 007n7!\n\nSpecial thanks to:\nEndeared: Beta testing\nCatlover5017: Beta testing\nDuderocks1011: Beta testing\nDylan1406599: Beta testing\nTrusted members of team c00lkidd: Being ultra c00l\nv3rmillion: Being ultra c00l\nWoodcrafter: Making the suicide vest"
  2592. Text.TextColor3 = Color3.new(1, 1, 1)
  2593. Text.TextSize = 14
  2594. Text.TextWrapped = true
  2595. Text.TextYAlignment = Enum.TextYAlignment.Top
  2596.  
  2597. PageLabel_7.Name = "PageLabel"
  2598. PageLabel_7.Parent = Page5
  2599. PageLabel_7.BackgroundColor3 = Color3.new(0, 0, 0)
  2600. PageLabel_7.BorderColor3 = Color3.new(1, 0, 0)
  2601. PageLabel_7.BorderSizePixel = 3
  2602. PageLabel_7.Position = UDim2.new(0, 0, 1, -30)
  2603. PageLabel_7.Size = UDim2.new(1, 0, 0, 30)
  2604. PageLabel_7.ZIndex = 2
  2605. PageLabel_7.Font = Enum.Font.SourceSans
  2606. PageLabel_7.FontSize = Enum.FontSize.Size18
  2607. PageLabel_7.Text = "Page 5"
  2608. PageLabel_7.TextColor3 = Color3.new(1, 1, 1)
  2609. PageLabel_7.TextSize = 18
  2610. PageLabel_7.TextWrapped = true
  2611.  
  2612. CloseOpen.Name = "Close/Open"
  2613. CloseOpen.Parent = c00kkiddgui
  2614. CloseOpen.BackgroundColor3 = Color3.new(0, 0, 0)
  2615. CloseOpen.BorderColor3 = Color3.new(1, 0, 0)
  2616. CloseOpen.BorderSizePixel = 3
  2617. CloseOpen.Position = UDim2.new(0, 3, 0.300000012, 380)
  2618. CloseOpen.Size = UDim2.new(0, 300, 0, 20)
  2619. CloseOpen.ZIndex = 3
  2620. CloseOpen.Font = Enum.Font.SourceSans
  2621. CloseOpen.FontSize = Enum.FontSize.Size18
  2622. CloseOpen.Text = "Close"
  2623. CloseOpen.TextColor3 = Color3.new(1, 1, 1)
  2624. CloseOpen.TextSize = 18
  2625. end)
  2626. apocesp.MouseButton1Down:connect(function()
  2627.     Check(1600503)
  2628.     scripttext.Visible = false
  2629.     scriptimage.Visible = true
  2630.     scripttext.Text = ""
  2631.     scriptimage.Image = "rbxassetid://554496857"
  2632.     dtext.Text = "Apoc GUI \n Lets you see anyone else in-game \n Works other games \n Made by Brack4712"
  2633.     stringv = [[for i,v in pairs(game.Players:GetChildren()) do
  2634.     local handle = Instance.new("Handles",game.Players.LocalPlayer.PlayerGui)
  2635.     handle.Adornee = v.Character.Head
  2636.     handle.Color3 = Color3.new(0/255, 255/255, 0/255)
  2637.     handle.Transparency = 0
  2638.     handle.Style = "Resize"
  2639.     end]]
  2640. end)
  2641. redwoodguns.MouseButton1Down:connect(function()
  2642.     Check(402122991)
  2643.     scripttext.Visible = true
  2644.     scriptimage.Visible = false
  2645.     scripttext.Text = "Redwood Prison Wepons"
  2646.     scriptimage.Image = ""
  2647.     dtext.Text = "Gives you 3 tools: \n Taser \n Beretta M9 \n UMP-45 \n made by Bunnylord"
  2648.     stringv = [[game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser")
  2649. wait(1)
  2650. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
  2651. wait(1)
  2652. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")]]
  2653. end)
  2654. prisonlifeshotgun.MouseButton1Down:connect(function()
  2655.     Check(155615604)
  2656.     scripttext.Visible = true
  2657.     scriptimage.Visible = false
  2658.     scripttext.Text = "Prison Life Wepons"
  2659.     scriptimage.Image = ""
  2660.     dtext.Text = "Gives you multiple wepons in Prison Life 2.0 \n made by AzulScript"
  2661.     stringv = [[for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  2662. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2663. end]]
  2664. end)
  2665. lvgui.MouseButton1Down:connect(function()
  2666.     Check(163865146)
  2667.     scripttext.Visible = true
  2668.     scriptimage.Visible = false
  2669.     scripttext.Text = "Las Vegas GUI"
  2670.     scriptimage.Image = ""
  2671.     dtext.Text = "Lets you get cars,wepons and lets you teleport! \n made by DragonRamer"
  2672.     stringv = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/iVJ1rSSA'))()]]
  2673. end)
  2674. loophealapoc.MouseButton1Down:connect(function()
  2675.     Check(1600503)
  2676.     scripttext.Visible = true
  2677.     scriptimage.Visible = false
  2678.     scripttext.Text = "Apoc Loopheal"
  2679.     scriptimage.Image = ""
  2680.     dtext.Text = "Loopheals you in apoc rising \n made by Unit-01"
  2681.     stringv = [[local Remote = game.Lighting.Remote.AddHealth
  2682. local Player = game.Workspace.UnjustifiedLimited.Humanoid
  2683. game:GetService("RunService").RenderStepped:connect(function()
  2684. Remote:FireServer(Player, 5000000)
  2685. end)]]
  2686. end)
  2687. bcdadmin.MouseButton1Down:connect(function()
  2688.     Check(0)
  2689.     scripttext.Visible = true
  2690.     scriptimage.Visible = false
  2691.     scripttext.Text = "BCDAdmin"
  2692.     scriptimage.Image = ""
  2693.     dtext.Text = "Gives you admin \n made by GtaMasterYT"
  2694.     stringv = [[loadstring(Raindrop:DownloadString('http://hastebin.com/raw/kozebukeye'))()]]
  2695. end)
  2696. apocgui.MouseButton1Down:connect(function()
  2697.     Check(1600503)
  2698.     scripttext.Visible = true
  2699.     scriptimage.Visible = false
  2700.     scripttext.Text = "Apoc GUI"
  2701.     scriptimage.Image = ""
  2702.     dtext.Text = "Does... Something... \n made by JosephR"
  2703.     stringv = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/tBhddmCX'))()]]
  2704. end)
  2705. killall.MouseButton1Down:connect(function()
  2706.     Check(0)
  2707.     scripttext.Visible = true
  2708.     scriptimage.Visible = false
  2709.     scripttext.Text = "Kill All"
  2710.     scriptimage.Image = ""
  2711.     dtext.Text = "Kills all players \n made by unverified"
  2712.     stringv = [[for i,v in pairs(game.Players:GetChildren()) do
  2713. if v.Character.Humanoid then
  2714. v.Character.Humanoid.Health = 0
  2715. end
  2716. end]]
  2717. end)
  2718. duck.MouseButton1Down:connect(function()
  2719.     Check(0)
  2720.     scripttext.Visible = true
  2721.     scriptimage.Visible = false
  2722.     scripttext.Text = "Duck"
  2723.     scriptimage.Image = ""
  2724.     dtext.Text = "Makes you a duck \n R6 AVATAR ONLY \n made by DragonRamer"
  2725.     stringv = [[local pchar = game.Players.LocalPlayer.Character                
  2726. local duck = Instance.new("SpecialMesh", pchar.Torso)
  2727. duck.MeshType = "FileMesh"
  2728. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  2729. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  2730. duck.Scale = Vector3.new(5, 5, 5)
  2731. pchar.Head.Transparency = 1
  2732. pchar["Left Arm"].Transparency = 1
  2733. pchar["Right Arm"].Transparency = 1
  2734. pchar["Left Leg"].Transparency = 1
  2735. pchar["Right Leg"].Transparency = 1]]
  2736. end)
  2737. sunsetcity.MouseButton1Down:connect(function()
  2738.     Check(28397429)
  2739.     scripttext.Visible = true
  2740.     scriptimage.Visible = false
  2741.     scripttext.Text = "Sunset City"
  2742.     scriptimage.Image = ""
  2743.     dtext.Text = "Completes a job 10 times \n Requirements: Be in a job \n Only works in Sunset City \n Made by OVOXO (laggy)"
  2744.     stringv = [[local i = 0
  2745. local b = 10
  2746. repeat
  2747. game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer()
  2748. wait(0.1)
  2749. i = i + 1
  2750. wait(0.1)
  2751. print(i)
  2752. until i == b]]
  2753. end)
  2754. catsdogs.MouseButton1Down:connect(function()
  2755.     Check(0)
  2756.     scripttext.Visible = true
  2757.     scriptimage.Visible = false
  2758.     scripttext.Text = "Cats and Dogs"
  2759.     scriptimage.Image = ""
  2760.     dtext.Text = "Rains cats and dogs! \n Made by lyroo"
  2761.     stringv = [[while true do
  2762. local a = Instance.new("Part", workspace)
  2763. local b = Instance.new("Part", workspace)
  2764. a.Position = Vector3.new(math.random(200), math.random(200), math.random(200))
  2765. b.Position = Vector3.new(math.random(200), math.random(200), math.random(200))
  2766. dog = Instance.new("SpecialMesh", b)
  2767. dog.MeshId = "http://www.roblox.com/asset/?id=68340830"
  2768. dog.TextureId = "http://www.roblox.com/asset/?id=68331520"
  2769. cat = Instance.new("SpecialMesh", a)
  2770. cat.MeshId = "http://www.roblox.com/asset/?id=180289755"
  2771. cat.TextureId = ""
  2772. wait(0.5)
  2773. d = Instance.new("Sound", a)
  2774. d.SoundId = "http://www.roblox.com/asset/?id=138078642"
  2775. d.Volume = 10
  2776. d.Looped = false
  2777. d:Play()
  2778. f = Instance.new("Sound", b)
  2779. f.SoundId = "http://www.roblox.com/asset/?id=132514715"
  2780. f.Volume = 10
  2781. f.Looped = false
  2782. f:Play()
  2783. end]]
  2784. end)
Advertisement
Add Comment
Please, Sign In to add comment