DanPanMan

Untitled

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