Advertisement
Fogdoggy

Untitled

Nov 12th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.45 KB | None | 0 0
  1. --[[
  2. GTL_1.lua
  3. fogdoggy
  4. --]]
  5. --// SERVICES \--
  6. local Players = game:GetService("Players")
  7.  
  8. --// CLIENT \--
  9. local Player = Players.LocalPlayer
  10.  
  11. --// SHORTCUT VAR(s) \--
  12. local IT = Instance.new
  13. local C3 = Color3.new
  14. local RECT = Rect.new
  15. local UD1 = UDim.new
  16. local UD2 = UDim2.new
  17. local VT2 = Vector2.new
  18. local VT3 = Vector3.new
  19.  
  20. --// OBJECT INSTANCING \--
  21. local ScreenGui = IT("ScreenGui")
  22. local Main = IT("ImageLabel")
  23. local Border = IT("Frame")
  24. local DesignLine = IT("Frame")
  25. local Close = IT("TextButton")
  26. local TextLabel = IT("TextLabel")
  27. local User = IT("TextBox")
  28. local TextBox_Roundify_12px = IT("ImageLabel")
  29. local Page1 = IT("Frame")
  30. local BodyGuard = IT("TextButton")
  31. local Bong_Cig = IT("TextButton")
  32. local CreepNPreech = IT("TextButton")
  33. local Char = IT("TextButton")
  34. local Claws = IT("TextButton")
  35. local Flamethrower = IT("TextButton")
  36. local GoodBadCop = IT("TextButton")
  37. local GrabGun = IT("TextButton")
  38. local ServerAdmin = IT("TextButton")
  39. local KrystalDance = IT("TextButton")
  40. local Maddox = IT("TextButton")
  41. local MrByebye = IT("TextButton")
  42. local MrPixel = IT("TextButton")
  43. local Playtime = IT("TextButton")
  44. local Quantom = IT("TextButton")
  45. local SSFucker = IT("TextButton")
  46. local Tsunami = IT("TextButton")
  47. local Chronos = IT("TextButton")
  48. local VoodoChild = IT("TextButton")
  49. local Whip = IT("TextButton")
  50. local Next = IT("TextButton")
  51. local Page2 = IT("Frame")
  52. local Previous = IT("TextButton")
  53. local Dex = IT("TextButton")
  54. local BlindReaper = IT("TextButton")
  55. local Hot = IT("TextButton")
  56. local Zythian = IT("TextButton")
  57. local BrutalO = IT("TextButton")
  58. local Executor = IT("TextButton")
  59. local UTG = IT("TextButton")
  60. local Calamity = IT("TextButton")
  61. local Next_2 = IT("TextButton")
  62. local Bigsmoke = IT("TextButton")
  63. local Glockicider = IT("TextButton")
  64. local Despacito = IT("TextButton")
  65. local Jojo = IT("TextButton")
  66. local Maniac = IT("TextButton")
  67. local Toast = IT("TextButton")
  68. local Chainiac = IT("TextButton")
  69. local Minimize = IT("TextButton")
  70. local R6 = IT("TextButton")
  71. local Page3 = IT("Frame")
  72. local Next_3 = IT("TextButton")
  73. local BSOD = IT("TextButton")
  74. local TextLabel_2 = IT("TextLabel")
  75. local TextLabel_3 = IT("TextLabel")
  76. local TextLabel_4 = IT("TextLabel")
  77. local Kick = IT("TextButton")
  78. local Shutdown = IT("TextButton")
  79. local TextLabel_5 = IT("TextLabel")
  80. local Pee = IT("TextButton")
  81. local Keem = IT("TextButton")
  82. local Rickroll = IT("TextButton")
  83. local Nuke = IT("TextButton")
  84. local Condo = IT("TextButton")
  85. local Previous_2 = IT("TextButton")
  86. local TextLabel_6 = IT("TextLabel")
  87. local Page4 = IT("Frame")
  88. local Previous_3 = IT("TextButton")
  89. local Creditpage = IT("TextButton")
  90. local Genocider = IT("TextButton")
  91. local Shedl = IT("TextButton")
  92. local Wretch = IT("TextButton")
  93. local Sin = IT("TextButton")
  94. local Gravity = IT("TextButton")
  95. local Katana = IT("TextButton")
  96. local Scout = IT("TextButton")
  97. local Aqua = IT("TextButton")
  98. local Influx = IT("TextButton")
  99. local Credits = IT("Frame")
  100. local Credits1 = IT("TextLabel")
  101. local Credits2 = IT("TextLabel")
  102. local Credits3 = IT("TextLabel")
  103. local _3126394436Fire = IT("TextLabel")
  104. local Back = IT("TextButton")
  105. local Open = IT("TextButton")
  106.  
  107. --// PROPERTIES \--
  108. ScreenGui.Parent = Player:WaitForChild("PlayerGui")
  109. ScreenGui.ResetOnSpawn = false
  110.  
  111. Main.Name = "Main"
  112. Main.Parent = ScreenGui
  113. Main.BackgroundColor3 = C3(1, 1, 1)
  114. Main.BackgroundTransparency = 1
  115. Main.Position = UD2(0.238055289, 0, 0.0892800912, 0)
  116. Main.Size = UD2(0, 322, 0, 418)
  117. Main.Image = "rbxassetid://2851926732"
  118. Main.ImageColor3 = C3(0.917647, 0.27451, 0.188235)
  119. Main.ScaleType = Enum.ScaleType.Slice
  120. Main.SliceCenter = RECT(12, 12, 12, 12)
  121.  
  122. Border.Name = "Border"
  123. Border.Parent = Main
  124. Border.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  125. Border.BorderSizePixel = 0
  126. Border.Position = UD2(-0.00267073512, 0, -0.00262386375, 0)
  127. Border.Size = UD2(0, 323, 0, 21)
  128.  
  129. DesignLine.Name = "Design Line"
  130. DesignLine.Parent = Main
  131. DesignLine.BackgroundColor3 = C3(0.376471, 0.00392157, 0.00784314)
  132. DesignLine.BorderSizePixel = 0
  133. DesignLine.Position = UD2(-0.00267080776, 0, 0.0461491123, 0)
  134. DesignLine.Size = UD2(0, 323, 0, 38)
  135.  
  136. Close.Name = "Close"
  137. Close.Parent = Main
  138. Close.BackgroundColor3 = C3(0, 0, 0)
  139. Close.BorderSizePixel = 0
  140. Close.Position = UD2(0.786730051, 0, -0.00262386375, 0)
  141. Close.Size = UD2(0, 34, 0, 20)
  142. Close.Font = Enum.Font.SourceSansLight
  143. Close.Text = "❌"
  144. Close.TextColor3 = C3(1, 0, 0)
  145. Close.TextSize = 19
  146. Close.TextStrokeColor3 = C3(1, 1, 1)
  147. Close.TextWrapped = true
  148.  
  149. TextLabel.Parent = Main
  150. TextLabel.BackgroundColor3 = C3(1, 1, 1)
  151. TextLabel.BackgroundTransparency = 1
  152. TextLabel.Position = UD2(0.333313942, 0, 0.047846891, 0)
  153. TextLabel.Size = UD2(0, 116, 0, 37)
  154. TextLabel.Font = Enum.Font.GothamBold
  155. TextLabel.Text = "Super SS V5"
  156. TextLabel.TextColor3 = C3(1, 1, 1)
  157. TextLabel.TextSize = 20
  158.  
  159. User.Name = "User"
  160. User.Parent = Main
  161. User.BackgroundColor3 = C3(0.917647, 0.27451, 0.188235)
  162. User.BackgroundTransparency = 1
  163. User.BorderSizePixel = 0
  164. User.Position = UD2(-0.00310559012, 0, 0.961722493, 0)
  165. User.Size = UD2(0, 317, 0, 50)
  166. User.ZIndex = 100
  167. User.Font = Enum.Font.SourceSansSemibold
  168. User.PlaceholderText = "Name Here"
  169. User.Text = ""
  170. User.TextColor3 = C3(1, 1, 1)
  171. User.TextSize = 14
  172.  
  173. TextBox_Roundify_12px.Name = "TextBox_Roundify_12px"
  174. TextBox_Roundify_12px.Parent = User
  175. TextBox_Roundify_12px.BackgroundColor3 = C3(1, 1, 1)
  176. TextBox_Roundify_12px.BackgroundTransparency = 1
  177. TextBox_Roundify_12px.Position = UD2(-5.87245449e-05, 0, -0.0905263349, 0)
  178. TextBox_Roundify_12px.Size = UD2(1.01583135, 0, 0.831807852, 0)
  179. TextBox_Roundify_12px.Image = "rbxassetid://2851926732"
  180. TextBox_Roundify_12px.ImageColor3 = C3(0.917647, 0.27451, 0.188235)
  181. TextBox_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  182. TextBox_Roundify_12px.SliceCenter = RECT(12, 12, 12, 12)
  183.  
  184. Page1.Name = "Page1"
  185. Page1.Parent = Main
  186. Page1.BackgroundColor3 = C3(1, 1, 1)
  187. Page1.BackgroundTransparency = 1
  188. Page1.Position = UD2(0.0310559012, 0, 0.160287037, 0)
  189. Page1.Size = UD2(0, 302, 0, 351)
  190. Page1.Visible = false
  191.  
  192. BodyGuard.Name = "BodyGuard"
  193. BodyGuard.Parent = Page1
  194. BodyGuard.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  195. BodyGuard.BorderColor3 = C3(0.509804, 0, 0)
  196. BodyGuard.BorderSizePixel = 2
  197. BodyGuard.Position = UD2(0.715238452, 0, 0.147793114, 0)
  198. BodyGuard.Size = UD2(0, 86, 0, 25)
  199. BodyGuard.Font = Enum.Font.SourceSansBold
  200. BodyGuard.Text = "BodyGuard"
  201. BodyGuard.TextColor3 = C3(1, 1, 1)
  202. BodyGuard.TextSize = 14
  203.  
  204. Bong_Cig.Name = "Bong_Cig"
  205. Bong_Cig.Parent = Page1
  206. Bong_Cig.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  207. Bong_Cig.BorderColor3 = C3(0.509804, 0, 0)
  208. Bong_Cig.BorderSizePixel = 2
  209. Bong_Cig.Position = UD2(0.0249183103, 0, 0.588714421, 0)
  210. Bong_Cig.Size = UD2(0, 86, 0, 25)
  211. Bong_Cig.Font = Enum.Font.SourceSansBold
  212. Bong_Cig.Text = "Bong£Cig"
  213. Bong_Cig.TextColor3 = C3(1, 1, 1)
  214. Bong_Cig.TextSize = 14
  215.  
  216. CreepNPreech.Name = "CreepNPreech"
  217. CreepNPreech.Parent = Page1
  218. CreepNPreech.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  219. CreepNPreech.BorderColor3 = C3(0.509804, 0, 0)
  220. CreepNPreech.BorderSizePixel = 2
  221. CreepNPreech.Position = UD2(0.374850243, 0, 0.442714036, 0)
  222. CreepNPreech.Size = UD2(0, 86, 0, 25)
  223. CreepNPreech.Font = Enum.Font.SourceSansBold
  224. CreepNPreech.Text = "CreepNPreech"
  225. CreepNPreech.TextColor3 = C3(1, 1, 1)
  226. CreepNPreech.TextSize = 14
  227.  
  228. Char.Name = "Char"
  229. Char.Parent = Page1
  230. Char.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  231. Char.BorderColor3 = C3(0.509804, 0, 0)
  232. Char.BorderSizePixel = 2
  233. Char.Position = UD2(0.374850243, 0, 0.734714925, 0)
  234. Char.Size = UD2(0, 86, 0, 25)
  235. Char.Font = Enum.Font.SourceSansBold
  236. Char.Text = "Char0lette"
  237. Char.TextColor3 = C3(1, 1, 1)
  238. Char.TextSize = 14
  239.  
  240. Claws.Name = "Claws"
  241. Claws.Parent = Page1
  242. Claws.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  243. Claws.BorderColor3 = C3(0.509804, 0, 0)
  244. Claws.BorderSizePixel = 2
  245. Claws.Position = UD2(0.374850243, 0, 0.860417366, 0)
  246. Claws.Size = UD2(0, 86, 0, 25)
  247. Claws.Font = Enum.Font.SourceSansBold
  248. Claws.Text = "Claws2"
  249. Claws.TextColor3 = C3(1, 1, 1)
  250. Claws.TextSize = 13
  251.  
  252. Flamethrower.Name = "Flamethrower"
  253. Flamethrower.Parent = Page1
  254. Flamethrower.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  255. Flamethrower.BorderColor3 = C3(0.509804, 0, 0)
  256. Flamethrower.BorderSizePixel = 2
  257. Flamethrower.Position = UD2(0.715238631, 0, 0.00471265381, 0)
  258. Flamethrower.Size = UD2(0, 86, 0, 25)
  259. Flamethrower.Font = Enum.Font.SourceSansBold
  260. Flamethrower.Text = "FlameTrower"
  261. Flamethrower.TextColor3 = C3(1, 1, 1)
  262. Flamethrower.TextSize = 14
  263.  
  264. GoodBadCop.Name = "GoodBadCop"
  265. GoodBadCop.Parent = Page1
  266. GoodBadCop.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  267. GoodBadCop.BorderColor3 = C3(0.509804, 0, 0)
  268. GoodBadCop.BorderSizePixel = 2
  269. GoodBadCop.Position = UD2(0.715238452, 0, 0.734714925, 0)
  270. GoodBadCop.Size = UD2(0, 86, 0, 25)
  271. GoodBadCop.Font = Enum.Font.SourceSansBold
  272. GoodBadCop.Text = "Good Bad cop"
  273. GoodBadCop.TextColor3 = C3(1, 1, 1)
  274. GoodBadCop.TextSize = 14
  275.  
  276. GrabGun.Name = "GrabGun"
  277. GrabGun.Parent = Page1
  278. GrabGun.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  279. GrabGun.BorderColor3 = C3(0.509804, 0, 0)
  280. GrabGun.BorderSizePixel = 2
  281. GrabGun.Position = UD2(0.0249184109, 0, 0.00471265381, 0)
  282. GrabGun.Size = UD2(0, 86, 0, 25)
  283. GrabGun.Font = Enum.Font.SourceSansBold
  284. GrabGun.Text = "Grab Gun"
  285. GrabGun.TextColor3 = C3(1, 1, 1)
  286. GrabGun.TextSize = 14
  287.  
  288. ServerAdmin.Name = "ServerAdmin"
  289. ServerAdmin.Parent = Page1
  290. ServerAdmin.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  291. ServerAdmin.BorderColor3 = C3(0.509804, 0, 0)
  292. ServerAdmin.BorderSizePixel = 2
  293. ServerAdmin.Position = UD2(0.0249183103, 0, 0.734714925, 0)
  294. ServerAdmin.Size = UD2(0, 86, 0, 25)
  295. ServerAdmin.Font = Enum.Font.SourceSansBold
  296. ServerAdmin.Text = "ServerAdmin"
  297. ServerAdmin.TextColor3 = C3(1, 1, 1)
  298. ServerAdmin.TextSize = 14
  299.  
  300. KrystalDance.Name = "KrystalDance"
  301. KrystalDance.Parent = Page1
  302. KrystalDance.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  303. KrystalDance.BorderColor3 = C3(0.509804, 0, 0)
  304. KrystalDance.BorderSizePixel = 2
  305. KrystalDance.Position = UD2(0.374850243, 0, 0.588714421, 0)
  306. KrystalDance.Size = UD2(0, 86, 0, 25)
  307. KrystalDance.Font = Enum.Font.SourceSansBold
  308. KrystalDance.Text = "Krystal Dance"
  309. KrystalDance.TextColor3 = C3(1, 1, 1)
  310. KrystalDance.TextSize = 14
  311.  
  312. Maddox.Name = "Maddox"
  313. Maddox.Parent = Page1
  314. Maddox.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  315. Maddox.BorderColor3 = C3(0.509804, 0, 0)
  316. Maddox.BorderSizePixel = 2
  317. Maddox.Position = UD2(0.715238452, 0, 0.588714421, 0)
  318. Maddox.Size = UD2(0, 86, 0, 25)
  319. Maddox.Font = Enum.Font.SourceSansBold
  320. Maddox.Text = "Maddox"
  321. Maddox.TextColor3 = C3(1, 1, 1)
  322. Maddox.TextSize = 14
  323.  
  324. MrByebye.Name = "MrByebye"
  325. MrByebye.Parent = Page1
  326. MrByebye.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  327. MrByebye.BorderColor3 = C3(0.509804, 0, 0)
  328. MrByebye.BorderSizePixel = 2
  329. MrByebye.Position = UD2(0.374850243, 0, 0.00471269991, 0)
  330. MrByebye.Size = UD2(0, 86, 0, 25)
  331. MrByebye.Font = Enum.Font.SourceSansBold
  332. MrByebye.Text = "MrByebye"
  333. MrByebye.TextColor3 = C3(1, 1, 1)
  334. MrByebye.TextSize = 14
  335.  
  336. MrPixel.Name = "MrPixel"
  337. MrPixel.Parent = Page1
  338. MrPixel.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  339. MrPixel.BorderColor3 = C3(0.509804, 0, 0)
  340. MrPixel.BorderSizePixel = 2
  341. MrPixel.Position = UD2(0.715238452, 0, 0.442714036, 0)
  342. MrPixel.Size = UD2(0, 86, 0, 25)
  343. MrPixel.Font = Enum.Font.SourceSansBold
  344. MrPixel.Text = "Mr. Pixels"
  345. MrPixel.TextColor3 = C3(1, 1, 1)
  346. MrPixel.TextSize = 14
  347.  
  348. Playtime.Name = "Playtime"
  349. Playtime.Parent = Page1
  350. Playtime.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  351. Playtime.BorderColor3 = C3(0.509804, 0, 0)
  352. Playtime.BorderSizePixel = 2
  353. Playtime.Position = UD2(0.374850243, 0, 0.282113552, 0)
  354. Playtime.Size = UD2(0, 86, 0, 25)
  355. Playtime.Font = Enum.Font.SourceSansBold
  356. Playtime.Text = "Playtime"
  357. Playtime.TextColor3 = C3(1, 1, 1)
  358. Playtime.TextSize = 14
  359.  
  360. Quantom.Name = "Quantom"
  361. Quantom.Parent = Page1
  362. Quantom.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  363. Quantom.BorderColor3 = C3(0.509804, 0, 0)
  364. Quantom.BorderSizePixel = 2
  365. Quantom.Position = UD2(0.715238452, 0, 0.282113552, 0)
  366. Quantom.Size = UD2(0, 86, 0, 25)
  367. Quantom.Font = Enum.Font.SourceSansBold
  368. Quantom.Text = "Quantom"
  369. Quantom.TextColor3 = C3(1, 1, 1)
  370. Quantom.TextSize = 14
  371.  
  372. SSFucker.Name = "SSFucker"
  373. SSFucker.Parent = Page1
  374. SSFucker.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  375. SSFucker.BorderColor3 = C3(0.509804, 0, 0)
  376. SSFucker.BorderSizePixel = 2
  377. SSFucker.Position = UD2(0.0249183103, 0, 0.86319536, 0)
  378. SSFucker.Size = UD2(0, 86, 0, 25)
  379. SSFucker.Font = Enum.Font.SourceSansBold
  380. SSFucker.Text = "SS fucker"
  381. SSFucker.TextColor3 = C3(1, 1, 1)
  382. SSFucker.TextSize = 14
  383.  
  384. Tsunami.Name = "Tsunami"
  385. Tsunami.Parent = Page1
  386. Tsunami.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  387. Tsunami.BorderColor3 = C3(0.509804, 0, 0)
  388. Tsunami.BorderSizePixel = 2
  389. Tsunami.Position = UD2(0.0249184109, 0, 0.147793114, 0)
  390. Tsunami.Size = UD2(0, 86, 0, 25)
  391. Tsunami.Font = Enum.Font.SourceSansBold
  392. Tsunami.Text = "Tsunami"
  393. Tsunami.TextColor3 = C3(1, 1, 1)
  394. Tsunami.TextSize = 14
  395.  
  396. Chronos.Name = "Chronos"
  397. Chronos.Parent = Page1
  398. Chronos.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  399. Chronos.BorderColor3 = C3(0.509804, 0, 0)
  400. Chronos.BorderSizePixel = 2
  401. Chronos.Position = UD2(0.0249183103, 0, 0.442714036, 0)
  402. Chronos.Size = UD2(0, 86, 0, 25)
  403. Chronos.Font = Enum.Font.SourceSansBold
  404. Chronos.Text = "Chronos"
  405. Chronos.TextColor3 = C3(1, 1, 1)
  406. Chronos.TextSize = 14
  407.  
  408. VoodoChild.Name = "VoodoChild"
  409. VoodoChild.Parent = Page1
  410. VoodoChild.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  411. VoodoChild.BorderColor3 = C3(0.509804, 0, 0)
  412. VoodoChild.BorderSizePixel = 2
  413. VoodoChild.Position = UD2(0.0249183103, 0, 0.282113552, 0)
  414. VoodoChild.Size = UD2(0, 86, 0, 25)
  415. VoodoChild.Font = Enum.Font.SourceSansBold
  416. VoodoChild.Text = "Voodo Child"
  417. VoodoChild.TextColor3 = C3(1, 1, 1)
  418. VoodoChild.TextSize = 14
  419.  
  420. Whip.Name = "Whip"
  421. Whip.Parent = Page1
  422. Whip.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  423. Whip.BorderColor3 = C3(0.509804, 0, 0)
  424. Whip.BorderSizePixel = 2
  425. Whip.Position = UD2(0.374850243, 0, 0.147793114, 0)
  426. Whip.Size = UD2(0, 86, 0, 25)
  427. Whip.Font = Enum.Font.SourceSansBold
  428. Whip.Text = "Whip"
  429. Whip.TextColor3 = C3(1, 1, 1)
  430. Whip.TextSize = 14
  431.  
  432. Next.Name = "Next"
  433. Next.Parent = Page1
  434. Next.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  435. Next.BorderColor3 = C3(0.509804, 0, 0)
  436. Next.BorderSizePixel = 2
  437. Next.Position = UD2(0.712598562, 0, 0.860417366, 0)
  438. Next.Size = UD2(0, 86, 0, 25)
  439. Next.Font = Enum.Font.SourceSansBold
  440. Next.Text = "Next"
  441. Next.TextColor3 = C3(1, 1, 1)
  442. Next.TextSize = 19
  443.  
  444. Page2.Name = "Page2"
  445. Page2.Parent = Main
  446. Page2.BackgroundColor3 = C3(1, 1, 1)
  447. Page2.BackgroundTransparency = 1
  448. Page2.Position = UD2(0.0310559012, 0, 0.160287037, 0)
  449. Page2.Size = UD2(0, 302, 0, 351)
  450. Page2.Visible = false
  451.  
  452. Previous.Name = "Previous"
  453. Previous.Parent = Page2
  454. Previous.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  455. Previous.BorderColor3 = C3(0.509804, 0, 0)
  456. Previous.BorderSizePixel = 2
  457. Previous.Position = UD2(0.0337905884, 0, 0.851870358, 0)
  458. Previous.Size = UD2(0, 86, 0, 25)
  459. Previous.Font = Enum.Font.SourceSansBold
  460. Previous.Text = "Previous"
  461. Previous.TextColor3 = C3(1, 1, 1)
  462. Previous.TextSize = 19
  463.  
  464. Dex.Name = "Dex"
  465. Dex.Parent = Page2
  466. Dex.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  467. Dex.BorderColor3 = C3(0.509804, 0, 0)
  468. Dex.BorderSizePixel = 2
  469. Dex.Position = UD2(0.0348520875, 0, 0.00466880947, 0)
  470. Dex.Size = UD2(0, 86, 0, 25)
  471. Dex.Font = Enum.Font.SourceSansBold
  472. Dex.Text = "DeX"
  473. Dex.TextColor3 = C3(1, 1, 1)
  474. Dex.TextSize = 14
  475.  
  476. BlindReaper.Name = "BlindReaper"
  477. BlindReaper.Parent = Page2
  478. BlindReaper.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  479. BlindReaper.BorderColor3 = C3(0.509804, 0, 0)
  480. BlindReaper.BorderSizePixel = 2
  481. BlindReaper.Position = UD2(0.36928916, 0, 0.00466880947, 0)
  482. BlindReaper.Size = UD2(0, 86, 0, 25)
  483. BlindReaper.Font = Enum.Font.SourceSansBold
  484. BlindReaper.Text = "Blind Reaper"
  485. BlindReaper.TextColor3 = C3(1, 1, 1)
  486. BlindReaper.TextSize = 14
  487.  
  488. Hot.Name = "Hot"
  489. Hot.Parent = Page2
  490. Hot.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  491. Hot.BorderColor3 = C3(0.509804, 0, 0)
  492. Hot.BorderSizePixel = 2
  493. Hot.Position = UD2(0.716971278, 0, 0.00466880947, 0)
  494. Hot.Size = UD2(0, 86, 0, 25)
  495. Hot.Font = Enum.Font.SourceSansBold
  496. Hot.Text = "Hot"
  497. Hot.TextColor3 = C3(1, 1, 1)
  498. Hot.TextSize = 14
  499.  
  500. Zythian.Name = "Zythian"
  501. Zythian.Parent = Page2
  502. Zythian.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  503. Zythian.BorderColor3 = C3(0.509804, 0, 0)
  504. Zythian.BorderSizePixel = 2
  505. Zythian.Position = UD2(0.0348520875, 0, 0.147118956, 0)
  506. Zythian.Size = UD2(0, 86, 0, 25)
  507. Zythian.Font = Enum.Font.SourceSansBold
  508. Zythian.Text = "Zythian"
  509. Zythian.TextColor3 = C3(1, 1, 1)
  510. Zythian.TextSize = 14
  511.  
  512. BrutalO.Name = "BrutalO"
  513. BrutalO.Parent = Page2
  514. BrutalO.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  515. BrutalO.BorderColor3 = C3(0.509804, 0, 0)
  516. BrutalO.BorderSizePixel = 2
  517. BrutalO.Position = UD2(0.36928916, 0, 0.147118956, 0)
  518. BrutalO.Size = UD2(0, 86, 0, 25)
  519. BrutalO.Font = Enum.Font.SourceSansBold
  520. BrutalO.Text = "BrutalOverlord"
  521. BrutalO.TextColor3 = C3(1, 1, 1)
  522. BrutalO.TextSize = 14
  523.  
  524. Executor.Name = "Executor"
  525. Executor.Parent = Page2
  526. Executor.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  527. Executor.BorderColor3 = C3(0.509804, 0, 0)
  528. Executor.BorderSizePixel = 2
  529. Executor.Position = UD2(0.710348785, 0, 0.147118956, 0)
  530. Executor.Size = UD2(0, 86, 0, 25)
  531. Executor.Font = Enum.Font.SourceSansBold
  532. Executor.Text = "Executor"
  533. Executor.TextColor3 = C3(1, 1, 1)
  534. Executor.TextSize = 14
  535.  
  536. UTG.Name = "UTG"
  537. UTG.Parent = Page2
  538. UTG.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  539. UTG.BorderColor3 = C3(0.509804, 0, 0)
  540. UTG.BorderSizePixel = 2
  541. UTG.Position = UD2(0.0348520875, 0, 0.295267075, 0)
  542. UTG.Size = UD2(0, 86, 0, 25)
  543. UTG.Font = Enum.Font.SourceSansBold
  544. UTG.Text = "UTG Remake"
  545. UTG.TextColor3 = C3(1, 1, 1)
  546. UTG.TextSize = 14
  547.  
  548. Calamity.Name = "Calamity"
  549. Calamity.Parent = Page2
  550. Calamity.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  551. Calamity.BorderColor3 = C3(0.509804, 0, 0)
  552. Calamity.BorderSizePixel = 2
  553. Calamity.Position = UD2(0.36928919, 0, 0.295267075, 0)
  554. Calamity.Size = UD2(0, 86, 0, 25)
  555. Calamity.Font = Enum.Font.SourceSansBold
  556. Calamity.Text = "Calamity"
  557. Calamity.TextColor3 = C3(1, 1, 1)
  558. Calamity.TextSize = 14
  559.  
  560. Next_2.Name = "Next"
  561. Next_2.Parent = Page2
  562. Next_2.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  563. Next_2.BorderColor3 = C3(0.509804, 0, 0)
  564. Next_2.BorderSizePixel = 2
  565. Next_2.Position = UD2(0.709287286, 0, 0.851870358, 0)
  566. Next_2.Size = UD2(0, 86, 0, 25)
  567. Next_2.Font = Enum.Font.SourceSansBold
  568. Next_2.Text = "Next"
  569. Next_2.TextColor3 = C3(1, 1, 1)
  570. Next_2.TextSize = 19
  571.  
  572. Bigsmoke.Name = "Bigsmoke"
  573. Bigsmoke.Parent = Page2
  574. Bigsmoke.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  575. Bigsmoke.BorderColor3 = C3(0.509804, 0, 0)
  576. Bigsmoke.BorderSizePixel = 2
  577. Bigsmoke.Position = UD2(0.716971278, 0, 0.295267075, 0)
  578. Bigsmoke.Size = UD2(0, 86, 0, 25)
  579. Bigsmoke.Font = Enum.Font.SourceSansBold
  580. Bigsmoke.Text = "Big Smoke"
  581. Bigsmoke.TextColor3 = C3(1, 1, 1)
  582. Bigsmoke.TextSize = 14
  583.  
  584. Glockicider.Name = "Glockicider"
  585. Glockicider.Parent = Page2
  586. Glockicider.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  587. Glockicider.BorderColor3 = C3(0.509804, 0, 0)
  588. Glockicider.BorderSizePixel = 2
  589. Glockicider.Position = UD2(0.0348520875, 0, 0.443415225, 0)
  590. Glockicider.Size = UD2(0, 86, 0, 25)
  591. Glockicider.Font = Enum.Font.SourceSansBold
  592. Glockicider.Text = "Glockicider"
  593. Glockicider.TextColor3 = C3(1, 1, 1)
  594. Glockicider.TextSize = 14
  595.  
  596. Despacito.Name = "Despacito"
  597. Despacito.Parent = Page2
  598. Despacito.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  599. Despacito.BorderColor3 = C3(0.509804, 0, 0)
  600. Despacito.BorderSizePixel = 2
  601. Despacito.Position = UD2(0.36928919, 0, 0.443415225, 0)
  602. Despacito.Size = UD2(0, 86, 0, 25)
  603. Despacito.Font = Enum.Font.SourceSansBold
  604. Despacito.Text = "DespacitoSpider"
  605. Despacito.TextColor3 = C3(1, 1, 1)
  606. Despacito.TextSize = 14
  607.  
  608. Jojo.Name = "Jojo"
  609. Jojo.Parent = Page2
  610. Jojo.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  611. Jojo.BorderColor3 = C3(0.509804, 0, 0)
  612. Jojo.BorderSizePixel = 2
  613. Jojo.Position = UD2(0.716971338, 0, 0.443415225, 0)
  614. Jojo.Size = UD2(0, 86, 0, 25)
  615. Jojo.Font = Enum.Font.SourceSansBold
  616. Jojo.Text = "Adventure Gun"
  617. Jojo.TextColor3 = C3(1, 1, 1)
  618. Jojo.TextSize = 14
  619.  
  620. Maniac.Name = "Maniac"
  621. Maniac.Parent = Page2
  622. Maniac.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  623. Maniac.BorderColor3 = C3(0.509804, 0, 0)
  624. Maniac.BorderSizePixel = 2
  625. Maniac.Position = UD2(0.0348520875, 0, 0.597261369, 0)
  626. Maniac.Size = UD2(0, 86, 0, 25)
  627. Maniac.Font = Enum.Font.SourceSansBold
  628. Maniac.Text = "Maniac Banisher"
  629. Maniac.TextColor3 = C3(1, 1, 1)
  630. Maniac.TextSize = 14
  631.  
  632. Toast.Name = "Toast"
  633. Toast.Parent = Page2
  634. Toast.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  635. Toast.BorderColor3 = C3(0.509804, 0, 0)
  636. Toast.BorderSizePixel = 2
  637. Toast.Position = UD2(0.36928916, 0, 0.597261369, 0)
  638. Toast.Size = UD2(0, 86, 0, 25)
  639. Toast.Font = Enum.Font.SourceSansBold
  640. Toast.Text = "Toaster"
  641. Toast.TextColor3 = C3(1, 1, 1)
  642. Toast.TextSize = 14
  643.  
  644. Chainiac.Name = "Chainiac"
  645. Chainiac.Parent = Page2
  646. Chainiac.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  647. Chainiac.BorderColor3 = C3(0.509804, 0, 0)
  648. Chainiac.BorderSizePixel = 2
  649. Chainiac.Position = UD2(0.716971278, 0, 0.597261369, 0)
  650. Chainiac.Size = UD2(0, 86, 0, 25)
  651. Chainiac.Font = Enum.Font.SourceSansBold
  652. Chainiac.Text = "Chainiac"
  653. Chainiac.TextColor3 = C3(1, 1, 1)
  654. Chainiac.TextSize = 14
  655.  
  656. Minimize.Name = "Minimize"
  657. Minimize.Parent = Main
  658. Minimize.BackgroundColor3 = C3(0, 0, 0)
  659. Minimize.BorderSizePixel = 0
  660. Minimize.Position = UD2(0.891377985, 0, -0.00262386375, 0)
  661. Minimize.Size = UD2(0, 35, 0, 20)
  662. Minimize.Font = Enum.Font.SourceSansLight
  663. Minimize.Text = ">"
  664. Minimize.TextColor3 = C3(1, 1, 1)
  665. Minimize.TextSize = 36
  666. Minimize.TextStrokeColor3 = C3(1, 1, 1)
  667. Minimize.TextWrapped = true
  668.  
  669. R6.Name = "R6"
  670. R6.Parent = Main
  671. R6.BackgroundColor3 = C3(0, 0, 0)
  672. R6.BorderSizePixel = 0
  673. R6.Position = UD2(-0.00208973885, 0, -0.00262386375, 0)
  674. R6.Size = UD2(0, 34, 0, 20)
  675. R6.Font = Enum.Font.SourceSansLight
  676. R6.Text = "R6"
  677. R6.TextColor3 = C3(1, 1, 1)
  678. R6.TextSize = 19
  679. R6.TextStrokeColor3 = C3(1, 1, 1)
  680. R6.TextWrapped = true
  681.  
  682. Page3.Name = "Page3"
  683. Page3.Parent = Main
  684. Page3.BackgroundColor3 = C3(1, 1, 1)
  685. Page3.BackgroundTransparency = 1
  686. Page3.Position = UD2(0.0310559012, 0, 0.160287037, 0)
  687. Page3.Size = UD2(0, 302, 0, 351)
  688. Page3.Visible = false
  689.  
  690. Next_3.Name = "Next"
  691. Next_3.Parent = Page3
  692. Next_3.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  693. Next_3.BorderColor3 = C3(0.509804, 0, 0)
  694. Next_3.BorderSizePixel = 2
  695. Next_3.Position = UD2(0.712598562, 0, 0.860417366, 0)
  696. Next_3.Size = UD2(0, 86, 0, 25)
  697. Next_3.Font = Enum.Font.SourceSansBold
  698. Next_3.Text = "Next"
  699. Next_3.TextColor3 = C3(1, 1, 1)
  700. Next_3.TextSize = 19
  701.  
  702. BSOD.Name = "BSOD"
  703. BSOD.Parent = Page3
  704. BSOD.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  705. BSOD.BorderColor3 = C3(0.509804, 0, 0)
  706. BSOD.BorderSizePixel = 2
  707. BSOD.Position = UD2(0.0083620213, 0, 0.0673468709, 0)
  708. BSOD.Size = UD2(0, 86, 0, 25)
  709. BSOD.Font = Enum.Font.SourceSansBold
  710. BSOD.Text = "BSOD"
  711. BSOD.TextColor3 = C3(1, 1, 1)
  712. BSOD.TextSize = 14
  713.  
  714. TextLabel_2.Parent = Page3
  715. TextLabel_2.BackgroundColor3 = C3(0.811765, 0.235294, 0.160784)
  716. TextLabel_2.BorderColor3 = C3(0.811765, 0.235294, 0.160784)
  717. TextLabel_2.Position = UD2(0.00993377529, 0, 0.646723628, 0)
  718. TextLabel_2.Size = UD2(0, 298, 0, 1)
  719. TextLabel_2.Font = Enum.Font.SourceSans
  720. TextLabel_2.Text = ""
  721. TextLabel_2.TextColor3 = C3(0, 0, 0)
  722. TextLabel_2.TextSize = 14
  723.  
  724. TextLabel_3.Parent = Page3
  725. TextLabel_3.BackgroundColor3 = C3(0.811765, 0.235294, 0.160784)
  726. TextLabel_3.BorderColor3 = C3(0.811765, 0.235294, 0.160784)
  727. TextLabel_3.Position = UD2(0.00993377529, 0, 0.809116781, 0)
  728. TextLabel_3.Size = UD2(0, 298, 0, 1)
  729. TextLabel_3.Font = Enum.Font.SourceSans
  730. TextLabel_3.Text = ""
  731. TextLabel_3.TextColor3 = C3(0, 0, 0)
  732. TextLabel_3.TextSize = 14
  733.  
  734. TextLabel_4.Parent = Page3
  735. TextLabel_4.BackgroundColor3 = C3(1, 1, 1)
  736. TextLabel_4.BackgroundTransparency = 1
  737. TextLabel_4.Position = UD2(0.182119206, 0, 0.586894631, 0)
  738. TextLabel_4.Size = UD2(0, 200, 0, 21)
  739. TextLabel_4.Font = Enum.Font.SourceSansBold
  740. TextLabel_4.Text = "Admin Buttons"
  741. TextLabel_4.TextColor3 = C3(0, 0, 0)
  742. TextLabel_4.TextSize = 14
  743.  
  744. Kick.Name = "Kick"
  745. Kick.Parent = Page3
  746. Kick.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  747. Kick.BorderColor3 = C3(0.509804, 0, 0)
  748. Kick.BorderSizePixel = 2
  749. Kick.Position = UD2(0.0083620213, 0, 0.6941275, 0)
  750. Kick.Size = UD2(0, 86, 0, 25)
  751. Kick.Font = Enum.Font.SourceSansBold
  752. Kick.Text = "Kick"
  753. Kick.TextColor3 = C3(1, 1, 1)
  754. Kick.TextSize = 14
  755.  
  756. Shutdown.Name = "Shutdown"
  757. Shutdown.Parent = Page3
  758. Shutdown.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  759. Shutdown.BorderColor3 = C3(0.509804, 0, 0)
  760. Shutdown.BorderSizePixel = 2
  761. Shutdown.Position = UD2(0.369289219, 0, 0.6941275, 0)
  762. Shutdown.Size = UD2(0, 86, 0, 25)
  763. Shutdown.Font = Enum.Font.SourceSansBold
  764. Shutdown.Text = "Shutdown"
  765. Shutdown.TextColor3 = C3(1, 1, 1)
  766. Shutdown.TextSize = 14
  767.  
  768. TextLabel_5.Parent = Page3
  769. TextLabel_5.BackgroundColor3 = C3(1, 1, 1)
  770. TextLabel_5.BackgroundTransparency = 1
  771. TextLabel_5.Position = UD2(0.182119206, 0, -0.0284900293, 0)
  772. TextLabel_5.Size = UD2(0, 200, 0, 18)
  773. TextLabel_5.Font = Enum.Font.SourceSansBold
  774. TextLabel_5.Text = "Pointless Scripts"
  775. TextLabel_5.TextColor3 = C3(0, 0, 0)
  776. TextLabel_5.TextSize = 14
  777.  
  778. Pee.Name = "Pee"
  779. Pee.Parent = Page3
  780. Pee.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  781. Pee.BorderColor3 = C3(0.509804, 0, 0)
  782. Pee.BorderSizePixel = 2
  783. Pee.Position = UD2(0.35935539, 0, 0.0673468709, 0)
  784. Pee.Size = UD2(0, 86, 0, 25)
  785. Pee.Font = Enum.Font.SourceSansBold
  786. Pee.Text = "Pee"
  787. Pee.TextColor3 = C3(1, 1, 1)
  788. Pee.TextSize = 14
  789.  
  790. Keem.Name = "Keem"
  791. Keem.Parent = Page3
  792. Keem.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  793. Keem.BorderColor3 = C3(0.509804, 0, 0)
  794. Keem.BorderSizePixel = 2
  795. Keem.Position = UD2(0.716971278, 0, 0.0673468709, 0)
  796. Keem.Size = UD2(0, 86, 0, 25)
  797. Keem.Font = Enum.Font.SourceSansBold
  798. Keem.Text = "Keemstarify"
  799. Keem.TextColor3 = C3(1, 1, 1)
  800. Keem.TextSize = 14
  801.  
  802. Rickroll.Name = "Rickroll"
  803. Rickroll.Parent = Page3
  804. Rickroll.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  805. Rickroll.BorderColor3 = C3(0.509804, 0, 0)
  806. Rickroll.BorderSizePixel = 2
  807. Rickroll.Position = UD2(0.0083620213, 0, 0.218344018, 0)
  808. Rickroll.Size = UD2(0, 86, 0, 25)
  809. Rickroll.Font = Enum.Font.SourceSansBold
  810. Rickroll.Text = "Rickroll All"
  811. Rickroll.TextColor3 = C3(1, 1, 1)
  812. Rickroll.TextSize = 14
  813.  
  814. Nuke.Name = "Nuke"
  815. Nuke.Parent = Page3
  816. Nuke.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  817. Nuke.BorderColor3 = C3(0.509804, 0, 0)
  818. Nuke.BorderSizePixel = 2
  819. Nuke.Position = UD2(0.710348785, 0, 0.691278517, 0)
  820. Nuke.Size = UD2(0, 86, 0, 25)
  821. Nuke.Font = Enum.Font.SourceSansBold
  822. Nuke.Text = "Nuke (serverbreaker)"
  823. Nuke.TextColor3 = C3(1, 1, 1)
  824. Nuke.TextSize = 9
  825.  
  826. Condo.Name = "Condo"
  827. Condo.Parent = Page3
  828. Condo.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  829. Condo.BorderColor3 = C3(0.509804, 0, 0)
  830. Condo.BorderSizePixel = 2
  831. Condo.Position = UD2(0.362666667, 0, 0.21549502, 0)
  832. Condo.Size = UD2(0, 86, 0, 25)
  833. Condo.Font = Enum.Font.SourceSansBold
  834. Condo.Text = "Condo Gui Lmao"
  835. Condo.TextColor3 = C3(1, 1, 1)
  836. Condo.TextSize = 14
  837.  
  838. Previous_2.Name = "Previous"
  839. Previous_2.Parent = Page3
  840. Previous_2.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  841. Previous_2.BorderColor3 = C3(0.509804, 0, 0)
  842. Previous_2.BorderSizePixel = 2
  843. Previous_2.Position = UD2(0.0073005408, 0, 0.860417366, 0)
  844. Previous_2.Size = UD2(0, 86, 0, 25)
  845. Previous_2.Font = Enum.Font.SourceSansBold
  846. Previous_2.Text = "Previous"
  847. Previous_2.TextColor3 = C3(1, 1, 1)
  848. Previous_2.TextSize = 19
  849.  
  850. TextLabel_6.Parent = Main
  851. TextLabel_6.BackgroundColor3 = C3(1, 1, 1)
  852. TextLabel_6.BackgroundTransparency = 1
  853. TextLabel_6.Position = UD2(0.889214635, 0, 0.0430622026, 0)
  854. TextLabel_6.Size = UD2(0, 29, 0, 23)
  855. TextLabel_6.Font = Enum.Font.GothamBold
  856. TextLabel_6.Text = "TeamTrap"
  857. TextLabel_6.TextColor3 = C3(1, 1, 1)
  858.  
  859. Page4.Name = "Page4"
  860. Page4.Parent = Main
  861. Page4.BackgroundColor3 = C3(1, 1, 1)
  862. Page4.BackgroundTransparency = 1
  863. Page4.BorderSizePixel = 0
  864. Page4.Position = UD2(0, 0, 0.13636364, 0)
  865. Page4.Size = UD2(0, 322, 0, 354)
  866.  
  867. Previous_3.Name = "Previous"
  868. Previous_3.Parent = Page4
  869. Previous_3.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  870. Previous_3.BorderColor3 = C3(0.509804, 0, 0)
  871. Previous_3.BorderSizePixel = 2
  872. Previous_3.Position = UD2(0.053747803, 0, 0.910504997, 0)
  873. Previous_3.Size = UD2(0, 86, 0, 25)
  874. Previous_3.Font = Enum.Font.SourceSansBold
  875. Previous_3.Text = "Previous"
  876. Previous_3.TextColor3 = C3(1, 1, 1)
  877. Previous_3.TextSize = 14
  878.  
  879. Creditpage.Name = "Creditpage"
  880. Creditpage.Parent = Page4
  881. Creditpage.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  882. Creditpage.BorderColor3 = C3(0.509804, 0, 0)
  883. Creditpage.BorderSizePixel = 2
  884. Creditpage.Position = UD2(0.671760201, 0, 0.910504997, 0)
  885. Creditpage.Size = UD2(0, 86, 0, 25)
  886. Creditpage.Font = Enum.Font.SourceSansBold
  887. Creditpage.Text = "Credits"
  888. Creditpage.TextColor3 = C3(1, 1, 1)
  889. Creditpage.TextSize = 14
  890.  
  891. Genocider.Name = "Genocider"
  892. Genocider.Parent = Page4
  893. Genocider.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  894. Genocider.BorderColor3 = C3(0.509804, 0, 0)
  895. Genocider.BorderSizePixel = 2
  896. Genocider.Position = UD2(0.066170156, 0, 0.0319739059, 0)
  897. Genocider.Size = UD2(0, 86, 0, 25)
  898. Genocider.Font = Enum.Font.SourceSansBold
  899. Genocider.Text = "Genocider v2"
  900. Genocider.TextColor3 = C3(1, 1, 1)
  901. Genocider.TextSize = 14
  902.  
  903. Shedl.Name = "Shedl"
  904. Shedl.Parent = Page4
  905. Shedl.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  906. Shedl.BorderColor3 = C3(0.509804, 0, 0)
  907. Shedl.BorderSizePixel = 2
  908. Shedl.Position = UD2(0.379834771, 0, 0.0319739059, 0)
  909. Shedl.Size = UD2(0, 86, 0, 25)
  910. Shedl.Font = Enum.Font.SourceSansBold
  911. Shedl.Text = "Shedletsky Ban"
  912. Shedl.TextColor3 = C3(1, 1, 1)
  913. Shedl.TextSize = 14
  914.  
  915. Wretch.Name = "Wretch"
  916. Wretch.Parent = Page4
  917. Wretch.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  918. Wretch.BorderColor3 = C3(0.509804, 0, 0)
  919. Wretch.BorderSizePixel = 2
  920. Wretch.Position = UD2(0.696604967, 0, 0.0319739059, 0)
  921. Wretch.Size = UD2(0, 86, 0, 25)
  922. Wretch.Font = Enum.Font.SourceSansBold
  923. Wretch.Text = "Wretch"
  924. Wretch.TextColor3 = C3(1, 1, 1)
  925. Wretch.TextSize = 14
  926.  
  927. Sin.Name = "Sin"
  928. Sin.Parent = Page4
  929. Sin.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  930. Sin.BorderColor3 = C3(0.509804, 0, 0)
  931. Sin.BorderSizePixel = 2
  932. Sin.Position = UD2(0.066170156, 0, 0.17321685, 0)
  933. Sin.Size = UD2(0, 86, 0, 25)
  934. Sin.Font = Enum.Font.SourceSansBold
  935. Sin.Text = "Sin Dragon"
  936. Sin.TextColor3 = C3(1, 1, 1)
  937. Sin.TextSize = 14
  938.  
  939. Gravity.Name = "Gravity"
  940. Gravity.Parent = Page4
  941. Gravity.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  942. Gravity.BorderColor3 = C3(0.509804, 0, 0)
  943. Gravity.BorderSizePixel = 2
  944. Gravity.Position = UD2(0.379834771, 0, 0.17321685, 0)
  945. Gravity.Size = UD2(0, 86, 0, 25)
  946. Gravity.Font = Enum.Font.SourceSansBold
  947. Gravity.Text = "Gravity Hammer"
  948. Gravity.TextColor3 = C3(1, 1, 1)
  949. Gravity.TextSize = 14
  950.  
  951. Katana.Name = "Katana"
  952. Katana.Parent = Page4
  953. Katana.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  954. Katana.BorderColor3 = C3(0.509804, 0, 0)
  955. Katana.BorderSizePixel = 2
  956. Katana.Position = UD2(0.696604967, 0, 0.17321685, 0)
  957. Katana.Size = UD2(0, 86, 0, 25)
  958. Katana.Font = Enum.Font.SourceSansBold
  959. Katana.Text = "Green Katana"
  960. Katana.TextColor3 = C3(1, 1, 1)
  961. Katana.TextSize = 14
  962.  
  963. Scout.Name = "Scout"
  964. Scout.Parent = Page4
  965. Scout.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  966. Scout.BorderColor3 = C3(0.509804, 0, 0)
  967. Scout.BorderSizePixel = 2
  968. Scout.Position = UD2(0.066170156, 0, 0.311634928, 0)
  969. Scout.Size = UD2(0, 86, 0, 25)
  970. Scout.Font = Enum.Font.SourceSansBold
  971. Scout.Text = "Scout"
  972. Scout.TextColor3 = C3(1, 1, 1)
  973. Scout.TextSize = 14
  974.  
  975. Aqua.Name = "Aqua"
  976. Aqua.Parent = Page4
  977. Aqua.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  978. Aqua.BorderColor3 = C3(0.509804, 0, 0)
  979. Aqua.BorderSizePixel = 2
  980. Aqua.Position = UD2(0.379834771, 0, 0.311634928, 0)
  981. Aqua.Size = UD2(0, 86, 0, 25)
  982. Aqua.Font = Enum.Font.SourceSansBold
  983. Aqua.Text = "Diver"
  984. Aqua.TextColor3 = C3(1, 1, 1)
  985. Aqua.TextSize = 14
  986.  
  987. Influx.Name = "Influx"
  988. Influx.Parent = Page4
  989. Influx.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  990. Influx.BorderColor3 = C3(0.509804, 0, 0)
  991. Influx.BorderSizePixel = 2
  992. Influx.Position = UD2(0.693499386, 0, 0.305985212, 0)
  993. Influx.Size = UD2(0, 86, 0, 25)
  994. Influx.Font = Enum.Font.SourceSansBold
  995. Influx.Text = "Influx"
  996. Influx.TextColor3 = C3(1, 1, 1)
  997. Influx.TextSize = 14
  998.  
  999. Credits.Name = "Credits"
  1000. Credits.Parent = Main
  1001. Credits.BackgroundColor3 = C3(1, 1, 1)
  1002. Credits.BackgroundTransparency = 1
  1003. Credits.Position = UD2(0.00931677036, 0, 0.13636364, 0)
  1004. Credits.Size = UD2(0, 317, 0, 355)
  1005. Credits.Visible = false
  1006.  
  1007. Credits1.Name = "Credits1"
  1008. Credits1.Parent = Credits
  1009. Credits1.BackgroundColor3 = C3(1, 1, 1)
  1010. Credits1.BackgroundTransparency = 1
  1011. Credits1.Position = UD2(0.0220820196, 0, 0.0478873253, 0)
  1012. Credits1.Size = UD2(0, 305, 0, 32)
  1013. Credits1.Font = Enum.Font.SourceSans
  1014. Credits1.Text = "Coding And Scripting: zVaN3x, and IditMasterIsBanned"
  1015. Credits1.TextColor3 = C3(0, 0, 0)
  1016. Credits1.TextSize = 14
  1017.  
  1018. Credits2.Name = "Credits2"
  1019. Credits2.Parent = Credits
  1020. Credits2.BackgroundColor3 = C3(1, 1, 1)
  1021. Credits2.BackgroundTransparency = 1
  1022. Credits2.Position = UD2(0.186119869, 0, 0.115492962, 0)
  1023. Credits2.Size = UD2(0, 200, 0, 18)
  1024. Credits2.Font = Enum.Font.SourceSans
  1025. Credits2.Text = "Design: Nixxbari"
  1026. Credits2.TextColor3 = C3(0, 0, 0)
  1027. Credits2.TextSize = 14
  1028.  
  1029. Credits3.Name = "Credits3"
  1030. Credits3.Parent = Credits
  1031. Credits3.BackgroundColor3 = C3(1, 1, 1)
  1032. Credits3.BackgroundTransparency = 1
  1033. Credits3.Position = UD2(0.186119869, 0, 0.166197181, 0)
  1034. Credits3.Size = UD2(0, 200, 0, 18)
  1035. Credits3.Font = Enum.Font.SourceSans
  1036. Credits3.Text = "Animation Codes: Sochimagochi, and FuryWolfYT"
  1037. Credits3.TextColor3 = C3(0, 0, 0)
  1038. Credits3.TextSize = 14
  1039.  
  1040. _3126394436Fire.Name = "(3126394436):Fire"
  1041. _3126394436Fire.Parent = Credits
  1042. _3126394436Fire.BackgroundColor3 = C3(1, 1, 1)
  1043. _3126394436Fire.BackgroundTransparency = 1
  1044. _3126394436Fire.Position = UD2(0.195583597, 0, 0.216901392, 0)
  1045. _3126394436Fire.Size = UD2(0, 200, 0, 24)
  1046. _3126394436Fire.Font = Enum.Font.SourceSans
  1047. _3126394436Fire.Text = "Thank You For Using SuperSS!"
  1048. _3126394436Fire.TextColor3 = C3(0, 0, 0)
  1049. _3126394436Fire.TextSize = 14
  1050.  
  1051. Back.Name = "Back"
  1052. Back.Parent = Credits
  1053. Back.BackgroundColor3 = C3(0.54902, 0.00784314, 0.00392157)
  1054. Back.BorderColor3 = C3(0.509804, 0, 0)
  1055. Back.BorderSizePixel = 2
  1056. Back.Position = UD2(0.274567991, 0, 0.305213362, 0)
  1057. Back.Size = UD2(0, 150, 0, 25)
  1058. Back.Font = Enum.Font.SourceSansBold
  1059. Back.Text = "Go Back"
  1060. Back.TextColor3 = C3(1, 1, 1)
  1061. Back.TextSize = 14
  1062.  
  1063. Open.Name = "Open"
  1064. Open.Parent = ScreenGui
  1065. Open.BackgroundColor3 = C3(0.862745, 0, 0)
  1066. Open.BorderSizePixel = 0
  1067. Open.Position = UD2(1, 0, 0.5, 0)
  1068. Open.Size = UD2(0, 72, 0, 19)
  1069. Open.Font = Enum.Font.SourceSansSemibold
  1070. Open.Text = "Open"
  1071. Open.TextColor3 = C3(1, 1, 1)
  1072. Open.TextSize = 16
  1073.  
  1074. --// SCRIPTS \--
  1075. function SCRIPT_PKOC74_FAKESCRIPT() -- User.ChangeScript
  1076. local script = Instance.new('LocalScript')
  1077. script.Parent = User
  1078. script.Parent.Changed:Connect(function()
  1079. script.Change:FireServer(script.Parent.Text)
  1080. end)
  1081.  
  1082. end
  1083. coroutine.resume(coroutine.create(SCRIPT_PKOC74_FAKESCRIPT))
  1084. function SCRIPT_JNAZ66_FAKESCRIPT() -- Main.Dragify
  1085. local script = Instance.new('LocalScript')
  1086. script.Parent = Main
  1087. local UIS = game:GetService("UserInputService")
  1088. function dragify(Frame)
  1089. dragToggle = nil
  1090. local dragSpeed = 0.25
  1091. dragInput = nil
  1092. dragStart = nil
  1093. local dragPos = nil
  1094. function updateInput(input)
  1095. local Delta = input.Position - dragStart
  1096. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1097. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  1098. end
  1099. Frame.InputBegan:Connect(function(input)
  1100. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1101. dragToggle = true
  1102. dragStart = input.Position
  1103. startPos = Frame.Position
  1104. input.Changed:Connect(function()
  1105. if input.UserInputState == Enum.UserInputState.End then
  1106. dragToggle = false
  1107. end
  1108. end)
  1109. end
  1110. end)
  1111. Frame.InputChanged:Connect(function(input)
  1112. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1113. dragInput = input
  1114. end
  1115. end)
  1116. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1117. if input == dragInput and dragToggle then
  1118. updateInput(input)
  1119. end
  1120. end)
  1121. end
  1122.  
  1123. dragify(script.Parent)
  1124.  
  1125. --Dont use with other GUIs etc without my P3rm1ss10N! -W0lfy
  1126.  
  1127. end
  1128. coroutine.resume(coroutine.create(SCRIPT_JNAZ66_FAKESCRIPT))
  1129. function SCRIPT_OPLJ87_FAKESCRIPT() -- Main.PositioningScript
  1130. local script = Instance.new('LocalScript')
  1131. script.Parent = Main
  1132. --//Scripted by Sochi\\
  1133. -- script.Parent.Position = UDim2.new(0, 100, 0, -1000)
  1134. script.Parent:TweenPosition(UDim2.new(0.5, 0, 0.5, 0), "Out", "Quad", 1)
  1135. script.Parent.Draggable = true
  1136.  
  1137. end
  1138. coroutine.resume(coroutine.create(SCRIPT_OPLJ87_FAKESCRIPT))
  1139. function SCRIPT_PFLI86_FAKESCRIPT() -- Main.Main
  1140. local script = Instance.new('LocalScript')
  1141. script.Parent = Main
  1142. local frame = script.Parent
  1143.  
  1144. frame.Page1.Next.MouseButton1Click:Connect(function()
  1145. frame.Page1.Visible = false
  1146. frame.Page2.Visible = true
  1147. end)
  1148. frame.Page2.Previous.MouseButton1Click:Connect(function()
  1149. frame.Page1.Visible = true
  1150. frame.Page2.Visible = false
  1151. end)
  1152. frame.Page2.Next.MouseButton1Click:Connect(function()
  1153. frame.Page1.Visible = false
  1154. frame.Page2.Visible = false
  1155. frame.Page3.Visible = true
  1156. end)
  1157. frame.Page3.Previous.MouseButton1Click:Connect(function()
  1158. frame.Page2.Visible = true
  1159. frame.Page3.Visible = false
  1160. end)
  1161. frame.Page3.Next.MouseButton1Click:Connect(function()
  1162. frame.Page3.Visible = false
  1163. frame.Page4.Visible = true
  1164. end)
  1165. frame.Page4.Previous.MouseButton1Click:Connect(function()
  1166. frame.Page3.Visible = true
  1167. frame.Page4.Visible = false
  1168. end)
  1169. frame.Page4.Creditpage.MouseButton1Click:Connect(function()
  1170. frame.Credits.Visible = true
  1171. frame.Page4.Visible = false
  1172. end)
  1173. frame.Credits.Back.MouseButton1Click:Connect(function()
  1174. frame.Credits.Visible = false
  1175. frame.Page4.Visible = true
  1176. end)
  1177.  
  1178. frame.Close.MouseButton1Click:Connect(function()
  1179. frame:TweenPosition(UDim2.new(0.5, 0, 1.5, 0))
  1180. wait(3)
  1181. script.Parent.Parent:Destroy()
  1182. end)
  1183. frame.Minimize.MouseButton1Click:Connect(function()
  1184. frame:TweenPosition(UDim2.new(1.2, 0, 0.5, 0))
  1185. frame.Parent.Open:TweenPosition(UDim2.new(0.956, 0, 0.5, 0))
  1186. end)
  1187. frame.Parent.Open.MouseButton1Click:Connect(function()
  1188. frame:TweenPosition(UDim2.new(0.5, 0, 0.5, 0))
  1189. frame.Parent.Open:TweenPosition(UDim2.new(1.1, 0, 0.5, 0))
  1190. end)
  1191.  
  1192. end
  1193. coroutine.resume(coroutine.create(SCRIPT_PFLI86_FAKESCRIPT))
  1194. function SCRIPT_QWPA88_FAKESCRIPT() -- Main.Execute
  1195. local script = Instance.new('Script')
  1196. script.Parent = Main
  1197. local page1 = script.Parent.Page1
  1198. local page2 = script.Parent.Page2
  1199. local page3 = script.Parent.Page3
  1200. local page4 = script.Parent.Page4
  1201. local _player = script.Parent.User.ChangeScript.Change.ChangeRemoteHandler.Text
  1202. page1.BodyGuard.MouseButton1Click:Connect(function()
  1203. require(3030750786):Fire(_player.Value)
  1204. end)
  1205. page1.Bong_Cig.MouseButton1Click:Connect(function()
  1206. require(3013985920):Fire(_player.Value)
  1207. end)
  1208. page1.Maddox.MouseButton1Click:Connect(function()
  1209. require(2996270076).load(_player.Value)
  1210. end)
  1211. page1.GrabGun.MouseButton1Click:Connect(function()
  1212. require(2991288724).load(_player.Value)
  1213. end)
  1214. page1.MrByebye.MouseButton1Click:Connect(function()
  1215. require(3031423582).load(_player.Value)
  1216. end)
  1217. page2.Dex.MouseButton1Click:Connect(function()
  1218. require(3065505480).load(_player.Value)
  1219. end)
  1220. page1.Tsunami.MouseButton1Click:Connect(function()
  1221. require(3030853409):Fire(_player.Value)
  1222. end)
  1223. page1.GoodBadCop.MouseButton1Click:Connect(function()
  1224. require(2980021654).load(_player.Value)
  1225. end)
  1226. page1.Chronos.MouseButton1Click:Connect(function()
  1227. require(3058896243).load(_player.Value)
  1228. end)
  1229. page1.SSFucker.MouseButton1Click:Connect(function()
  1230. require(02990201034):Fire(_player.Value)
  1231. end)
  1232. page1.Whip.MouseButton1Click:Connect(function()
  1233. require(3026040232):Fire(_player.Value)
  1234. end)
  1235. page1.VoodoChild.MouseButton1Click:Connect(function()
  1236. require(3031042843):Fire(_player.Value)
  1237. end)
  1238. page1.CreepNPreech.MouseButton1Click:Connect(function()
  1239. require(3007943127).load(_player.Value)
  1240. end)
  1241. page1.KrystalDance.MouseButton1Click:Connect(function()
  1242. require(3081277568).load(_player.Value)
  1243. end)
  1244. page1.Flamethrower.MouseButton1Click:Connect(function()
  1245. require(3034288898).load(_player.Value)
  1246. end)
  1247. page1.Playtime.MouseButton1Click:Connect(function()
  1248. require(3009322942).load(_player.Value)
  1249. end)
  1250. page1.Quantom.MouseButton1Click:Connect(function()
  1251. require(3083579583):Fire(_player.Value)
  1252. end)
  1253. page1.Char.MouseButton1Click:Connect(function()
  1254. require(3077548398).load(_player.Value)
  1255. end)
  1256. page1.Claws.MouseButton1Click:Connect(function()
  1257. require(3083142303).load(_player.Value)
  1258. end)
  1259. page1.ServerAdmin.MouseButton1Click:Connect(function()
  1260. require(3083168821).load(_player.Value)
  1261. end)
  1262. page2.BlindReaper.MouseButton1Click:Connect(function()
  1263. require(3083480987).load(_player.Value)
  1264. end)
  1265. page2.Hot.MouseButton1Click:Connect(function()
  1266. require(3083758097).load(_player.Value)
  1267. end)
  1268. page2.Zythian.MouseButton1Click:Connect(function()
  1269. require(3086274786).load(_player.Value)
  1270. end)
  1271. page2.BrutalO.MouseButton1Click:Connect(function()
  1272. require(3086383758).load(_player.Value)
  1273. end)
  1274. page2.Executor.MouseButton1Click:Connect(function()
  1275. require(3089881846).naenae(_player.Value)
  1276. end)
  1277. page2.UTG.MouseButton1Click:Connect(function()
  1278. require(3059033683):Fire(_player.Value)
  1279. end)
  1280. page2.Calamity.MouseButton1Click:Connect(function()
  1281. require(3039232837).load(_player.Value)
  1282. end)
  1283. page2.Bigsmoke.MouseButton1Click:Connect(function()
  1284. require(3020580481).load(_player.Value)
  1285. end)
  1286. page2.Glockicider.MouseButton1Click:Connect(function()
  1287. require(3038887656).load(_player.Value)
  1288. end)
  1289. page2.Despacito.MouseButton1Click:Connect(function()
  1290. require(3014989148):Fire(_player.Value)
  1291. end)
  1292. page3.Kick.MouseButton1Click:Connect(function()
  1293. require(3096374130).load(_player.Value)
  1294. end)
  1295. page3.Shutdown.MouseButton1Click:Connect(function()
  1296. require(3105337433).load(_player.Value)
  1297. end)
  1298. page3.BSOD.MouseButton1Click:Connect(function()
  1299. require(3106064201).load(_player.Value)
  1300. end)
  1301. page3.Pee.MouseButton1Click:Connect(function()
  1302. require(3106168158).load(_player.Value)
  1303. end)
  1304. page3.Rickroll.MouseButton1Click:Connect(function()
  1305. require(3106760692).load(_player.Value)
  1306. end)
  1307. page3.Nuke.MouseButton1Click:Connect(function()
  1308. require(3106838084).load(_player.Value)
  1309. end)
  1310. page3.Keem.MouseButton1Click:Connect(function()
  1311. require(3106955858).load(_player.Value)
  1312. end)
  1313. page3.Condo.MouseButton1Click:Connect(function()
  1314. require(3108170230):Fire(_player.Value)
  1315. end)
  1316. page2.Jojo.MouseButton1Click:Connect(function()
  1317. require(3112871475).load(_player.Value)
  1318. end)
  1319. page2.Maniac.MouseButton1Click:Connect(function()
  1320. require(3088137951).load(_player.Value)
  1321. end)
  1322. page4.Genocider.MouseButton1Click:Connect(function()
  1323. require(3112682211).load(_player.Value)
  1324. end)
  1325. page2.Toast.MouseButton1Click:Connect(function()
  1326. require(3106572026).load(_player.Value)
  1327. end)
  1328. page2.Chainiac.MouseButton1Click:Connect(function()
  1329. require(3112781619).load(_player.Value)
  1330. end)
  1331. page4.Wretch.MouseButton1Click:Connect(function()
  1332. require(3141365973).load(_player.Value)
  1333. end)
  1334. page4.Sin.MouseButton1Click:Connect(function()
  1335. require(3146605031).load(_player.Value)
  1336. end)
  1337. page4.Gravity.MouseButton1Click:Connect(function()
  1338. require(3146988625):Start(_player.Value)
  1339. end)
  1340. page4.Katana.MouseButton1Click:Connect(function()
  1341. require(3147029219):Start(_player.Value)
  1342. end)
  1343. page4.Scout.MouseButton1Click:Connect(function()
  1344. require(3147048483):Start(_player.Value)
  1345. end)
  1346. page4.Aqua.MouseButton1Click:Connect(function()
  1347. require(3147174193):Start(_player.Value)
  1348. end)
  1349. page4.Influx.MouseButton1Click:Connect(function()
  1350. require(3149578442):Start(_player.Value)
  1351. end)
  1352.  
  1353. end
  1354. coroutine.resume(coroutine.create(SCRIPT_QWPA88_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement