Advertisement
kviks

SBS

Jan 13th, 2024 (edited)
1,422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 82.38 KB | None | 0 0
  1. local MainGui = Instance.new("ScreenGui")
  2. local OPCL = Instance.new("ScreenGui")
  3. local OpenCloseFrame = Instance.new("Frame")
  4. local opcl = Instance.new("TextButton")
  5. local StarterGui = Instance.new("ScreenGui")
  6. local NullFrame = Instance.new("Frame")
  7. local NullAbility = Instance.new("TextButton")
  8. local RhytmFrame = Instance.new("Frame")
  9. local RhytmAbility = Instance.new("TextButton")
  10. local NoCDFrame = Instance.new("Frame")
  11. local NoCDAbility = Instance.new("TextButton")
  12. local DiamondFrame = Instance.new("Frame")
  13. local DiamondAbility = Instance.new("TextButton")
  14. local GhostlFrame = Instance.new("Frame")
  15. local GhostAbility = Instance.new("TextButton")
  16. local DisableAbility = Instance.new("TextButton")
  17. local RocketLauncherFrame = Instance.new("Frame")
  18. local RocketLauncherAbility = Instance.new("TextButton")
  19. local AntiTSFrame = Instance.new("Frame")
  20. local antitimestop = Instance.new("TextButton")
  21. local HammerFrame = Instance.new("Frame")
  22. local HammerAbility = Instance.new("TextButton")
  23. local BombFrame = Instance.new("Frame")
  24. local BombAbility = Instance.new("TextButton")
  25. local RojoFrame = Instance.new("Frame")
  26. local RojoAbility = Instance.new("TextButton")
  27. local ReleaseAbility = Instance.new("TextButton")
  28. local GoldenFrame = Instance.new("Frame")
  29. local GoldenAbility = Instance.new("TextButton")
  30. local DGoldenAbility = Instance.new("TextButton")
  31. local ReverseFrame = Instance.new("Frame")
  32. local ReverseAbility = Instance.new("TextButton")
  33. local TextLabel = Instance.new("TextLabel")
  34. local DTycconsFrame = Instance.new("Frame")
  35. local dtc = Instance.new("TextButton")
  36. local PianoFrame = Instance.new("Frame")
  37. local PianoAbility = Instance.new("TextButton")
  38. local AuthorsFrame = Instance.new("Frame")
  39. local UICorner = Instance.new("UICorner")
  40. local TextLabel_2 = Instance.new("TextLabel")
  41. local robFrame = Instance.new("Frame")
  42. local robAbility = Instance.new("TextButton")
  43. local NotificationFrame = Instance.new("Frame")
  44. local UICorner_2 = Instance.new("UICorner")
  45. local TextLabel_3 = Instance.new("TextLabel")
  46. local TextLabel_4 = Instance.new("TextLabel")
  47. local TextLabel_5 = Instance.new("TextLabel")
  48. local TextLabel_6 = Instance.new("TextLabel")
  49. local TextLabel_7 = Instance.new("TextLabel")
  50. local MazeFrame = Instance.new("Frame")
  51. local MazeTeleport = Instance.new("TextButton")
  52. local VIPFrame = Instance.new("Frame")
  53. local VIPGui = Instance.new("TextButton")
  54. local NormalFrame = Instance.new("Frame")
  55. local VIPGui_2 = Instance.new("TextButton")
  56. local AuthorsVIPFrame = Instance.new("Frame")
  57. local UICorner_3 = Instance.new("UICorner")
  58. local TextLabel_8 = Instance.new("TextLabel")
  59. local ThorFrame = Instance.new("Frame")
  60. local thor = Instance.new("TextButton")
  61. local TimeStopFrame = Instance.new("Frame")
  62. local ts = Instance.new("TextButton")
  63. local BallerFrame = Instance.new("Frame")
  64. local baller = Instance.new("TextButton")
  65. local ImageLabel = Instance.new("ImageLabel")
  66. local AdminFrame = Instance.new("Frame")
  67. local admin = Instance.new("TextButton")
  68. local AuthorsJesterFrame = Instance.new("Frame")
  69. local UICorner_4 = Instance.new("UICorner")
  70. local TextLabel_9 = Instance.new("TextLabel")
  71. local NormalAdminFrame = Instance.new("Frame")
  72. local Back = Instance.new("TextButton")
  73. local invFrame = Instance.new("Frame")
  74. local inv = Instance.new("TextButton")
  75. local flingFrame = Instance.new("Frame")
  76. local fling = Instance.new("TextButton")
  77. local anvilFrame = Instance.new("Frame")
  78. local anvil = Instance.new("TextButton")
  79. local cloudFrame = Instance.new("Frame")
  80. local cloudAbility = Instance.new("TextButton")
  81. local BlinkFrame = Instance.new("Frame")
  82. local BlinkAbility = Instance.new("TextButton")
  83. local FMFrame = Instance.new("Frame")
  84. local FMAbility = Instance.new("TextButton")
  85. local FMLFrame = Instance.new("Frame")
  86. local FMLAbility = Instance.new("TextButton")
  87. local Guardian_Angel_Frame = Instance.new("Frame")
  88. local Guardian_Angel_Ability = Instance.new("TextButton")
  89. local SlicerFrame = Instance.new("Frame")
  90. local SlicerAbility = Instance.new("TextButton")
  91. local RecallFrame = Instance.new("Frame")
  92. local RecallAbility = Instance.new("TextButton")
  93. local JesterFrame = Instance.new("Frame")
  94. local jester = Instance.new("TextButton")
  95. local piesFrame = Instance.new("Frame")
  96. local pies = Instance.new("TextButton")
  97. local CardsFrame = Instance.new("Frame")
  98. local cards = Instance.new("TextButton")
  99. local NormalJesterFrame = Instance.new("Frame")
  100. local Back_2 = Instance.new("TextButton")
  101. local AuthorsAdminFrame = Instance.new("Frame")
  102. local UICorner_5 = Instance.new("UICorner")
  103. local TextLabel_10 = Instance.new("TextLabel")
  104.  
  105. -- Properties
  106.  
  107. MainGui.Name = "MainGui"
  108. MainGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  109. MainGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  110. MainGui.ResetOnSpawn = false
  111.  
  112. OPCL.Name = "OPCL"
  113. OPCL.Parent = MainGui
  114. OPCL.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  115. OPCL.ResetOnSpawn = false
  116.  
  117. OpenCloseFrame.Name = "Open/CloseFrame"
  118. OpenCloseFrame.Parent = OPCL
  119. OpenCloseFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  120. OpenCloseFrame.BackgroundTransparency = 0.15000000596046448
  121. OpenCloseFrame.BorderColor3 = Color3.new(0, 0, 0)
  122. OpenCloseFrame.BorderSizePixel = 0
  123. OpenCloseFrame.Position = UDim2.new(0.934000015, 0, 0.36500001, 0)
  124. OpenCloseFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  125.  
  126. opcl.Name = "opcl"
  127. opcl.Parent = OpenCloseFrame
  128. opcl.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  129. opcl.BackgroundTransparency = 0.15000000596046448
  130. opcl.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  131. opcl.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  132. opcl.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  133. opcl.Font = Enum.Font.DenkOne
  134. opcl.Text = "Close"
  135. opcl.TextColor3 = Color3.new(1, 1, 1)
  136. opcl.TextScaled = true
  137. opcl.TextSize = 14
  138. opcl.TextWrapped = true
  139.  
  140. StarterGui.Name = "StarterGui"
  141. StarterGui.Parent = MainGui
  142. StarterGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  143. StarterGui.ResetOnSpawn = false
  144.  
  145. NullFrame.Name = "NullFrame"
  146. NullFrame.Parent = StarterGui
  147. NullFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  148. NullFrame.BackgroundTransparency = 0.15000000596046448
  149. NullFrame.BorderColor3 = Color3.new(0, 0, 0)
  150. NullFrame.BorderSizePixel = 0
  151. NullFrame.Position = UDim2.new(0.932260811, 0, 0.0125523014, 0)
  152. NullFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  153.  
  154. NullAbility.Name = "NullAbility"
  155. NullAbility.Parent = NullFrame
  156. NullAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  157. NullAbility.BackgroundTransparency = 0.15000000596046448
  158. NullAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  159. NullAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  160. NullAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  161. NullAbility.Font = Enum.Font.DenkOne
  162. NullAbility.Text = "Null"
  163. NullAbility.TextColor3 = Color3.new(1, 1, 1)
  164. NullAbility.TextScaled = true
  165. NullAbility.TextSize = 14
  166. NullAbility.TextWrapped = true
  167.  
  168. RhytmFrame.Name = "RhytmFrame"
  169. RhytmFrame.Parent = StarterGui
  170. RhytmFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  171. RhytmFrame.BackgroundTransparency = 0.15000000596046448
  172. RhytmFrame.BorderColor3 = Color3.new(0, 0, 0)
  173. RhytmFrame.BorderSizePixel = 0
  174. RhytmFrame.Position = UDim2.new(0.870000005, 0, 0.0125523014, 0)
  175. RhytmFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  176.  
  177. RhytmAbility.Name = "RhytmAbility"
  178. RhytmAbility.Parent = RhytmFrame
  179. RhytmAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  180. RhytmAbility.BackgroundTransparency = 0.15000000596046448
  181. RhytmAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  182. RhytmAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  183. RhytmAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  184. RhytmAbility.Font = Enum.Font.DenkOne
  185. RhytmAbility.Text = "Rhytm"
  186. RhytmAbility.TextColor3 = Color3.new(1, 1, 1)
  187. RhytmAbility.TextScaled = true
  188. RhytmAbility.TextSize = 14
  189. RhytmAbility.TextWrapped = true
  190.  
  191. NoCDFrame.Name = "NoCDFrame"
  192. NoCDFrame.Parent = StarterGui
  193. NoCDFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  194. NoCDFrame.BackgroundTransparency = 0.15000000596046448
  195. NoCDFrame.BorderColor3 = Color3.new(0, 0, 0)
  196. NoCDFrame.BorderSizePixel = 0
  197. NoCDFrame.Position = UDim2.new(0.806999981, 0, 0.0125523014, 0)
  198. NoCDFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  199.  
  200. NoCDAbility.Name = "NoCDAbility"
  201. NoCDAbility.Parent = NoCDFrame
  202. NoCDAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  203. NoCDAbility.BackgroundTransparency = 0.15000000596046448
  204. NoCDAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  205. NoCDAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  206. NoCDAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  207. NoCDAbility.Font = Enum.Font.DenkOne
  208. NoCDAbility.Text = "No Cooldown"
  209. NoCDAbility.TextColor3 = Color3.new(1, 1, 1)
  210. NoCDAbility.TextScaled = true
  211. NoCDAbility.TextSize = 14
  212. NoCDAbility.TextWrapped = true
  213.  
  214. DiamondFrame.Name = "DiamondFrame"
  215. DiamondFrame.Parent = StarterGui
  216. DiamondFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  217. DiamondFrame.BackgroundTransparency = 0.15000000596046448
  218. DiamondFrame.BorderColor3 = Color3.new(0, 0, 0)
  219. DiamondFrame.BorderSizePixel = 0
  220. DiamondFrame.Position = UDim2.new(0.745080471, 0, 0.0125523014, 0)
  221. DiamondFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  222.  
  223. DiamondAbility.Name = "DiamondAbility"
  224. DiamondAbility.Parent = DiamondFrame
  225. DiamondAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  226. DiamondAbility.BackgroundTransparency = 0.15000000596046448
  227. DiamondAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  228. DiamondAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  229. DiamondAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  230. DiamondAbility.Font = Enum.Font.DenkOne
  231. DiamondAbility.Text = "Diamond"
  232. DiamondAbility.TextColor3 = Color3.new(1, 1, 1)
  233. DiamondAbility.TextScaled = true
  234. DiamondAbility.TextSize = 14
  235. DiamondAbility.TextWrapped = true
  236.  
  237. GhostlFrame.Name = "GhostlFrame"
  238. GhostlFrame.Parent = StarterGui
  239. GhostlFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  240. GhostlFrame.BackgroundTransparency = 0.15000000596046448
  241. GhostlFrame.BorderColor3 = Color3.new(0, 0, 0)
  242. GhostlFrame.BorderSizePixel = 0
  243. GhostlFrame.Position = UDim2.new(0.932260811, 0, 0.108786613, 0)
  244. GhostlFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  245.  
  246. GhostAbility.Name = "GhostAbility"
  247. GhostAbility.Parent = GhostlFrame
  248. GhostAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  249. GhostAbility.BackgroundTransparency = 0.15000000596046448
  250. GhostAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  251. GhostAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  252. GhostAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  253. GhostAbility.Font = Enum.Font.DenkOne
  254. GhostAbility.Text = "Ghost"
  255. GhostAbility.TextColor3 = Color3.new(1, 1, 1)
  256. GhostAbility.TextScaled = true
  257. GhostAbility.TextSize = 14
  258. GhostAbility.TextWrapped = true
  259.  
  260. DisableAbility.Name = "DisableAbility"
  261. DisableAbility.Parent = GhostlFrame
  262. DisableAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  263. DisableAbility.BackgroundTransparency = 0.15000000596046448
  264. DisableAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  265. DisableAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  266. DisableAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  267. DisableAbility.Visible = false
  268. DisableAbility.Font = Enum.Font.DenkOne
  269. DisableAbility.Text = "Disable"
  270. DisableAbility.TextColor3 = Color3.new(1, 1, 1)
  271. DisableAbility.TextScaled = true
  272. DisableAbility.TextSize = 14
  273. DisableAbility.TextWrapped = true
  274.  
  275. RocketLauncherFrame.Name = "RocketLauncherFrame"
  276. RocketLauncherFrame.Parent = StarterGui
  277. RocketLauncherFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  278. RocketLauncherFrame.BackgroundTransparency = 0.15000000596046448
  279. RocketLauncherFrame.BorderColor3 = Color3.new(0, 0, 0)
  280. RocketLauncherFrame.BorderSizePixel = 0
  281. RocketLauncherFrame.Position = UDim2.new(0.745080471, 0, 0.108786613, 0)
  282. RocketLauncherFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  283.  
  284. RocketLauncherAbility.Name = "RocketLauncherAbility"
  285. RocketLauncherAbility.Parent = RocketLauncherFrame
  286. RocketLauncherAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  287. RocketLauncherAbility.BackgroundTransparency = 0.15000000596046448
  288. RocketLauncherAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  289. RocketLauncherAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  290. RocketLauncherAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  291. RocketLauncherAbility.Font = Enum.Font.DenkOne
  292. RocketLauncherAbility.Text = "Rocket Launcher"
  293. RocketLauncherAbility.TextColor3 = Color3.new(1, 1, 1)
  294. RocketLauncherAbility.TextScaled = true
  295. RocketLauncherAbility.TextSize = 14
  296. RocketLauncherAbility.TextWrapped = true
  297.  
  298. AntiTSFrame.Name = "AntiTSFrame"
  299. AntiTSFrame.Parent = StarterGui
  300. AntiTSFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  301. AntiTSFrame.BackgroundTransparency = 0.15000000596046448
  302. AntiTSFrame.BorderColor3 = Color3.new(0, 0, 0)
  303. AntiTSFrame.BorderSizePixel = 0
  304. AntiTSFrame.Position = UDim2.new(0.806999981, 0, 0.108786613, 0)
  305. AntiTSFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  306.  
  307. antitimestop.Name = "antitimestop"
  308. antitimestop.Parent = AntiTSFrame
  309. antitimestop.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  310. antitimestop.BackgroundTransparency = 0.15000000596046448
  311. antitimestop.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  312. antitimestop.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  313. antitimestop.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  314. antitimestop.Font = Enum.Font.DenkOne
  315. antitimestop.Text = "Anti TimeStop"
  316. antitimestop.TextColor3 = Color3.new(1, 1, 1)
  317. antitimestop.TextScaled = true
  318. antitimestop.TextSize = 14
  319. antitimestop.TextWrapped = true
  320.  
  321. HammerFrame.Name = "HammerFrame"
  322. HammerFrame.Parent = StarterGui
  323. HammerFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  324. HammerFrame.BackgroundTransparency = 0.15000000596046448
  325. HammerFrame.BorderColor3 = Color3.new(0, 0, 0)
  326. HammerFrame.BorderSizePixel = 0
  327. HammerFrame.Position = UDim2.new(0.870000005, 0, 0.108786613, 0)
  328. HammerFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  329.  
  330. HammerAbility.Name = "HammerAbility"
  331. HammerAbility.Parent = HammerFrame
  332. HammerAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  333. HammerAbility.BackgroundTransparency = 0.15000000596046448
  334. HammerAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  335. HammerAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  336. HammerAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  337. HammerAbility.Font = Enum.Font.DenkOne
  338. HammerAbility.Text = "Ban Hammer"
  339. HammerAbility.TextColor3 = Color3.new(1, 1, 1)
  340. HammerAbility.TextScaled = true
  341. HammerAbility.TextSize = 14
  342. HammerAbility.TextWrapped = true
  343.  
  344. BombFrame.Name = "BombFrame"
  345. BombFrame.Parent = StarterGui
  346. BombFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  347. BombFrame.BackgroundTransparency = 0.15000000596046448
  348. BombFrame.BorderColor3 = Color3.new(0, 0, 0)
  349. BombFrame.BorderSizePixel = 0
  350. BombFrame.Position = UDim2.new(0.683000028, 0, 0.108786613, 0)
  351. BombFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  352.  
  353. BombAbility.Name = "BombAbility"
  354. BombAbility.Parent = BombFrame
  355. BombAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  356. BombAbility.BackgroundTransparency = 0.15000000596046448
  357. BombAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  358. BombAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  359. BombAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  360. BombAbility.Font = Enum.Font.DenkOne
  361. BombAbility.Text = "Bomb"
  362. BombAbility.TextColor3 = Color3.new(1, 1, 1)
  363. BombAbility.TextScaled = true
  364. BombAbility.TextSize = 14
  365. BombAbility.TextWrapped = true
  366.  
  367. RojoFrame.Name = "RojoFrame"
  368. RojoFrame.Parent = StarterGui
  369. RojoFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  370. RojoFrame.BackgroundTransparency = 0.15000000596046448
  371. RojoFrame.BorderColor3 = Color3.new(0, 0, 0)
  372. RojoFrame.BorderSizePixel = 0
  373. RojoFrame.Position = UDim2.new(0.683000028, 0, 0.0125523014, 0)
  374. RojoFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  375.  
  376. RojoAbility.Name = "RojoAbility"
  377. RojoAbility.Parent = RojoFrame
  378. RojoAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  379. RojoAbility.BackgroundTransparency = 0.15000000596046448
  380. RojoAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  381. RojoAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  382. RojoAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  383. RojoAbility.Font = Enum.Font.DenkOne
  384. RojoAbility.Text = "Rojo"
  385. RojoAbility.TextColor3 = Color3.new(1, 1, 1)
  386. RojoAbility.TextScaled = true
  387. RojoAbility.TextSize = 14
  388. RojoAbility.TextWrapped = true
  389.  
  390. ReleaseAbility.Name = "ReleaseAbility"
  391. ReleaseAbility.Parent = RojoFrame
  392. ReleaseAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  393. ReleaseAbility.BackgroundTransparency = 0.15000000596046448
  394. ReleaseAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  395. ReleaseAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  396. ReleaseAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  397. ReleaseAbility.Visible = false
  398. ReleaseAbility.Font = Enum.Font.DenkOne
  399. ReleaseAbility.Text = "SHOT"
  400. ReleaseAbility.TextColor3 = Color3.new(1, 1, 1)
  401. ReleaseAbility.TextScaled = true
  402. ReleaseAbility.TextSize = 14
  403. ReleaseAbility.TextWrapped = true
  404.  
  405. GoldenFrame.Name = "GoldenFrame"
  406. GoldenFrame.Parent = StarterGui
  407. GoldenFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  408. GoldenFrame.BackgroundTransparency = 0.15000000596046448
  409. GoldenFrame.BorderColor3 = Color3.new(0, 0, 0)
  410. GoldenFrame.BorderSizePixel = 0
  411. GoldenFrame.Position = UDim2.new(0.620999992, 0, 0.0125523014, 0)
  412. GoldenFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  413.  
  414. GoldenAbility.Name = "GoldenAbility"
  415. GoldenAbility.Parent = GoldenFrame
  416. GoldenAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  417. GoldenAbility.BackgroundTransparency = 0.15000000596046448
  418. GoldenAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  419. GoldenAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  420. GoldenAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  421. GoldenAbility.Font = Enum.Font.DenkOne
  422. GoldenAbility.Text = "Golden"
  423. GoldenAbility.TextColor3 = Color3.new(1, 1, 1)
  424. GoldenAbility.TextScaled = true
  425. GoldenAbility.TextSize = 14
  426. GoldenAbility.TextWrapped = true
  427.  
  428. DGoldenAbility.Name = "DGoldenAbility"
  429. DGoldenAbility.Parent = GoldenFrame
  430. DGoldenAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  431. DGoldenAbility.BackgroundTransparency = 0.15000000596046448
  432. DGoldenAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  433. DGoldenAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  434. DGoldenAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  435. DGoldenAbility.Visible = false
  436. DGoldenAbility.Font = Enum.Font.DenkOne
  437. DGoldenAbility.Text = "Disable"
  438. DGoldenAbility.TextColor3 = Color3.new(1, 1, 1)
  439. DGoldenAbility.TextScaled = true
  440. DGoldenAbility.TextSize = 14
  441. DGoldenAbility.TextWrapped = true
  442.  
  443. ReverseFrame.Name = "ReverseFrame"
  444. ReverseFrame.Parent = StarterGui
  445. ReverseFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  446. ReverseFrame.BackgroundTransparency = 0.15000000596046448
  447. ReverseFrame.BorderColor3 = Color3.new(0, 0, 0)
  448. ReverseFrame.BorderSizePixel = 0
  449. ReverseFrame.Position = UDim2.new(0.620999992, 0, 0.108786613, 0)
  450. ReverseFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  451.  
  452. ReverseAbility.Name = "ReverseAbility"
  453. ReverseAbility.Parent = ReverseFrame
  454. ReverseAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  455. ReverseAbility.BackgroundTransparency = 0.15000000596046448
  456. ReverseAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  457. ReverseAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  458. ReverseAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  459. ReverseAbility.Font = Enum.Font.DenkOne
  460. ReverseAbility.Text = "Killstreak"
  461. ReverseAbility.TextColor3 = Color3.new(1, 1, 1)
  462. ReverseAbility.TextScaled = true
  463. ReverseAbility.TextSize = 14
  464. ReverseAbility.TextWrapped = true
  465.  
  466. TextLabel.Parent = ReverseFrame
  467. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  468. TextLabel.BackgroundTransparency = 1
  469. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  470. TextLabel.BorderSizePixel = 0
  471. TextLabel.Position = UDim2.new(0.0210454762, 0, 0.595895588, 0)
  472. TextLabel.Size = UDim2.new(0.925944448, 0, 0.229190648, 0)
  473. TextLabel.Font = Enum.Font.DenkOne
  474. TextLabel.Text = "75 Kills!"
  475. TextLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  476. TextLabel.TextScaled = true
  477. TextLabel.TextSize = 14
  478. TextLabel.TextWrapped = true
  479.  
  480. DTycconsFrame.Name = "DTycconsFrame"
  481. DTycconsFrame.Parent = StarterGui
  482. DTycconsFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  483. DTycconsFrame.BackgroundTransparency = 0.15000000596046448
  484. DTycconsFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  485. DTycconsFrame.BorderSizePixel = 0
  486. DTycconsFrame.Position = UDim2.new(0.806999981, 0, 0.0130000003, 0)
  487. DTycconsFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  488. DTycconsFrame.Visible = false
  489.  
  490. dtc.Name = "dtc"
  491. dtc.Parent = DTycconsFrame
  492. dtc.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  493. dtc.BackgroundTransparency = 0.15000000596046448
  494. dtc.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  495. dtc.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  496. dtc.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  497. dtc.Font = Enum.Font.DenkOne
  498. dtc.Text = "Destroy Tycoons"
  499. dtc.TextColor3 = Color3.new(1, 1, 1)
  500. dtc.TextScaled = true
  501. dtc.TextSize = 14
  502. dtc.TextWrapped = true
  503.  
  504. PianoFrame.Name = "PianoFrame"
  505. PianoFrame.Parent = StarterGui
  506. PianoFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  507. PianoFrame.BackgroundTransparency = 0.15000000596046448
  508. PianoFrame.BorderColor3 = Color3.new(0, 0, 0)
  509. PianoFrame.BorderSizePixel = 0
  510. PianoFrame.Position = UDim2.new(0.558848441, 0, 0.108786613, 0)
  511. PianoFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  512.  
  513. PianoAbility.Name = "PianoAbility"
  514. PianoAbility.Parent = PianoFrame
  515. PianoAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  516. PianoAbility.BackgroundTransparency = 0.15000000596046448
  517. PianoAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  518. PianoAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  519. PianoAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  520. PianoAbility.Font = Enum.Font.DenkOne
  521. PianoAbility.Text = "Piano"
  522. PianoAbility.TextColor3 = Color3.new(1, 1, 1)
  523. PianoAbility.TextScaled = true
  524. PianoAbility.TextSize = 14
  525. PianoAbility.TextWrapped = true
  526.  
  527. AuthorsFrame.Name = "AuthorsFrame"
  528. AuthorsFrame.Parent = StarterGui
  529. AuthorsFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  530. AuthorsFrame.BorderColor3 = Color3.new(0, 0, 0)
  531. AuthorsFrame.BorderSizePixel = 0
  532. AuthorsFrame.Position = UDim2.new(0.61981374, 0, 0.213389128, 0)
  533. AuthorsFrame.Size = UDim2.new(0.314987302, 0, 0.0397489555, 0)
  534.  
  535. UICorner.Parent = AuthorsFrame
  536.  
  537. TextLabel_2.Parent = AuthorsFrame
  538. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  539. TextLabel_2.BackgroundTransparency = 1
  540. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  541. TextLabel_2.BorderSizePixel = 0
  542. TextLabel_2.Position = UDim2.new(0.0564516112, 0, -0.684210539, 0)
  543. TextLabel_2.Size = UDim2.new(0.883064508, 0, 2.36842108, 0)
  544. TextLabel_2.Font = Enum.Font.DenkOne
  545. TextLabel_2.Text = "Script by Kviks and MrArgy"
  546. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  547. TextLabel_2.TextSize = 17
  548. TextLabel_2.TextWrapped = true
  549.  
  550. robFrame.Name = "robFrame"
  551. robFrame.Parent = StarterGui
  552. robFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  553. robFrame.BackgroundTransparency = 0.15000000596046448
  554. robFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  555. robFrame.BorderSizePixel = 0
  556. robFrame.Position = UDim2.new(0.931999981, 0, 0.0130000003, 0)
  557. robFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  558. robFrame.Visible = false
  559.  
  560. robAbility.Name = "robAbility"
  561. robAbility.Parent = robFrame
  562. robAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  563. robAbility.BackgroundTransparency = 0.15000000596046448
  564. robAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  565. robAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  566. robAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  567. robAbility.Font = Enum.Font.DenkOne
  568. robAbility.Text = "rob"
  569. robAbility.TextColor3 = Color3.new(1, 1, 1)
  570. robAbility.TextScaled = true
  571. robAbility.TextSize = 14
  572. robAbility.TextWrapped = true
  573.  
  574. NotificationFrame.Name = "NotificationFrame"
  575. NotificationFrame.Parent = StarterGui
  576. NotificationFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  577. NotificationFrame.BorderColor3 = Color3.new(0, 0, 0)
  578. NotificationFrame.BorderSizePixel = 0
  579. NotificationFrame.Position = UDim2.new(-0.300000012, 0, 0.625840843, 0)
  580. NotificationFrame.Size = UDim2.new(0.285774767, 0, 0.372384906, 0)
  581.  
  582. UICorner_2.Parent = NotificationFrame
  583.  
  584. TextLabel_3.Parent = NotificationFrame
  585. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  586. TextLabel_3.BackgroundTransparency = 1
  587. TextLabel_3.BorderColor3 = Color3.new(0, 0, 0)
  588. TextLabel_3.BorderSizePixel = 0
  589. TextLabel_3.Position = UDim2.new(0.187260523, 0, 0.0329999998, 0)
  590. TextLabel_3.Size = UDim2.new(0.613333344, 0, 0.112359554, 0)
  591. TextLabel_3.Font = Enum.Font.LuckiestGuy
  592. TextLabel_3.Text = "WARNING"
  593. TextLabel_3.TextColor3 = Color3.new(1, 0, 0)
  594. TextLabel_3.TextScaled = true
  595. TextLabel_3.TextSize = 14
  596. TextLabel_3.TextWrapped = true
  597.  
  598. TextLabel_4.Parent = NotificationFrame
  599. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  600. TextLabel_4.BackgroundTransparency = 1
  601. TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
  602. TextLabel_4.BorderSizePixel = 0
  603. TextLabel_4.Position = UDim2.new(0.16631487, 0, 0.837315738, 0)
  604. TextLabel_4.Size = UDim2.new(0.637753546, 0, 0.157303378, 0)
  605. TextLabel_4.Font = Enum.Font.DenkOne
  606. TextLabel_4.Text = "Have Enjoy!"
  607. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  608. TextLabel_4.TextScaled = true
  609. TextLabel_4.TextSize = 14
  610. TextLabel_4.TextWrapped = true
  611.  
  612. TextLabel_5.Parent = NotificationFrame
  613. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  614. TextLabel_5.BackgroundTransparency = 1
  615. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  616. TextLabel_5.BorderSizePixel = 0
  617. TextLabel_5.Position = UDim2.new(0.0376995578, 0, 0.106551908, 0)
  618. TextLabel_5.Size = UDim2.new(0.920614302, 0, 0.273526788, 0)
  619. TextLabel_5.Font = Enum.Font.DenkOne
  620. TextLabel_5.Text = "On some abilities, you need a glove for the ability to work Also, don't spam with abilities, otherwise it can lead to a kick/ban"
  621. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  622. TextLabel_5.TextScaled = true
  623. TextLabel_5.TextSize = 14
  624. TextLabel_5.TextWrapped = true
  625.  
  626. TextLabel_6.Parent = NotificationFrame
  627. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  628. TextLabel_6.BackgroundTransparency = 1
  629. TextLabel_6.BorderColor3 = Color3.new(0, 0, 0)
  630. TextLabel_6.BorderSizePixel = 0
  631. TextLabel_6.Position = UDim2.new(0.104715146, 0, 0.600000024, 0)
  632. TextLabel_6.Size = UDim2.new(0.799153507, 0, 0.247617632, 0)
  633. TextLabel_6.Font = Enum.Font.DenkOne
  634. TextLabel_6.Text = "Have questions? our discord: discord.gg/u5pha6Dj2v"
  635. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  636. TextLabel_6.TextScaled = true
  637. TextLabel_6.TextSize = 14
  638. TextLabel_6.TextWrapped = true
  639.  
  640. TextLabel_7.Parent = NotificationFrame
  641. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  642. TextLabel_7.BackgroundTransparency = 1
  643. TextLabel_7.BorderColor3 = Color3.new(0, 0, 0)
  644. TextLabel_7.BorderSizePixel = 0
  645. TextLabel_7.Position = UDim2.new(0.0551973246, 0, 0.344999999, 0)
  646. TextLabel_7.Size = UDim2.new(0.898189127, 0, 0.298606098, 0)
  647. TextLabel_7.Font = Enum.Font.DenkOne
  648. TextLabel_7.Text = "If you want to use VIP abilities, you need to buy VIP in our discord channel from one of the administrators"
  649. TextLabel_7.TextColor3 = Color3.new(1, 1, 0)
  650. TextLabel_7.TextScaled = true
  651. TextLabel_7.TextSize = 14
  652. TextLabel_7.TextWrapped = true
  653.  
  654. MazeFrame.Name = "MazeFrame"
  655. MazeFrame.Parent = StarterGui
  656. MazeFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  657. MazeFrame.BackgroundTransparency = 0.15000000596046448
  658. MazeFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  659. MazeFrame.BorderSizePixel = 0
  660. MazeFrame.Position = UDim2.new(0.870000005, 0, 0.0130000003, 0)
  661. MazeFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  662. MazeFrame.Visible = false
  663.  
  664. MazeTeleport.Name = "MazeTeleport"
  665. MazeTeleport.Parent = MazeFrame
  666. MazeTeleport.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  667. MazeTeleport.BackgroundTransparency = 0.15000000596046448
  668. MazeTeleport.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  669. MazeTeleport.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  670. MazeTeleport.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  671. MazeTeleport.Font = Enum.Font.DenkOne
  672. MazeTeleport.Text = "Maze Teleport"
  673. MazeTeleport.TextColor3 = Color3.new(1, 1, 1)
  674. MazeTeleport.TextScaled = true
  675. MazeTeleport.TextSize = 14
  676. MazeTeleport.TextWrapped = true
  677.  
  678. VIPFrame.Name = "VIPFrame"
  679. VIPFrame.Parent = StarterGui
  680. VIPFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  681. VIPFrame.BackgroundTransparency = 0.15000000596046448
  682. VIPFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  683. VIPFrame.BorderSizePixel = 0
  684. VIPFrame.Position = UDim2.new(0.934000015, 0, 0.263713092, 0)
  685. VIPFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  686.  
  687. VIPGui.Name = "VIPGui"
  688. VIPGui.Parent = VIPFrame
  689. VIPGui.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  690. VIPGui.BackgroundTransparency = 0.15000000596046448
  691. VIPGui.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  692. VIPGui.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  693. VIPGui.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  694. VIPGui.Font = Enum.Font.DenkOne
  695. VIPGui.Text = "VIP Functions"
  696. VIPGui.TextColor3 = Color3.new(1, 1, 1)
  697. VIPGui.TextScaled = true
  698. VIPGui.TextSize = 14
  699. VIPGui.TextWrapped = true
  700.  
  701. NormalFrame.Name = "NormalFrame"
  702. NormalFrame.Parent = StarterGui
  703. NormalFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  704. NormalFrame.BackgroundTransparency = 0.15000000596046448
  705. NormalFrame.BorderColor3 = Color3.new(0, 0, 0)
  706. NormalFrame.BorderSizePixel = 0
  707. NormalFrame.Position = UDim2.new(0.934000015, 0, 0.263713092, 0)
  708. NormalFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  709. NormalFrame.Visible = false
  710.  
  711. VIPGui_2.Name = "VIPGui"
  712. VIPGui_2.Parent = NormalFrame
  713. VIPGui_2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  714. VIPGui_2.BackgroundTransparency = 0.15000000596046448
  715. VIPGui_2.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  716. VIPGui_2.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  717. VIPGui_2.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  718. VIPGui_2.Font = Enum.Font.DenkOne
  719. VIPGui_2.Text = "Back"
  720. VIPGui_2.TextColor3 = Color3.new(1, 1, 1)
  721. VIPGui_2.TextScaled = true
  722. VIPGui_2.TextSize = 14
  723. VIPGui_2.TextWrapped = true
  724.  
  725. AuthorsVIPFrame.Name = "AuthorsVIPFrame"
  726. AuthorsVIPFrame.Parent = StarterGui
  727. AuthorsVIPFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  728. AuthorsVIPFrame.BorderColor3 = Color3.new(0, 0, 0)
  729. AuthorsVIPFrame.BorderSizePixel = 0
  730. AuthorsVIPFrame.Position = UDim2.new(0.620000005, 0, 0.213, 0)
  731. AuthorsVIPFrame.Size = UDim2.new(0.314987302, 0, 0.0397489555, 0)
  732. AuthorsVIPFrame.Visible = false
  733.  
  734. UICorner_3.Parent = AuthorsVIPFrame
  735.  
  736. TextLabel_8.Parent = AuthorsVIPFrame
  737. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  738. TextLabel_8.BackgroundTransparency = 1
  739. TextLabel_8.BorderColor3 = Color3.new(0, 0, 0)
  740. TextLabel_8.BorderSizePixel = 0
  741. TextLabel_8.Position = UDim2.new(0.0564516112, 0, -0.684210539, 0)
  742. TextLabel_8.Size = UDim2.new(0.883064508, 0, 2.36842108, 0)
  743. TextLabel_8.Font = Enum.Font.DenkOne
  744. TextLabel_8.Text = "vip menu lololo"
  745. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  746. TextLabel_8.TextSize = 13
  747. TextLabel_8.TextWrapped = true
  748.  
  749. ThorFrame.Name = "ThorFrame"
  750. ThorFrame.Parent = StarterGui
  751. ThorFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  752. ThorFrame.BackgroundTransparency = 0.15000000596046448
  753. ThorFrame.BorderColor3 = Color3.new(0, 0, 0)
  754. ThorFrame.BorderSizePixel = 0
  755. ThorFrame.Position = UDim2.new(0.558848441, 0, 0.0125523014, 0)
  756. ThorFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  757.  
  758. thor.Name = "thor"
  759. thor.Parent = ThorFrame
  760. thor.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  761. thor.BackgroundTransparency = 0.15000000596046448
  762. thor.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  763. thor.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  764. thor.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  765. thor.Font = Enum.Font.DenkOne
  766. thor.Text = "Slap Aura"
  767. thor.TextColor3 = Color3.new(1, 1, 1)
  768. thor.TextScaled = true
  769. thor.TextSize = 14
  770. thor.TextWrapped = true
  771.  
  772. TimeStopFrame.Name = "TimeStopFrame"
  773. TimeStopFrame.Parent = StarterGui
  774. TimeStopFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  775. TimeStopFrame.BackgroundTransparency = 0.15000000596046448
  776. TimeStopFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  777. TimeStopFrame.BorderSizePixel = 0
  778. TimeStopFrame.Position = UDim2.new(0.745000005, 0, 0.0130000003, 0)
  779. TimeStopFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  780. TimeStopFrame.Visible = false
  781.  
  782. ts.Name = "ts"
  783. ts.Parent = TimeStopFrame
  784. ts.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  785. ts.BackgroundTransparency = 0.15000000596046448
  786. ts.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  787. ts.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  788. ts.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  789. ts.Font = Enum.Font.DenkOne
  790. ts.Text = "TimeStop"
  791. ts.TextColor3 = Color3.new(1, 1, 1)
  792. ts.TextScaled = true
  793. ts.TextSize = 14
  794. ts.TextWrapped = true
  795.  
  796. BallerFrame.Name = "BallerFrame"
  797. BallerFrame.Parent = StarterGui
  798. BallerFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  799. BallerFrame.BackgroundTransparency = 0.15000000596046448
  800. BallerFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  801. BallerFrame.BorderSizePixel = 0
  802. BallerFrame.Position = UDim2.new(0.683000028, 0, 0.0130000003, 0)
  803. BallerFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  804. BallerFrame.Visible = false
  805.  
  806. baller.Name = "baller"
  807. baller.Parent = BallerFrame
  808. baller.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  809. baller.BackgroundTransparency = 0.15000000596046448
  810. baller.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  811. baller.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  812. baller.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  813. baller.Font = Enum.Font.DenkOne
  814. baller.Text = "      "
  815. baller.TextColor3 = Color3.new(1, 1, 1)
  816. baller.TextScaled = true
  817. baller.TextSize = 14
  818. baller.TextWrapped = true
  819.  
  820. ImageLabel.Parent = baller
  821. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  822. ImageLabel.BackgroundTransparency = 0.10000000149011612
  823. ImageLabel.BorderColor3 = Color3.new(0, 0, 0)
  824. ImageLabel.BorderSizePixel = 0
  825. ImageLabel.Position = UDim2.new(0.011800955, 0, 0.0132690333, 0)
  826. ImageLabel.Size = UDim2.new(0.968032837, 0, 0.955363154, 0)
  827. ImageLabel.Image = "http://www.roblox.com/asset/?id=15670047529"
  828.  
  829. AdminFrame.Name = "AdminFrame"
  830. AdminFrame.Parent = StarterGui
  831. AdminFrame.BackgroundColor3 = Color3.new(0.501961, 1, 0)
  832. AdminFrame.BackgroundTransparency = 0.15000000596046448
  833. AdminFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  834. AdminFrame.BorderSizePixel = 0
  835. AdminFrame.Position = UDim2.new(0.559000015, 0, 0.0130000003, 0)
  836. AdminFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  837. AdminFrame.Visible = false
  838.  
  839. admin.Name = "admin"
  840. admin.Parent = AdminFrame
  841. admin.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  842. admin.BackgroundTransparency = 0.15000000596046448
  843. admin.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  844. admin.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  845. admin.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  846. admin.Font = Enum.Font.DenkOne
  847. admin.Text = "Admin"
  848. admin.TextColor3 = Color3.new(1, 1, 1)
  849. admin.TextScaled = true
  850. admin.TextSize = 14
  851. admin.TextWrapped = true
  852.  
  853. AuthorsJesterFrame.Name = "AuthorsJesterFrame"
  854. AuthorsJesterFrame.Parent = StarterGui
  855. AuthorsJesterFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  856. AuthorsJesterFrame.BorderColor3 = Color3.new(0, 0, 0)
  857. AuthorsJesterFrame.BorderSizePixel = 0
  858. AuthorsJesterFrame.Position = UDim2.new(0.61981374, 0, 0.11423301, 0)
  859. AuthorsJesterFrame.Size = UDim2.new(0.314987302, 0, 0.0397489555, 0)
  860. AuthorsJesterFrame.Visible = false
  861.  
  862. UICorner_4.Parent = AuthorsJesterFrame
  863.  
  864. TextLabel_9.Parent = AuthorsJesterFrame
  865. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  866. TextLabel_9.BackgroundTransparency = 1
  867. TextLabel_9.BorderColor3 = Color3.new(0, 0, 0)
  868. TextLabel_9.BorderSizePixel = 0
  869. TextLabel_9.Position = UDim2.new(0.0564516112, 0, -0.684210539, 0)
  870. TextLabel_9.Size = UDim2.new(0.883064508, 0, 2.36842108, 0)
  871. TextLabel_9.Font = Enum.Font.DenkOne
  872. TextLabel_9.Text = "jeez"
  873. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  874. TextLabel_9.TextSize = 20
  875. TextLabel_9.TextWrapped = true
  876.  
  877. NormalAdminFrame.Name = "NormalAdminFrame"
  878. NormalAdminFrame.Parent = StarterGui
  879. NormalAdminFrame.BackgroundColor3 = Color3.new(0.501961, 1, 0)
  880. NormalAdminFrame.BackgroundTransparency = 0.15000000596046448
  881. NormalAdminFrame.BorderColor3 = Color3.new(0, 0, 0)
  882. NormalAdminFrame.BorderSizePixel = 0
  883. NormalAdminFrame.Position = UDim2.new(0.934000015, 0, 0.263713092, 0)
  884. NormalAdminFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  885. NormalAdminFrame.Visible = false
  886.  
  887. Back.Name = "Back"
  888. Back.Parent = NormalAdminFrame
  889. Back.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  890. Back.BackgroundTransparency = 0.15000000596046448
  891. Back.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  892. Back.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  893. Back.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  894. Back.Font = Enum.Font.DenkOne
  895. Back.Text = "Back"
  896. Back.TextColor3 = Color3.new(1, 1, 1)
  897. Back.TextScaled = true
  898. Back.TextSize = 14
  899. Back.TextWrapped = true
  900.  
  901. invFrame.Name = "invFrame"
  902. invFrame.Parent = StarterGui
  903. invFrame.BackgroundColor3 = Color3.new(0.501961, 1, 0)
  904. invFrame.BackgroundTransparency = 0.15000000596046448
  905. invFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  906. invFrame.BorderSizePixel = 0
  907. invFrame.Position = UDim2.new(0.931999981, 0, 0.0130000003, 0)
  908. invFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  909. invFrame.Visible = false
  910.  
  911. inv.Name = "inv"
  912. inv.Parent = invFrame
  913. inv.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  914. inv.BackgroundTransparency = 0.15000000596046448
  915. inv.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  916. inv.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  917. inv.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  918. inv.Font = Enum.Font.DenkOne
  919. inv.Text = "Invisibility"
  920. inv.TextColor3 = Color3.new(1, 1, 1)
  921. inv.TextScaled = true
  922. inv.TextSize = 11
  923. inv.TextWrapped = true
  924.  
  925. flingFrame.Name = "flingFrame"
  926. flingFrame.Parent = StarterGui
  927. flingFrame.BackgroundColor3 = Color3.new(0.501961, 1, 0)
  928. flingFrame.BackgroundTransparency = 0.15000000596046448
  929. flingFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  930. flingFrame.BorderSizePixel = 0
  931. flingFrame.Position = UDim2.new(0.806999981, 0, 0.0130000003, 0)
  932. flingFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  933. flingFrame.Visible = false
  934.  
  935. fling.Name = "fling"
  936. fling.Parent = flingFrame
  937. fling.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  938. fling.BackgroundTransparency = 0.15000000596046448
  939. fling.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  940. fling.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  941. fling.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  942. fling.Font = Enum.Font.DenkOne
  943. fling.Text = "Fling"
  944. fling.TextColor3 = Color3.new(1, 1, 1)
  945. fling.TextScaled = true
  946. fling.TextSize = 9
  947. fling.TextWrapped = true
  948.  
  949. anvilFrame.Name = "anvilFrame"
  950. anvilFrame.Parent = StarterGui
  951. anvilFrame.BackgroundColor3 = Color3.new(0.501961, 1, 0)
  952. anvilFrame.BackgroundTransparency = 0.15000000596046448
  953. anvilFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  954. anvilFrame.BorderSizePixel = 0
  955. anvilFrame.Position = UDim2.new(0.870000005, 0, 0.0130000003, 0)
  956. anvilFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  957. anvilFrame.Visible = false
  958.  
  959. anvil.Name = "anvil"
  960. anvil.Parent = anvilFrame
  961. anvil.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  962. anvil.BackgroundTransparency = 0.15000000596046448
  963. anvil.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  964. anvil.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  965. anvil.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  966. anvil.Font = Enum.Font.DenkOne
  967. anvil.Text = "Anvil"
  968. anvil.TextColor3 = Color3.new(1, 1, 1)
  969. anvil.TextScaled = true
  970. anvil.TextSize = 9
  971. anvil.TextWrapped = true
  972.  
  973. cloudFrame.Name = "cloudFrame"
  974. cloudFrame.Parent = StarterGui
  975. cloudFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  976. cloudFrame.BackgroundTransparency = 0.15000000596046448
  977. cloudFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  978. cloudFrame.BorderSizePixel = 0
  979. cloudFrame.Position = UDim2.new(0.620999992, 0, 0.0130000003, 0)
  980. cloudFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  981. cloudFrame.Visible = false
  982.  
  983. cloudAbility.Name = "cloudAbility"
  984. cloudAbility.Parent = cloudFrame
  985. cloudAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  986. cloudAbility.BackgroundTransparency = 0.15000000596046448
  987. cloudAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  988. cloudAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  989. cloudAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  990. cloudAbility.Font = Enum.Font.DenkOne
  991. cloudAbility.Text = "Cloud"
  992. cloudAbility.TextColor3 = Color3.new(1, 1, 1)
  993. cloudAbility.TextScaled = true
  994. cloudAbility.TextSize = 14
  995. cloudAbility.TextWrapped = true
  996.  
  997. BlinkFrame.Name = "BlinkFrame"
  998. BlinkFrame.Parent = StarterGui
  999. BlinkFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  1000. BlinkFrame.BackgroundTransparency = 0.15000000596046448
  1001. BlinkFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  1002. BlinkFrame.BorderSizePixel = 0
  1003. BlinkFrame.Position = UDim2.new(0.931999981, 0, 0.108999997, 0)
  1004. BlinkFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1005. BlinkFrame.Visible = false
  1006.  
  1007. BlinkAbility.Name = "BlinkAbility"
  1008. BlinkAbility.Parent = BlinkFrame
  1009. BlinkAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1010. BlinkAbility.BackgroundTransparency = 0.15000000596046448
  1011. BlinkAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1012. BlinkAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1013. BlinkAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1014. BlinkAbility.Font = Enum.Font.DenkOne
  1015. BlinkAbility.Text = "Blink"
  1016. BlinkAbility.TextColor3 = Color3.new(1, 1, 1)
  1017. BlinkAbility.TextScaled = true
  1018. BlinkAbility.TextSize = 14
  1019. BlinkAbility.TextWrapped = true
  1020.  
  1021. FMFrame.Name = "FMFrame"
  1022. FMFrame.Parent = StarterGui
  1023. FMFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  1024. FMFrame.BackgroundTransparency = 0.15000000596046448
  1025. FMFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  1026. FMFrame.BorderSizePixel = 0
  1027. FMFrame.Position = UDim2.new(0.870000005, 0, 0.108999997, 0)
  1028. FMFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1029. FMFrame.Visible = false
  1030.  
  1031. FMAbility.Name = "FMAbility"
  1032. FMAbility.Parent = FMFrame
  1033. FMAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1034. FMAbility.BackgroundTransparency = 0.15000000596046448
  1035. FMAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1036. FMAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1037. FMAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1038. FMAbility.Font = Enum.Font.DenkOne
  1039. FMAbility.Text = "Ferryman"
  1040. FMAbility.TextColor3 = Color3.new(1, 1, 1)
  1041. FMAbility.TextScaled = true
  1042. FMAbility.TextSize = 14
  1043. FMAbility.TextWrapped = true
  1044.  
  1045. FMLFrame.Name = "FMLFrame"
  1046. FMLFrame.Parent = StarterGui
  1047. FMLFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  1048. FMLFrame.BackgroundTransparency = 0.15000000596046448
  1049. FMLFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  1050. FMLFrame.BorderSizePixel = 0
  1051. FMLFrame.Position = UDim2.new(0.806999981, 0, 0.108999997, 0)
  1052. FMLFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1053. FMLFrame.Visible = false
  1054.  
  1055. FMLAbility.Name = "FMLAbility"
  1056. FMLAbility.Parent = FMLFrame
  1057. FMLAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1058. FMLAbility.BackgroundTransparency = 0.15000000596046448
  1059. FMLAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1060. FMLAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1061. FMLAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1062. FMLAbility.Font = Enum.Font.DenkOne
  1063. FMLAbility.Text = "Ferryman Leap"
  1064. FMLAbility.TextColor3 = Color3.new(1, 1, 1)
  1065. FMLAbility.TextScaled = true
  1066. FMLAbility.TextSize = 14
  1067. FMLAbility.TextWrapped = true
  1068.  
  1069. Guardian_Angel_Frame.Name = "Guardian_Angel_Frame"
  1070. Guardian_Angel_Frame.Parent = StarterGui
  1071. Guardian_Angel_Frame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  1072. Guardian_Angel_Frame.BackgroundTransparency = 0.15000000596046448
  1073. Guardian_Angel_Frame.BorderColor3 = Color3.new(1, 0.666667, 0)
  1074. Guardian_Angel_Frame.BorderSizePixel = 0
  1075. Guardian_Angel_Frame.Position = UDim2.new(0.745000005, 0, 0.108999997, 0)
  1076. Guardian_Angel_Frame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1077. Guardian_Angel_Frame.Visible = false
  1078.  
  1079. Guardian_Angel_Ability.Name = "Guardian_Angel_Ability"
  1080. Guardian_Angel_Ability.Parent = Guardian_Angel_Frame
  1081. Guardian_Angel_Ability.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1082. Guardian_Angel_Ability.BackgroundTransparency = 0.15000000596046448
  1083. Guardian_Angel_Ability.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1084. Guardian_Angel_Ability.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1085. Guardian_Angel_Ability.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1086. Guardian_Angel_Ability.Font = Enum.Font.DenkOne
  1087. Guardian_Angel_Ability.Text = "Guardian Angel"
  1088. Guardian_Angel_Ability.TextColor3 = Color3.new(1, 1, 1)
  1089. Guardian_Angel_Ability.TextScaled = true
  1090. Guardian_Angel_Ability.TextSize = 14
  1091. Guardian_Angel_Ability.TextWrapped = true
  1092.  
  1093. SlicerFrame.Name = "SlicerFrame"
  1094. SlicerFrame.Parent = StarterGui
  1095. SlicerFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  1096. SlicerFrame.BackgroundTransparency = 0.15000000596046448
  1097. SlicerFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  1098. SlicerFrame.BorderSizePixel = 0
  1099. SlicerFrame.Position = UDim2.new(0.683000028, 0, 0.108999997, 0)
  1100. SlicerFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1101. SlicerFrame.Visible = false
  1102.  
  1103. SlicerAbility.Name = "SlicerAbility"
  1104. SlicerAbility.Parent = SlicerFrame
  1105. SlicerAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1106. SlicerAbility.BackgroundTransparency = 0.15000000596046448
  1107. SlicerAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1108. SlicerAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1109. SlicerAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1110. SlicerAbility.Font = Enum.Font.DenkOne
  1111. SlicerAbility.Text = "Slicer"
  1112. SlicerAbility.TextColor3 = Color3.new(1, 1, 1)
  1113. SlicerAbility.TextScaled = true
  1114. SlicerAbility.TextSize = 14
  1115. SlicerAbility.TextWrapped = true
  1116.  
  1117. RecallFrame.Name = "RecallFrame"
  1118. RecallFrame.Parent = StarterGui
  1119. RecallFrame.BackgroundColor3 = Color3.new(1, 0.941176, 0.270588)
  1120. RecallFrame.BackgroundTransparency = 0.15000000596046448
  1121. RecallFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  1122. RecallFrame.BorderSizePixel = 0
  1123. RecallFrame.Position = UDim2.new(0.620999992, 0, 0.108999997, 0)
  1124. RecallFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1125. RecallFrame.Visible = false
  1126.  
  1127. RecallAbility.Name = "RecallAbility"
  1128. RecallAbility.Parent = RecallFrame
  1129. RecallAbility.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1130. RecallAbility.BackgroundTransparency = 0.15000000596046448
  1131. RecallAbility.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1132. RecallAbility.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1133. RecallAbility.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1134. RecallAbility.Font = Enum.Font.DenkOne
  1135. RecallAbility.Text = "Recall"
  1136. RecallAbility.TextColor3 = Color3.new(1, 1, 1)
  1137. RecallAbility.TextScaled = true
  1138. RecallAbility.TextSize = 14
  1139. RecallAbility.TextWrapped = true
  1140.  
  1141. JesterFrame.Name = "JesterFrame"
  1142. JesterFrame.Parent = StarterGui
  1143. JesterFrame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  1144. JesterFrame.BackgroundTransparency = 0.15000000596046448
  1145. JesterFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  1146. JesterFrame.BorderSizePixel = 0
  1147. JesterFrame.Position = UDim2.new(0.559000015, 0, 0.108999997, 0)
  1148. JesterFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1149. JesterFrame.Visible = false
  1150.  
  1151. jester.Name = "jester"
  1152. jester.Parent = JesterFrame
  1153. jester.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1154. jester.BackgroundTransparency = 0.15000000596046448
  1155. jester.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1156. jester.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1157. jester.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1158. jester.Font = Enum.Font.DenkOne
  1159. jester.Text = "Jester"
  1160. jester.TextColor3 = Color3.new(1, 1, 1)
  1161. jester.TextScaled = true
  1162. jester.TextSize = 14
  1163. jester.TextWrapped = true
  1164.  
  1165. piesFrame.Name = "piesFrame"
  1166. piesFrame.Parent = StarterGui
  1167. piesFrame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  1168. piesFrame.BackgroundTransparency = 0.15000000596046448
  1169. piesFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  1170. piesFrame.BorderSizePixel = 0
  1171. piesFrame.Position = UDim2.new(0.870000005, 0, 0.0130000003, 0)
  1172. piesFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1173. piesFrame.Visible = false
  1174.  
  1175. pies.Name = "pies"
  1176. pies.Parent = piesFrame
  1177. pies.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1178. pies.BackgroundTransparency = 0.15000000596046448
  1179. pies.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1180. pies.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1181. pies.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1182. pies.Font = Enum.Font.DenkOne
  1183. pies.Text = "Pies"
  1184. pies.TextColor3 = Color3.new(1, 1, 1)
  1185. pies.TextScaled = true
  1186. pies.TextSize = 9
  1187. pies.TextWrapped = true
  1188.  
  1189. CardsFrame.Name = "CardsFrame"
  1190. CardsFrame.Parent = StarterGui
  1191. CardsFrame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  1192. CardsFrame.BackgroundTransparency = 0.15000000596046448
  1193. CardsFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  1194. CardsFrame.BorderSizePixel = 0
  1195. CardsFrame.Position = UDim2.new(0.931999981, 0, 0.0130000003, 0)
  1196. CardsFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1197. CardsFrame.Visible = false
  1198.  
  1199. cards.Name = "cards"
  1200. cards.Parent = CardsFrame
  1201. cards.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1202. cards.BackgroundTransparency = 0.15000000596046448
  1203. cards.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1204. cards.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1205. cards.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1206. cards.Font = Enum.Font.DenkOne
  1207. cards.Text = "Cards"
  1208. cards.TextColor3 = Color3.new(1, 1, 1)
  1209. cards.TextScaled = true
  1210. cards.TextSize = 11
  1211. cards.TextWrapped = true
  1212.  
  1213. NormalJesterFrame.Name = "NormalJesterFrame"
  1214. NormalJesterFrame.Parent = StarterGui
  1215. NormalJesterFrame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  1216. NormalJesterFrame.BackgroundTransparency = 0.15000000596046448
  1217. NormalJesterFrame.BorderColor3 = Color3.new(0, 0, 0)
  1218. NormalJesterFrame.BorderSizePixel = 0
  1219. NormalJesterFrame.Position = UDim2.new(0.934000015, 0, 0.263713092, 0)
  1220. NormalJesterFrame.Size = UDim2.new(0.0584250651, 0, 0.0920502096, 0)
  1221. NormalJesterFrame.Visible = false
  1222.  
  1223. Back_2.Name = "Back"
  1224. Back_2.Parent = NormalJesterFrame
  1225. Back_2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1226. Back_2.BackgroundTransparency = 0.15000000596046448
  1227. Back_2.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1228. Back_2.Position = UDim2.new(0.0444661006, 0, 0.0632849634, 0)
  1229. Back_2.Size = UDim2.new(0.891304433, 0, 0.863636374, 0)
  1230. Back_2.Font = Enum.Font.DenkOne
  1231. Back_2.Text = "Back"
  1232. Back_2.TextColor3 = Color3.new(1, 1, 1)
  1233. Back_2.TextScaled = true
  1234. Back_2.TextSize = 14
  1235. Back_2.TextWrapped = true
  1236.  
  1237. AuthorsAdminFrame.Name = "AuthorsAdminFrame"
  1238. AuthorsAdminFrame.Parent = StarterGui
  1239. AuthorsAdminFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1240. AuthorsAdminFrame.BorderColor3 = Color3.new(0, 0, 0)
  1241. AuthorsAdminFrame.BorderSizePixel = 0
  1242. AuthorsAdminFrame.Position = UDim2.new(0.61981374, 0, 0.11423301, 0)
  1243. AuthorsAdminFrame.Size = UDim2.new(0.314987302, 0, 0.0397489555, 0)
  1244. AuthorsAdminFrame.Visible = false
  1245.  
  1246. UICorner_5.Parent = AuthorsAdminFrame
  1247.  
  1248. TextLabel_10.Parent = AuthorsAdminFrame
  1249. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  1250. TextLabel_10.BackgroundTransparency = 1
  1251. TextLabel_10.BorderColor3 = Color3.new(0, 0, 0)
  1252. TextLabel_10.BorderSizePixel = 0
  1253. TextLabel_10.Position = UDim2.new(0.0564516112, 0, -0.684210539, 0)
  1254. TextLabel_10.Size = UDim2.new(0.883064508, 0, 2.36842108, 0)
  1255. TextLabel_10.Font = Enum.Font.DenkOne
  1256. TextLabel_10.Text = "bro real admin"
  1257. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  1258. TextLabel_10.TextSize = 20
  1259. TextLabel_10.TextWrapped = true
  1260.  
  1261. -- Scripts
  1262.  
  1263. local function JLQKIJW_fake_script() -- opcl.opcl
  1264.     local script = Instance.new('Script', opcl)
  1265.  
  1266.     local frame = script.Parent.Parent.Parent.Parent.StarterGui
  1267.    
  1268.     script.Parent.MouseButton1Click:Connect(function()
  1269.         if script.Parent.Text == "Close" then
  1270.             frame.Enabled = false
  1271.             script.Parent.Text = "Open" else
  1272.             frame.Enabled = true
  1273.             script.Parent.Text = "Close"
  1274.         end
  1275.     end)
  1276. end
  1277. coroutine.wrap(JLQKIJW_fake_script)()
  1278. local function RBXD_fake_script() -- NullAbility.null
  1279.     local script = Instance.new('Script', NullAbility)
  1280.  
  1281.     script.Parent.MouseButton1Down:connect(function()
  1282.         game:GetService("ReplicatedStorage").NullAbility:FireServer()
  1283.     end)
  1284. end
  1285. coroutine.wrap(RBXD_fake_script)()
  1286. local function QCTLKY_fake_script() -- RhytmAbility.rythm
  1287.     local script = Instance.new('Script', RhytmAbility)
  1288.  
  1289.     script.Parent.MouseButton1Down:connect(function()
  1290.         game:GetService("ReplicatedStorage").rhythmevent:FireServer("AoeExplosion",0)
  1291.     end)
  1292. end
  1293. coroutine.wrap(QCTLKY_fake_script)()
  1294. local function RSPGZ_fake_script() -- NoCDAbility.nocd
  1295.     local script = Instance.new('Script', NoCDAbility)
  1296.  
  1297.     script.Parent.MouseButton1Down:connect(function()
  1298.         local player = game.Players.LocalPlayer
  1299.         local character = player.Character or player.CharacterAdded:Wait()
  1300.         local tool = character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1301.    
  1302.         while character.Humanoid.Health ~= 0 do
  1303.             local localscript = tool:FindFirstChildOfClass("LocalScript")
  1304.             local localscriptclone = localscript:Clone()
  1305.             localscriptclone = localscript:Clone()
  1306.             localscriptclone:Clone()
  1307.             localscript:Destroy()
  1308.             localscriptclone.Parent = tool
  1309.             wait(0.1)
  1310.         end
  1311.     end)
  1312. end
  1313. coroutine.wrap(RSPGZ_fake_script)()
  1314. local function QGDCBY_fake_script() -- DiamondAbility.diamond
  1315.     local script = Instance.new('Script', DiamondAbility)
  1316.  
  1317.     script.Parent.MouseButton1Down:connect(function()
  1318.         game:GetService("ReplicatedStorage").Rockmode:FireServer()
  1319.     end)
  1320. end
  1321. coroutine.wrap(QGDCBY_fake_script)()
  1322. local function AIUXLYF_fake_script() -- GhostAbility.Script
  1323.     local script = Instance.new('Script', GhostAbility)
  1324.  
  1325.     script.Parent.MouseButton1Down:connect(function()
  1326.         local txb = script.Parent.Parent.GhostAbility
  1327.         local txb2 = script.Parent.Parent.DisableAbility
  1328.    
  1329.         game:GetService("ReplicatedStorage").Ghostinvisibilityactivated:FireServer()
  1330.        
  1331.         txb.Visible = false
  1332.         txb2.Visible = true
  1333.     end)
  1334. end
  1335. coroutine.wrap(AIUXLYF_fake_script)()
  1336. local function LIRIUH_fake_script() -- DisableAbility.Script
  1337.     local script = Instance.new('Script', DisableAbility)
  1338.  
  1339.     script.Parent.MouseButton1Down:connect(function()
  1340.         local txb = script.Parent.Parent.GhostAbility
  1341.         local txb2 = script.Parent.Parent.DisableAbility
  1342.        
  1343.         game:GetService("ReplicatedStorage").Ghostinvisibilitydeactivated:FireServer()
  1344.        
  1345.         txb.Visible = true
  1346.         txb2.Visible = false
  1347.     end)
  1348. end
  1349. coroutine.wrap(LIRIUH_fake_script)()
  1350. local function UYQB_fake_script() -- RocketLauncherAbility.rl
  1351.     local script = Instance.new('Script', RocketLauncherAbility)
  1352.  
  1353.     script.Parent.MouseButton1Down:connect(function()
  1354.         game:GetService("ReplicatedStorage").RetroAbility:FireServer("Rocket Launcher")
  1355.     end)
  1356. end
  1357. coroutine.wrap(UYQB_fake_script)()
  1358. local function XFKZUQX_fake_script() -- antitimestop.Script
  1359.     local script = Instance.new('Script', antitimestop)
  1360.  
  1361.     script.Parent.MouseButton1Click:Connect(function()
  1362.         while true do
  1363.             for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1364.                 if v.ClassName == "Part" then
  1365.                     v.Anchored = false
  1366.                 end
  1367.             end
  1368.             task.wait()
  1369.         end
  1370.     end)
  1371. end
  1372. coroutine.wrap(XFKZUQX_fake_script)()
  1373. local function FSFBIU_fake_script() -- HammerAbility.hammer
  1374.     local script = Instance.new('Script', HammerAbility)
  1375.  
  1376.     script.Parent.MouseButton1Down:connect(function()
  1377.         game:GetService("ReplicatedStorage").RetroAbility:FireServer("Ban Hammer")
  1378.     end)
  1379. end
  1380. coroutine.wrap(FSFBIU_fake_script)()
  1381. local function NDFZPO_fake_script() -- BombAbility.bomb
  1382.     local script = Instance.new('Script', BombAbility)
  1383.  
  1384.     script.Parent.MouseButton1Down:connect(function()
  1385.         game:GetService("ReplicatedStorage"):WaitForChild("RetroAbility"):FireServer("Bomb")
  1386.     end)
  1387. end
  1388. coroutine.wrap(NDFZPO_fake_script)()
  1389. local function WVNFKBR_fake_script() -- RojoAbility.Script
  1390.     local script = Instance.new('Script', RojoAbility)
  1391.  
  1392.     script.Parent.MouseButton1Down:connect(function()
  1393.         local txb = script.Parent.Parent.RojoAbility
  1394.         local txb2 = script.Parent.Parent.ReleaseAbility
  1395.    
  1396.         local Players = game:GetService("Players")
  1397.         local player = Players.LocalPlayer
  1398.         local playerScripts = player:WaitForChild("PlayerScripts")
  1399.         local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
  1400.         local Controls = PlayerModule:GetControls()
  1401.    
  1402.         Controls:Disable()
  1403.         game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(game.ReplicatedStorage.Assets.Rojo.Animation, game.Players.LocalPlayer.Character.Humanoid):Play()
  1404.    
  1405.         txb.Visible = false
  1406.         txb2.Visible = true
  1407.    
  1408.         game:GetService("ReplicatedStorage"):WaitForChild("RojoAbility"):FireServer("Charge")
  1409.     end)
  1410. end
  1411. coroutine.wrap(WVNFKBR_fake_script)()
  1412. local function MMIDSH_fake_script() -- ReleaseAbility.Script
  1413.     local script = Instance.new('Script', ReleaseAbility)
  1414.  
  1415.     script.Parent.MouseButton1Down:connect(function()
  1416.         local txb = script.Parent.Parent.RojoAbility
  1417.         local txb2 = script.Parent.Parent.ReleaseAbility
  1418.        
  1419.        
  1420.         game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(game.ReplicatedStorage.Assets.Rojo.AnimationRecoil, game.Players.LocalPlayer.Character.Humanoid):Play()
  1421.         --wait(2.2)
  1422.         game:GetService("ReplicatedStorage"):WaitForChild("RojoAbility"):FireServer("Release", {game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame})
  1423.         wait(2)
  1424.         local Players = game:GetService("Players")
  1425.         local player = Players.LocalPlayer
  1426.         local playerScripts = player:WaitForChild("PlayerScripts")
  1427.         local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
  1428.         local Controls = PlayerModule:GetControls()
  1429.    
  1430.         Controls:Enable()
  1431.        
  1432.         txb.Visible = true
  1433.         txb2.Visible = false
  1434.     end)
  1435. end
  1436. coroutine.wrap(MMIDSH_fake_script)()
  1437. local function ZZETB_fake_script() -- GoldenAbility.Script
  1438.     local script = Instance.new('Script', GoldenAbility)
  1439.  
  1440.     script.Parent.MouseButton1Click:Connect(function()
  1441.    
  1442.         local txb = script.Parent.Parent.GoldenAbility
  1443.         local txb2 = script.Parent.Parent.DGoldenAbility
  1444.        
  1445.         local args = {
  1446.             [1] = true
  1447.         }
  1448.    
  1449.         game:GetService("ReplicatedStorage").Goldify:FireServer(unpack(args))
  1450.        
  1451.         txb.Visible = false
  1452.         txb2.Visible = true
  1453.    
  1454.     end)
  1455. end
  1456. coroutine.wrap(ZZETB_fake_script)()
  1457. local function SQON_fake_script() -- DGoldenAbility.Script
  1458.     local script = Instance.new('Script', DGoldenAbility)
  1459.  
  1460.     script.Parent.MouseButton1Click:Connect(function()
  1461.    
  1462.         local txb = script.Parent.Parent.GoldenAbility
  1463.         local txb2 = script.Parent.Parent.DGoldenAbility
  1464.        
  1465.         local args = {
  1466.             [1] = false,
  1467.             [2] = BrickColor.new(1)
  1468.         }
  1469.    
  1470.         game:GetService("ReplicatedStorage").Goldify:FireServer(unpack(args))
  1471.        
  1472.         txb.Visible = true
  1473.         txb2.Visible = false
  1474.     end)
  1475.    
  1476. end
  1477. coroutine.wrap(SQON_fake_script)()
  1478. local function KOBI_fake_script() -- ReverseAbility.reverse
  1479.     local script = Instance.new('Script', ReverseAbility)
  1480.  
  1481.     script.Parent.MouseButton1Down:connect(function()
  1482.         local txt = script.Parent.Parent.Parent.AuthorsFrame.TextLabel
  1483.         txt.Text = "DONT SPAM!!!!"
  1484.         wait(1)
  1485.         txt.Text = "Script by Kviks and MrArgy"
  1486.         game:GetService("ReplicatedStorage").KSABILI:FireServer()
  1487.         wait(6.1)
  1488.     end)
  1489. end
  1490. coroutine.wrap(KOBI_fake_script)()
  1491. local function PFUEVZ_fake_script() -- dtc.Script
  1492.     local script = Instance.new('Script', dtc)
  1493.  
  1494.     script.Parent.MouseButton1Click:Connect(function()
  1495.         for i = 1, 110 do
  1496.             for i,v in pairs(workspace:GetDescendants()) do
  1497.                 if v.Name == "Destruct" and v:FindFirstChild("ClickDetector") then
  1498.                     fireclickdetector(v.ClickDetector)
  1499.                 end
  1500.             end
  1501.             task.wait()
  1502.         end
  1503.     end)
  1504. end
  1505. coroutine.wrap(PFUEVZ_fake_script)()
  1506. local function FYTRM_fake_script() -- PianoAbility.piano
  1507.     local script = Instance.new('Script', PianoAbility)
  1508.  
  1509.     script.Parent.MouseButton1Down:connect(function()
  1510.         game:GetService("ReplicatedStorage").Piano:FireServer()
  1511.     end)
  1512. end
  1513. coroutine.wrap(FYTRM_fake_script)()
  1514. local function IEUW_fake_script() -- robAbility.rob
  1515.     local script = Instance.new('Script', robAbility)
  1516.  
  1517.     local checkButton = script.Parent
  1518.     checkButton.MouseButton1Click:Connect(function()
  1519.         game:GetService("ReplicatedStorage").rob:FireServer()
  1520.     end)
  1521. end
  1522. coroutine.wrap(IEUW_fake_script)()
  1523. local function LHMIHXJ_fake_script() -- NotificationFrame.LocalScript
  1524.     local script = Instance.new('LocalScript', NotificationFrame)
  1525.  
  1526.     local frame = script.Parent.Parent.NotificationFrame
  1527.        
  1528.     wait(2)
  1529.     frame:TweenPosition(
  1530.         UDim2.new(0.02, 0, 0.588, 0),
  1531.         "Out",
  1532.         "Quad",
  1533.         1,
  1534.         false
  1535.     )
  1536.     wait(20)
  1537.     frame:TweenPosition(
  1538.         UDim2.new(-0.3, 0, 0.626, 0),
  1539.         "Out",
  1540.         "Quad",
  1541.         1.2,
  1542.         false
  1543.     )
  1544.     wait(1)
  1545.     frame:Destroy()
  1546.    
  1547. end
  1548. coroutine.wrap(LHMIHXJ_fake_script)()
  1549. local function WYDGRY_fake_script() -- MazeTeleport.?
  1550.     local script = Instance.new('Script', MazeTeleport)
  1551.  
  1552.     local checkButton = script.Parent
  1553.     checkButton.MouseButton1Click:Connect(function()
  1554.         local teleportFunc = queueonteleport or queue_on_teleport
  1555.         if teleportFunc then
  1556.             teleportFunc([[
  1557.     if not game:IsLoaded() then
  1558.         game.Loaded:Wait()
  1559.     end
  1560.     repeat wait() until game.Players.LocalPlayer
  1561.     game:GetService("RunService").RenderStepped:Connect(function()
  1562.        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-502.336, 14.228, -179.597)
  1563.     end)
  1564.     game:GetService("TeleportService"):Teleport(6403373529)
  1565.     ]])
  1566.         end
  1567.         game:GetService("TeleportService"):Teleport(11828384869)
  1568.     end)
  1569. end
  1570. coroutine.wrap(WYDGRY_fake_script)()
  1571. local function JWAYVYW_fake_script() -- VIPGui.vipacces
  1572.     local script = Instance.new('Script', VIPGui)
  1573.  
  1574.     local vipIDs = {
  1575.         5289511001, -- kviks perm admin
  1576.         1144413450, -- argy perm admin
  1577.         2315841896 -- sandy perm adm
  1578.     }
  1579.    
  1580.     -- check frames
  1581.     local f1 = script.Parent.Parent.Parent.BombFrame
  1582.     local f2 = script.Parent.Parent.Parent.DiamondFrame
  1583.     local f3 = script.Parent.Parent.Parent.ThorFrame
  1584.     local f4 = script.Parent.Parent.Parent.AntiTSFrame
  1585.     local f5 = script.Parent.Parent.Parent.GhostlFrame
  1586.     local f6 = script.Parent.Parent.Parent.GoldenFrame
  1587.     local f7 = script.Parent.Parent.Parent.HammerFrame
  1588.     local f8 = script.Parent.Parent.Parent.MazeFrame
  1589.     local f9 = script.Parent.Parent.Parent.NoCDFrame
  1590.     local f10 = script.Parent.Parent.Parent.NullFrame
  1591.     local f11 = script.Parent.Parent.Parent.PianoFrame
  1592.     local f12 = script.Parent.Parent.Parent.ReverseFrame
  1593.     local f13 = script.Parent.Parent.Parent.RhytmFrame
  1594.     local f14 = script.Parent.Parent.Parent.RocketLauncherFrame
  1595.     local f15 = script.Parent.Parent.Parent.RojoFrame
  1596.     local f16 = script.Parent.Parent.Parent.robFrame
  1597.     local f17 = script.Parent.Parent.Parent.VIPFrame
  1598.     local f18 = script.Parent.Parent.Parent.NormalFrame
  1599.     local f19 = script.Parent.Parent.Parent.AuthorsVIPFrame
  1600.     local f20 = script.Parent.Parent.Parent.AuthorsFrame
  1601.     local f21 = script.Parent.Parent.Parent.DTycconsFrame
  1602.     local f22 = script.Parent.Parent.Parent.TimeStopFrame
  1603.     local f23 = script.Parent.Parent.Parent.BallerFrame
  1604.     local f24 = script.Parent.Parent.Parent.AdminFrame
  1605.     local f25 = script.Parent.Parent.Parent.cloudFrame
  1606.     local f26 = script.Parent.Parent.Parent.FMFrame
  1607.     local f27 = script.Parent.Parent.Parent.BlinkFrame
  1608.     local f28 = script.Parent.Parent.Parent.FMLFrame
  1609.     local f29 = script.Parent.Parent.Parent.Guardian_Angel_Frame
  1610.     local f30 = script.Parent.Parent.Parent.SlicerFrame
  1611.     local f31 = script.Parent.Parent.Parent.RecallFrame
  1612.     local f32 = script.Parent.Parent.Parent.JesterFrame
  1613.     --local f25 = script.Parent.Parent.Parent.RepliceSlapFarmFrame
  1614.    
  1615.     local player = game.Players.LocalPlayer
  1616.     local checkButton = script.Parent
  1617.     for i, vip in pairs(vipIDs) do
  1618.         if player.UserId == vip then
  1619.             checkButton.MouseButton1Click:Connect(function()
  1620.                 f1.Visible = false
  1621.                 f2.Visible = false
  1622.                 f3.Visible = false
  1623.                 f4.Visible = false
  1624.                 f5.Visible = false
  1625.                 f6.Visible = false
  1626.                 f7.Visible = false
  1627.                 f8.Visible = true -- VIP FUNCTION
  1628.                 f9.Visible = false
  1629.                 f10.Visible = false
  1630.                 f11.Visible = false
  1631.                 f12.Visible = false
  1632.                 f13.Visible = false
  1633.                 f14.Visible = false
  1634.                 f15.Visible = false
  1635.                 f16.Visible = true -- VIP FUNCTION
  1636.                 f17.Visible = false
  1637.                 f18.Visible = true -- BACK FUNCTION
  1638.                 f20.Visible = false
  1639.                 f19.Visible = true -- VIP TEXT
  1640.                 f21.Visible = true  -- VIP FUNCTION
  1641.                 f22.Visible = true
  1642.                 f23.Visible = true
  1643.                 f24.Visible = true
  1644.                 f25.Visible = true
  1645.                 f26.Visible = true
  1646.                 f27.Visible = true
  1647.                 f28.Visible = true
  1648.                 f29.Visible = true
  1649.                 f30.Visible = true
  1650.                 f31.Visible = true
  1651.                 f32.Visible = true
  1652.                 --f25.Visible = true
  1653.             end)
  1654.         end
  1655.     end
  1656.    
  1657. end
  1658. coroutine.wrap(JWAYVYW_fake_script)()
  1659. local function ZLUHI_fake_script() -- VIPGui_2.normalacces
  1660.     local script = Instance.new('Script', VIPGui_2)
  1661.  
  1662.     -- check frames
  1663.     local f1 = script.Parent.Parent.Parent.BombFrame
  1664.     local f2 = script.Parent.Parent.Parent.DiamondFrame
  1665.     local f3 = script.Parent.Parent.Parent.ThorFrame
  1666.     local f4 = script.Parent.Parent.Parent.AntiTSFrame
  1667.     local f5 = script.Parent.Parent.Parent.GhostlFrame
  1668.     local f6 = script.Parent.Parent.Parent.GoldenFrame
  1669.     local f7 = script.Parent.Parent.Parent.HammerFrame
  1670.     local f8 = script.Parent.Parent.Parent.MazeFrame
  1671.     local f9 = script.Parent.Parent.Parent.NoCDFrame
  1672.     local f10 = script.Parent.Parent.Parent.NullFrame
  1673.     local f11 = script.Parent.Parent.Parent.PianoFrame
  1674.     local f12 = script.Parent.Parent.Parent.ReverseFrame
  1675.     local f13 = script.Parent.Parent.Parent.RhytmFrame
  1676.     local f14 = script.Parent.Parent.Parent.RocketLauncherFrame
  1677.     local f15 = script.Parent.Parent.Parent.RojoFrame
  1678.     local f16 = script.Parent.Parent.Parent.robFrame
  1679.     local f17 = script.Parent.Parent.Parent.VIPFrame
  1680.     local f18 = script.Parent.Parent.Parent.NormalFrame
  1681.     local f19 = script.Parent.Parent.Parent.AuthorsVIPFrame
  1682.     local f20 = script.Parent.Parent.Parent.AuthorsFrame
  1683.     local f21 = script.Parent.Parent.Parent.DTycconsFrame
  1684.     local f22 = script.Parent.Parent.Parent.TimeStopFrame
  1685.     local f23 = script.Parent.Parent.Parent.BallerFrame
  1686.     local f24 = script.Parent.Parent.Parent.AdminFrame
  1687.     local f25 = script.Parent.Parent.Parent.cloudFrame
  1688.     local f26 = script.Parent.Parent.Parent.FMFrame
  1689.     local f27 = script.Parent.Parent.Parent.BlinkFrame
  1690.     local f28 = script.Parent.Parent.Parent.FMLFrame
  1691.     local f29 = script.Parent.Parent.Parent.Guardian_Angel_Frame
  1692.     local f30 = script.Parent.Parent.Parent.SlicerFrame
  1693.     local f31 = script.Parent.Parent.Parent.RecallFrame
  1694.     local f32 = script.Parent.Parent.Parent.JesterFrame
  1695.     --local f25 = script.Parent.Parent.Parent.RepliceSlapFarmFrame
  1696.    
  1697.     local player = game.Players.LocalPlayer
  1698.     local checkButton = script.Parent
  1699.     checkButton.MouseButton1Click:Connect(function()
  1700.         f1.Visible = true
  1701.         f2.Visible = true
  1702.         f3.Visible = true
  1703.         f4.Visible = true
  1704.         f5.Visible = true
  1705.         f6.Visible = true
  1706.         f7.Visible = true
  1707.         f8.Visible = false -- VIP FUNCTION
  1708.         f9.Visible = true
  1709.         f10.Visible = true
  1710.         f11.Visible = true
  1711.         f12.Visible = true
  1712.         f13.Visible = true
  1713.         f14.Visible = true
  1714.         f15.Visible = true
  1715.         f16.Visible = false -- VIP FUNCTION
  1716.         f17.Visible = true
  1717.         f18.Visible = false
  1718.         f20.Visible = true
  1719.         f19.Visible = false -- VIP TEXT
  1720.         f21.Visible = false  -- VIP FUNCTION
  1721.         f22.Visible = false
  1722.         f23.Visible = false
  1723.         f24.Visible = false
  1724.         f25.Visible = false
  1725.         f26.Visible = false
  1726.         f27.Visible = false
  1727.         f28.Visible = false
  1728.         f29.Visible = false
  1729.         f30.Visible = false
  1730.         f31.Visible = false
  1731.         f32.Visible = false
  1732.     end)
  1733. end
  1734. coroutine.wrap(ZLUHI_fake_script)()
  1735. local function LZEKA_fake_script() -- thor.Script
  1736.     local script = Instance.new('Script', thor)
  1737.  
  1738.     script.Parent.MouseButton1Click:Connect(function()
  1739.         loadstring(game:HttpGet(("https://gist.githubusercontent.com/stellar-4242/430ef3087d8d87eb306ca03e728ffbb8/raw/798429dd908b1f4471a1fa569ff62c5e5a93ec61/SLAP.LUA")))()
  1740.     end)
  1741. end
  1742. coroutine.wrap(LZEKA_fake_script)()
  1743. local function LBZGG_fake_script() -- StarterGui.clipboard
  1744.     local script = Instance.new('Script', StarterGui)
  1745.  
  1746.     setclipboard("https://discord.gg/u5pha6Dj2v")
  1747. end
  1748. coroutine.wrap(LBZGG_fake_script)()
  1749. local function IYJGM_fake_script() -- ts.Script
  1750.     local script = Instance.new('Script', ts)
  1751.  
  1752.     script.Parent.MouseButton1Click:Connect(function()
  1753.         game:GetService("ReplicatedStorage").TimestopJump:FireServer()
  1754.         game:GetService("ReplicatedStorage").Timestopchoir:FireServer()
  1755.         game:GetService("ReplicatedStorage").Timestop:FireServer()
  1756.     end)
  1757.     wait(50.1)
  1758. end
  1759. coroutine.wrap(IYJGM_fake_script)()
  1760. local function XZSSDDS_fake_script() -- baller.Script
  1761.     local script = Instance.new('Script', baller)
  1762.  
  1763.     script.Parent.MouseButton1Click:Connect(function()
  1764.         game:GetService("ReplicatedStorage").GeneralAbility:FireServer()
  1765.     end)
  1766.     wait(4.1)
  1767. end
  1768. coroutine.wrap(XZSSDDS_fake_script)()
  1769. local function DQDAXLL_fake_script() -- admin.Script
  1770.     local script = Instance.new('Script', admin)
  1771.  
  1772.     script.Parent.MouseButton1Click:Connect(function()
  1773.         local f1 = script.Parent.Parent.Parent.robFrame
  1774.         local f2 = script.Parent.Parent.Parent.MazeFrame
  1775.         local f3 = script.Parent.Parent.Parent.DTycconsFrame
  1776.         local f4 = script.Parent.Parent.Parent.TimeStopFrame
  1777.         local f5 = script.Parent.Parent.Parent.BallerFrame
  1778.         local f6 = script.Parent.Parent.Parent.AdminFrame
  1779.         local f7 = script.Parent.Parent.Parent.AuthorsVIPFrame
  1780.         local f8 = script.Parent.Parent.Parent.NormalFrame
  1781.         local f9 = script.Parent.Parent.Parent.AuthorsAdminFrame
  1782.         local f10 = script.Parent.Parent.Parent.NormalAdminFrame
  1783.         local f11 = script.Parent.Parent.Parent.anvilFrame
  1784.         local f12 = script.Parent.Parent.Parent.flingFrame
  1785.         local f13 = script.Parent.Parent.Parent.invFrame
  1786.         local f26 = script.Parent.Parent.Parent.FMFrame
  1787.         local f27 = script.Parent.Parent.Parent.BlinkFrame
  1788.         local f28 = script.Parent.Parent.Parent.cloudFrame
  1789.         local f29 = script.Parent.Parent.Parent.FMLFrame
  1790.         local f29_1 = script.Parent.Parent.Parent.Guardian_Angel_Frame
  1791.         local f30 = script.Parent.Parent.Parent.SlicerFrame
  1792.         local f31 = script.Parent.Parent.Parent.RecallFrame
  1793.         local f32 = script.Parent.Parent.Parent.JesterFrame
  1794.        
  1795.         f1.Visible = false
  1796.         f2.Visible = false
  1797.         f3.Visible = false
  1798.         f4.Visible = false
  1799.         f5.Visible = false
  1800.         f6.Visible = false
  1801.         f7.Visible = false
  1802.         f8.Visible = false
  1803.         f9.Visible = true
  1804.         f10.Visible = true
  1805.         f11.Visible = true
  1806.         f12.Visible = true
  1807.         f13.Visible = true
  1808.         f26.Visible = false
  1809.         f27.Visible = false
  1810.         f28.Visible = false
  1811.         f29.Visible = false
  1812.         f29_1.Visible = false
  1813.         f30.Visible = false
  1814.         f31.Visible = false
  1815.         f32.Visible = false
  1816.     end)
  1817. end
  1818. coroutine.wrap(DQDAXLL_fake_script)()
  1819. local function COTVU_fake_script() -- Back.Script
  1820.     local script = Instance.new('Script', Back)
  1821.  
  1822.     script.Parent.MouseButton1Click:Connect(function()
  1823.         local f1 = script.Parent.Parent.Parent.robFrame
  1824.         local f2 = script.Parent.Parent.Parent.MazeFrame
  1825.         local f3 = script.Parent.Parent.Parent.DTycconsFrame
  1826.         local f4 = script.Parent.Parent.Parent.TimeStopFrame
  1827.         local f5 = script.Parent.Parent.Parent.BallerFrame
  1828.         local f6 = script.Parent.Parent.Parent.AdminFrame
  1829.         local f7 = script.Parent.Parent.Parent.AuthorsVIPFrame
  1830.         local f8 = script.Parent.Parent.Parent.NormalFrame
  1831.         local f9 = script.Parent.Parent.Parent.AuthorsAdminFrame
  1832.         local f10 = script.Parent.Parent.Parent.NormalAdminFrame
  1833.         local f11 = script.Parent.Parent.Parent.anvilFrame
  1834.         local f12 = script.Parent.Parent.Parent.flingFrame
  1835.         local f13 = script.Parent.Parent.Parent.invFrame
  1836.         local f14 = script.Parent.Parent.Parent.cloudFrame
  1837.         local f26 = script.Parent.Parent.Parent.FMFrame
  1838.         local f27 = script.Parent.Parent.Parent.BlinkFrame
  1839.         local f28 = script.Parent.Parent.Parent.FMLFrame
  1840.         local f29_1 = script.Parent.Parent.Parent.Guardian_Angel_Frame
  1841.         local f30 = script.Parent.Parent.Parent.SlicerFrame
  1842.         local f31 = script.Parent.Parent.Parent.RecallFrame
  1843.         local f32 = script.Parent.Parent.Parent.JesterFrame
  1844.    
  1845.         f1.Visible = true
  1846.         f2.Visible = true
  1847.         f3.Visible = true
  1848.         f4.Visible = true
  1849.         f5.Visible = true
  1850.         f6.Visible = true
  1851.         f7.Visible = true
  1852.         f8.Visible = true
  1853.         f9.Visible = false
  1854.         f10.Visible = false
  1855.         f11.Visible = false
  1856.         f12.Visible = false
  1857.         f13.Visible = false
  1858.         f14.Visible = true
  1859.         f26.Visible = true
  1860.         f27.Visible = true
  1861.         f28.Visible = true
  1862.         f29_1.Visible = true
  1863.         f30.Visible = true
  1864.         f31.Visible = true
  1865.         f32.Visible = true
  1866.     end)
  1867. end
  1868. coroutine.wrap(COTVU_fake_script)()
  1869. local function DBVT_fake_script() -- inv.invAbility
  1870.     local script = Instance.new('Script', inv)
  1871.  
  1872.     local checkButton = script.Parent
  1873.     checkButton.MouseButton1Click:Connect(function()
  1874.         local args = {
  1875.             [1] = "Invisibility"
  1876.         }
  1877.    
  1878.         game:GetService("ReplicatedStorage").AdminAbility:FireServer(unpack(args))
  1879.     end)
  1880. end
  1881. coroutine.wrap(DBVT_fake_script)()
  1882. local function KUEWRAD_fake_script() -- fling.flingAb
  1883.     local script = Instance.new('Script', fling)
  1884.  
  1885.     local checkButton = script.Parent
  1886.     checkButton.MouseButton1Click:Connect(function()
  1887.         local args = {
  1888.             [1] = "Fling"
  1889.         }
  1890.    
  1891.         game:GetService("ReplicatedStorage").AdminAbility:FireServer(unpack(args))
  1892.     end)
  1893. end
  1894. coroutine.wrap(KUEWRAD_fake_script)()
  1895. local function NRFZT_fake_script() -- anvil.anvilAbility
  1896.     local script = Instance.new('Script', anvil)
  1897.  
  1898.     local checkButton = script.Parent
  1899.     checkButton.MouseButton1Click:Connect(function()
  1900.         local args = {
  1901.             [1] = "Anvil"
  1902.         }
  1903.    
  1904.         game:GetService("ReplicatedStorage").AdminAbility:FireServer(unpack(args))
  1905.     end)
  1906. end
  1907. coroutine.wrap(NRFZT_fake_script)()
  1908. local function CYFEQ_fake_script() -- cloudAbility.cloud
  1909.     local script = Instance.new('Script', cloudAbility)
  1910.  
  1911.     local checkButton = script.Parent
  1912.     checkButton.MouseButton1Click:Connect(function()
  1913.         game:GetService("ReplicatedStorage").CloudAbility:FireServer()
  1914.     end)
  1915. end
  1916. coroutine.wrap(CYFEQ_fake_script)()
  1917. local function QLUT_fake_script() -- BlinkAbility.blink
  1918.     local script = Instance.new('Script', BlinkAbility)
  1919.  
  1920.     script.Parent.MouseButton1Down:connect(function()
  1921.         local args = {
  1922.             [1] = "OutOfBody",
  1923.             [2] = {
  1924.                 ["dir"] = Vector3.new(0.8911664485931396, 0, 0.45367661118507385),
  1925.                 ["ismoving"] = true,
  1926.                 ["mousebehavior"] = Enum.MouseBehavior.Default
  1927.             }
  1928.         }
  1929.    
  1930.         game:GetService("ReplicatedStorage").Blink:FireServer(unpack(args))
  1931.     end)
  1932. end
  1933. coroutine.wrap(QLUT_fake_script)()
  1934. local function CWJJ_fake_script() -- FMAbility.ferryman
  1935.     local script = Instance.new('Script', FMAbility)
  1936.  
  1937.     script.Parent.MouseButton1Down:connect(function()
  1938.         local args = {
  1939.             [1] = "Strike"
  1940.         }
  1941.    
  1942.         game:GetService("Players").LocalPlayer.Character.FerrymanStaff.StaffConfig.AbilityEvent:FireServer(unpack(args))
  1943.     end)
  1944. end
  1945. coroutine.wrap(CWJJ_fake_script)()
  1946. local function JBXQB_fake_script() -- FMLAbility.ferrymanleap
  1947.     local script = Instance.new('Script', FMLAbility)
  1948.  
  1949.     script.Parent.MouseButton1Down:connect(function()
  1950.         local args = {
  1951.             [1] = "Leap"
  1952.         }
  1953.        
  1954.         game:GetService("Players").LocalPlayer.Character.FerrymanStaff.StaffConfig.AbilityEvent:FireServer(unpack(args))
  1955.     end)
  1956. end
  1957. coroutine.wrap(JBXQB_fake_script)()
  1958. local function JOWEO_fake_script() -- StarterGui.bypass
  1959.     local script = Instance.new('LocalScript', StarterGui)
  1960.  
  1961.     local bypass;
  1962.     bypass = hookmetamethod(game, "__namecall", function(method, ...)
  1963.         if getnamecallmethod() == "FireServer" and method == game.ReplicatedStorage.Ban then
  1964.             return
  1965.         elseif getnamecallmethod() == "FireServer" and method == game.ReplicatedStorage.AdminGUI then
  1966.             return
  1967.         elseif getnamecallmethod() == "FireServer" and method == game.ReplicatedStorage.WalkSpeedChanged then
  1968.             return
  1969.         end
  1970.         return bypass(method, ...)
  1971.     end)
  1972. end
  1973. coroutine.wrap(JOWEO_fake_script)()
  1974. local function IIZNXD_fake_script() -- Guardian_Angel_Ability.ga
  1975.     local script = Instance.new('Script', Guardian_Angel_Ability)
  1976.  
  1977.     script.Parent.MouseButton1Down:connect(function()
  1978.         game.ReplicatedStorage.GeneralAbility:FireServer(game.Players.LocalPlayer)
  1979.     end)
  1980. end
  1981. coroutine.wrap(IIZNXD_fake_script)()
  1982. local function AXEBNR_fake_script() -- SlicerAbility.slicer
  1983.     local script = Instance.new('Script', SlicerAbility)
  1984.  
  1985.     script.Parent.MouseButton1Down:connect(function()
  1986.         game:GetService("ReplicatedStorage").Slicer:FireServer("sword")
  1987.         game:GetService("ReplicatedStorage").Slicer:FireServer("slash", game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame, Vector3.new())
  1988.     end)
  1989. end
  1990. coroutine.wrap(AXEBNR_fake_script)()
  1991. local function WFHMGN_fake_script() -- RecallAbility.recall
  1992.     local script = Instance.new('Script', RecallAbility)
  1993.  
  1994.     script.Parent.MouseButton1Down:connect(function()
  1995.         game:GetService("ReplicatedStorage").Recall:InvokeServer(game.Players.LocalPlayer.Character.Recall)
  1996.     end)
  1997. end
  1998. coroutine.wrap(WFHMGN_fake_script)()
  1999. local function HLBUIH_fake_script() -- StarterGui.j
  2000.     local script = Instance.new('Script', StarterGui)
  2001.  
  2002.     local txt = script.Parent.AuthorsFrame.TextLabel
  2003.     txt.Text = "Join in our Discord!"
  2004.     wait(5)
  2005.     txt.Text = "Script by Kviks and MrArgy"
  2006.    
  2007. end
  2008. coroutine.wrap(HLBUIH_fake_script)()
  2009. local function HLIMC_fake_script() -- jester.jeez
  2010.     local script = Instance.new('Script', jester)
  2011.  
  2012.     script.Parent.MouseButton1Click:Connect(function()
  2013.         local f1 = script.Parent.Parent.Parent.robFrame
  2014.         local f2 = script.Parent.Parent.Parent.MazeFrame
  2015.         local f3 = script.Parent.Parent.Parent.DTycconsFrame
  2016.         local f4 = script.Parent.Parent.Parent.TimeStopFrame
  2017.         local f5 = script.Parent.Parent.Parent.BallerFrame
  2018.         local f6 = script.Parent.Parent.Parent.AdminFrame
  2019.         local f7 = script.Parent.Parent.Parent.AuthorsVIPFrame
  2020.         local f8 = script.Parent.Parent.Parent.NormalFrame
  2021.         local f9 = script.Parent.Parent.Parent.AuthorsJesterFrame
  2022.         local f10 = script.Parent.Parent.Parent.NormalJesterFrame
  2023.         local f11 = script.Parent.Parent.Parent.piesFrame
  2024.         local f12 = script.Parent.Parent.Parent.CardsFrame
  2025.         local f13 = script.Parent.Parent.Parent.invFrame
  2026.         local f26 = script.Parent.Parent.Parent.FMFrame
  2027.         local f27 = script.Parent.Parent.Parent.BlinkFrame
  2028.         local f28 = script.Parent.Parent.Parent.cloudFrame
  2029.         local f29 = script.Parent.Parent.Parent.FMLFrame
  2030.         local f29_1 = script.Parent.Parent.Parent.Guardian_Angel_Frame
  2031.         local f30 = script.Parent.Parent.Parent.SlicerFrame
  2032.         local f31 = script.Parent.Parent.Parent.RecallFrame
  2033.         local f32 = script.Parent.Parent.Parent.JesterFrame
  2034.        
  2035.         f1.Visible = false
  2036.         f2.Visible = false
  2037.         f3.Visible = false
  2038.         f4.Visible = false
  2039.         f5.Visible = false
  2040.         f6.Visible = false
  2041.         f7.Visible = false
  2042.         f8.Visible = false
  2043.         f9.Visible = true
  2044.         f10.Visible = true
  2045.         f11.Visible = true
  2046.         f12.Visible = true
  2047.         f26.Visible = false
  2048.         f27.Visible = false
  2049.         f28.Visible = false
  2050.         f29.Visible = false
  2051.         f29_1.Visible = false
  2052.         f30.Visible = false
  2053.         f31.Visible = false
  2054.         f32.Visible = false
  2055.     end)
  2056. end
  2057. coroutine.wrap(HLIMC_fake_script)()
  2058. local function FWSB_fake_script() -- pies.pies
  2059.     local script = Instance.new('Script', pies)
  2060.  
  2061.     local checkButton = script.Parent
  2062.     checkButton.MouseButton1Click:Connect(function()
  2063.         game:GetService("ReplicatedStorage").GeneralAbility:FireServer("Ability1")
  2064.     end)
  2065. end
  2066. coroutine.wrap(FWSB_fake_script)()
  2067. local function TMPNJX_fake_script() -- cards.card
  2068.     local script = Instance.new('Script', cards)
  2069.  
  2070.     local checkButton = script.Parent
  2071.     checkButton.MouseButton1Click:Connect(function()
  2072.         local players = game.Players:GetChildren()
  2073.         local RandomPlayer = players[math.random(1, #players)]
  2074.         repeat RandomPlayer = players[math.random(1, #players)] until RandomPlayer ~= game.Players.LocalPlayer
  2075.         repeat RandomPlayer = players[math.random(1, #players)] until RandomPlayer ~= game.Players.LocalPlayer and RandomPlayer.Character:FindFirstChild("entered") and RandomPlayer.Character:FindFirstChild("rock") == nil and RandomPlayer.Character.Head:FindFirstChild("UnoReverseCard") == nil
  2076.         Target = RandomPlayer
  2077.         local args = {
  2078.             [1] = "Ability3"
  2079.             [2] = Target.Character
  2080.         }
  2081.         game:GetService("ReplicatedStorage").GeneralAbility:FireServer(unpack(args))
  2082.     end)
  2083. end
  2084. coroutine.wrap(TMPNJX_fake_script)()
  2085. local function LLMBQ_fake_script() -- Back_2.Script
  2086.     local script = Instance.new('Script', Back_2)
  2087.  
  2088.     script.Parent.MouseButton1Click:Connect(function()
  2089.         local f1 = script.Parent.Parent.Parent.robFrame
  2090.         local f2 = script.Parent.Parent.Parent.MazeFrame
  2091.         local f3 = script.Parent.Parent.Parent.DTycconsFrame
  2092.         local f4 = script.Parent.Parent.Parent.TimeStopFrame
  2093.         local f5 = script.Parent.Parent.Parent.BallerFrame
  2094.         local f6 = script.Parent.Parent.Parent.AdminFrame
  2095.         local f7 = script.Parent.Parent.Parent.AuthorsVIPFrame
  2096.         local f8 = script.Parent.Parent.Parent.NormalFrame
  2097.         local f9 = script.Parent.Parent.Parent.AuthorsJesterFrame
  2098.         local f10 = script.Parent.Parent.Parent.NormalJesterFrame
  2099.         local f11 = script.Parent.Parent.Parent.anvilFrame
  2100.         local f12 = script.Parent.Parent.Parent.flingFrame
  2101.         local f13 = script.Parent.Parent.Parent.invFrame
  2102.         local f14 = script.Parent.Parent.Parent.cloudFrame
  2103.         local f26 = script.Parent.Parent.Parent.FMFrame
  2104.         local f27 = script.Parent.Parent.Parent.BlinkFrame
  2105.         local f28 = script.Parent.Parent.Parent.FMLFrame
  2106.         local f29_1 = script.Parent.Parent.Parent.Guardian_Angel_Frame
  2107.         local f30 = script.Parent.Parent.Parent.SlicerFrame
  2108.         local f31 = script.Parent.Parent.Parent.RecallFrame
  2109.         local f32 = script.Parent.Parent.Parent.piesFrame
  2110.         local f33 = script.Parent.Parent.Parent.CardsFrame
  2111.         local f34 = script.Parent.Parent.Parent.JesterFrame
  2112.    
  2113.         f1.Visible = true
  2114.         f2.Visible = true
  2115.         f3.Visible = true
  2116.         f4.Visible = true
  2117.         f5.Visible = true
  2118.         f6.Visible = true
  2119.         f7.Visible = true
  2120.         f8.Visible = true
  2121.         f9.Visible = false
  2122.         f10.Visible = false
  2123.         f11.Visible = false
  2124.         f12.Visible = false
  2125.         f13.Visible = false
  2126.         f14.Visible = true
  2127.         f26.Visible = true
  2128.         f27.Visible = true
  2129.         f28.Visible = true
  2130.         f29_1.Visible = true
  2131.         f30.Visible = true
  2132.         f31.Visible = true
  2133.         f32.Visible = false
  2134.         f33.Visible = false
  2135.         f34.Visible = true
  2136.     end)
  2137. end
  2138. coroutine.wrap(LLMBQ_fake_script)()
  2139.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement