EliteWolfie

~New Update!~ Global Devs Gui [Fixes & New Scripts!]

Feb 26th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 146.54 KB | None | 0 0
  1. -- made by Elite Wolfie#5889 (V3rm: https://v3rmillion.net/showthread.php?tid=787466)
  2. local GuiMenu = Instance.new("ScreenGui")
  3. local OpenGui = Instance.new("Frame")
  4. local OpenClose = Instance.new("TextButton")
  5. local FrameCredits = Instance.new("Frame")
  6. local DownBar = Instance.new("Frame")
  7. local CreditsOwner = Instance.new("TextLabel")
  8. local CreditsSemiDev = Instance.new("TextLabel")
  9. local OpenClose1 = Instance.new("TextButton")
  10. local SideBar = Instance.new("Frame")
  11. local SideBar_2 = Instance.new("Frame")
  12. local CreditsByteEditor = Instance.new("TextLabel")
  13. local UpBar = Instance.new("Frame")
  14. local GameFrame = Instance.new("Frame")
  15. local FrameUp = Instance.new("Frame")
  16. local Frame = Instance.new("Frame")
  17. local Frame_2 = Instance.new("Frame")
  18. local FrameDown = Instance.new("Frame")
  19. local CloseOpen2 = Instance.new("TextButton")
  20. local mm2 = Instance.new("TextButton")
  21. local Bloxhunt = Instance.new("TextButton")
  22. local ZombieRush = Instance.new("TextButton")
  23. local AdminScripts = Instance.new("TextButton")
  24. local GameFrameName = Instance.new("TextLabel")
  25. local MadPaintball2 = Instance.new("TextButton")
  26. local DessertSim = Instance.new("TextButton")
  27. local ComingSoon = Instance.new("TextButton")
  28. local GameFrame2 = Instance.new("Frame")
  29. local FrameRight = Instance.new("Frame")
  30. local FrameLeft = Instance.new("Frame")
  31. local CloseOpen3 = Instance.new("TextButton")
  32. local RevizAdmin = Instance.new("TextButton")
  33. local RoseHub = Instance.new("TextButton")
  34. local PannelName = Instance.new("TextLabel")
  35. local MainFrame = Instance.new("Frame")
  36. local DownFrame = Instance.new("Frame")
  37. local UpFrame = Instance.new("Frame")
  38. local SideFrame = Instance.new("Frame")
  39. local SideFrame_2 = Instance.new("Frame")
  40. local Credits = Instance.new("TextButton")
  41. local MainPage = Instance.new("TextLabel")
  42. local Games = Instance.new("TextButton")
  43. local UpdateLog = Instance.new("TextLabel")
  44. local GlobalDevs = Instance.new("TextLabel")
  45. local Versions = Instance.new("TextLabel")
  46. local AdminPannel = Instance.new("TextButton")
  47. local Explorer = Instance.new("TextButton")
  48. local UpdateLogs = Instance.new("TextLabel")
  49. --Properties:
  50. GuiMenu.Name = "Gui-Menu"
  51. GuiMenu.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  52. GuiMenu.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  53. GuiMenu.ResetOnSpawn = false
  54.  
  55. OpenGui.Name = "OpenGui"
  56. OpenGui.Parent = GuiMenu
  57. OpenGui.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  58. OpenGui.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  59. OpenGui.Position = UDim2.new(-0.00041153311, 0, 0.413886696, 0)
  60. OpenGui.Size = UDim2.new(0, 44, 0, 32)
  61.  
  62. OpenClose.Name = "Open/Close"
  63. OpenClose.Parent = OpenGui
  64. OpenClose.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  65. OpenClose.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  66. OpenClose.Position = UDim2.new(0.136363626, 0, 0.125, 0)
  67. OpenClose.Size = UDim2.new(0, 32, 0, 24)
  68. OpenClose.Font = Enum.Font.SciFi
  69. OpenClose.Text = "Open"
  70. OpenClose.TextColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  71. OpenClose.TextSize = 14
  72.  
  73. FrameCredits.Name = "FrameCredits"
  74. FrameCredits.Parent = GuiMenu
  75. FrameCredits.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  76. FrameCredits.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  77. FrameCredits.Position = UDim2.new(0.239340723, 0, 0.468078792, 0)
  78. FrameCredits.Size = UDim2.new(0, 201, 0, 94)
  79. FrameCredits.Visible = false
  80.  
  81. DownBar.Name = "DownBar"
  82. DownBar.Parent = FrameCredits
  83. DownBar.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  84. DownBar.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  85. DownBar.Position = UDim2.new(0, 0, 1.08375347, 0)
  86. DownBar.Size = UDim2.new(0, 201, 0, 8)
  87.  
  88. CreditsOwner.Name = "CreditsOwner"
  89. CreditsOwner.Parent = FrameCredits
  90. CreditsOwner.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  91. CreditsOwner.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  92. CreditsOwner.Position = UDim2.new(0.0342310071, 0, 0.122259364, 0)
  93. CreditsOwner.Size = UDim2.new(0, 153, 0, 8)
  94. CreditsOwner.Font = Enum.Font.SciFi
  95. CreditsOwner.Text = "Owner: Elite Wolfie#5889"
  96. CreditsOwner.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  97. CreditsOwner.TextSize = 14
  98.  
  99. CreditsSemiDev.Name = "CreditsSemiDev"
  100. CreditsSemiDev.Parent = FrameCredits
  101. CreditsSemiDev.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  102. CreditsSemiDev.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  103. CreditsSemiDev.Position = UDim2.new(0.0772388056, 0, 0.387924224, 0)
  104. CreditsSemiDev.Size = UDim2.new(0, 134, 0, 16)
  105. CreditsSemiDev.Font = Enum.Font.SciFi
  106. CreditsSemiDev.Text = "SemiDev: Include#9820"
  107. CreditsSemiDev.TextColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  108. CreditsSemiDev.TextSize = 14
  109.  
  110. OpenClose1.Name = "Open/Close1"
  111. OpenClose1.Parent = FrameCredits
  112. OpenClose1.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  113. OpenClose1.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  114. OpenClose1.Position = UDim2.new(0, 0, 1.07754862, 0)
  115. OpenClose1.Size = UDim2.new(0, 44, 0, 20)
  116. OpenClose1.Font = Enum.Font.SciFi
  117. OpenClose1.Text = "Close"
  118. OpenClose1.TextColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  119. OpenClose1.TextSize = 14
  120.  
  121. SideBar.Name = "SideBar"
  122. SideBar.Parent = FrameCredits
  123. SideBar.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  124. SideBar.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  125. SideBar.Position = UDim2.new(1.03980124, 0, -0.169372559, 0)
  126. SideBar.Size = UDim2.new(0, 9, 0, 126)
  127.  
  128. SideBar_2.Name = "SideBar"
  129. SideBar_2.Parent = FrameCredits
  130. SideBar_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  131. SideBar_2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  132. SideBar_2.Position = UDim2.new(-0.0945270583, 0, -0.169372559, 0)
  133. SideBar_2.Size = UDim2.new(0, 10, 0, 126)
  134.  
  135. CreditsByteEditor.Name = "CreditsByteEditor"
  136. CreditsByteEditor.Parent = FrameCredits
  137. CreditsByteEditor.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  138. CreditsByteEditor.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  139. CreditsByteEditor.Position = UDim2.new(0.1369403, 0, 0.706764817, 0)
  140. CreditsByteEditor.Size = UDim2.new(0, 134, 0, 16)
  141. CreditsByteEditor.Font = Enum.Font.SciFi
  142. CreditsByteEditor.Text = "Byte Editor: Zackilenzx#9280"
  143. CreditsByteEditor.TextColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  144. CreditsByteEditor.TextSize = 14
  145.  
  146. UpBar.Name = "UpBar"
  147. UpBar.Parent = FrameCredits
  148. UpBar.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  149. UpBar.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  150. UpBar.Position = UDim2.new(0, 0, -0.171565652, 0)
  151. UpBar.Size = UDim2.new(0, 201, 0, 8)
  152.  
  153. GameFrame.Name = "GameFrame"
  154. GameFrame.Parent = GuiMenu
  155. GameFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  156. GameFrame.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  157. GameFrame.Position = UDim2.new(0.509789407, 0, 0.141865373, 0)
  158. GameFrame.Size = UDim2.new(0, 350, 0, 192)
  159. GameFrame.Visible = false
  160.  
  161. FrameUp.Name = "FrameUp"
  162. FrameUp.Parent = GameFrame
  163. FrameUp.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  164. FrameUp.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  165. FrameUp.Position = UDim2.new(-0.106432617, 0, 1.05043256, 0)
  166. FrameUp.Size = UDim2.new(0, 387, 0, 23)
  167.  
  168. Frame.Name = "Frame>"
  169. Frame.Parent = GameFrame
  170. Frame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  171. Frame.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  172. Frame.Position = UDim2.new(1.02760887, 0, 0, 0)
  173. Frame.Size = UDim2.new(0, 27, 0, 225)
  174.  
  175. Frame_2.Name = "Frame<"
  176. Frame_2.Parent = GameFrame
  177. Frame_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  178. Frame_2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  179. Frame_2.Position = UDim2.new(-0.106676817, 0, -0.171875, 0)
  180. Frame_2.Size = UDim2.new(0, 27, 0, 225)
  181.  
  182. FrameDown.Name = "FrameDown"
  183. FrameDown.Parent = GameFrame
  184. FrameDown.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  185. FrameDown.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  186. FrameDown.Position = UDim2.new(-0.00643275678, 0, -0.171875, 0)
  187. FrameDown.Size = UDim2.new(0, 388, 0, 23)
  188.  
  189. CloseOpen2.Name = "Close/Open2"
  190. CloseOpen2.Parent = GameFrame
  191. CloseOpen2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  192. CloseOpen2.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  193. CloseOpen2.Position = UDim2.new(-0.00534615666, 0, 1.05074644, 0)
  194. CloseOpen2.Size = UDim2.new(0, 86, 0, 23)
  195. CloseOpen2.Font = Enum.Font.SciFi
  196. CloseOpen2.Text = "Close"
  197. CloseOpen2.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  198. CloseOpen2.TextScaled = true
  199. CloseOpen2.TextSize = 14
  200. CloseOpen2.TextWrapped = true
  201.  
  202. mm2.Name = "mm2"
  203. mm2.Parent = GameFrame
  204. mm2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  205. mm2.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  206. mm2.Position = UDim2.new(0.0264812354, 0, 0.0434063263, 0)
  207. mm2.Size = UDim2.new(0, 144, 0, 37)
  208. mm2.Font = Enum.Font.SciFi
  209. mm2.Text = "Murder Mystery 2"
  210. mm2.TextColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  211. mm2.TextScaled = true
  212. mm2.TextSize = 14
  213. mm2.TextWrapped = true
  214.  
  215. Bloxhunt.Name = "Bloxhunt"
  216. Bloxhunt.Parent = GameFrame
  217. Bloxhunt.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  218. Bloxhunt.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  219. Bloxhunt.Position = UDim2.new(0.545046389, 0, 0.0486176014, 0)
  220. Bloxhunt.Size = UDim2.new(0, 152, 0, 35)
  221. Bloxhunt.Font = Enum.Font.SciFi
  222. Bloxhunt.Text = "Bloxhunt (Unpatchable)"
  223. Bloxhunt.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  224. Bloxhunt.TextScaled = true
  225. Bloxhunt.TextSize = 14
  226. Bloxhunt.TextWrapped = true
  227.  
  228. ZombieRush.Name = "Zombie Rush"
  229. ZombieRush.Parent = GameFrame
  230. ZombieRush.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  231. ZombieRush.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  232. ZombieRush.Position = UDim2.new(0.543624043, 0, 0.282989651, 0)
  233. ZombieRush.Size = UDim2.new(0, 150, 0, 37)
  234. ZombieRush.Font = Enum.Font.SciFi
  235. ZombieRush.Text = "Zombie Rush Kill All"
  236. ZombieRush.TextColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  237. ZombieRush.TextScaled = true
  238. ZombieRush.TextSize = 14
  239. ZombieRush.TextWrapped = true
  240.  
  241. AdminScripts.Name = "AdminScripts"
  242. AdminScripts.Parent = GameFrame
  243. AdminScripts.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  244. AdminScripts.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  245. AdminScripts.Position = UDim2.new(0.656816065, 0, 0.822912037, 0)
  246. AdminScripts.Size = UDim2.new(0, 120, 0, 34)
  247. AdminScripts.Font = Enum.Font.SciFi
  248. AdminScripts.Text = "Admin Scripts"
  249. AdminScripts.TextColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  250. AdminScripts.TextScaled = true
  251. AdminScripts.TextSize = 14
  252. AdminScripts.TextWrapped = true
  253.  
  254. GameFrameName.Name = "GameFrameName"
  255. GameFrameName.Parent = GameFrame
  256. GameFrameName.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  257. GameFrameName.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  258. GameFrameName.Position = UDim2.new(0.656816065, 0, -0.171875, 0)
  259. GameFrameName.Size = UDim2.new(0, 129, 0, 23)
  260. GameFrameName.Font = Enum.Font.SourceSans
  261. GameFrameName.Text = "Games"
  262. GameFrameName.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  263. GameFrameName.TextScaled = true
  264. GameFrameName.TextSize = 14
  265. GameFrameName.TextWrapped = true
  266.  
  267. MadPaintball2.Name = "MadPaintball2"
  268. MadPaintball2.Parent = GameFrame
  269. MadPaintball2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  270. MadPaintball2.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  271. MadPaintball2.Position = UDim2.new(0.545046389, 0, 0.539776504, 0)
  272. MadPaintball2.Size = UDim2.new(0, 148, 0, 37)
  273. MadPaintball2.Font = Enum.Font.SciFi
  274. MadPaintball2.Text = "Mad Paintball 2"
  275. MadPaintball2.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  276. MadPaintball2.TextScaled = true
  277. MadPaintball2.TextSize = 14
  278. MadPaintball2.TextWrapped = true
  279.  
  280. DessertSim.Name = "DessertSim"
  281. DessertSim.Parent = GameFrame
  282. DessertSim.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  283. DessertSim.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  284. DessertSim.Position = UDim2.new(0.0264812354, 0, 0.282989651, 0)
  285. DessertSim.Size = UDim2.new(0, 144, 0, 37)
  286. DessertSim.Font = Enum.Font.SciFi
  287. DessertSim.Text = "Dessert Simulator"
  288. DessertSim.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  289. DessertSim.TextScaled = true
  290. DessertSim.TextSize = 14
  291. DessertSim.TextWrapped = true
  292.  
  293. ComingSoon.Name = "Coming Soon!"
  294. ComingSoon.Parent = GameFrame
  295. ComingSoon.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  296. ComingSoon.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  297. ComingSoon.Position = UDim2.new(0.024089098, 0, 0.757636666, 0)
  298. ComingSoon.Size = UDim2.new(0, 144, 0, 36)
  299. ComingSoon.Font = Enum.Font.SciFi
  300. ComingSoon.Text = "Coming Soon!"
  301. ComingSoon.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  302. ComingSoon.TextScaled = true
  303. ComingSoon.TextSize = 14
  304. ComingSoon.TextWrapped = true
  305.  
  306. GameFrame2.Name = "GameFrame2"
  307. GameFrame2.Parent = GuiMenu
  308. GameFrame2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  309. GameFrame2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  310. GameFrame2.NextSelectionUp = MainFrame
  311. GameFrame2.Position = UDim2.new(0.546498179, 0, 0.490936339, 0)
  312. GameFrame2.Size = UDim2.new(0, 229, 0, 126)
  313. GameFrame2.Visible = false
  314.  
  315. FrameRight.Name = "FrameRight"
  316. FrameRight.Parent = GameFrame2
  317. FrameRight.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  318. FrameRight.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  319. FrameRight.Position = UDim2.new(1.027565, 0, 0.000585019588, 0)
  320. FrameRight.Size = UDim2.new(0, 17, 0, 126)
  321.  
  322. FrameLeft.Name = "FrameLeft"
  323. FrameLeft.Parent = GameFrame2
  324. FrameLeft.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  325. FrameLeft.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  326. FrameLeft.Position = UDim2.new(-0.100952685, 0, 0.00058516243, 0)
  327. FrameLeft.Size = UDim2.new(0, 17, 0, 126)
  328.  
  329. CloseOpen3.Name = "Close/Open3"
  330. CloseOpen3.Parent = GameFrame2
  331. CloseOpen3.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  332. CloseOpen3.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  333. CloseOpen3.Position = UDim2.new(0.323337615, 0, 0.988494396, 0)
  334. CloseOpen3.Size = UDim2.new(0, 86, 0, 22)
  335. CloseOpen3.Font = Enum.Font.SciFi
  336. CloseOpen3.Text = "Close"
  337. CloseOpen3.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  338. CloseOpen3.TextScaled = true
  339. CloseOpen3.TextSize = 14
  340. CloseOpen3.TextWrapped = true
  341.  
  342. RevizAdmin.Name = "RevizAdmin"
  343. RevizAdmin.Parent = GameFrame2
  344. RevizAdmin.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  345. RevizAdmin.Position = UDim2.new(0.0645554736, 0, 0.196638316, 0)
  346. RevizAdmin.Size = UDim2.new(0, 204, 0, 42)
  347. RevizAdmin.Font = Enum.Font.SciFi
  348. RevizAdmin.Text = "Reviz Admin"
  349. RevizAdmin.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  350. RevizAdmin.TextSize = 14
  351.  
  352. RoseHub.Name = "RoseHub"
  353. RoseHub.Parent = GameFrame2
  354. RoseHub.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  355. RoseHub.Position = UDim2.new(0.0645554736, 0, 0.596473336, 0)
  356. RoseHub.Size = UDim2.new(0, 204, 0, 42)
  357. RoseHub.Font = Enum.Font.SciFi
  358. RoseHub.Text = "RoseHub"
  359. RoseHub.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  360. RoseHub.TextSize = 14
  361. RoseHub.TextWrapped = true
  362.  
  363. PannelName.Name = "PannelName"
  364. PannelName.Parent = GameFrame2
  365. PannelName.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  366. PannelName.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  367. PannelName.Position = UDim2.new(0.0606806874, 0, 0.000584986061, 0)
  368. PannelName.Size = UDim2.new(0, 204, 0, 17)
  369. PannelName.Font = Enum.Font.SciFi
  370. PannelName.Text = "The Admin Scripts"
  371. PannelName.TextColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  372. PannelName.TextSize = 14
  373.  
  374. MainFrame.Name = "MainFrame"
  375. MainFrame.Parent = GuiMenu
  376. MainFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  377. MainFrame.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  378. MainFrame.Position = UDim2.new(0.144536331, 0, 0.18045944, 0)
  379. MainFrame.Size = UDim2.new(0, 368, 0, 144)
  380. MainFrame.Visible = false
  381.  
  382. DownFrame.Name = "DownFrame"
  383. DownFrame.Parent = MainFrame
  384. DownFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  385. DownFrame.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  386. DownFrame.Position = UDim2.new(-0.111136481, 0, 1.04766846, 0)
  387. DownFrame.Size = UDim2.new(0, 448, 0, 30)
  388.  
  389. UpFrame.Name = "UpFrame"
  390. UpFrame.Parent = MainFrame
  391. UpFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  392. UpFrame.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  393. UpFrame.Position = UDim2.new(-0.111136481, 0, -0.251714706, 0)
  394. UpFrame.Size = UDim2.new(0, 448, 0, 30)
  395.  
  396. SideFrame.Name = ">SideFrame"
  397. SideFrame.Parent = MainFrame
  398. SideFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  399. SideFrame.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  400. SideFrame.Position = UDim2.new(1.01658094, 0, 0, 0)
  401. SideFrame.Size = UDim2.new(0, 33, 0, 151)
  402.  
  403. SideFrame_2.Name = "<SideFrame"
  404. SideFrame_2.Parent = MainFrame
  405. SideFrame_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  406. SideFrame_2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  407. SideFrame_2.Position = UDim2.new(-0.111136474, 0, -0.0416666679, 0)
  408. SideFrame_2.Size = UDim2.new(0, 33, 0, 150)
  409.  
  410. Credits.Name = "Credits"
  411. Credits.Parent = MainFrame
  412. Credits.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  413. Credits.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  414. Credits.Position = UDim2.new(0.770385981, 0, 1.04861116, 0)
  415. Credits.Size = UDim2.new(0, 90, 0, 30)
  416. Credits.Font = Enum.Font.SciFi
  417. Credits.Text = "Credits"
  418. Credits.TextColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  419. Credits.TextSize = 14
  420.  
  421. MainPage.Name = "MainPage"
  422. MainPage.Parent = MainFrame
  423. MainPage.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  424. MainPage.Position = UDim2.new(0.557996869, 0, -0.220135361, 0)
  425. MainPage.Size = UDim2.new(0, 194, 0, 19)
  426. MainPage.Font = Enum.Font.SciFi
  427. MainPage.Text = "Main Page"
  428. MainPage.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  429. MainPage.TextSize = 14
  430.  
  431. Games.Name = "Games"
  432. Games.Parent = MainFrame
  433. Games.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  434. Games.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  435. Games.Position = UDim2.new(0.0258211885, 0, 0.0437535197, 0)
  436. Games.Size = UDim2.new(0, 81, 0, 32)
  437. Games.Font = Enum.Font.SciFi
  438. Games.Text = "Games"
  439. Games.TextColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  440. Games.TextSize = 14
  441.  
  442. UpdateLog.Name = "Update Log"
  443. UpdateLog.Parent = MainFrame
  444. UpdateLog.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  445. UpdateLog.Position = UDim2.new(0.462888241, 0, 0.0437535197, 0)
  446. UpdateLog.Size = UDim2.new(0, 129, 0, 17)
  447. UpdateLog.Font = Enum.Font.SciFi
  448. UpdateLog.Text = "Update Log"
  449. UpdateLog.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  450. UpdateLog.TextScaled = true
  451. UpdateLog.TextSize = 14
  452. UpdateLog.TextWrapped = true
  453.  
  454. GlobalDevs.Name = "GlobalDevs"
  455. GlobalDevs.Parent = MainFrame
  456. GlobalDevs.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  457. GlobalDevs.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  458. GlobalDevs.Position = UDim2.new(-0.100266911, 0, 1.08392954, 0)
  459. GlobalDevs.Size = UDim2.new(0, 269, 0, 25)
  460. GlobalDevs.Text = "Global Development's"
  461. GlobalDevs.TextColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  462. GlobalDevs.TextSize = 14
  463.  
  464. Versions.Name = "Versions"
  465. Versions.Parent = MainFrame
  466. Versions.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  467. Versions.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  468. Versions.Position = UDim2.new(-0.0377669185, 0, -0.251714706, 0)
  469. Versions.Size = UDim2.new(0, 69, 0, 29)
  470. Versions.Font = Enum.Font.SourceSans
  471. Versions.Text = "v.2.0"
  472. Versions.TextColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  473. Versions.TextScaled = true
  474. Versions.TextSize = 14
  475. Versions.TextWrapped = true
  476.  
  477. AdminPannel.Name = "Admin Pannel"
  478. AdminPannel.Parent = MainFrame
  479. AdminPannel.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  480. AdminPannel.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  481. AdminPannel.Position = UDim2.new(0.0255044028, 0, 0.376782537, 0)
  482. AdminPannel.Size = UDim2.new(0, 81, 0, 30)
  483. AdminPannel.Font = Enum.Font.SciFi
  484. AdminPannel.Text = "Local Script Hub"
  485. AdminPannel.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  486. AdminPannel.TextScaled = true
  487. AdminPannel.TextSize = 14
  488. AdminPannel.TextWrapped = true
  489.  
  490. Explorer.Name = "Explorer"
  491. Explorer.Parent = MainFrame
  492. Explorer.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  493. Explorer.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  494. Explorer.Position = UDim2.new(0.0255044028, 0, 0.712629974, 0)
  495. Explorer.Size = UDim2.new(0, 81, 0, 30)
  496. Explorer.Font = Enum.Font.SciFi
  497. Explorer.Text = "Roblox Explorer"
  498. Explorer.TextColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  499. Explorer.TextScaled = true
  500. Explorer.TextSize = 14
  501. Explorer.TextWrapped = true
  502.  
  503. UpdateLogs.Name = "UpdateLogs"
  504. UpdateLogs.Parent = MainFrame
  505. UpdateLogs.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  506. UpdateLogs.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  507. UpdateLogs.Position = UDim2.new(0.342667788, 0, 0.161809072, 0)
  508. UpdateLogs.Size = UDim2.new(0, 231, 0, 120)
  509. UpdateLogs.Font = Enum.Font.SourceSans
  510. UpdateLogs.Text = "New Great Update!\nI've added My newest thread's\nto this Gui, major fixes & also better status!\n\nWe've Fixed The Bytes Problem.\nThe vouches has been [Edited]\n\nMore Update's Coming Soon!"
  511. UpdateLogs.TextColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  512. UpdateLogs.TextSize = 14
  513. UpdateLogs.TextWrapped = true
  514. -- Scripts:
  515. function SCRIPT_YYWX71_FAKESCRIPT() -- OpenClose.OpenClosing
  516. local script = Instance.new('LocalScript')
  517. script.Parent = OpenClose
  518. script.Parent.MouseButton1Click:Connect(function()if OpenClose.Text == "Open" then
  519. OpenClose.Text = "Close"MainFrame.Visible = true
  520. elseif OpenClose.Text == "Close" then OpenClose.Text = "Open"
  521. MainFrame.Visible = false;end;end)
  522.  
  523. end
  524. coroutine.resume(coroutine.create(SCRIPT_YYWX71_FAKESCRIPT))
  525. function SCRIPT_CDNR83_FAKESCRIPT() -- OpenClose1.CClose
  526. local script = Instance.new('LocalScript')
  527. script.Parent = OpenClose1
  528. script.Parent.MouseButton1Click:Connect(function()FrameCredits.Visible = false
  529. end)
  530.  
  531. end
  532. coroutine.resume(coroutine.create(SCRIPT_CDNR83_FAKESCRIPT))
  533. function SCRIPT_UKRE88_FAKESCRIPT() -- FrameCredits.FrameActive
  534. local script = Instance.new('LocalScript')
  535. script.Parent = FrameCredits
  536. FrameCredits.Active=true;FrameCredits.Draggable=true
  537.  
  538. end
  539. coroutine.resume(coroutine.create(SCRIPT_UKRE88_FAKESCRIPT))
  540. function SCRIPT_FGWI77_FAKESCRIPT() -- CloseOpen2.GClose
  541. local script = Instance.new('LocalScript')
  542. script.Parent = CloseOpen2
  543. script.Parent.MouseButton1Click:Connect(function()GameFrame.Visible = false
  544. if GameFrame2.Visible == true then GameFrame2.Visible = false
  545. end;end)
  546.  
  547. end
  548. coroutine.resume(coroutine.create(SCRIPT_FGWI77_FAKESCRIPT))
  549. function SCRIPT_XXLO87_FAKESCRIPT() -- mm2.MM2Script
  550. local script = Instance.new('LocalScript')
  551. script.Parent = mm2
  552. script.Parent.MouseButton1Click:Connect(function()
  553. if game.PlaceId==142823291 then local a=true;local b=true;local c="c"local d="m"local e="n"local f="b"local g="f"local h="r"local i="g"local j="x"local k="z"local l="t"local m="p"local n=Instance.new("ScreenGui")local o=Instance.new("Frame")local p=Instance.new("TextLabel")local q=Instance.new("TextButton")local r=Instance.new("TextButton")local s=Instance.new("TextLabel")local t=Instance.new("TextButton")local u=Instance.new("TextLabel")local v=Instance.new("TextButton")local w=Instance.new("TextLabel")local x=Instance.new("TextButton")local y=Instance.new("TextLabel")local z=Instance.new("TextButton")local A=Instance.new("TextLabel")local B=Instance.new("TextButton")local C=Instance.new("TextLabel")local D=Instance.new("TextButton")local E=Instance.new("TextLabel")local F=Instance.new("TextButton")local G=Instance.new("TextLabel")local H=Instance.new("TextButton")local I=Instance.new("TextLabel")local J=Instance.new("TextButton")local K=Instance.new("TextButton")local L=Instance.new("TextLabel")local M=Instance.new("TextButton")local N=Instance.new("TextButton")local O=false;local P="None"local Q="None"local R="None"local S=game:GetService("Players").LocalPlayer;local T=false;local U;local V=false;local W=false;local X=game.Players.LocalPlayer.Character;local Y=game.workspace;local Z=game.Players.LocalPlayer:GetMouse()local _=game:GetService("Players").LocalPlayer;local a0=false;local a1=true;local a2=game:GetService("UserInputService")local a3=false;local a4=false;local W=false;n.Name="MM2"n.Parent=game.CoreGui;n.ResetOnSpawn=false;o.Name="Main"o.Parent=n;o.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)o.BorderColor3=Color3.new(0,0.607843,1)o.BorderSizePixel=5;o.Draggable=true;o.Position=UDim2.new(0.574999988,0,0.349999994,0)o.Size=UDim2.new(0.2,0,0.4,0)o.Visible=true;o.Active=true;p.Name="Title"p.Parent=o;p.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)p.BorderColor3=Color3.new(0,0.607843,1)p.BorderSizePixel=5;p.Draggable=true;p.Size=UDim2.new(1.005,0,0.2,0)p.ZIndex=3;p.Font=Enum.Font.SciFi;p.FontSize=Enum.FontSize.Size24;p.Text="Murder Mystery 2"p.TextColor3=Color3.new(0,0.607843,1)p.TextScaled=true;p.TextSize=20;p.TextStrokeColor3=Color3.new(0.129412,0.54902,1)p.TextWrapped=true;function Create(a5,a6,a7,a8,a9,P)local aa=Instance.new("BillboardGui",S.PlayerGui)aa.Adornee=a5;aa.ExtentsOffset=Vector3.new(0,1,0)aa.AlwaysOnTop=true;aa.Size=UDim2.new(0,5,0,5)aa.StudsOffset=Vector3.new(0,1,0)aa.Name="tracker"local ab=Instance.new("Frame",aa)ab.ZIndex=10;ab.BackgroundTransparency=0.3;ab.Size=UDim2.new(1,0,1,0)local ac=Instance.new("TextLabel",aa)ac.ZIndex=10;ac.Text=P;ac.BackgroundTransparency=1;ac.Position=UDim2.new(0,0,0,-35)ac.Size=UDim2.new(1,0,10,0)ac.Font="ArialBold"ac.FontSize="Size12"ac.TextStrokeTransparency=0.5;if a6 then ac.TextColor3=Color3.new(0,0,255)ab.BackgroundColor3=Color3.new(0,0,255)else ac.TextColor3=Color3.new(a7,a8,a9)ab.BackgroundColor3=Color3.new(a7,a8,a9)end end;function findmurderer()local a7=255;local a8=0;local a9=0;for ad,ae in pairs(game:GetService("Players"):GetChildren())do if ae~=game:GetService("Players").LocalPlayer then for ad,ae in pairs(ae.Backpack:GetChildren())do if ae.Name=="Knife"then if b==true then local P=ae.Parent.Parent.Name;if ae.Parent.Parent.Character.Head~=nil then Create(ae.Parent.Parent.Character.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from murderer!")end end elseif b==false then local P="Murderer"if ae.Parent.Parent.Character.Head~=nil then Create(ae.Parent.Parent.Character.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from murderer!")end end end;Q=ae.Parent.Parent.Name;if a==true then print(Q.." is Murderer")end end end;for ad,ae in pairs(ae.Character:GetChildren())do if ae.Name=="Knife"then if b==true then local P=ae.Parent.Name;if ae.Parent.Head~=nil then Create(ae.Parent.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from murderer!")end end elseif b==false then local P="Murderer"if ae.Parent.Head~=nil then Create(ae.Parent.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from murderer!")end end end;Q=ae.Parent.Name;if a==true then local af=tostring(ae.Parent.Name)print(af.." is Murderer")end end end end end end;function findsheriff()local a7=0;local a8=0;local a9=255;for ad,ae in pairs(game:GetService("Players"):GetChildren())do if ae~=game:GetService("Players").LocalPlayer then for ad,ae in pairs(ae.Backpack:GetChildren())do if ae.Name=="Revolver"or ae.Name=="Gun"then if b==true then local P=ae.Parent.Parent.Name;if ae.Parent.Parent.Character.Head~=nil then Create(ae.Parent.Parent.Character.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from sheriff!")end end elseif b==false then local P="Sheriff"if ae.Parent.Parent.Character.Head~=nil then Create(ae.Parent.Parent.Character.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from sheriff!")end end end;R=ae.Parent.Parent.Name;if a==true then local ag=tostring(ae.Parent.Parent.Name)print(ag.." is Sheriff")end end end;for ad,ae in pairs(ae.Character:GetChildren())do if ae.Name=="Revolver"or ae.Name=="Gun"then if b==true then local P=ae.Parent.Name;if ae.Parent.Head~=nil then Create(ae.Parent.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from sheriff!")end end elseif b==false then local P="Sheriff"if ae.Parent.Head~=nil then Create(ae.Parent.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from sheriff!")end end end;R=ae.Parent.Name;if a==true then local ag=tostring(ae.Parent.Name)print(ag.." is Sheriff")end end end end end end;function findplayers()findmurderer()findsheriff()local a7=0;local a8=255;local a9=0;for ad,ae in pairs(game:GetService("Players"):GetChildren())do if ae~=game:GetService("Players").LocalPlayer then if ae.Name~=Q then if ae.Name~=R then if b==true then local P=ae.Name;if ae.Character.Head~=nil then Create(ae.Character.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from sheriff!")end end elseif b==false then local P="Innocents"if ae.Parent.Head~=nil then Create(ae.Character.Head,false,a7,a8,a9,P)else if a==true then print("Head missing from sheriff!")end end end end end end end end;function Clear()for ah,ae in pairs(S.PlayerGui:children())do if ae.Name=="tracker"and ae:isA("BillboardGui")then ae:Destroy()end end end;function XrayOn(Y)for ah,ae in pairs(Y:GetChildren())do if ae:IsA("BasePart")and not ae.Parent:FindFirstChild("Humanoid")then ae.LocalTransparencyModifier=0.75 end;XrayOn(ae)end end;function XrayOff(Y)for ah,ae in pairs(Y:GetChildren())do if ae:IsA("BasePart")and not ae.Parent:FindFirstChild("Humanoid")then ae.LocalTransparencyModifier=0 end;XrayOff(ae)end end;function sFLY()repeat wait()until _ and _.Character and _.Character:FindFirstChild('Torso')and _.Character:FindFirstChild('Humanoid')repeat wait()until Z;local ai=_.Character.Torso;local aj={F=0,B=0,L=0,R=0}local ak={F=0,B=0,L=0,R=0}local al=0;local function am()FLYING=true;local an=Instance.new('BodyGyro',ai)local ao=Instance.new('BodyVelocity',ai)an.P=9e4;an.maxTorque=Vector3.new(9e9,9e9,9e9)an.cframe=ai.CFrame;ao.velocity=Vector3.new(0,0.1,0)ao.maxForce=Vector3.new(9e9,9e9,9e9)spawn(function()repeat wait()_.Character.Humanoid.PlatformStand=true;if aj.L+aj.R~=0 or aj.F+aj.B~=0 then al=50 elseif not(aj.L+aj.R~=0 or aj.F+aj.B~=0)and al~=0 then al=0 end;if aj.L+aj.R~=0 or aj.F+aj.B~=0 then ao.velocity=(workspace.CurrentCamera.CoordinateFrame.lookVector*(aj.F+aj.B)+workspace.CurrentCamera.CoordinateFrame*CFrame.new(aj.L+aj.R,(aj.F+aj.B)*0.2,0).p-workspace.CurrentCamera.CoordinateFrame.p)*al;ak={F=aj.F,B=aj.B,L=aj.L,R=aj.R}elseif aj.L+aj.R==0 and aj.F+aj.B==0 and al~=0 then ao.velocity=(workspace.CurrentCamera.CoordinateFrame.lookVector*(ak.F+ak.B)+workspace.CurrentCamera.CoordinateFrame*CFrame.new(ak.L+ak.R,(ak.F+ak.B)*0.2,0).p-workspace.CurrentCamera.CoordinateFrame.p)*al else ao.velocity=Vector3.new(0,0.1,0)end;an.cframe=workspace.CurrentCamera.CoordinateFrame until not FLYING;aj={F=0,B=0,L=0,R=0}ak={F=0,B=0,L=0,R=0}al=0;an:destroy()ao:destroy()_.Character.Humanoid.PlatformStand=false end)end;Z.KeyDown:connect(function(ap)if ap:lower()=='w'then aj.F=1 elseif ap:lower()=='s'then aj.B=-1 elseif ap:lower()=='a'then aj.L=-1 elseif ap:lower()=='d'then aj.R=1 end end)Z.KeyUp:connect(function(ap)if ap:lower()=='w'then aj.F=0 elseif ap:lower()=='s'then aj.B=0 elseif ap:lower()=='a'then aj.L=0 elseif ap:lower()=='d'then aj.R=0 end end)am()end;function NOFLY()FLYING=false;_.Character.Humanoid.PlatformStand=false end;local aq=coroutine.wrap(function()while true do if W==true then if game.Players~=nil then if game.Players.LocalPlayer~=nil then if game.Players.LocalPlayer.Character~=nil then if game.Players.LocalPlayer.Character:FindFirstChild("Torso")~=nil then if game.Players.LocalPlayer.Character:FindFirstChild("Head")~=nil then game.Players.LocalPlayer.Character.Torso.CanCollide=false;game.Players.LocalPlayer.Character.Head.CanCollide=false end end end end end end;game:service("RunService").Stepped:wait()end end)aq()game:GetService("Players").LocalPlayer.CharacterAdded:connect(function(ar)a0=false;A.Text="Inactive"A.TextColor3=Color3.new(1,0,1)a3=false;E.Text="Inactive"E.TextColor3=Color3.new(1,0,1)Clear()s.Text="Inactive"s.TextColor3=Color3.new(1,0,1)u.Text="Inactive"u.TextColor3=Color3.new(1,0,1)w.Text="Active"w.TextColor3=Color3.new(0,1,0)end)Z.KeyDown:connect(function(as)if as=="0"and O==false and a4==false then O=true;S.Character.Humanoid.WalkSpeed=32;y.Text="Active"y.TextColor3=Color3.new(0,1,0)end end)Z.KeyUp:connect(function(at)if at=="0"and O==true and a4==false then O=false;S.Character.Humanoid.WalkSpeed=16;y.Text="Inactive"y.TextColor3=Color3.new(1,0,1)end end)function coingrabberfunc()local au=game.Workspace:GetChildren()for ah,av in pairs(au)do for ah,av in pairs(av:GetChildren())do table.insert(au,av)end;if av:IsA("BasePart")and av.Name=="Coin"then av.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end end end;function godmodefunc()local S=game.Players.LocalPlayer;if S.Character then if S.Character:FindFirstChild("Humanoid")then S.Character.Humanoid.Name="1"end;local aw=S.Character["1"]:Clone()aw.Parent=S.Character;aw.Name="Humanoid"wait(0.1)S.Character["1"]:Destroy()workspace.CurrentCamera.CameraSubject=S.Character.Humanoid;S.Character.Animate.Disabled=true;wait(0.1)S.Character.Animate.Disabled=false end end;q.Name="CoinGrabber"q.Parent=o;q.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)q.BorderColor3=Color3.new(0,0.607843,1)q.BorderSizePixel=5;q.Position=UDim2.new(0,0,0.215,0)q.Size=UDim2.new(1.005,0,0.08,0)q.ZIndex=4;q.Font=Enum.Font.SciFi;q.FontSize=Enum.FontSize.Size24;q.Text="Coin Grabber ["..string.upper(c).."]"q.TextColor3=Color3.fromRGB(255,255,26)q.TextSize=20;q.TextWrapped=true;q.MouseButton1Down:connect(function(ax,ay)coingrabberfunc()end)s.Name="MSEspActive"s.Parent=o;s.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)s.BorderColor3=Color3.new(0,0.607843,1)s.BorderSizePixel=5;s.Position=UDim2.new(0.755,0,0.315,0)s.Size=UDim2.new(0.25,0,0.08,0)s.ZIndex=4;s.Font=Enum.Font.SciFi;s.FontSize=Enum.FontSize.Size24;s.Text="Inactive"s.TextColor3=Color3.new(1,0,1)s.TextSize=20;s.TextWrapped=true;r.Name="MSEsp"r.Parent=o;r.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)r.BorderColor3=Color3.new(0,0.607843,1)r.BorderSizePixel=5;r.Position=UDim2.new(0,0,0.315,0)r.Size=UDim2.new(0.75,0,0.08,0)r.ZIndex=4;r.Font=Enum.Font.SciFi;r.FontSize=Enum.FontSize.Size24;r.Text="Murderer/Sheriff Esp ["..string.upper(d).."]"r.TextColor3=Color3.fromRGB(255,102,255)r.TextSize=20;r.TextWrapped=true;r.MouseButton1Down:connect(function(ax,ay)Q="None"R="None"Clear()findmurderer()findsheriff()if a==true then print("Murderer/Sheriff")end;s.Text="Active"s.TextColor3=Color3.new(0,1,0)u.Text="Inactive"u.TextColor3=Color3.new(1,0,1)w.Text="Inactive"w.TextColor3=Color3.new(1,0,1)end)u.Name="PlayersEspActive"u.Parent=o;u.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)u.BorderColor3=Color3.new(0,0.607843,1)u.BorderSizePixel=5;u.Position=UDim2.new(0.755,0,0.415,0)u.Size=UDim2.new(0.25,0,0.08,0)u.ZIndex=4;u.Font=Enum.Font.SciFi;u.FontSize=Enum.FontSize.Size24;u.Text="Inactive"u.TextColor3=Color3.new(1,0,1)u.TextSize=20;u.TextWrapped=true;t.Name="PlayersEsp"t.Parent=o;t.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)t.BorderColor3=Color3.new(0,0.607843,1)t.BorderSizePixel=5;t.Position=UDim2.new(0,0,0.415,0)t.Size=UDim2.new(0.75,0,0.08,0)t.ZIndex=4;t.Font=Enum.Font.SciFi;t.FontSize=Enum.FontSize.Size24;t.Text="All Players Esp ["..string.upper(e).."]"t.TextColor3=Color3.fromRGB(102,255,51)t.TextSize=20;t.TextWrapped=true;t.MouseButton1Down:connect(function(ax,ay)Clear()if a==true then print("Players Esp")end;s.Text="Inactive"s.TextColor3=Color3.new(1,0,1)u.Text="Active"u.TextColor3=Color3.new(0,1,0)w.Text="Inactive"w.TextColor3=Color3.new(1,0,1)findplayers()end)w.Name="EspOffActive"w.Parent=o;w.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)w.BorderColor3=Color3.new(0,0.607843,1)w.BorderSizePixel=5;w.Position=UDim2.new(0.755,0,0.515,0)w.Size=UDim2.new(0.25,0,0.08,0)w.ZIndex=4;w.Font=Enum.Font.SciFi;w.FontSize=Enum.FontSize.Size24;w.Text="Active"w.TextColor3=Color3.new(0,1,0)w.TextSize=20;w.TextWrapped=true;v.Name="EspOff"v.Parent=o;v.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)v.BorderColor3=Color3.new(0,0.607843,1)v.BorderSizePixel=5;v.Position=UDim2.new(0,0,0.515,0)v.Size=UDim2.new(0.75,0,0.08,0)v.ZIndex=4;v.Font=Enum.Font.SciFi;v.FontSize=Enum.FontSize.Size24;v.Text="Esp Off ["..string.upper(f).."]"v.TextColor3=Color3.fromRGB(255,255,255)v.TextSize=20;v.TextWrapped=true;v.MouseButton1Down:connect(function(ax,ay)Clear()if a==true then print("Esp Off")end;s.Text="Inactive"s.TextColor3=Color3.new(1,0,1)u.Text="Inactive"u.TextColor3=Color3.new(1,0,1)w.Text="Active"w.TextColor3=Color3.new(0,1,0)end)y.Name="RunActiveGui"y.Parent=o;y.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)y.BorderColor3=Color3.new(0,0.607843,1)y.BorderSizePixel=5;y.Position=UDim2.new(0.755,0,0.615,0)y.Size=UDim2.new(0.25,0,0.08,0)y.ZIndex=4;y.Font=Enum.Font.SciFi;y.FontSize=Enum.FontSize.Size24;y.Text="Inactive"y.TextColor3=Color3.new(1,0,1)y.TextSize=20;y.TextWrapped=true;x.Name="Run"x.Parent=o;x.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)x.BorderColor3=Color3.new(0,0.607843,1)x.BorderSizePixel=5;x.Position=UDim2.new(0,0,0.615,0)x.Size=UDim2.new(0.75,0,0.08,0)x.ZIndex=4;x.Font=Enum.Font.SciFi;x.FontSize=Enum.FontSize.Size24;x.Text="Run [Shift]"x.TextColor3=Color3.fromRGB(255,51,0)x.TextSize=20;x.TextWrapped=true;x.MouseButton1Down:connect(function(ax,ay)if O==false then O=true;S.Character.Humanoid.WalkSpeed=32;y.Text="Active"y.TextColor3=Color3.new(0,1,0)elseif O==true then O=false;S.Character.Humanoid.WalkSpeed=16;y.Text="Inactive"y.TextColor3=Color3.new(1,0,1)end end)A.Name="FlyActive"A.Parent=o;A.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)A.BorderColor3=Color3.new(0,0.607843,1)A.BorderSizePixel=5;A.Position=UDim2.new(0.755,0,0.715,0)A.Size=UDim2.new(0.25,0,0.08,0)A.ZIndex=4;A.Font=Enum.Font.SciFi;A.FontSize=Enum.FontSize.Size24;A.Text="Inactive"A.TextColor3=Color3.new(1,0,1)A.TextSize=20;A.TextWrapped=true;z.Name="Fly"z.Parent=o;z.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)z.BorderColor3=Color3.new(0,0.607843,1)z.BorderSizePixel=5;z.Position=UDim2.new(0,0,0.715,0)z.Size=UDim2.new(0.75,0,0.08,0)z.ZIndex=4;z.Font=Enum.Font.SciFi;z.FontSize=Enum.FontSize.Size24;z.Text="Fly ["..string.upper(g).."]"z.TextColor3=Color3.fromRGB(204,255,255)z.TextSize=20;z.TextWrapped=true;z.MouseButton1Down:connect(function(ax,ay)if a0==false then sFLY()a0=true;A.Text="Active"A.TextColor3=Color3.new(0,1,0)elseif a0==true then a0=false;NOFLY()A.Text="Inactive"A.TextColor3=Color3.new(1,0,1)end end)C.Name="NoclipActive"C.Parent=o;C.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)C.BorderColor3=Color3.new(0,0.607843,1)C.BorderSizePixel=5;C.Position=UDim2.new(0.755,0,0.815,0)C.Size=UDim2.new(0.25,0,0.08,0)C.ZIndex=4;C.Font=Enum.Font.SciFi;C.FontSize=Enum.FontSize.Size24;C.Text="Inactive"C.TextColor3=Color3.new(1,0,1)C.TextSize=20;C.TextWrapped=true;B.Name="Noclip"B.Parent=o;B.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)B.BorderColor3=Color3.new(0,0.607843,1)B.BorderSizePixel=5;B.Position=UDim2.new(0,0,0.815,0)B.Size=UDim2.new(0.75,0,0.08,0)B.ZIndex=4;B.Font=Enum.Font.SciFi;B.FontSize=Enum.FontSize.Size24;B.Text="Noclip ["..string.upper(h).."]"B.TextColor3=Color3.fromRGB(0,102,255)B.TextSize=20;B.TextWrapped=true;B.MouseButton1Down:connect(function(ax,ay)if W==false then W=true;if a==true then print("Noclip Enabled")end;C.Text="Active"C.TextColor3=Color3.new(0,1,0)elseif W==true then W=false;if a==true then print("Noclip Disabled")end;C.Text="Inactive"C.TextColor3=Color3.new(1,0,1)end end)E.Name="GodModeActive"E.Parent=o;E.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)E.BorderColor3=Color3.new(0,0.607843,1)E.BorderSizePixel=5;E.Position=UDim2.new(0.755,0,0.915,0)E.Size=UDim2.new(0.25,0,0.08,0)E.ZIndex=4;E.Font=Enum.Font.SciFi;E.FontSize=Enum.FontSize.Size24;E.Text="Inactive"E.TextColor3=Color3.new(1,0,1)E.TextSize=20;E.TextWrapped=true;D.Name="GodMode"D.Parent=o;D.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)D.BorderColor3=Color3.new(0,0.607843,1)D.BorderSizePixel=5;D.Position=UDim2.new(0,0,0.915,0)D.Size=UDim2.new(0.75,0,0.08,0)D.ZIndex=4;D.Font=Enum.Font.SciFi;D.FontSize=Enum.FontSize.Size24;D.Text="God Mode ["..string.upper(i).."]"D.TextColor3=Color3.fromRGB(255,255,255)D.TextSize=20;D.TextWrapped=true;D.MouseButton1Down:connect(function(ax,ay)if a3==false then E.Text="Active"E.TextColor3=Color3.new(0,1,0)a3=true;godmodefunc()end end)G.Name="GuiXrayOnActive"G.Parent=o;G.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)G.BorderColor3=Color3.new(0,0.607843,1)G.BorderSizePixel=5;G.Position=UDim2.new(0.755,0,1.015,0)G.Size=UDim2.new(0.25,0,0.08,0)G.ZIndex=4;G.Font=Enum.Font.SciFi;G.FontSize=Enum.FontSize.Size24;G.Text="Inactive"G.TextColor3=Color3.new(1,0,1)G.TextSize=20;G.TextWrapped=true;F.Name="XrayOn"F.Parent=o;F.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)F.BorderColor3=Color3.new(0,0.607843,1)F.BorderSizePixel=5;F.Position=UDim2.new(0,0,1.015,0)F.Size=UDim2.new(0.75,0,0.08,0)F.ZIndex=4;F.Font=Enum.Font.SciFi;F.FontSize=Enum.FontSize.Size24;F.Text="Xray On ["..string.upper(j).."]"F.TextColor3=Color3.fromRGB(255,204,102)F.TextSize=20;F.TextWrapped=true;F.MouseButton1Down:connect(function(ax,ay)G.Text="Active"G.TextColor3=Color3.new(0,1,0)I.Text="Inactive"I.TextColor3=Color3.new(1,0,1)XrayOn(Y)end)I.Name="GuiXrayOffActive"I.Parent=o;I.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)I.BorderColor3=Color3.new(0,0.607843,1)I.BorderSizePixel=5;I.Position=UDim2.new(0.755,0,1.115,0)I.Size=UDim2.new(0.25,0,0.08,0)I.ZIndex=4;I.Font=Enum.Font.SciFi;I.FontSize=Enum.FontSize.Size24;I.Text="Active"I.TextColor3=Color3.new(0,1,0)I.TextSize=20;I.TextWrapped=true;H.Name="XrayOff"H.Parent=o;H.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)H.BorderColor3=Color3.new(0,0.607843,1)H.BorderSizePixel=5;H.Position=UDim2.new(0,0,1.115,0)H.Size=UDim2.new(0.75,0,0.08,0)H.ZIndex=4;H.Font=Enum.Font.SciFi;H.FontSize=Enum.FontSize.Size24;H.Text="Xray Off ["..string.upper(k).."]"H.TextColor3=Color3.fromRGB(255,153,51)H.TextSize=20;H.TextWrapped=true;H.MouseButton1Down:connect(function(ax,ay)G.Text="Inactive"G.TextColor3=Color3.new(1,0,1)I.Text="Active"I.TextColor3=Color3.new(0,1,0)XrayOff(Y)end)J.Name="BringGun"J.Parent=o;J.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)J.BorderColor3=Color3.new(0,0.607843,1)J.BorderSizePixel=5;J.Position=UDim2.new(0,0,1.215,0)J.Size=UDim2.new(1.005,0,0.08,0)J.ZIndex=4;J.Font=Enum.Font.SciFi;J.FontSize=Enum.FontSize.Size24;J.Text="Teleport Gun ["..string.upper(l).."]"J.TextColor3=Color3.fromRGB(0,255,0)J.TextSize=20;J.TextWrapped=true;J.MouseButton1Down:connect(function(ax,ay)if game.Workspace.GunDrop.CFrame~=nil then game.Workspace.GunDrop.CFrame=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame else if a==true then print("Gun not currently dropped")end end end)L.Name="KeybindsActive"L.Parent=o;L.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)L.BorderColor3=Color3.new(0,0.607843,1)L.BorderSizePixel=5;L.Position=UDim2.new(0.755,0,1.315,0)L.Size=UDim2.new(0.25,0,0.08,0)L.ZIndex=4;L.Font=Enum.Font.SciFi;L.FontSize=Enum.FontSize.Size24;L.Text="Active"L.TextColor3=Color3.new(0,1,0)L.TextSize=20;L.TextWrapped=true;K.Name="Keybinds"K.Parent=o;K.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)K.BorderColor3=Color3.new(0,0.607843,1)K.BorderSizePixel=5;K.Position=UDim2.new(0,0,1.315,0)K.Size=UDim2.new(0.75,0,0.08,0)K.ZIndex=4;K.Font=Enum.Font.SciFi;K.FontSize=Enum.FontSize.Size24;K.Text="Keybinds [Ctrl]"K.TextColor3=Color3.fromRGB(255,255,255)K.TextSize=20;K.TextWrapped=true;K.MouseButton1Down:connect(function(ax,ay)if a4==true then a4=false;L.Text="Active"L.TextColor3=Color3.new(0,1,0)elseif a4==false then a4=true;L.Text="Inactive"L.TextColor3=Color3.new(1,0,1)end end)N.Name="Show"N.Parent=n;N.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)N.BorderColor3=Color3.new(0,0.607843,1)N.BorderSizePixel=5;N.Position=UDim2.new(0,0,0.85799998,0)N.Size=UDim2.new(0.08,0,0.04,0)N.ZIndex=4;N.Font=Enum.Font.SciFi;N.FontSize=Enum.FontSize.Size24;N.Text="Show ["..string.upper(m).."]"N.TextColor3=Color3.new(0,0.333333,1)N.TextSize=20;N.TextWrapped=true;N.Visible=false;M.Name="Hide"M.Parent=o;M.BackgroundColor3=Color3.new(0.188235,0.188235,0.188235)M.BorderColor3=Color3.new(0,0.607843,1)M.BorderSizePixel=5;M.Position=UDim2.new(0,0,1.415,0)M.Size=UDim2.new(1.005,0,0.08,0)M.ZIndex=4;M.Font=Enum.Font.SciFi;M.FontSize=Enum.FontSize.Size24;M.Text="Hide ["..string.upper(m).."]"M.TextColor3=Color3.new(0,0.333333,1)M.TextSize=20;M.TextWrapped=true;M.MouseButton1Down:connect(function(ax,ay)if a1==true then a1=false;o.Visible=false;N.Visible=true;if a==true then print("Hidden")end end end)N.MouseButton1Down:connect(function(ax,ay)if a1==false then a1=true;N.Visible=false;o.Visible=true;if a==true then print("Shown")end end end)a2.InputBegan:connect(function(az)if az.KeyCode==Enum.KeyCode.LeftControl then if a4==true then a4=false;L.Text="Active"L.TextColor3=Color3.new(0,1,0)elseif a4==false then a4=true;L.Text="Inactive"L.TextColor3=Color3.new(1,0,1)end end end)Z.keyDown:connect(function(aA)if a4==false then if aA==c then coingrabberfunc()elseif aA==d then Q="None"R="None"Clear()findmurderer()findsheriff()if a==true then print("Murderer/Sheriff")end;s.Text="Active"s.TextColor3=Color3.new(0,1,0)u.Text="Inactive"u.TextColor3=Color3.new(1,0,1)w.Text="Inactive"w.TextColor3=Color3.new(1,0,1)elseif aA==e then Clear()s.Text="Inactive"s.TextColor3=Color3.new(1,0,1)u.Text="Active"u.TextColor3=Color3.new(0,1,0)w.Text="Inactive"w.TextColor3=Color3.new(1,0,1)findplayers()if a==true then print("Players")end elseif aA==f then Clear()if a==true then print("Esp Disabled")end;s.Text="Inactive"s.TextColor3=Color3.new(1,0,1)u.Text="Inactive"u.TextColor3=Color3.new(1,0,1)w.Text="Active"w.TextColor3=Color3.new(0,1,0)elseif aA==g then if a0==false then sFLY()a0=true;A.Text="Active"A.TextColor3=Color3.new(0,1,0)elseif a0==true then a0=false;NOFLY()A.Text="Inactive"A.TextColor3=Color3.new(1,0,1)end elseif aA==h then if W==false then W=true;if a==true then print("Noclip Enabled")end;C.Text="Active"C.TextColor3=Color3.new(0,1,0)elseif W==true then W=false;if a==true then print("Noclip Disabled")end;C.Text="Inactive"C.TextColor3=Color3.new(1,0,1)end elseif aA==i then if a3==false then a3=true;godmodefunc()E.Text="Active"E.TextColor3=Color3.new(0,1,0)end elseif aA==j then G.Text="Active"G.TextColor3=Color3.new(0,1,0)I.Text="Inactive"I.TextColor3=Color3.new(1,0,1)XrayOn(Y)elseif aA==k then G.Text="Inactive"G.TextColor3=Color3.new(1,0,1)I.Text="Active"I.TextColor3=Color3.new(0,1,0)XrayOff(Y)elseif aA==l then if game.Workspace.GunDrop.CFrame~=nil then game.Workspace.GunDrop.CFrame=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame else if a==true then print("Gun not currently dropped")end end elseif aA==m then if a1==false then a1=true;N.Visible=false;o.Visible=true;if a==true then print("Shown")end elseif a1==true then a1=false;o.Visible=false;N.Visible=true;if a==true then print("Hidden")end end end end end)end
  554. end)
  555.  
  556. end
  557. coroutine.resume(coroutine.create(SCRIPT_XXLO87_FAKESCRIPT))
  558. function SCRIPT_FYVZ87_FAKESCRIPT() -- Bloxhunt.BLOXHUNTSCRIPT
  559. local script = Instance.new('LocalScript')
  560. script.Parent = Bloxhunt
  561. script.Parent.MouseButton1Click:Connect(function()for i = 1, 5000 do
  562. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()end;end)
  563.  
  564. end
  565. coroutine.resume(coroutine.create(SCRIPT_FYVZ87_FAKESCRIPT))
  566. function SCRIPT_UVUK82_FAKESCRIPT() -- ZombieRush.ZombieKillAll
  567. local script = Instance.new('LocalScript')
  568. script.Parent = ZombieRush
  569. script.Parent.MouseButton1Click:Connect(function()pcall(function()
  570. local Tool = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")if not Tool then return end
  571. local GunController = Tool:FindFirstChild("GunController")if not GunController then return end
  572. if GunController and GunController:FindFirstChild("RemoteFunction") then for i,v in pairs(game.Workspace[".ZombieStorage"]:GetChildren()) do
  573. if v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then local Args = {["Name"] = Tool.Name, ["HumanoidTables"] = {[1] = {["HeadHits"] = 1, ["THumanoid"] = v.Humanoid, ["BodyHits"] = 0}}}
  574. spawn(function()for Each = 1, 20 do GunController.RemoteFunction:InvokeServer(Args)
  575. end;end)
  576. end;end
  577. end;end)
  578. end)
  579.  
  580. end
  581. coroutine.resume(coroutine.create(SCRIPT_UVUK82_FAKESCRIPT))
  582. function SCRIPT_IQXB87_FAKESCRIPT() -- AdminScripts.G2Open
  583. local script = Instance.new('LocalScript')
  584. script.Parent = AdminScripts
  585. script.Parent.MouseButton1Click:Connect(function()GameFrame2.Visible = true
  586. --Unfinished Script
  587. end)
  588.  
  589. end
  590. coroutine.resume(coroutine.create(SCRIPT_IQXB87_FAKESCRIPT))
  591. function SCRIPT_QRNA67_FAKESCRIPT() -- GameFrame.GActive
  592. local script = Instance.new('LocalScript')
  593. script.Parent = GameFrame
  594. GameFrame.Active=true;GameFrame.Draggable=true
  595.  
  596. end
  597. coroutine.resume(coroutine.create(SCRIPT_QRNA67_FAKESCRIPT))
  598. function SCRIPT_MIGY79_FAKESCRIPT() -- MadPaintball2.LocalScript
  599. local script = Instance.new('LocalScript')
  600. script.Parent = MadPaintball2
  601. script.Parent.MouseButton1Click:Connect(function()
  602. local ScreenGui = Instance.new("ScreenGui")
  603. local MainFrame = Instance.new("Frame")
  604. local FrameSide = Instance.new("Frame")
  605. local FrameSide_2 = Instance.new("Frame")
  606. local FrameUp = Instance.new("Frame")
  607. local FrameDown = Instance.new("Frame")
  608. local GetAllClothes = Instance.new("TextButton")
  609. local GetAllWeapons = Instance.new("TextButton")
  610. local Credits = Instance.new("TextLabel")
  611. local Get250kRubbies = Instance.new("TextButton")
  612. local AImbot = Instance.new("TextButton")
  613. local Information = Instance.new("TextButton")
  614. local Close = Instance.new("TextButton")
  615. local InfoFrame = Instance.new("Frame")
  616. local FrameSide2 = Instance.new("Frame")
  617. local FrameSide1 = Instance.new("Frame")
  618. local FrameUp_2 = Instance.new("Frame")
  619. local FrameDown_2 = Instance.new("Frame")
  620. local Cube4 = Instance.new("Frame")
  621. local Cube3 = Instance.new("Frame")
  622. local Cube2 = Instance.new("Frame")
  623. local Cube1 = Instance.new("Frame")
  624. local Close_2 = Instance.new("TextButton")
  625. local Informations = Instance.new("TextLabel")
  626. --Properties:
  627. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  628.  
  629. MainFrame.Name = "MainFrame"
  630. MainFrame.Parent = ScreenGui
  631. MainFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  632. MainFrame.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  633. MainFrame.Position = UDim2.new(0.125257641, 0, 0.23638083, 0)
  634. MainFrame.Size = UDim2.new(0, 278, 0, 121)
  635.  
  636. FrameSide.Name = "FrameSide"
  637. FrameSide.Parent = MainFrame
  638. FrameSide.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  639. FrameSide.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  640. FrameSide.Position = UDim2.new(-0.0762155056, 0, -0.17950362, 0)
  641. FrameSide.Size = UDim2.new(0, 12, 0, 164)
  642.  
  643. FrameSide_2.Name = "FrameSide"
  644. FrameSide_2.Parent = MainFrame
  645. FrameSide_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  646. FrameSide_2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  647. FrameSide_2.Position = UDim2.new(1.02626586, 0, -0.179503635, 0)
  648. FrameSide_2.Size = UDim2.new(0, 12, 0, 164)
  649.  
  650. FrameUp.Name = "FrameUp"
  651. FrameUp.Parent = MainFrame
  652. FrameUp.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  653. FrameUp.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  654. FrameUp.Position = UDim2.new(-0.0292488337, 0, -0.17950359, 0)
  655. FrameUp.Size = UDim2.new(0, 292, 0, 14)
  656.  
  657. FrameDown.Name = "FrameDown"
  658. FrameDown.Parent = MainFrame
  659. FrameDown.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  660. FrameDown.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  661. FrameDown.Position = UDim2.new(-0.0292487741, 0, 1.06533587, 0)
  662. FrameDown.Size = UDim2.new(0, 292, 0, 14)
  663.  
  664. GetAllClothes.Name = "Get All Clothes"
  665. GetAllClothes.Parent = MainFrame
  666. GetAllClothes.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  667. GetAllClothes.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  668. GetAllClothes.Position = UDim2.new(0.0652173907, 0, 0.05785124, 0)
  669. GetAllClothes.Size = UDim2.new(0, 101, 0, 31)
  670. GetAllClothes.Font = Enum.Font.SciFi
  671. GetAllClothes.Text = "Get All Clothes"
  672. GetAllClothes.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  673. GetAllClothes.TextSize = 14
  674.  
  675. GetAllWeapons.Name = "Get All Weapons"
  676. GetAllWeapons.Parent = MainFrame
  677. GetAllWeapons.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  678. GetAllWeapons.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  679. GetAllWeapons.Position = UDim2.new(0.0652173907, 0, 0.46280992, 0)
  680. GetAllWeapons.Size = UDim2.new(0, 101, 0, 31)
  681. GetAllWeapons.Font = Enum.Font.SciFi
  682. GetAllWeapons.Text = "Get All Weapons"
  683. GetAllWeapons.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  684. GetAllWeapons.TextSize = 14
  685.  
  686. Credits.Name = "Credits"
  687. Credits.Parent = MainFrame
  688. Credits.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  689. Credits.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  690. Credits.Position = UDim2.new(0.428526729, 0, 0.797855616, 0)
  691. Credits.Size = UDim2.new(0, 157, 0, 24)
  692. Credits.Font = Enum.Font.SourceSans
  693. Credits.Text = "Made By Elite Wolfie#5889"
  694. Credits.TextColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  695. Credits.TextSize = 14
  696.  
  697. Get250kRubbies.Name = "Get 250k Rubbies"
  698. Get250kRubbies.Parent = MainFrame
  699. Get250kRubbies.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  700. Get250kRubbies.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  701. Get250kRubbies.Position = UDim2.new(0.579710245, 0, 0.0578512251, 0)
  702. Get250kRubbies.Size = UDim2.new(0, 106, 0, 31)
  703. Get250kRubbies.Font = Enum.Font.SciFi
  704. Get250kRubbies.Text = "Get 250k Rubies"
  705. Get250kRubbies.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  706. Get250kRubbies.TextSize = 14
  707.  
  708. AImbot.Name = "AImbot"
  709. AImbot.Parent = MainFrame
  710. AImbot.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  711. AImbot.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  712. AImbot.Position = UDim2.new(0.577097237, 0, 0.461196572, 0)
  713. AImbot.Size = UDim2.new(0, 106, 0, 31)
  714. AImbot.Font = Enum.Font.SciFi
  715. AImbot.Text = "Aimbot"
  716. AImbot.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  717. AImbot.TextSize = 14
  718.  
  719. Information.Name = "Information"
  720. Information.Parent = MainFrame
  721. Information.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  722. Information.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  723. Information.Position = UDim2.new(0.0647481978, 0, 0.785123944, 0)
  724. Information.Size = UDim2.new(0, 51, 0, 25)
  725. Information.Font = Enum.Font.SourceSans
  726. Information.Text = "Info"
  727. Information.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  728. Information.TextSize = 14
  729.  
  730. Close.Name = "Close"
  731. Close.Parent = MainFrame
  732. Close.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  733. Close.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  734. Close.Position = UDim2.new(0.0878886506, 0, 1.06450236, 0)
  735. Close.Size = UDim2.new(0, 76, 0, 27)
  736. Close.Font = Enum.Font.SciFi
  737. Close.Text = "Close"
  738. Close.TextColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  739. Close.TextSize = 14
  740.  
  741. InfoFrame.Name = "InfoFrame"
  742. InfoFrame.Parent = ScreenGui
  743. InfoFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  744. InfoFrame.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  745. InfoFrame.Position = UDim2.new(0.364550561, 0, 0.235152334, 0)
  746. InfoFrame.Size = UDim2.new(0, 246, 0, 123)
  747. InfoFrame.Visible = false
  748.  
  749. FrameSide2.Name = "FrameSide2"
  750. FrameSide2.Parent = InfoFrame
  751. FrameSide2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  752. FrameSide2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  753. FrameSide2.Position = UDim2.new(1.0268327, 0, 0, 0)
  754. FrameSide2.Size = UDim2.new(0, 9, 0, 123)
  755.  
  756. FrameSide1.Name = "FrameSide1"
  757. FrameSide1.Parent = InfoFrame
  758. FrameSide1.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  759. FrameSide1.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  760. FrameSide1.Position = UDim2.new(-0.0637494847, 0, 0, 0)
  761. FrameSide1.Size = UDim2.new(0, 9, 0, 123)
  762.  
  763. FrameUp_2.Name = "FrameUp"
  764. FrameUp_2.Parent = InfoFrame
  765. FrameUp_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  766. FrameUp_2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  767. FrameUp_2.Position = UDim2.new(-0.00143457425, 0, -0.116666719, 0)
  768. FrameUp_2.Size = UDim2.new(0, 246, 0, 8)
  769.  
  770. FrameDown_2.Name = "FrameDown"
  771. FrameDown_2.Parent = InfoFrame
  772. FrameDown_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  773. FrameDown_2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  774. FrameDown_2.Position = UDim2.new(-0.0014345739, 0, 1.05813003, 0)
  775. FrameDown_2.Size = UDim2.new(0, 246, 0, 8)
  776.  
  777. Cube4.Name = "Cube4"
  778. Cube4.Parent = InfoFrame
  779. Cube4.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  780. Cube4.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  781. Cube4.Position = UDim2.new(1.02683282, 0, 1.05813003, 0)
  782. Cube4.Size = UDim2.new(0, 9, 0, 8)
  783.  
  784. Cube3.Name = "Cube3"
  785. Cube3.Parent = InfoFrame
  786. Cube3.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  787. Cube3.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  788. Cube3.Position = UDim2.new(-0.0637494847, 0, 1.05813003, 0)
  789. Cube3.Size = UDim2.new(0, 9, 0, 8)
  790.  
  791. Cube2.Name = "Cube2"
  792. Cube2.Parent = InfoFrame
  793. Cube2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  794. Cube2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  795. Cube2.Position = UDim2.new(1.0268327, 0, -0.116666734, 0)
  796. Cube2.Size = UDim2.new(0, 9, 0, 8)
  797.  
  798. Cube1.Name = "Cube1"
  799. Cube1.Parent = InfoFrame
  800. Cube1.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  801. Cube1.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  802. Cube1.Position = UDim2.new(-0.0637494922, 0, -0.116666719, 0)
  803. Cube1.Size = UDim2.new(0, 9, 0, 8)
  804.  
  805. Close_2.Name = "Close"
  806. Close_2.Parent = InfoFrame
  807. Close_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  808. Close_2.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  809. Close_2.Position = UDim2.new(0.389947653, 0, 1.05813003, 0)
  810. Close_2.Size = UDim2.new(0, 53, 0, 18)
  811. Close_2.Font = Enum.Font.SciFi
  812. Close_2.Text = "Close"
  813. Close_2.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  814. Close_2.TextSize = 14
  815.  
  816. Informations.Name = "Informations"
  817. Informations.Parent = InfoFrame
  818. Informations.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  819. Informations.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  820. Informations.Position = UDim2.new(0.183724016, 0, 0.0820099711, 0)
  821. Informations.Size = UDim2.new(0, 154, 0, 102)
  822. Informations.Font = Enum.Font.SourceSans
  823. Informations.Text = "When you use \"Get All Clothes/Weapons\"\nclick it at least 15 times, each of them.\n\nI hope you enjoy the inf Rubies :)\n\n !Warning!\nClick once \"Aimbot\" or The Game Will Crash..."
  824. Informations.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  825. Informations.TextSize = 14
  826. -- Scripts:
  827. function SCRIPT_CFMB87_FAKESCRIPT() -- GetAllClothes.LocalScript
  828. local script = Instance.new('LocalScript')
  829. script.Parent = GetAllClothes
  830. script.Parent.MouseButton1Click:Connect(function()
  831. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  832.  
  833. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  834.  
  835. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  836.  
  837. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  838. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  839.  
  840. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  841.  
  842. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  843.  
  844. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  845. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  846.  
  847. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  848.  
  849. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  850.  
  851. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  852. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  853.  
  854. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  855.  
  856. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  857.  
  858. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  859. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  860.  
  861. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  862.  
  863. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  864.  
  865. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  866. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  867.  
  868. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  869.  
  870. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  871.  
  872. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  873. end)
  874.  
  875. end
  876. coroutine.resume(coroutine.create(SCRIPT_CFMB87_FAKESCRIPT))
  877. function SCRIPT_PYTN79_FAKESCRIPT() -- GetAllWeapons.LocalScript
  878. local script = Instance.new('LocalScript')
  879. script.Parent = GetAllWeapons
  880. script.Parent.MouseButton1Click:Connect(function()
  881. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  882.  
  883. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  884.  
  885. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  886.  
  887. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  888. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  889.  
  890. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  891.  
  892. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  893.  
  894. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  895. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  896.  
  897. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  898.  
  899. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  900.  
  901. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  902. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  903.  
  904. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  905.  
  906. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  907.  
  908. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  909. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  910.  
  911. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  912.  
  913. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  914.  
  915. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  916. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  917.  
  918. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  919.  
  920. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  921.  
  922. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  923. end)
  924.  
  925.  
  926. end
  927. coroutine.resume(coroutine.create(SCRIPT_PYTN79_FAKESCRIPT))
  928. function SCRIPT_CGGE72_FAKESCRIPT() -- Get250kRubbies.LocalScript
  929. local script = Instance.new('LocalScript')
  930. script.Parent = Get250kRubbies
  931. script.Parent.MouseButton1Click:Connect(function()
  932. game.ReplicatedStorage.GameMain.Select:FireServer("BuySlot", {"4Slots30Days", -250000})
  933. end)
  934.  
  935.  
  936. end
  937. coroutine.resume(coroutine.create(SCRIPT_CGGE72_FAKESCRIPT))
  938. function SCRIPT_EOXY73_FAKESCRIPT() -- AImbot.LocalScript
  939. local script = Instance.new('LocalScript')
  940. script.Parent = AImbot
  941. script.Parent.MouseButton1Click:Connect(function()
  942. _G.HitBoxSize = Vector3.new(100, 100, 100)
  943.  
  944. game:service('RunService').RenderStepped:connect(function()
  945. for i, v in pairs(game.Workspace.Camera.GameElementContainer.HITBOXES:GetDescendants()) do
  946. if v:IsA('Part') and v.Size ~= _G.HitBoxSize and v.Transparency ~= 0 and v.Name == 'Head' then v.Size = _G.HitBoxSize
  947. v.Transparency = 0
  948. end
  949. end
  950. end)
  951. end)
  952.  
  953. end
  954. coroutine.resume(coroutine.create(SCRIPT_EOXY73_FAKESCRIPT))
  955. function SCRIPT_EVFP72_FAKESCRIPT() -- MainFrame.MActive
  956. local script = Instance.new('LocalScript')
  957. script.Parent = MainFrame
  958. MainFrame.Active=true;MainFrame.Draggable=true
  959.  
  960. end
  961. coroutine.resume(coroutine.create(SCRIPT_EVFP72_FAKESCRIPT))
  962. function SCRIPT_WAQB80_FAKESCRIPT() -- Information.LocalScript
  963. local script = Instance.new('LocalScript')
  964. script.Parent = Information
  965. script.Parent.MouseButton1Click:Connect(function()InfoFrame.Visible = true
  966. end)
  967.  
  968. end
  969. coroutine.resume(coroutine.create(SCRIPT_WAQB80_FAKESCRIPT))
  970. function SCRIPT_REPO77_FAKESCRIPT() -- Close.LocalScript
  971. local script = Instance.new('LocalScript')
  972. script.Parent = Close
  973. script.Parent.MouseButton1Click:Connect(function()
  974. MainFrame.Visible = false
  975. end)
  976.  
  977. end
  978. coroutine.resume(coroutine.create(SCRIPT_REPO77_FAKESCRIPT))
  979. function SCRIPT_CIJW69_FAKESCRIPT() -- Close_2.LocalScript
  980. local script = Instance.new('LocalScript')
  981. script.Parent = Close_2
  982. script.Parent.MouseButton1Click:Connect(function()
  983. InfoFrame.Visible = false
  984. end)
  985.  
  986. end
  987. coroutine.resume(coroutine.create(SCRIPT_CIJW69_FAKESCRIPT))
  988. function SCRIPT_AKRE72_FAKESCRIPT() -- InfoFrame.GActive
  989. local script = Instance.new('LocalScript')
  990. script.Parent = InfoFrame
  991. FrameCredits.Active=true;FrameCredits.Draggable=true
  992.  
  993. end
  994. coroutine.resume(coroutine.create(SCRIPT_AKRE72_FAKESCRIPT))
  995. end)
  996.  
  997. end
  998. coroutine.resume(coroutine.create(SCRIPT_MIGY79_FAKESCRIPT))
  999. function SCRIPT_EOXV69_FAKESCRIPT() -- DessertSim.LocalScript
  1000. local script = Instance.new('LocalScript')
  1001. script.Parent = DessertSim
  1002. script.Parent.MouseButton1Click:Connect(function()
  1003. local ScreenGui = Instance.new("ScreenGui")
  1004. local MainFrame = Instance.new("Frame")
  1005. local SideFrame = Instance.new("Frame")
  1006. local SideFrame_2 = Instance.new("Frame")
  1007. local DownFrame = Instance.new("Frame")
  1008. local UpFrame = Instance.new("Frame")
  1009. local CubeFrame2 = Instance.new("Frame")
  1010. local CubeFrame1 = Instance.new("Frame")
  1011. local CubeFrame4 = Instance.new("Frame")
  1012. local CubeFrame3 = Instance.new("Frame")
  1013. local UnlockAllDoors = Instance.new("TextButton")
  1014. local LucknessGamepass = Instance.new("TextButton")
  1015. local CreditsButton = Instance.new("TextButton")
  1016. local ScriptButton = Instance.new("TextButton")
  1017. local UpdateLogs = Instance.new("TextLabel")
  1018. local Close = Instance.new("TextButton")
  1019. local FrameCredits = Instance.new("Frame")
  1020. local Credits = Instance.new("TextLabel")
  1021. local SideFrame_3 = Instance.new("Frame")
  1022. local SideFrame_4 = Instance.new("Frame")
  1023. local UpFrame_2 = Instance.new("Frame")
  1024. local UpFrame_3 = Instance.new("Frame")
  1025. local CubeFrame4_2 = Instance.new("Frame")
  1026. local CubeFrame2_2 = Instance.new("Frame")
  1027. local CubeFrame1_2 = Instance.new("Frame")
  1028. local CubeFrame3_2 = Instance.new("Frame")
  1029. local CloseCredits = Instance.new("TextButton")
  1030. local CreditsUserOwner = Instance.new("TextLabel")
  1031. local CreditsUserScripter = Instance.new("TextLabel")
  1032. local ScriptHub = Instance.new("Frame")
  1033. local DownFrame2 = Instance.new("Frame")
  1034. local DownFrame1 = Instance.new("Frame")
  1035. local UpFrame1 = Instance.new("Frame")
  1036. local UpFrame3 = Instance.new("Frame")
  1037. local SideFrame2 = Instance.new("Frame")
  1038. local SideFrame1 = Instance.new("Frame")
  1039. local SideFrame2_2 = Instance.new("Frame")
  1040. local SideFrame1_2 = Instance.new("Frame")
  1041. local SideFrame3 = Instance.new("Frame")
  1042. local CloseHubsie = Instance.new("TextButton")
  1043. local ScriptText1 = Instance.new("TextLabel")
  1044. local Sigh = Instance.new("TextLabel")
  1045. local BringDesserting = Instance.new("TextButton")
  1046. local ClickingDesserts = Instance.new("TextButton")
  1047. local Sigh_2 = Instance.new("TextLabel")
  1048. local TpWorld2 = Instance.new("TextButton")
  1049. local TpWorld3 = Instance.new("TextButton")
  1050. --Properties:
  1051. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1052.  
  1053. MainFrame.Name = "MainFrame"
  1054. MainFrame.Parent = ScreenGui
  1055. MainFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1056. MainFrame.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1057. MainFrame.Position = UDim2.new(0.108736642, 0, 0.243934408, 0)
  1058. MainFrame.Size = UDim2.new(0, 250, 0, 139)
  1059.  
  1060. SideFrame.Name = "SideFrame"
  1061. SideFrame.Parent = MainFrame
  1062. SideFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1063. SideFrame.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1064. SideFrame.Position = UDim2.new(-0.0770610347, 0, 0, 0)
  1065. SideFrame.Size = UDim2.new(0, 12, 0, 139)
  1066.  
  1067. SideFrame_2.Name = "SideFrame"
  1068. SideFrame_2.Parent = MainFrame
  1069. SideFrame_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1070. SideFrame_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1071. SideFrame_2.Position = UDim2.new(1.02693892, 0, 0, 0)
  1072. SideFrame_2.Size = UDim2.new(0, 12, 0, 139)
  1073.  
  1074. DownFrame.Name = "DownFrame"
  1075. DownFrame.Parent = MainFrame
  1076. DownFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1077. DownFrame.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1078. DownFrame.Position = UDim2.new(0, 0, 1.05035973, 0)
  1079. DownFrame.Size = UDim2.new(0, 250, 0, 14)
  1080.  
  1081. UpFrame.Name = "UpFrame"
  1082. UpFrame.Parent = MainFrame
  1083. UpFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1084. UpFrame.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1085. UpFrame.Position = UDim2.new(0, 0, -0.151079133, 0)
  1086. UpFrame.Size = UDim2.new(0, 250, 0, 14)
  1087.  
  1088. CubeFrame2.Name = "CubeFrame2"
  1089. CubeFrame2.Parent = MainFrame
  1090. CubeFrame2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1091. CubeFrame2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1092. CubeFrame2.Position = UDim2.new(1.02693892, 0, -0.151079133, 0)
  1093. CubeFrame2.Size = UDim2.new(0, 12, 0, 14)
  1094.  
  1095. CubeFrame1.Name = "CubeFrame1"
  1096. CubeFrame1.Parent = MainFrame
  1097. CubeFrame1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1098. CubeFrame1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1099. CubeFrame1.Position = UDim2.new(-0.0770610347, 0, -0.151079133, 0)
  1100. CubeFrame1.Size = UDim2.new(0, 12, 0, 14)
  1101.  
  1102. CubeFrame4.Name = "CubeFrame4"
  1103. CubeFrame4.Parent = MainFrame
  1104. CubeFrame4.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1105. CubeFrame4.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1106. CubeFrame4.Position = UDim2.new(1.02693892, 0, 1.05035973, 0)
  1107. CubeFrame4.Size = UDim2.new(0, 12, 0, 14)
  1108.  
  1109. CubeFrame3.Name = "CubeFrame3"
  1110. CubeFrame3.Parent = MainFrame
  1111. CubeFrame3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1112. CubeFrame3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1113. CubeFrame3.Position = UDim2.new(-0.0770610571, 0, 1.05035973, 0)
  1114. CubeFrame3.Size = UDim2.new(0, 12, 0, 14)
  1115.  
  1116. UnlockAllDoors.Name = "UnlockAllDoors"
  1117. UnlockAllDoors.Parent = MainFrame
  1118. UnlockAllDoors.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  1119. UnlockAllDoors.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1120. UnlockAllDoors.Position = UDim2.new(0.551999986, 0, 0.0431654677, 0)
  1121. UnlockAllDoors.Size = UDim2.new(0, 101, 0, 37)
  1122. UnlockAllDoors.Font = Enum.Font.SciFi
  1123. UnlockAllDoors.Text = "Unlock All Doors"
  1124. UnlockAllDoors.TextColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  1125. UnlockAllDoors.TextSize = 14
  1126.  
  1127. LucknessGamepass.Name = "LucknessGamepass"
  1128. LucknessGamepass.Parent = MainFrame
  1129. LucknessGamepass.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  1130. LucknessGamepass.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1131. LucknessGamepass.Position = UDim2.new(0.0280000009, 0, 0.0431654677, 0)
  1132. LucknessGamepass.Size = UDim2.new(0, 107, 0, 37)
  1133. LucknessGamepass.Font = Enum.Font.SciFi
  1134. LucknessGamepass.Text = "Lucky\nGamepass"
  1135. LucknessGamepass.TextColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  1136. LucknessGamepass.TextSize = 14
  1137.  
  1138. CreditsButton.Name = "CreditsButton"
  1139. CreditsButton.Parent = MainFrame
  1140. CreditsButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1141. CreditsButton.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1142. CreditsButton.Position = UDim2.new(0.551999986, 0, 0.741263628, 0)
  1143. CreditsButton.Size = UDim2.new(0, 101, 0, 26)
  1144. CreditsButton.Font = Enum.Font.SciFi
  1145. CreditsButton.Text = "Credits"
  1146. CreditsButton.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1147. CreditsButton.TextSize = 14
  1148.  
  1149. ScriptButton.Name = "ScriptButton"
  1150. ScriptButton.Parent = MainFrame
  1151. ScriptButton.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  1152. ScriptButton.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1153. ScriptButton.Position = UDim2.new(0.551999986, 0, 0.366906464, 0)
  1154. ScriptButton.Size = UDim2.new(0, 101, 0, 37)
  1155. ScriptButton.Font = Enum.Font.SciFi
  1156. ScriptButton.Text = "Script Hub"
  1157. ScriptButton.TextColor3 = Color3.new(0.509804, 0.45098, 0.45098)
  1158. ScriptButton.TextSize = 14
  1159.  
  1160. UpdateLogs.Name = "UpdateLogs"
  1161. UpdateLogs.Parent = MainFrame
  1162. UpdateLogs.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1163. UpdateLogs.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1164. UpdateLogs.Position = UDim2.new(0.0280000009, 0, 0.366906464, 0)
  1165. UpdateLogs.Size = UDim2.new(0, 107, 0, 80)
  1166. UpdateLogs.Font = Enum.Font.SourceSans
  1167. UpdateLogs.Text = "Update Log\n\nPossibly to add\nmore functions!"
  1168. UpdateLogs.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1169. UpdateLogs.TextSize = 14
  1170.  
  1171. Close.Name = "Close"
  1172. Close.Parent = MainFrame
  1173. Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1174. Close.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1175. Close.Position = UDim2.new(0.0793666393, 0, 1.05035973, 0)
  1176. Close.Size = UDim2.new(0, 80, 0, 26)
  1177. Close.Font = Enum.Font.SciFi
  1178. Close.Text = "Close"
  1179. Close.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1180. Close.TextSize = 14
  1181.  
  1182. FrameCredits.Name = "FrameCredits"
  1183. FrameCredits.Parent = ScreenGui
  1184. FrameCredits.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1185. FrameCredits.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1186. FrameCredits.Position = UDim2.new(0.353236884, 0, 0.373900741, 0)
  1187. FrameCredits.Size = UDim2.new(0, 195, 0, 103)
  1188. FrameCredits.Visible = false
  1189.  
  1190. Credits.Name = "Credits"
  1191. Credits.Parent = FrameCredits
  1192. Credits.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1193. Credits.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1194. Credits.Position = UDim2.new(0.2871795, 0, 0.0717206076, 0)
  1195. Credits.Size = UDim2.new(0, 82, 0, 23)
  1196. Credits.Font = Enum.Font.SciFi
  1197. Credits.Text = "Credits"
  1198. Credits.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1199. Credits.TextScaled = true
  1200. Credits.TextSize = 14
  1201. Credits.TextWrapped = true
  1202.  
  1203. SideFrame_3.Name = "SideFrame"
  1204. SideFrame_3.Parent = FrameCredits
  1205. SideFrame_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1206. SideFrame_3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1207. SideFrame_3.Position = UDim2.new(1.03372145, 0, 0, 0)
  1208. SideFrame_3.Size = UDim2.new(0, 9, 0, 103)
  1209.  
  1210. SideFrame_4.Name = "SideFrame"
  1211. SideFrame_4.Parent = FrameCredits
  1212. SideFrame_4.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1213. SideFrame_4.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1214. SideFrame_4.Position = UDim2.new(-0.084226951, 0, 0, 0)
  1215. SideFrame_4.Size = UDim2.new(0, 9, 0, 103)
  1216.  
  1217. UpFrame_2.Name = "UpFrame"
  1218. UpFrame_2.Parent = FrameCredits
  1219. UpFrame_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1220. UpFrame_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1221. UpFrame_2.Position = UDim2.new(0, 0, -0.145631075, 0)
  1222. UpFrame_2.Size = UDim2.new(0, 195, 0, 9)
  1223.  
  1224. UpFrame_3.Name = "UpFrame"
  1225. UpFrame_3.Parent = FrameCredits
  1226. UpFrame_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1227. UpFrame_3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1228. UpFrame_3.Position = UDim2.new(0, 0, 1.05825245, 0)
  1229. UpFrame_3.Size = UDim2.new(0, 195, 0, 9)
  1230.  
  1231. CubeFrame4_2.Name = "CubeFrame4"
  1232. CubeFrame4_2.Parent = FrameCredits
  1233. CubeFrame4_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1234. CubeFrame4_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1235. CubeFrame4_2.Position = UDim2.new(1, 0, 1, 0)
  1236. CubeFrame4_2.Size = UDim2.new(0, 16, 0, 15)
  1237.  
  1238. CubeFrame2_2.Name = "CubeFrame2"
  1239. CubeFrame2_2.Parent = FrameCredits
  1240. CubeFrame2_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1241. CubeFrame2_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1242. CubeFrame2_2.Position = UDim2.new(1, 0, -0.145631075, 0)
  1243. CubeFrame2_2.Size = UDim2.new(0, 16, 0, 15)
  1244.  
  1245. CubeFrame1_2.Name = "CubeFrame1"
  1246. CubeFrame1_2.Parent = FrameCredits
  1247. CubeFrame1_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1248. CubeFrame1_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1249. CubeFrame1_2.Position = UDim2.new(-0.0842272639, 0, -0.145631075, 0)
  1250. CubeFrame1_2.Size = UDim2.new(0, 16, 0, 15)
  1251.  
  1252. CubeFrame3_2.Name = "CubeFrame3"
  1253. CubeFrame3_2.Parent = FrameCredits
  1254. CubeFrame3_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1255. CubeFrame3_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1256. CubeFrame3_2.Position = UDim2.new(-0.0842272639, 0, 1, 0)
  1257. CubeFrame3_2.Size = UDim2.new(0, 16, 0, 15)
  1258.  
  1259. CloseCredits.Name = "CloseCredits"
  1260. CloseCredits.Parent = FrameCredits
  1261. CloseCredits.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1262. CloseCredits.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1263. CloseCredits.Position = UDim2.new(0.0666666627, 0, 1.05825233, 0)
  1264. CloseCredits.Size = UDim2.new(0, 53, 0, 21)
  1265. CloseCredits.Font = Enum.Font.SciFi
  1266. CloseCredits.Text = "Close"
  1267. CloseCredits.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1268. CloseCredits.TextSize = 14
  1269.  
  1270. CreditsUserOwner.Name = "CreditsUserOwner"
  1271. CreditsUserOwner.Parent = FrameCredits
  1272. CreditsUserOwner.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1273. CreditsUserOwner.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1274. CreditsUserOwner.Position = UDim2.new(0, 0, 0.353273988, 0)
  1275. CreditsUserOwner.Size = UDim2.new(0, 195, 0, 29)
  1276. CreditsUserOwner.Font = Enum.Font.SciFi
  1277. CreditsUserOwner.Text = "Scripter | Owner | Gui Creator\nElite Wolfie#5889"
  1278. CreditsUserOwner.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1279. CreditsUserOwner.TextSize = 14
  1280. CreditsUserOwner.TextWrapped = true
  1281.  
  1282. CreditsUserScripter.Name = "CreditsUserScripter"
  1283. CreditsUserScripter.Parent = FrameCredits
  1284. CreditsUserScripter.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1285. CreditsUserScripter.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1286. CreditsUserScripter.Position = UDim2.new(0, 0, 0.69307965, 0)
  1287. CreditsUserScripter.Size = UDim2.new(0, 194, 0, 31)
  1288. CreditsUserScripter.Font = Enum.Font.SciFi
  1289. CreditsUserScripter.Text = "Scripter\nvi#9292"
  1290. CreditsUserScripter.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1291. CreditsUserScripter.TextSize = 14
  1292. CreditsUserScripter.TextWrapped = true
  1293.  
  1294. ScriptHub.Name = "ScriptHub"
  1295. ScriptHub.Parent = ScreenGui
  1296. ScriptHub.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1297. ScriptHub.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1298. ScriptHub.Position = UDim2.new(0.341923296, 0, 0.154946357, 0)
  1299. ScriptHub.Size = UDim2.new(0, 232, 0, 108)
  1300. ScriptHub.Visible = false
  1301.  
  1302. DownFrame2.Name = "DownFrame2"
  1303. DownFrame2.Parent = ScriptHub
  1304. DownFrame2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1305. DownFrame2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1306. DownFrame2.Position = UDim2.new(0, 0, 1.0612253, 0)
  1307. DownFrame2.Size = UDim2.new(0, 112, 0, 9)
  1308.  
  1309. DownFrame1.Name = "DownFrame1"
  1310. DownFrame1.Parent = ScriptHub
  1311. DownFrame1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1312. DownFrame1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1313. DownFrame1.Position = UDim2.new(0.516863346, 0, 1.0612253, 0)
  1314. DownFrame1.Size = UDim2.new(0, 112, 0, 9)
  1315.  
  1316. UpFrame1.Name = "UpFrame1"
  1317. UpFrame1.Parent = ScriptHub
  1318. UpFrame1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1319. UpFrame1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1320. UpFrame1.Position = UDim2.new(0, 0, -0.142478377, 0)
  1321. UpFrame1.Size = UDim2.new(0, 73, 0, 9)
  1322.  
  1323. UpFrame3.Name = "UpFrame3"
  1324. UpFrame3.Parent = ScriptHub
  1325. UpFrame3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1326. UpFrame3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1327. UpFrame3.Position = UDim2.new(0.687235355, 0, -0.142478377, 0)
  1328. UpFrame3.Size = UDim2.new(0, 73, 0, 9)
  1329.  
  1330. SideFrame2.Name = "SideFrame>2"
  1331. SideFrame2.Parent = ScriptHub
  1332. SideFrame2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1333. SideFrame2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1334. SideFrame2.Position = UDim2.new(1.02979434, 0, 0.561225355, 0)
  1335. SideFrame2.Size = UDim2.new(0, 10, 0, 63)
  1336.  
  1337. SideFrame1.Name = "SideFrame>1"
  1338. SideFrame1.Parent = ScriptHub
  1339. SideFrame1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1340. SideFrame1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1341. SideFrame1.Position = UDim2.new(1.02979434, 0, -0.142478377, 0)
  1342. SideFrame1.Size = UDim2.new(0, 10, 0, 67)
  1343.  
  1344. SideFrame2_2.Name = "SideFrame<2"
  1345. SideFrame2_2.Parent = ScriptHub
  1346. SideFrame2_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1347. SideFrame2_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1348. SideFrame2_2.Position = UDim2.new(-0.0693435669, 0, 0.311225325, 0)
  1349. SideFrame2_2.Size = UDim2.new(0, 10, 0, 41)
  1350.  
  1351. SideFrame1_2.Name = "SideFrame<1"
  1352. SideFrame1_2.Parent = ScriptHub
  1353. SideFrame1_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1354. SideFrame1_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1355. SideFrame1_2.Position = UDim2.new(-0.0693435669, 0, -0.142478377, 0)
  1356. SideFrame1_2.Size = UDim2.new(0, 10, 0, 42)
  1357.  
  1358. SideFrame3.Name = "SideFrame<3"
  1359. SideFrame3.Parent = ScriptHub
  1360. SideFrame3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1361. SideFrame3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1362. SideFrame3.Position = UDim2.new(-0.0693435669, 0, 0.755669773, 0)
  1363. SideFrame3.Size = UDim2.new(0, 10, 0, 42)
  1364.  
  1365. CloseHubsie.Name = "CloseHubsie"
  1366. CloseHubsie.Parent = ScriptHub
  1367. CloseHubsie.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1368. CloseHubsie.Position = UDim2.new(0.351028502, 0, -0.235071018, 0)
  1369. CloseHubsie.Size = UDim2.new(0, 68, 0, 19)
  1370. CloseHubsie.Font = Enum.Font.SciFi
  1371. CloseHubsie.Text = "Close"
  1372. CloseHubsie.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1373. CloseHubsie.TextSize = 14
  1374.  
  1375. ScriptText1.Name = "ScriptText1"
  1376. ScriptText1.Parent = ScriptHub
  1377. ScriptText1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1378. ScriptText1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1379. ScriptText1.Position = UDim2.new(0.244754925, 0, 0.042643372, 0)
  1380. ScriptText1.Size = UDim2.new(0, 114, 0, 26)
  1381. ScriptText1.Font = Enum.Font.SciFi
  1382. ScriptText1.Text = "Script Hub"
  1383. ScriptText1.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1384. ScriptText1.TextScaled = true
  1385. ScriptText1.TextSize = 14
  1386. ScriptText1.TextWrapped = true
  1387.  
  1388. Sigh.Name = "Sigh"
  1389. Sigh.Parent = ScriptHub
  1390. Sigh.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1391. Sigh.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1392. Sigh.Position = UDim2.new(0.758620739, 0, 0.027777778, 0)
  1393. Sigh.Size = UDim2.new(0, 49, 0, 30)
  1394. Sigh.Font = Enum.Font.SourceSans
  1395. Sigh.Text = "> Free"
  1396. Sigh.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1397. Sigh.TextSize = 14
  1398.  
  1399. BringDesserting.Name = "BringDesserting"
  1400. BringDesserting.Parent = ScriptHub
  1401. BringDesserting.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1402. BringDesserting.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1403. BringDesserting.Position = UDim2.new(0.0359702259, 0, 0.690854967, 0)
  1404. BringDesserting.Size = UDim2.new(0, 97, 0, 28)
  1405. BringDesserting.Font = Enum.Font.SciFi
  1406. BringDesserting.Text = "Bring Dessert's"
  1407. BringDesserting.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1408. BringDesserting.TextSize = 14
  1409.  
  1410. ClickingDesserts.Name = "ClickingDesserts"
  1411. ClickingDesserts.Parent = ScriptHub
  1412. ClickingDesserts.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1413. ClickingDesserts.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1414. ClickingDesserts.Position = UDim2.new(0.0359702259, 0, 0.366780877, 0)
  1415. ClickingDesserts.Size = UDim2.new(0, 97, 0, 28)
  1416. ClickingDesserts.Font = Enum.Font.SciFi
  1417. ClickingDesserts.Text = "Click Dessert's"
  1418. ClickingDesserts.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1419. ClickingDesserts.TextSize = 14
  1420.  
  1421. Sigh_2.Name = "Sigh"
  1422. Sigh_2.Parent = ScriptHub
  1423. Sigh_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1424. Sigh_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1425. Sigh_2.Position = UDim2.new(0.0301724132, 0, 0.0185185187, 0)
  1426. Sigh_2.Size = UDim2.new(0, 49, 0, 30)
  1427. Sigh_2.Font = Enum.Font.SourceSans
  1428. Sigh_2.Text = "Paid <"
  1429. Sigh_2.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1430. Sigh_2.TextSize = 14
  1431.  
  1432. TpWorld2.Name = "TpWorld2"
  1433. TpWorld2.Parent = ScriptHub
  1434. TpWorld2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1435. TpWorld2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1436. TpWorld2.Position = UDim2.new(0.553211629, 0, 0.366780877, 0)
  1437. TpWorld2.Size = UDim2.new(0, 97, 0, 28)
  1438. TpWorld2.Font = Enum.Font.SciFi
  1439. TpWorld2.Text = "Tp World 2"
  1440. TpWorld2.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1441. TpWorld2.TextSize = 14
  1442.  
  1443. TpWorld3.Name = "TpWorld3"
  1444. TpWorld3.Parent = ScriptHub
  1445. TpWorld3.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1446. TpWorld3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1447. TpWorld3.Position = UDim2.new(0.553211629, 0, 0.690854967, 0)
  1448. TpWorld3.Size = UDim2.new(0, 97, 0, 28)
  1449. TpWorld3.Font = Enum.Font.SciFi
  1450. TpWorld3.Text = "Tp World 3"
  1451. TpWorld3.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  1452. TpWorld3.TextSize = 14
  1453. -- Scripts:
  1454. function SCRIPT_AKJC89_FAKESCRIPT() -- UnlockAllDoors.CUnlockDoors
  1455. local script = Instance.new('LocalScript')
  1456. script.Parent = UnlockAllDoors
  1457. script.Parent.MouseButton1Click:Connect(function()
  1458. game.Workspace._Doors:ClearAllChildren()
  1459. end)
  1460.  
  1461. end
  1462. coroutine.resume(coroutine.create(SCRIPT_AKJC89_FAKESCRIPT))
  1463. function SCRIPT_GCMJ78_FAKESCRIPT() -- MainFrame.GActive
  1464. local script = Instance.new('LocalScript')
  1465. script.Parent = MainFrame
  1466. MainFrame.Active=true;MainFrame.Draggable=true
  1467.  
  1468. end
  1469. coroutine.resume(coroutine.create(SCRIPT_GCMJ78_FAKESCRIPT))
  1470. function SCRIPT_QJSW66_FAKESCRIPT() -- LucknessGamepass.CLuckness
  1471. local script = Instance.new('LocalScript')
  1472. script.Parent = LucknessGamepass
  1473. script.Parent.MouseButton1Click:Connect(function()
  1474. while wait() do
  1475. game.Players.LocalPlayer.Data.GP.Lucky.Value = 1
  1476. end
  1477. end)
  1478.  
  1479. end
  1480. coroutine.resume(coroutine.create(SCRIPT_QJSW66_FAKESCRIPT))
  1481. function SCRIPT_UGRK77_FAKESCRIPT() -- CreditsButton.CScriptCreds
  1482. local script = Instance.new('LocalScript')
  1483. script.Parent = CreditsButton
  1484. script.Parent.MouseButton1Click:Connect(function()FrameCredits.Visible = true
  1485. end)
  1486.  
  1487. end
  1488. coroutine.resume(coroutine.create(SCRIPT_UGRK77_FAKESCRIPT))
  1489. function SCRIPT_CEUA76_FAKESCRIPT() -- ScriptButton.CHub1
  1490. local script = Instance.new('LocalScript')
  1491. script.Parent = ScriptButton
  1492. script.Parent.MouseButton1Click:Connect(function()ScriptHub.Visible = true
  1493. end)
  1494.  
  1495. end
  1496. coroutine.resume(coroutine.create(SCRIPT_CEUA76_FAKESCRIPT))
  1497. function SCRIPT_OMIB87_FAKESCRIPT() -- Close.LocalScript
  1498. local script = Instance.new('LocalScript')
  1499. script.Parent = Close
  1500. script.Parent.MouseButton1Click:Connect(function()
  1501. MainFrame.Visible = false
  1502. end)
  1503.  
  1504. end
  1505. coroutine.resume(coroutine.create(SCRIPT_OMIB87_FAKESCRIPT))
  1506. function SCRIPT_OOOP86_FAKESCRIPT() -- CloseCredits.CCredits
  1507. local script = Instance.new('LocalScript')
  1508. script.Parent = CloseCredits
  1509. script.Parent.MouseButton1Click:Connect(function()
  1510. FrameCredits.Visible = false
  1511. end)
  1512.  
  1513. end
  1514. coroutine.resume(coroutine.create(SCRIPT_OOOP86_FAKESCRIPT))
  1515. function SCRIPT_EDJN86_FAKESCRIPT() -- FrameCredits.GActive
  1516. local script = Instance.new('LocalScript')
  1517. script.Parent = FrameCredits
  1518. FrameCredits.Active=true;FrameCredits.Draggable=true
  1519.  
  1520. end
  1521. coroutine.resume(coroutine.create(SCRIPT_EDJN86_FAKESCRIPT))
  1522. function SCRIPT_TTGF66_FAKESCRIPT() -- CloseHubsie.CCloseHubsie
  1523. local script = Instance.new('LocalScript')
  1524. script.Parent = CloseHubsie
  1525. script.Parent.MouseButton1Click:Connect(function()
  1526. ScriptHub.Visible = false
  1527. end)
  1528.  
  1529. end
  1530. coroutine.resume(coroutine.create(SCRIPT_TTGF66_FAKESCRIPT))
  1531. function SCRIPT_PVVE86_FAKESCRIPT() -- ScriptHub.GActive
  1532. local script = Instance.new('LocalScript')
  1533. script.Parent = ScriptHub
  1534. ScriptHub.Active=true;ScriptHub.Draggable=true
  1535.  
  1536. end
  1537. coroutine.resume(coroutine.create(SCRIPT_PVVE86_FAKESCRIPT))
  1538. function SCRIPT_ZUHY77_FAKESCRIPT() -- BringDesserting.CDessert
  1539. local script = Instance.new('LocalScript')
  1540. script.Parent = BringDesserting
  1541. script.Parent.MouseButton1Click:Connect(function()
  1542. local abc = game.Workspace._Objs:FindFirstChild("Base")
  1543.  
  1544. abc.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  1545. end)
  1546.  
  1547. end
  1548. coroutine.resume(coroutine.create(SCRIPT_ZUHY77_FAKESCRIPT))
  1549. function SCRIPT_UNIG88_FAKESCRIPT() -- ClickingDesserts.CDessert1
  1550. local script = Instance.new('LocalScript')
  1551. script.Parent = ClickingDesserts
  1552. script.Parent.MouseButton1Click:Connect(function()
  1553. local Remote = game.ReplicatedStorage['Trigger']
  1554.  
  1555. local Arguments = {
  1556. [1] = 10000000
  1557. }
  1558.  
  1559. Remote:FireServer(unpack(Arguments))
  1560. end)
  1561.  
  1562. end
  1563. coroutine.resume(coroutine.create(SCRIPT_UNIG88_FAKESCRIPT))
  1564. function SCRIPT_ATMX66_FAKESCRIPT() -- TpWorld2.CScript5
  1565. local script = Instance.new('LocalScript')
  1566. script.Parent = TpWorld2
  1567. script.Parent.MouseButton1Click:Connect(function()
  1568. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0.717951834, 3, 1140.08191)
  1569. end)
  1570.  
  1571. end
  1572. coroutine.resume(coroutine.create(SCRIPT_ATMX66_FAKESCRIPT))
  1573. function SCRIPT_OSOV81_FAKESCRIPT() -- TpWorld3.CScript4
  1574. local script = Instance.new('LocalScript')
  1575. script.Parent = TpWorld3
  1576. script.Parent.MouseButton1Click:Connect(function()
  1577. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.18077517, 3, 2325.87988)
  1578. end)
  1579.  
  1580. end
  1581. coroutine.resume(coroutine.create(SCRIPT_OSOV81_FAKESCRIPT))
  1582. end)
  1583.  
  1584. end
  1585. coroutine.resume(coroutine.create(SCRIPT_EOXV69_FAKESCRIPT))
  1586. function SCRIPT_KRAP74_FAKESCRIPT() -- CloseOpen3.G2Close
  1587. local script = Instance.new('LocalScript')
  1588. script.Parent = CloseOpen3
  1589. script.Parent.MouseButton1Click:Connect(function()GameFrame2.Visible = false
  1590. end)
  1591.  
  1592. end
  1593. coroutine.resume(coroutine.create(SCRIPT_KRAP74_FAKESCRIPT))
  1594. function SCRIPT_OPUJ88_FAKESCRIPT() -- RevizAdmin.RevizSC
  1595. local script = Instance.new('LocalScript')
  1596. script.Parent = RevizAdmin
  1597. script.Parent.MouseButton1Click:Connect(function()loadstring(game:GetObjects("rbxassetid://2411611362")[1].Source)()
  1598. end)
  1599.  
  1600. end
  1601. coroutine.resume(coroutine.create(SCRIPT_OPUJ88_FAKESCRIPT))
  1602. function SCRIPT_RCKA77_FAKESCRIPT() -- RoseHub.LocalScript
  1603. local script = Instance.new('LocalScript')
  1604. script.Parent = RoseHub
  1605. script.Parent.MouseButton1Click:Connect(function()
  1606. --local coreGui = game:GetService("Players").LocalPlayer.PlayerGui
  1607. local coreGui = game:GetService("CoreGui")
  1608. local tweening = false
  1609. local tabPos = 5
  1610. local scriptsTabText = ""
  1611. local feTabText = ""
  1612. local gameScriptsTabText = ""
  1613. local guiTabText = ""
  1614.  
  1615. local scripttabList = {
  1616. {"Infinite Yield", "MjBzRjmT", 1},
  1617. {"Knife V3", "W833RBFr", 1},
  1618. {"Bird Wings", "RQ9b8UTv", 1},
  1619. {"M4A1", "eP1zq8tb", 1},
  1620. {"Dungun", "90M7Mi8e", 1},
  1621. {"Bomb Vest", "tG1PPuMd", 1},
  1622. {"Music Bars", "SvYebC2r", 1},
  1623. {"Omni God", "87NeeChc", 1},
  1624. {"Night Club", 1281063730, 2},
  1625. {"Pain Titan", "Hg5L8EtM", 1,},
  1626. {"Reaper Titan", "B0q3QBg6", 1},
  1627. {"Alter Chat", "ZSB4pN9R", 1},
  1628. {"Hoverbike", 01268225564, 2},
  1629. {"Rail Gun Titan", "0wFiFdwM", 1},
  1630. {"True Hero", "P8AQ2ebJ", 1},
  1631. {"Celestial Wheel", "bymTcgzf", 1},
  1632. {"Knive V4", "j0Ns1w1S", 1},
  1633. {"Ravenger Claws", "D7GxxvWL", 1},
  1634. {"John Doe", "m5wHsLhr", 1},
  1635. {"Messor Titan", "4bSrkLtA", 1},
  1636. {"Clown Titan", "L0WLDZvc", 1},
  1637. {"Chara", "HrWjgXtb", 1},
  1638. {"Shedlesky Rage", "2SPz35LS", 1},
  1639. {"LunchaThug", "x6GWFC5K", 1},
  1640. {"Nazi", "ZCZNxFBD", 1},
  1641. {"Psychopath", "DGqk3bqY", 1},
  1642. {"Fireworks Wand", "GB29NAPv", 1},
  1643. {"Psycho Clown", "UgxKqKwE", 1},
  1644. {"Inferno", "qhMGk36S", 1},
  1645. {"Police Titan", "UCmufLU8", 1},
  1646. {"Galaxy Titan", "nKNdCrKj", 1},
  1647. {"Holy Wrench", "cKSh0a8C", 1},
  1648. {"Krystal Dance", "j7EqLfbP", 1},
  1649. {"Nazi Camp", "KJNk4STm", 1},
  1650. {"Pee", "3CYmA0Pz", 1},
  1651. {"Jihad", "vSujnuaF", 1},
  1652. {"Hermit Purple", "R3C3ajQV", 1},
  1653. {"Golden Gun", "2574Sd9E", 1},
  1654. {"Goku", "yAXZZF9r", 1},
  1655. {"Emoji", "vKPcMKnm", 1},
  1656. {"Damn Son", "AMLHT8aJ", 1},
  1657. {"Devuzi", "q0mt2peM", 1},
  1658. {"Flash", "gGSVVq1H", 1},
  1659. {"Teal Scythe", "0TUBSaxt", 1},
  1660. {"Demon Demise", "ghMDMW63", 1},
  1661. {"Red Sayan", "uC5DBvf9", 1},
  1662. }
  1663.  
  1664. local fescripttabList = {
  1665. {"Fe God", "KduGECH6", 1},
  1666. {"Fe Fly", 1281055032, 2},
  1667. {"City Life Grabknife", "ZhwF6H2V", 1},
  1668. {"City Life Bomb Vest", "sLHGSBn1", 1},
  1669. {"City Life Suicide", "YdKKQ7yT", 1},
  1670. {"City Life Explosion", "vy78mqrG", 1},
  1671. {"Fe Invisible", 1180480887, 2},
  1672. {"Spam", "74GjB7tB", 1},
  1673. {"Lag Switch", "58gjTUf5", 1},
  1674. {"Jailbreak Farm", "1461971147", 2},
  1675. }
  1676.  
  1677. local gameScriptsList = {
  1678. {"PF Virgo 2.0", "7TeJszah", 1},
  1679. }
  1680.  
  1681. local guitabList = {
  1682. {"c00lgui", "Rz2EFsLU", 1},
  1683. {"Topkek 4.0", "d0CJRrcg", 1},
  1684. {"Topkek 3.0", "SikGfE9u", 1},
  1685. {"Ro-Xploit 4.0", 175137115, 2},
  1686. {"Ro-Xploit 5.0", 288646117, 2},
  1687. {"Ro-Xploit 6.0", 364364477, 2},
  1688. {"Dex 3.0", 492005721, 2},
  1689. {"Clown Van", "a5UZuuiT", 1},
  1690. {"Hell Elevator Gui", "8NYWpf2T", 1},
  1691. {"Chams / Aimlock", "Yi7fzELj", 1},
  1692. }
  1693.  
  1694. local mapsList = {
  1695. {"Clockwork Arena", "EvnXCXhP", 1},
  1696. {"Town Map", 1345094164, 2},
  1697. }
  1698.  
  1699. local lists = {
  1700. {scripttabList, "Scripts"},
  1701. {fescripttabList, "FE Scripts"},
  1702. {gameScriptsList, "Game Scripts"},
  1703. {guitabList, "GUIs"},
  1704. {mapsList, "Maps"},
  1705. }
  1706.  
  1707. local function makeFrame(Active, BackgroundColor3, BorderSizePixel, Name, Parent, Position, Size, ClipsDescendants, Draggable, BackgroundTransparency)
  1708. local Frame = Instance.new("Frame")
  1709. Frame.Active = Active
  1710. Frame.BackgroundColor3 = BackgroundColor3
  1711. Frame.BorderSizePixel = BorderSizePixel
  1712. Frame.Name = Name
  1713. Frame.Parent = Parent
  1714. Frame.Position = Position
  1715. Frame.Size = Size
  1716. Frame.ClipsDescendants = ClipsDescendants
  1717. Frame.Draggable = Draggable
  1718. Frame.BackgroundTransparency = BackgroundTransparency
  1719. end
  1720.  
  1721. local function makeScrollingFrame(BackgroundColor3, BorderSizePixel, Name, Parent, Position, Size, CanvasSize, BackgroundTransparency, ScrollBarThickness)
  1722. local ScrollingFrame = Instance.new("ScrollingFrame")
  1723. ScrollingFrame.BackgroundColor3 = BackgroundColor3
  1724. ScrollingFrame.BorderSizePixel = BorderSizePixel
  1725. ScrollingFrame.Name = Name
  1726. ScrollingFrame.Parent = Parent
  1727. ScrollingFrame.Position = Position
  1728. ScrollingFrame.Size = Size
  1729. ScrollingFrame.CanvasSize = CanvasSize
  1730. ScrollingFrame.BackgroundTransparency = BackgroundTransparency
  1731. ScrollingFrame.ScrollBarThickness = ScrollBarThickness
  1732. end
  1733.  
  1734. local function makeTextLabel(BackgroundColor3, BackgroundTransparency, Name, Parent, Position, Size, Font, Text, TextColor3, TextSize, BorderSizePixel, TextWrapped)
  1735. local TextLabel = Instance.new("TextLabel")
  1736. TextLabel.BackgroundColor3 = BackgroundColor3
  1737. TextLabel.BackgroundTransparency = BackgroundTransparency
  1738. TextLabel.Name = Name
  1739. TextLabel.Parent = Parent
  1740. TextLabel.Position = Position
  1741. TextLabel.Size = Size
  1742. TextLabel.Font = Font
  1743. TextLabel.Text = Text
  1744. TextLabel.TextColor3 = TextColor3
  1745. TextLabel.TextSize = TextSize
  1746. TextLabel.BorderSizePixel = BorderSizePixel
  1747. TextLabel.TextWrapped = TextWrapped
  1748. end
  1749.  
  1750. local function makeTextBox(BackgroundColor3, BackgroundTransparency, MultiLine, Name, Parent, Position, Size, Font, Text, TextColor3, TextSize, TextWrapped, TextYAlignment, BorderSizePixel, PlaceholderText, TextXAlignment)
  1751. local TextBox = Instance.new("TextBox")
  1752. TextBox.BackgroundColor3 = BackgroundColor3
  1753. TextBox.BackgroundTransparency = BackgroundTransparency
  1754. TextBox.MultiLine = MultiLine
  1755. TextBox.Name = Name
  1756. TextBox.Parent = Parent
  1757. TextBox.Position = Position
  1758. TextBox.Size = Size
  1759. TextBox.Font = Font
  1760. TextBox.Text = Text
  1761. TextBox.TextColor3 = TextColor3
  1762. TextBox.TextSize = TextSize
  1763. TextBox.TextWrapped = TextWrapped
  1764. TextBox.TextYAlignment = TextYAlignment
  1765. TextBox.BorderSizePixel = BorderSizePixel
  1766. TextBox.PlaceholderText = PlaceholderText
  1767. TextBox.TextXAlignment = TextXAlignment
  1768. end
  1769.  
  1770. local function makeTextButton(BackgroundColor3, BorderSizePixel, Name, Parent, Position, Size, Font, Text, TextColor3, TextSize, BackgroundTransparency, func)
  1771. local TextButton = Instance.new("TextButton")
  1772. TextButton.BackgroundColor3 = BackgroundColor3
  1773. TextButton.BorderSizePixel = BorderSizePixel
  1774. TextButton.Name = Name
  1775. TextButton.Parent = Parent
  1776. TextButton.Position = Position
  1777. TextButton.Size = Size
  1778. TextButton.Font = Font
  1779. TextButton.Text = Text
  1780. TextButton.TextColor3 = TextColor3
  1781. TextButton.TextSize = TextSize
  1782. TextButton.BackgroundTransparency = BackgroundTransparency
  1783. TextButton.MouseButton1Down:connect(func)
  1784. end
  1785.  
  1786. local function makeImageLabel(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Name, Parent, Selectable, Size, Image, Position, Rotation)
  1787. local ImageLabel = Instance.new("ImageLabel")
  1788. ImageLabel.BackgroundColor3 = BackgroundColor3
  1789. ImageLabel.BackgroundTransparency = BackgroundTransparency
  1790. ImageLabel.BorderSizePixel = BorderSizePixel
  1791. ImageLabel.Name = Name
  1792. ImageLabel.Parent = Parent
  1793. ImageLabel.Selectable = Selectable
  1794. ImageLabel.Size = Size
  1795. ImageLabel.Image = Image
  1796. ImageLabel.Position = Position
  1797. ImageLabel.Rotation = Rotation
  1798. end
  1799.  
  1800. local tabs = {
  1801. "Home",
  1802. "Scripts",
  1803. "FE Scripts",
  1804. "Game Scripts",
  1805. "GUIs",
  1806. "Maps",
  1807. "Executor",
  1808. "Credits",
  1809. }
  1810.  
  1811. local selectedTab = tabs[1]
  1812.  
  1813. local function changeTab(newTab)
  1814. if tweening == false and newTab ~= selectedTab then
  1815. tweening = true
  1816. if selectedTab == "Credits" then
  1817. for _,object in pairs(screenGui.MainFrame.MainStuff.Credits:GetDescendants()) do
  1818. if object.ClassName == "ImageLabel" then
  1819. local sTween = game:GetService("TweenService")
  1820. local part = object
  1821. local goal = {}
  1822. goal.ImageTransparency = 1
  1823. local tweenInfo = TweenInfo.new(0.5)
  1824. local tween = sTween:Create(part, tweenInfo, goal)
  1825. tween:Play()
  1826. end
  1827. end
  1828. wait(0.5)
  1829. end
  1830. screenGui.MainFrame.MainStuff[selectedTab]:TweenPosition(UDim2.new(-1, 0, 0, 0), "Out", "Quad", 0.5)
  1831. screenGui.MainFrame.MainStuff[newTab]:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0.5)
  1832. screenGui.MainFrame.SelectedTab.SelectedTab:TweenPosition(UDim2.new(0, 0, -1, 0), "Out", "Quad", 0.25)
  1833. wait(0.25)
  1834. screenGui.MainFrame.SelectedTab.SelectedTab.Text = newTab
  1835. wait()
  1836. screenGui.MainFrame.SelectedTab.SelectedTab:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0.25)
  1837. wait(0.25)
  1838. screenGui.MainFrame.MainStuff[selectedTab].Position = UDim2.new(1, 0, 0, 0)
  1839. if newTab == "Credits" then
  1840. for _,object in pairs(screenGui.MainFrame.MainStuff.Credits:GetDescendants()) do
  1841. if object.ClassName == "ImageLabel" then
  1842. local sTween = game:GetService("TweenService")
  1843. local part = object
  1844. local goal = {}
  1845. goal.ImageTransparency = 0
  1846. local tweenInfo = TweenInfo.new(0.5)
  1847. local tween = sTween:Create(part, tweenInfo, goal)
  1848. tween:Play()
  1849. end
  1850. end
  1851. wait(0.5)
  1852. end
  1853. selectedTab = newTab
  1854. tweening = false
  1855. end
  1856. end
  1857.  
  1858. local function mainTween(what)
  1859. if tweening == false then
  1860. tweening = true
  1861. if what == "Open" then
  1862. screenGui.open:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  1863. screenGui.MainFrame:TweenSize(UDim2.new(0, 350, 0, 40), "Out", "Quad", 0.6)
  1864. wait(0.6)
  1865. screenGui.MainFrame:TweenSize(UDim2.new(0, 350, 0, 340), "Out", "Quad", 0.6)
  1866. elseif what == "Close" then
  1867. screenGui.MainFrame:TweenSize(UDim2.new(0, 350, 0, 40), "Out", "Quad", 0.6)
  1868. wait(0.6)
  1869. screenGui.MainFrame:TweenSize(UDim2.new(0, 0, 0, 40), "Out", "Quad", 0.6)
  1870. screenGui.open:TweenPosition(UDim2.new(0,0,0.531,0), "Out", "Quad", 0.6)
  1871. end
  1872. wait(0.6)
  1873. tweening = false
  1874. end
  1875. end
  1876.  
  1877. --Make Screen
  1878. screenGui = Instance.new("ScreenGui")
  1879. screenGui.Parent = coreGui
  1880. screenGui.Name = "RoseHubV2"
  1881.  
  1882. makeFrame(true, Color3.fromRGB(255, 35, 110), 0, "MainFrame", screenGui, UDim2.new(0.5, -175, 0.5, -170), UDim2.new(0, 350, 0, 340), true, true, 0)
  1883.  
  1884. makeScrollingFrame(Color3.fromRGB(255, 0, 100), 0, "TabButtons", screenGui.MainFrame, UDim2.new(0, 0, 0, 40), UDim2.new(0, 125, 1, -40), UDim2.new(0, 0, 0, 0), 0, 12)
  1885.  
  1886. makeFrame(false, Color3.fromRGB(225, 0, 100), 0, "TitleFrame", screenGui.MainFrame, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 0, 40), true, false, 0)
  1887.  
  1888. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "Title", screenGui.MainFrame.TitleFrame, UDim2.new(0, 45, 0, 0), UDim2.new(0, 265, 1, 0), Enum.Font.Fantasy, "Rose Hub v2.0.0", Color3.fromRGB(255, 255, 255), 30, 1, false)
  1889.  
  1890. makeImageLabel(Color3.fromRGB(255, 85, 127), 1, 0, "RoseIcon", screenGui.MainFrame.TitleFrame, false, UDim2.new(0, 45, 0, 41), "rbxassetid://1342740333", UDim2.new(0, 0, 0, 0), 0)
  1891.  
  1892. makeTextButton(Color3.fromRGB(255, 255, 255), 1, "Close", screenGui.MainFrame.TitleFrame, UDim2.new(0, 310, 0, 0), UDim2.new(0, 40, 0, 40), Enum.Font.ArialBold, "X", Color3.fromRGB(255, 255, 255), 30, 1, function()
  1893. mainTween("Close")
  1894. end)
  1895.  
  1896. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "MOTD", screenGui.MainFrame, UDim2.new(0, 125, 0, 315), UDim2.new(0, 225, 0, 25), Enum.Font.Fantasy, "MOTD: I'm in your mom", Color3.fromRGB(255, 255, 255), 16, 0, true)
  1897.  
  1898. makeFrame(false, Color3.fromRGB(255, 100, 150), 0, "MainStuff", screenGui.MainFrame, UDim2.new(0, 130, 0, 70), UDim2.new(0, 215, 0, 245), true, false, 0.5)
  1899.  
  1900. makeFrame(false, Color3.fromRGB(0, 0, 0), 0, "SelectedTab", screenGui.MainFrame, UDim2.new(0, 125, 0, 40), UDim2.new(0, 225, 0, 30), true, false, 1)
  1901.  
  1902. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "SelectedTab", screenGui.MainFrame.SelectedTab, UDim2.new(0, 0, 0, 0), UDim2.new(0, 225, 0, 30), Enum.Font.Fantasy, "Home", Color3.fromRGB(255, 255, 255), 25, 0, false)
  1903.  
  1904. makeFrame(true, Color3.fromRGB(255, 84, 126), 0, "open", screenGui, UDim2.new(-0.5, 0, 0.5, 0), UDim2.new(0, 150, 0, 50), true, false, 1)
  1905.  
  1906. makeTextButton(Color3.fromRGB(255, 50, 127), 1, "openbutton", screenGui.open, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), Enum.Font.Fantasy, "OPEN", Color3.fromRGB(255, 255, 255), 32, false, function()
  1907. mainTween("Open")
  1908. end)
  1909.  
  1910. for i,tabButton in pairs(tabs) do
  1911. makeTextButton(Color3.fromRGB(255, 50, 127), 0, tabButton.."Button", screenGui.MainFrame.TabButtons, UDim2.new(0, 5, 0, tabPos), UDim2.new(0, 115, 0, 30), Enum.Font.Fantasy, tabButton, Color3.fromRGB(255, 255, 255), 20, 0, function()
  1912. changeTab(tabs[i])
  1913. end)
  1914. local mainStuffPos = 0
  1915. if tabButton == selectedTab then
  1916. mainStuffPos = 0
  1917. else
  1918. mainStuffPos = 1
  1919. end
  1920. makeScrollingFrame(Color3.fromRGB(0, 0, 0), 1, tabButton, screenGui.MainFrame.MainStuff, UDim2.new(mainStuffPos, 0, 0, 0), UDim2.new(1, 0, 1, 0), UDim2.new(1, 0, 0, 0), 1)
  1921.  
  1922. tabPos = tabPos + 35
  1923. end
  1924.  
  1925. --Sort lists and insert them
  1926. for _,list in pairs(lists) do
  1927. local toSort = {}
  1928. local sortedList = {}
  1929. local pos = 28
  1930.  
  1931. for _,v in pairs(list[1]) do
  1932. table.insert(toSort, v[1])
  1933. end
  1934.  
  1935. table.sort(toSort)
  1936.  
  1937. for i,name in pairs(toSort) do
  1938. for i,actualTable in pairs(list[1]) do
  1939. if name == actualTable[1] then
  1940. table.insert(sortedList, {actualTable[1], actualTable[2], actualTable[3]})
  1941. end
  1942. end
  1943. end
  1944.  
  1945. local function createButons(text)
  1946. pos = 28
  1947. for _,button in pairs(sortedList) do
  1948. if text == "" or string.sub(string.lower(button[1]), 1, string.len(text)) == string.lower(text) then
  1949. print(list[2])
  1950. makeTextButton(Color3.fromRGB(255, 50, 127), 0, button[1], screenGui.MainFrame.MainStuff[list[2]], UDim2.new(0, 5, 0, pos), UDim2.new(1, -10, 0, 20), Enum.Font.Fantasy, button[1], Color3.fromRGB(255, 255, 255), 14, 0, function()
  1951. if button[3] == 1 then
  1952. loadstring(game:HttpGet("https://pastebin.com/raw/"..button[2], true))()
  1953. elseif button[3] == 2 then
  1954. loadstring(game:GetObjects("rbxassetid://"..button[2])[1].Source)()
  1955. end
  1956. end)
  1957. pos = pos + 23
  1958. end
  1959. end
  1960. end
  1961.  
  1962. --Remove Buttons and create new on search
  1963. local function removeButtons()
  1964. for _,button in pairs(screenGui.MainFrame.MainStuff[list[2]]:GetChildren()) do
  1965. if button.ClassName == "TextButton" then
  1966. button:Destroy()
  1967. end
  1968. end
  1969. end
  1970.  
  1971. --Search Box
  1972. makeTextBox(Color3.fromRGB(255, 50, 127), 0, false, "Search", screenGui.MainFrame.MainStuff[list[2]], UDim2.new(0, 5, 0, 5), UDim2.new(1, -10, 0, 20), Enum.Font.Fantasy, "", Color3.fromRGB(255, 255, 255), 14, false, "Center", 0, "Search "..list[2], "Center")
  1973. local function searchBar(chosenList)
  1974. local search = screenGui.MainFrame.MainStuff[chosenList].Search
  1975. local currentSearch = ""
  1976. search.Changed:connect(function(property)
  1977. if property == "Text" then
  1978. if search.Text ~= "" and search.Text ~= currentSearch then
  1979. currentSearch = search.Text
  1980. removeButtons()
  1981. createButons(search.Text)
  1982. elseif search.Text == "" and currentSearch.Text ~= "" then
  1983. currentSearch = search.Text
  1984. removeButtons()
  1985. createButons("")
  1986. end
  1987. end
  1988. end)
  1989. end
  1990.  
  1991. searchBar(list[2])
  1992.  
  1993. createButons("")
  1994.  
  1995. screenGui.MainFrame.MainStuff[list[2]].CanvasSize = UDim2.new(1, 0, 0, pos+2)
  1996. screenGui.MainFrame.MainStuff[list[2]].ScrollBarThickness = 0
  1997. end
  1998.  
  1999. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "WelcomeMSG", screenGui.MainFrame.MainStuff.Home, UDim2.new(0.102, 0, 0.045, 0), UDim2.new(0, 170, 0, 29), Enum.Font.Fantasy, "Welcome to Rose Hub!", Color3.fromRGB(255, 255, 255), 20, 1, false)
  2000.  
  2001. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "FEStatus", screenGui.MainFrame.MainStuff.Home, UDim2.new(0.2, 0, 0.155, 0), UDim2.new(0, 128, 0, 22), Enum.Font.Fantasy, "FE: Disabled", Color3.fromRGB(255, 255, 255), 16, 1, false)
  2002.  
  2003. makeFrame(false, Color3.fromRGB(255, 0, 127), 0, "SegLine", screenGui.MainFrame.MainStuff.Home, UDim2.new(0, 0, 0.245, 0), UDim2.new(0, 215, 0, 2), false, false, 0.5)
  2004.  
  2005. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "Explanation", screenGui.MainFrame.MainStuff.Home, UDim2.new(0, 0, 0.253, 0), UDim2.new(0, 215, 0, 183), Enum.Font.SourceSans, 'To get started click the tabs to find what scripts your looking for.\nThe scrolling bar is invisible so to scroll use your scroll wheel.\n\nWant scripts or features added?\n\nJoin our Discord for Support donations and more!', Color3.fromRGB(255, 255, 255), 14, 1, true)
  2006. screenGui.MainFrame.MainStuff.Home.Explanation.TextYAlignment = "Top"
  2007.  
  2008. makeTextButton(Color3.fromRGB(255, 50, 127), 0, "DiscordInvite", screenGui.MainFrame.MainStuff.Home, UDim2.new(0.179, 0, 0.816, 0), UDim2.new(0, 138, 0, 32), Enum.Font.Fantasy, "Discord", Color3.fromRGB(255, 255, 255), 14, 0, function()
  2009. local copy = true
  2010. if pcall(function() Synapse:Copy("https://discord.me/rosehub") end) then
  2011.  
  2012. else
  2013. local clip = setclipboard or Clipboard.set
  2014. clip("https://discord.me/rosehub")
  2015. end
  2016.  
  2017. screenGui.MainFrame.MainStuff.Home.DiscordInvite.text = "Copied!"
  2018. wait(1)
  2019. screenGui.MainFrame.MainStuff.Home.DiscordInvite.text = "Discord"
  2020. end)
  2021.  
  2022. makeTextButton(Color3.fromRGB(255, 0, 127), 0, "Clear", screenGui.MainFrame.MainStuff.Executor, UDim2.new(0, 5, 1, -25), UDim2.new(0, 100, 0, 20), Enum.Font.SourceSansBold, "Clear", Color3.fromRGB(255, 255, 255), 14, 0, function()
  2023. screenGui.MainFrame.MainStuff.Executor.InputHolder.Input.Text = ""
  2024. end)
  2025.  
  2026. makeScrollingFrame(Color3.fromRGB(255, 255, 255), 0, "InputHolder", screenGui.MainFrame.MainStuff.Executor, UDim2.new(0, 5, 0, 5), UDim2.new(0, 205, 0, 205), UDim2.new(0, 0, 0, 0), 1, 0)
  2027.  
  2028. makeTextBox(Color3.fromRGB(255, 0, 128), 1, true, "Input", screenGui.MainFrame.MainStuff.Executor.InputHolder, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), Enum.Font.Fantasy, "", Color3.fromRGB(255, 255, 255), 14, true, Enum.TextYAlignment.Top, 0, "Paste/Type Scripts Here", Enum.TextXAlignment.Left)
  2029. local execHolder = screenGui.MainFrame.MainStuff.Executor.InputHolder
  2030. local execInput = execHolder.Input
  2031. local movedExec196 = false
  2032. execInput.ClearTextOnFocus = false
  2033. --Checks if executor text changed, if so it will change your canvas position IF you are at the bottom of the script. Has an extra check for the first time moving so it doesnt get annoying
  2034. execInput.Changed:connect(function(property)
  2035. if property == "Text" then
  2036. execHolder.CanvasSize = UDim2.new(1, -10, 0, execInput.TextBounds.Y + execInput.TextSize)
  2037. if execInput.TextBounds.Y - execHolder.CanvasPosition.Y == 205 then
  2038. execHolder.CanvasPosition = Vector2.new(0, execInput.TextBounds.Y+205)
  2039. movedExec196 = false
  2040. elseif movedExec196 == false and execInput.TextBounds.Y == 196 and execHolder.CanvasPosition.Y == 0 then
  2041. execHolder.CanvasPosition = Vector2.new(0, execInput.TextBounds.Y+205)
  2042. movedExec196 = true
  2043. elseif movedExec196 == true and execInput.TextBounds.Y < 196 then
  2044. movedExec196 = false
  2045. end
  2046. end
  2047. end)
  2048.  
  2049. makeTextButton(Color3.fromRGB(255, 0, 127), 0, "Execute", screenGui.MainFrame.MainStuff.Executor, UDim2.new(0.5, 2, 1, -25), UDim2.new(0, 100, 0, 20), Enum.Font.SourceSansBold, "Execute", Color3.fromRGB(255, 255, 255), 14, 0, function()
  2050. loadstring(screenGui.MainFrame.MainStuff.Executor.InputHolder.Input.Text)()
  2051. end)
  2052.  
  2053. --Credits
  2054. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "RoseCredit", screenGui.MainFrame.MainStuff.Credits, UDim2.new(0.202, 0, 0.053, 0), UDim2.new(0, 128, 0, 32), Enum.Font.Fantasy, "Rose\nHumanoid#0001", Color3.fromRGB(255, 255, 255), 20, 0, false)
  2055.  
  2056. makeImageLabel(Color3.fromRGB(255, 255, 255), 1, 1, "RoseDrops", screenGui.MainFrame.MainStuff.Credits.RoseCredit, false, UDim2.new(0, 66, 0, 65), "rbxassetid://1342740333", UDim2.new(-0.25, 0, -0.844, 0), 80)
  2057.  
  2058. makeImageLabel(Color3.fromRGB(255, 255, 255), 1, 1, "RoseDrops2", screenGui.MainFrame.MainStuff.Credits.RoseCredit, false, UDim2.new(0, 66, 0, 65), "rbxassetid://1342740333", UDim2.new(0.891, 0, 4.438, 0), -40)
  2059.  
  2060. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "ZwolfCredit", screenGui.MainFrame.MainStuff.Credits, UDim2.new(0.221, 0, 0.253, 0), UDim2.new(0, 120, 0, 30), Enum.Font.Fantasy, "Zwolf\nZwolf#3762", Color3.fromRGB(255, 255, 255), 20, 1, false)
  2061.  
  2062. makeImageLabel(Color3.fromRGB(255, 255, 255), 1, 1, "RoseDrops3", screenGui.MainFrame.MainStuff.Credits.ZwolfCredit, false, UDim2.new(0, 62, 0, 59), "rbxassetid://1342740333", UDim2.new(0.875, 0, 0, 0), -10)
  2063.  
  2064. makeImageLabel(Color3.fromRGB(255, 255, 255), 1, 1, "ImageLabel", screenGui.MainFrame.MainStuff.Credits.ZwolfCredit, false, UDim2.new(0, 70, 0, 60), "rbxassetid://1342740333", UDim2.new(-0.483, 0, 0.433, 0), 59)
  2065.  
  2066. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "AlexCredit", screenGui.MainFrame.MainStuff.Credits, UDim2.new(0.191, 0, 0.469, 0), UDim2.new(0, 139, 0, 29), Enum.Font.Fantasy, "Alex\nAlex the Great#9740", Color3.fromRGB(255, 255, 255), 20, 1, false)
  2067.  
  2068. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "DeanCredit", screenGui.MainFrame.MainStuff.Credits, UDim2.new(0.153, 0, 0.755, 0), UDim2.new(0, 139, 0, 40), Enum.Font.Fantasy, "Miya - Intro\nKiwi#4879", Color3.fromRGB(255, 255, 255), 20, 1, false)
  2069.  
  2070. for _,object in pairs(screenGui.MainFrame.MainStuff.Credits:GetDescendants()) do
  2071. if object.ClassName == "ImageLabel" then
  2072. object.ImageTransparency = 1
  2073. end
  2074. end
  2075.  
  2076. screenGui.MainFrame.Size = UDim2.new(0, 0, 0, 40)
  2077.  
  2078. --Intro
  2079. player = game:GetService'Players'.LocalPlayer
  2080. introgui = Instance.new('ScreenGui',player.PlayerGui)
  2081. holder = Instance.new('Frame', introgui)
  2082. imhx = Instance.new('ImageLabel',holder)
  2083. blnhx = Instance.new('ImageLabel',holder)
  2084. blnhx2 = Instance.new('ImageLabel',holder)
  2085. pooftemp = Instance.new('ImageLabel',holder)
  2086. text = Instance.new('ImageLabel',holder)
  2087. bar = Instance.new('Frame',holder)
  2088. tomatosauce = Instance.new('Sound',holder)
  2089. large = Instance.new('Sound',holder)
  2090. smol = Instance.new('Sound',holder)
  2091. wosh = Instance.new('Sound',holder)
  2092. blur = Instance.new('BlurEffect',workspace.CurrentCamera)
  2093. blur.Size = 0
  2094.  
  2095. -- Properties
  2096. holder.Position = UDim2.new(0.5,-50,0.5,-50)
  2097. holder.Size = UDim2.new(0,100,0,100)
  2098. holder.BackgroundTransparency = 1
  2099.  
  2100. imhx.Image = "rbxassetid://1491878692"
  2101. imhx.BackgroundTransparency = 1
  2102. imhx.Size = UDim2.new(0,100,0,100)
  2103. imhx.Position = UDim2.new(0,0,0,-500)
  2104. imhx.ZIndex = 3
  2105.  
  2106. blnhx.Image = "rbxassetid://1491878477"
  2107. blnhx.BackgroundTransparency = 1
  2108. blnhx.ImageTransparency = 1
  2109. blnhx.Size = UDim2.new(0,100,0,100)
  2110. blnhx.Position = UDim2.new(0,0,0,0)
  2111. blnhx.ZIndex = 4
  2112.  
  2113. tomatosauce.SoundId = "rbxassetid://752527668"
  2114. tomatosauce.Volume = 1
  2115.  
  2116. large.SoundId = "rbxassetid://541909867"
  2117. large.Volume = 1
  2118.  
  2119. smol.SoundId = "rbxassetid://541909763"
  2120. smol.Volume = 1
  2121.  
  2122. wosh.SoundId = "rbxassetid://147722270"
  2123. wosh.Volume = 1
  2124.  
  2125.  
  2126. blnhx2.Image = "rbxassetid://1491878477"
  2127. blnhx2.BackgroundTransparency = 1
  2128. blnhx2.ImageTransparency = 1
  2129. blnhx2.Size = UDim2.new(0,100,0,100)
  2130. blnhx2.Position = UDim2.new(0,0,0,0)
  2131.  
  2132. pooftemp.Image = "rbxassetid://1491979712"
  2133. pooftemp.BackgroundTransparency = 1
  2134. pooftemp.ImageTransparency = 1
  2135. pooftemp.Size = UDim2.new(0,100,0,100)
  2136. pooftemp.Position = UDim2.new(0,0,0,0)
  2137.  
  2138. text.Image = "rbxassetid://1491935743"
  2139. text.BackgroundTransparency = 1
  2140. text.ImageTransparency = 1
  2141. text.Size = UDim2.new(0,500,0,100)
  2142. text.Position = UDim2.new(0.5,-250,0,0)
  2143. text.ZIndex = 6
  2144.  
  2145. bar.Size = UDim2.new(0,0,0,100)
  2146. bar.Position = UDim2.new(0.5,0,0,0)
  2147. bar.BorderSizePixel = 0
  2148. bar.ZIndex = 5
  2149. bar.BackgroundColor3 = Color3.fromRGB(255, 30, 64)
  2150.  
  2151. -- Animation
  2152. local tweenService = game:GetService("TweenService")
  2153.  
  2154. local tween1 = TweenInfo.new(
  2155. 2,
  2156. Enum.EasingStyle.Quint,
  2157. Enum.EasingDirection.Out
  2158. )
  2159. local stuff1 = {
  2160. Position = UDim2.new(0,0,0,0);
  2161. Rotation = -720
  2162. }
  2163. local stuff6 = {
  2164. Size = 34
  2165. }
  2166. local stuff7 = {
  2167. Size = 0
  2168. }
  2169.  
  2170.  
  2171. local imagetween = tweenService:Create(imhx,tween1,stuff1)
  2172.  
  2173. local tween2 = TweenInfo.new(
  2174. 2,
  2175. Enum.EasingStyle.Quint,
  2176. Enum.EasingDirection.Out
  2177. )
  2178. local stuff2 = {
  2179. Position = UDim2.new(0,-50,0,-50);
  2180. Size = UDim2.new(0,200,0,200);
  2181. ImageTransparency = 1
  2182. }
  2183.  
  2184. local bloop = tweenService:Create(pooftemp,tween2,stuff2)
  2185.  
  2186. local tween3 = TweenInfo.new(
  2187. 1,
  2188. Enum.EasingStyle.Quint,
  2189. Enum.EasingDirection.Out
  2190. )
  2191.  
  2192. local tween4 = TweenInfo.new(
  2193. 2,
  2194. Enum.EasingStyle.Quint,
  2195. Enum.EasingDirection.Out
  2196. )
  2197. local stuff3 = {
  2198. ImageTransparency = 0
  2199. }
  2200.  
  2201. local poof = tweenService:Create(blnhx,tween3,stuff3)
  2202.  
  2203. local fadein = tweenService:Create(blur,tween1,stuff6)
  2204. local fadeout = tweenService:Create(blur,tween1,stuff7)
  2205.  
  2206. local textappere = tweenService:Create(text,tween4,stuff3)
  2207. -- Playing animations/sounds
  2208. imagetween:Play()
  2209. large:Play()
  2210. fadein:Play()
  2211. wait(2)
  2212. pooftemp.ImageTransparency = 0
  2213. bloop:play()
  2214. tomatosauce:Play()
  2215. wait(2)
  2216. poof:Play()
  2217. wait(1)
  2218. imhx.ImageTransparency = 1
  2219. blnhx2.ImageTransparency = 0
  2220. bar:TweenSizeAndPosition(UDim2.new(0,500,0,100),UDim2.new(0.5,-250,0.5,-50),"Out","Quint",2)
  2221. blnhx2:TweenPosition(UDim2.new(0,250,0,0),"Out","Quint",2)
  2222. blnhx:TweenPosition(UDim2.new(0,-250,0,0),"Out","Quint",2)
  2223. smol:Play()
  2224. wait(1.3)
  2225. textappere:Play()
  2226. wait(2)
  2227. holder:TweenPosition(UDim2.new(0,5000,0.5,-50),"In","Quint",2)
  2228. wosh:Play()
  2229. wait(1.4)
  2230. fadeout:Play()
  2231. wait(2)
  2232. introgui:Destroy()
  2233. blur:Destroy()
  2234.  
  2235. wait()
  2236.  
  2237. tweening = true
  2238. screenGui.open:TweenPosition(UDim2.new(0, 0, 0.5, 0),'Out','Quad',0.6)
  2239. wait(0.6)
  2240. tweening = false
  2241. end)
  2242.  
  2243. end
  2244. coroutine.resume(coroutine.create(SCRIPT_RCKA77_FAKESCRIPT))
  2245. function SCRIPT_VHPY65_FAKESCRIPT() -- GameFrame2.G2Active
  2246. local script = Instance.new('LocalScript')
  2247. script.Parent = GameFrame2
  2248. GameFrame2.Active=true;GameFrame2.Draggable=true
  2249.  
  2250. end
  2251. coroutine.resume(coroutine.create(SCRIPT_VHPY65_FAKESCRIPT))
  2252. function SCRIPT_TOGP65_FAKESCRIPT() -- Credits.COpen
  2253. local script = Instance.new('LocalScript')
  2254. script.Parent = Credits
  2255. script.Parent.MouseButton1Click:Connect(function()FrameCredits.Visible = true
  2256. end)
  2257.  
  2258. end
  2259. coroutine.resume(coroutine.create(SCRIPT_TOGP65_FAKESCRIPT))
  2260. function SCRIPT_EGZX79_FAKESCRIPT() -- Games.GOpen
  2261. local script = Instance.new('LocalScript')
  2262. script.Parent = Games
  2263. script.Parent.MouseButton1Click:Connect(function()GameFrame.Visible = true
  2264. end)
  2265.  
  2266. end
  2267. coroutine.resume(coroutine.create(SCRIPT_EGZX79_FAKESCRIPT))
  2268. function SCRIPT_WYVB70_FAKESCRIPT() -- MainFrame.MActive
  2269. local script = Instance.new('LocalScript')
  2270. script.Parent = MainFrame
  2271. MainFrame.Active=true;MainFrame.Draggable=true
  2272.  
  2273. end
  2274. coroutine.resume(coroutine.create(SCRIPT_WYVB70_FAKESCRIPT))
  2275. function SCRIPT_GPWR80_FAKESCRIPT() -- AdminPannel.LocalScript
  2276. local script = Instance.new('LocalScript')
  2277. script.Parent = AdminPannel
  2278. script.Parent.MouseButton1Click:Connect(function()
  2279. local ScreenGui = Instance.new("ScreenGui")
  2280. local MainFrame = Instance.new("Frame")
  2281. local UpFrame3 = Instance.new("Frame")
  2282. local UpFrame2 = Instance.new("Frame")
  2283. local UpFrame1 = Instance.new("Frame")
  2284. local DownFrame2 = Instance.new("Frame")
  2285. local DownFrame1 = Instance.new("Frame")
  2286. local DownFrame3 = Instance.new("Frame")
  2287. local SideFrame1 = Instance.new("Frame")
  2288. local SideFrame2 = Instance.new("Frame")
  2289. local SideFrame2_2 = Instance.new("Frame")
  2290. local SideFrame1_2 = Instance.new("Frame")
  2291. local Cube1 = Instance.new("Frame")
  2292. local Cube3 = Instance.new("Frame")
  2293. local Cube2 = Instance.new("Frame")
  2294. local Cube4 = Instance.new("Frame")
  2295. local JumpPower = Instance.new("TextButton")
  2296. local WalkSpeed = Instance.new("TextButton")
  2297. local Noclip = Instance.new("TextButton")
  2298. local MameESP = Instance.new("TextButton")
  2299. local HeadESP = Instance.new("TextButton")
  2300. local Credits = Instance.new("TextLabel")
  2301. local Logs = Instance.new("TextLabel")
  2302. local InfJumpf = Instance.new("TextButton")
  2303. local ComingSoononMainGui = Instance.new("TextButton")
  2304. local Close = Instance.new("TextButton")
  2305. --Properties:
  2306. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2307.  
  2308. MainFrame.Name = "MainFrame"
  2309. MainFrame.Parent = ScreenGui
  2310. MainFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2311. MainFrame.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2312. MainFrame.Position = UDim2.new(0.102923259, 0, 0.0536354184, 0)
  2313. MainFrame.Size = UDim2.new(0, 380, 0, 166)
  2314.  
  2315. UpFrame3.Name = "UpFrame3"
  2316. UpFrame3.Parent = MainFrame
  2317. UpFrame3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2318. UpFrame3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2319. UpFrame3.Position = UDim2.new(0.67083025, 0, -0.0963352472, 0)
  2320. UpFrame3.Size = UDim2.new(0, 125, 0, 8)
  2321.  
  2322. UpFrame2.Name = "UpFrame2"
  2323. UpFrame2.Parent = MainFrame
  2324. UpFrame2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2325. UpFrame2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2326. UpFrame2.Position = UDim2.new(0.349777728, 0, -0.0963352621, 0)
  2327. UpFrame2.Size = UDim2.new(0, 114, 0, 8)
  2328.  
  2329. UpFrame1.Name = "UpFrame1"
  2330. UpFrame1.Parent = MainFrame
  2331. UpFrame1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2332. UpFrame1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2333. UpFrame1.Position = UDim2.new(-0.000222325325, 0, -0.0963352323, 0)
  2334. UpFrame1.Size = UDim2.new(0, 125, 0, 8)
  2335.  
  2336. DownFrame2.Name = "DownFrame2"
  2337. DownFrame2.Parent = MainFrame
  2338. DownFrame2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2339. DownFrame2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2340. DownFrame2.Position = UDim2.new(0.349777699, 0, 1.03619492, 0)
  2341. DownFrame2.Size = UDim2.new(0, 114, 0, 8)
  2342.  
  2343. DownFrame1.Name = "DownFrame1"
  2344. DownFrame1.Parent = MainFrame
  2345. DownFrame1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2346. DownFrame1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2347. DownFrame1.Position = UDim2.new(-0.000222325325, 0, 1.03619492, 0)
  2348. DownFrame1.Size = UDim2.new(0, 125, 0, 8)
  2349.  
  2350. DownFrame3.Name = "DownFrame3"
  2351. DownFrame3.Parent = MainFrame
  2352. DownFrame3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2353. DownFrame3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2354. DownFrame3.Position = UDim2.new(0.670830309, 0, 1.03619492, 0)
  2355. DownFrame3.Size = UDim2.new(0, 125, 0, 8)
  2356.  
  2357. SideFrame1.Name = "SideFrame1"
  2358. SideFrame1.Parent = MainFrame
  2359. SideFrame1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2360. SideFrame1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2361. SideFrame1.Position = UDim2.new(1.01819873, 0, 0.518122673, 0)
  2362. SideFrame1.Size = UDim2.new(0, 8, 0, 80)
  2363.  
  2364. SideFrame2.Name = "SideFrame2"
  2365. SideFrame2.Parent = MainFrame
  2366. SideFrame2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2367. SideFrame2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2368. SideFrame2.Position = UDim2.new(1.01819873, 0, -0.00597369671, 0)
  2369. SideFrame2.Size = UDim2.new(0, 8, 0, 79)
  2370.  
  2371. SideFrame2_2.Name = "SideFrame2"
  2372. SideFrame2_2.Parent = MainFrame
  2373. SideFrame2_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2374. SideFrame2_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2375. SideFrame2_2.Position = UDim2.new(-0.0423276424, 0, -0.00597369671, 0)
  2376. SideFrame2_2.Size = UDim2.new(0, 8, 0, 79)
  2377.  
  2378. SideFrame1_2.Name = "SideFrame1"
  2379. SideFrame1_2.Parent = MainFrame
  2380. SideFrame1_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2381. SideFrame1_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2382. SideFrame1_2.Position = UDim2.new(-0.0423276089, 0, 0.518122673, 0)
  2383. SideFrame1_2.Size = UDim2.new(0, 8, 0, 80)
  2384.  
  2385. Cube1.Name = "Cube1"
  2386. Cube1.Parent = MainFrame
  2387. Cube1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2388. Cube1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2389. Cube1.Position = UDim2.new(-0.0423276387, 0, -0.0963352621, 0)
  2390. Cube1.Size = UDim2.new(0, 16, 0, 15)
  2391.  
  2392. Cube3.Name = "Cube3"
  2393. Cube3.Parent = MainFrame
  2394. Cube3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2395. Cube3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2396. Cube3.Position = UDim2.new(-0.0423276387, 0, 1, 0)
  2397. Cube3.Size = UDim2.new(0, 16, 0, 14)
  2398.  
  2399. Cube2.Name = "Cube2"
  2400. Cube2.Parent = MainFrame
  2401. Cube2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2402. Cube2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2403. Cube2.Position = UDim2.new(1, 0, -0.0963352621, 0)
  2404. Cube2.Size = UDim2.new(0, 15, 0, 15)
  2405.  
  2406. Cube4.Name = "Cube4"
  2407. Cube4.Parent = MainFrame
  2408. Cube4.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2409. Cube4.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2410. Cube4.Position = UDim2.new(1, 0, 1.00005043, 0)
  2411. Cube4.Size = UDim2.new(0, 15, 0, 14)
  2412.  
  2413. JumpPower.Name = "JumpPower"
  2414. JumpPower.Parent = MainFrame
  2415. JumpPower.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2416. JumpPower.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2417. JumpPower.Position = UDim2.new(0.375161916, 0, 0.0486019999, 0)
  2418. JumpPower.Size = UDim2.new(0, 94, 0, 31)
  2419. JumpPower.Font = Enum.Font.SourceSans
  2420. JumpPower.Text = "JumpPower 100"
  2421. JumpPower.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2422. JumpPower.TextSize = 14
  2423.  
  2424. WalkSpeed.Name = "WalkSpeed"
  2425. WalkSpeed.Parent = MainFrame
  2426. WalkSpeed.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2427. WalkSpeed.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2428. WalkSpeed.Position = UDim2.new(0.0383197665, 0, 0.0486019999, 0)
  2429. WalkSpeed.Size = UDim2.new(0, 94, 0, 31)
  2430. WalkSpeed.Font = Enum.Font.SourceSans
  2431. WalkSpeed.Text = "Walkspeed 50"
  2432. WalkSpeed.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2433. WalkSpeed.TextSize = 14
  2434.  
  2435. Noclip.Name = "Noclip"
  2436. Noclip.Parent = MainFrame
  2437. Noclip.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2438. Noclip.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2439. Noclip.Position = UDim2.new(0.709372401, 0, 0.0486019999, 0)
  2440. Noclip.Size = UDim2.new(0, 94, 0, 31)
  2441. Noclip.Font = Enum.Font.SourceSans
  2442. Noclip.Text = "Noclip"
  2443. Noclip.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2444. Noclip.TextSize = 14
  2445.  
  2446. MameESP.Name = "MameESP"
  2447. MameESP.Parent = MainFrame
  2448. MameESP.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2449. MameESP.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2450. MameESP.Position = UDim2.new(0.0383197591, 0, 0.367879122, 0)
  2451. MameESP.Size = UDim2.new(0, 94, 0, 31)
  2452. MameESP.Font = Enum.Font.SourceSans
  2453. MameESP.Text = "Name ESP"
  2454. MameESP.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2455. MameESP.TextSize = 14
  2456.  
  2457. HeadESP.Name = "HeadESP"
  2458. HeadESP.Parent = MainFrame
  2459. HeadESP.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2460. HeadESP.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2461. HeadESP.Position = UDim2.new(0.0383197591, 0, 0.663059652, 0)
  2462. HeadESP.Size = UDim2.new(0, 94, 0, 31)
  2463. HeadESP.Font = Enum.Font.SourceSans
  2464. HeadESP.Text = "Head ESP"
  2465. HeadESP.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2466. HeadESP.TextSize = 14
  2467.  
  2468. Credits.Name = "Credits"
  2469. Credits.Parent = MainFrame
  2470. Credits.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2471. Credits.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2472. Credits.Position = UDim2.new(0.604109287, 0, 0.891975522, 0)
  2473. Credits.Size = UDim2.new(0, 150, 0, 17)
  2474. Credits.Font = Enum.Font.SourceSans
  2475. Credits.Text = "Created By Elite Wolfie#5889"
  2476. Credits.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2477. Credits.TextSize = 14
  2478.  
  2479. Logs.Name = "Logs"
  2480. Logs.Parent = MainFrame
  2481. Logs.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2482. Logs.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2483. Logs.Position = UDim2.new(0.375161886, 0, 0.302518725, 0)
  2484. Logs.Size = UDim2.new(0, 94, 0, 90)
  2485. Logs.Font = Enum.Font.SourceSans
  2486. Logs.Text = "New Update From 2/26/19\n\nI changed the Noclip script,\nI added Inf Jump. For Main:\nMore Coming Soon!\n\nMore Update's Coming Soon!"
  2487. Logs.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2488. Logs.TextSize = 14
  2489.  
  2490. InfJumpf.Name = "Inf Jump \"f\""
  2491. InfJumpf.Parent = MainFrame
  2492. InfJumpf.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2493. InfJumpf.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2494. InfJumpf.Position = UDim2.new(0.709372401, 0, 0.367879122, 0)
  2495. InfJumpf.Size = UDim2.new(0, 94, 0, 31)
  2496. InfJumpf.Font = Enum.Font.SourceSans
  2497. InfJumpf.Text = "Inf Jump"
  2498. InfJumpf.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2499. InfJumpf.TextSize = 14
  2500.  
  2501. ComingSoononMainGui.Name = "Coming Soon on Main Gui"
  2502. ComingSoononMainGui.Parent = MainFrame
  2503. ComingSoononMainGui.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2504. ComingSoononMainGui.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2505. ComingSoononMainGui.Position = UDim2.new(0.709372401, 0, 0.663059652, 0)
  2506. ComingSoononMainGui.Size = UDim2.new(0, 94, 0, 31)
  2507. ComingSoononMainGui.Font = Enum.Font.SourceSans
  2508. ComingSoononMainGui.Text = "Coming Soon on Main Gui..."
  2509. ComingSoononMainGui.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2510. ComingSoononMainGui.TextSize = 14
  2511. ComingSoononMainGui.TextWrapped = true
  2512.  
  2513. Close.Name = "Close"
  2514. Close.Parent = MainFrame
  2515. Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2516. Close.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2517. Close.Position = UDim2.new(0.349777699, 0, 1.03574967, 0)
  2518. Close.Size = UDim2.new(0, 114, 0, 26)
  2519. Close.Font = Enum.Font.SciFi
  2520. Close.Text = "Close"
  2521. Close.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  2522. Close.TextSize = 14
  2523. -- Scripts:
  2524. function SCRIPT_GANI85_FAKESCRIPT() -- JumpPower.LocalScript
  2525. local script = Instance.new('LocalScript')
  2526. script.Parent = JumpPower
  2527. script.Parent.MouseButton1Click:Connect(function()
  2528. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 100
  2529. end)
  2530.  
  2531. end
  2532. coroutine.resume(coroutine.create(SCRIPT_GANI85_FAKESCRIPT))
  2533. function SCRIPT_VFHH72_FAKESCRIPT() -- WalkSpeed.LocalScript
  2534. local script = Instance.new('LocalScript')
  2535. script.Parent = WalkSpeed
  2536. script.Parent.MouseButton1Click:Connect(function()
  2537. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 50
  2538. end)
  2539.  
  2540. end
  2541. coroutine.resume(coroutine.create(SCRIPT_VFHH72_FAKESCRIPT))
  2542. function SCRIPT_ZPOD77_FAKESCRIPT() -- Noclip.LocalScript
  2543. local script = Instance.new('LocalScript')
  2544. script.Parent = Noclip
  2545. script.Parent.MouseButton1Click:Connect(function()
  2546. -- made by Elite Wolfie#5889
  2547. noclip = false
  2548. game:GetService('RunService').Stepped:connect(function()
  2549. if noclip then
  2550. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2551. end
  2552. end)
  2553. plr = game.Players.LocalPlayer
  2554. mouse = plr:GetMouse()
  2555. mouse.KeyDown:connect(function(key)
  2556.  
  2557. if key == "e" then
  2558. noclip = not noclip
  2559. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2560. end
  2561. end)
  2562. end)
  2563.  
  2564. end
  2565. coroutine.resume(coroutine.create(SCRIPT_ZPOD77_FAKESCRIPT))
  2566. function SCRIPT_ZXYY86_FAKESCRIPT() -- MameESP.LocalScript
  2567. local script = Instance.new('LocalScript')
  2568. script.Parent = MameESP
  2569. script.Parent.MouseButton1Click:Connect(function()
  2570. Important={Players=game:GetService("Players"),Workspace=game:GetService("Workspace"),CoreGui=game:GetService("CoreGui")}
  2571. local ai=false
  2572. function CreateESP(plr)
  2573. if plr~=nil then
  2574. local aj=plr.Character
  2575. if not aj then
  2576. return end
  2577. local ak
  2578. do repeat
  2579. wait()
  2580. until aj:FindFirstChild("Head")
  2581. end
  2582. ak=aj.Head
  2583. local al=Instance.new("BillboardGui",Important.CoreGui)al.Adornee=ak
  2584. al.ExtentsOffset=Vector3.new(0,1,0)
  2585. al.AlwaysOnTop=true;al.Size=UDim2.new(0,5,0,5)
  2586. al.StudsOffset=Vector3.new(0,3,0)
  2587. al.Name="ESP_PLAYER_"..plr.Name
  2588. local am=Instance.new("Frame",al)
  2589. am.ZIndex=10;am.BackgroundTransparency=1
  2590. am.Size=UDim2.new(1,0,1,0)
  2591. local an=Instance.new("TextLabel",am)
  2592. an.Name="Name"
  2593. an.ZIndex=10
  2594. an.Text=plr.Name
  2595. an.Visible=true
  2596. an.TextColor3=Color3.new(255,0,255)
  2597. an.BackgroundTransparency=1
  2598. an.Size=UDim2.new(1,0,10,0)
  2599. an.Font=Enum.Font.SourceSansLight
  2600. an.TextSize=20
  2601. an.TextStrokeTransparency=.5
  2602. end
  2603. end
  2604. for ag,ah in pairs(Important.Players:GetChildren())do
  2605. if game.GameId==1320186298 then
  2606. return
  2607. end
  2608. CreateESP(ah)
  2609. end
  2610. end)
  2611.  
  2612. end
  2613. coroutine.resume(coroutine.create(SCRIPT_ZXYY86_FAKESCRIPT))
  2614. function SCRIPT_ZREI90_FAKESCRIPT() -- HeadESP.LocalScript
  2615. local script = Instance.new('LocalScript')
  2616. script.Parent = HeadESP
  2617. script.Parent.MouseButton1Click:Connect(function()
  2618. local ao=Instance.new("BillboardGui")
  2619. ao.Name=""
  2620. ao.AlwaysOnTop=true
  2621. ao.LightInfluence=0
  2622. ao.Size=UDim2.new(1.75,0,1.75,0)
  2623. local ap=Instance.new("Frame",ao)
  2624. ap.BackgroundColor3=Color3.fromRGB(255,0,255)
  2625. ap.Size=UDim2.new(1,0,1,0)
  2626. ap.BorderSizePixel=4
  2627. ap.BorderColor3=Color3.fromRGB(0,0,0)
  2628. local aq=ao:Clone()
  2629. local ar=ap:Clone()
  2630. ar.Parent=aq
  2631. ar.BackgroundColor3=Color3.fromRGB(0,185,0)
  2632. for as,ah in pairs(game:GetService("Players"):GetPlayers())do
  2633. if ah.Name~=game:GetService("Players").LocalPlayer.Name and ah.Character and ah.Character:FindFirstChild("Head")then
  2634. ao:Clone().Parent=ah.Character.Head
  2635. end
  2636. end
  2637. end)
  2638.  
  2639. end
  2640. coroutine.resume(coroutine.create(SCRIPT_ZREI90_FAKESCRIPT))
  2641. function SCRIPT_WJSZ66_FAKESCRIPT() -- MainFrame.GActive
  2642. local script = Instance.new('LocalScript')
  2643. script.Parent = MainFrame
  2644. MainFrame.Active=true;MainFrame.Draggable=true
  2645.  
  2646. end
  2647. coroutine.resume(coroutine.create(SCRIPT_WJSZ66_FAKESCRIPT))
  2648. function SCRIPT_OHCB74_FAKESCRIPT() -- InfJumpf.LocalScript
  2649. local script = Instance.new('LocalScript')
  2650. script.Parent = InfJumpf
  2651. script.Parent.MouseButton1Click:Connect(function()
  2652. -- //~ F to toggle ~\\ --
  2653.  
  2654. _G.infinjump = true
  2655.  
  2656. local Player = game:GetService("Players").LocalPlayer
  2657. local Mouse = Player:GetMouse()
  2658. Mouse.KeyDown:connect(function(k)
  2659. if _G.infinjump then
  2660. if k:byte() == 32 then
  2661. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  2662. Humanoid:ChangeState("Jumping")
  2663. wait(0.1)
  2664. Humanoid:ChangeState("Seated")
  2665. end
  2666. end
  2667. end)
  2668.  
  2669. local Player = game:GetService("Players").LocalPlayer
  2670. local Mouse = Player:GetMouse()
  2671. Mouse.KeyDown:connect(function(k)
  2672. k = k:lower()
  2673. if k == "f" then
  2674. if _G.infinjump == true then
  2675. _G.infinjump = false
  2676. else
  2677. _G.infinjump = true
  2678. end
  2679. end
  2680. end)
  2681. end)
  2682.  
  2683. end
  2684. coroutine.resume(coroutine.create(SCRIPT_OHCB74_FAKESCRIPT))
  2685. function SCRIPT_DFDX88_FAKESCRIPT() -- Close.LocalScript
  2686. local script = Instance.new('LocalScript')
  2687. script.Parent = Close
  2688. script.Parent.MouseButton1Click:Connect(function()
  2689. MainFrame.Visible = false
  2690. end)
  2691.  
  2692. end
  2693. coroutine.resume(coroutine.create(SCRIPT_DFDX88_FAKESCRIPT))
  2694. end)
  2695.  
  2696. end
  2697. coroutine.resume(coroutine.create(SCRIPT_GPWR80_FAKESCRIPT))
  2698. function SCRIPT_NHWO68_FAKESCRIPT() -- Explorer.RobloxEX
  2699. local script = Instance.new('LocalScript')
  2700. script.Parent = Explorer
  2701. script.Parent.MouseButton1Click:Connect(function()
  2702. TextProperties={"ZOffset","CharacterAppearance","PrimaryPart","SkyboxBk","SkyboxDn","WaterTransparency","WaterWaveSpeed","HipHeight","ChatHistory","ConversationDistance","BlastPressure","BlastRadius","InitialPrompt","CPU","OSVer","OsPlatformId","CpuSpeed","D","P","maxForce","InstanceCount","PlaceId","workspace","GarbageCollectionFrequency","BinType","Grip","ActivationState","GarbageCollectionLimit","ShadowColor","TargetPoint","WalkDirection","WalkToPart","Image","Font","ClearTextOnFocus","TextTransparency","WalkToPoint","ColorShift_Bottom","ColorShift_Top","MaxSpeed","CartoonFactor","Target","MaxThrust","MaxTorque","TargetOffset","ThrustD","ThrustP","TurnD","TurnP","profileName","Resolution","Shadow","Bevels","BatchSize","AASamples","Genre","CreatorType","CreatorId","JobId","SkyboxUp","SkyboxFt","SkyboxLf","StarCount","ReporterType","Outfit1","Outfit2","Pants","PlayCount","Shirt","MinReportInterval","VelocitySpread","Rate","DataSendRate","DataGCRate","Archivable","ClassName","NameDisplayerDistance","MaxVelocity","PantsTemplate","ShirtTemplate","SoundId","Pitch","IsPlaying","IsPaused","Looped","PlayOnRemove","StudsPerTileU","StudsPerTileV","Name","Value","MaxPlayers","PersonalServerRank","NumPlayers","Text","Reflectance","FogEnd","FogStart","WaterTransparency","Transparency","Heat","TeamName","WalkSpeed","Health","MaxHealth","Size","Position","TeamColor","userId","Brightness","Ambient","OsPlatform","ChatMode","AccountAgeReplicate","Character","Steer","Style","NetworkOwnerV3","CanCollide","CFrame","TimeOfDay","FieldOfView","CameraType","LinkedSource","MachineAddress","Port"}BoolProperties={"Anchored","AllowInsertFreeModels","SuperSafeChatReplicate","Player","HangDetection","FullScriptCode","DataModelJobs","DeviceLost","SSAO","SoundEnabled","SoftwareSound","TextFits","TextWrap","Draggable","BubbleChat","AutoRuns","Guest","LocalSaveEnabled","PlatformStand","AutoRotate","CelestialBodiesShown","HasBuildTools","ClassicChat","DevEnableMouseLock","Netural","CanCollide","Disabled","Outlines","Jump","Sit","Visible","IsSmooth","Enabled","Locked","FilteringEnabled","StreamingEnabled","GlobalShadows","RobloxLocked","ScriptsDisabled"}BrickColorProperties={"BrickColor","Color","AllowSweep","WaterColor","ParallelPhysics","Is30FpsThrottleEnabled","HeadsUpDisplay","Texture","Value","WaterColor","SkinColor","SparkleColor","FogColor","HeadColor","LeftArmColor","RightArmColor","TorsoColor","RightLegColor","LeftLegColor","ShadowColor","Ambient","SecondaryColor"}s=Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)pgr=Instance.new("TextButton")pgr.Parent=s;pgr.Size=UDim2.new(0,100,0,40)pgr.Position=UDim2.new(0,30,0,440)pgr.Text="Xplorer"pgr.BackgroundTransparency=0.7;pgr.TextColor=BrickColor.new("Black")pgr.BackgroundColor=BrickColor.new("Really Black")pgr.BorderColor=BrickColor.new("Black")pgr.Font="ArialBold"pgr.FontSize="Size14"pgr.TextStrokeColor3=Color3.new(0/0,0/0,0/0)pgr.TextStrokeTransparency=0.3;pgr.BorderSizePixel=1;pgr.BorderColor=BrickColor.new("White")if game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer")then game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer"):Remove()end;local a;local c;local d;local e;local f;local g;local h;local a=nil;local c=nil;local d=nil;local j=0;local k=0;function Clear()if h then h:Remove()end;j=0;k=0 end;function AddButton(l,m,n,o)if not l then error("RenderButton - No Name Specified")end;if not m then error("RenderButton - No Function Specified")end;if not n then n=Color3.new(1,1,1)end;if o==nil then o=true end;P=Instance.new("TextButton")if o then P.Size=UDim2.new(0,110,0,20)else P.Size=UDim2.new(0,130,0,20)end;P.Text=l.Name;P.Name=l.Name;P.Parent=h;P.BackgroundColor3=n;P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0,math.modf(j/30)*150+300,0,50+20*(j%30-1))P.MouseButton1Click:connect(function()m(P)end)D=Instance.new("TextButton")D.Size=UDim2.new(0,20,0,20)D.Text="X"D.Name=l.Name;D.Parent=h;D.BackgroundColor3=Color3.new(1,0,0)D.TextColor3=Color3.new(0,0,0)D.BackgroundTransparency=0.5;D.Position=UDim2.new(0,math.modf(j/30)*150+300+130,0,50+20*(j%30-1))D.MouseButton1Click:connect(function()c=l;d=l.Parent;l.Parent=nil;Clear()f(d)end)if o then C=Instance.new("TextButton")C.Size=UDim2.new(0,20,0,20)C.Text="C"C.Name=l.Name;C.Parent=h;C.BackgroundColor3=Color3.new(0,1,0.5)C.TextColor3=Color3.new(0,0,0)C.BackgroundTransparency=0.5;C.Position=UDim2.new(0,math.modf(j/30)*150+300+110,0,50+20*(j%30-1))C.MouseButton1Click:connect(function()a=l;Clear()f(l.Parent)end)end;j=j+1;return P end;function AddOption(l,m,n,p)if not l then error("RenderButton - No Name Specified")end;if not n then n=Color3.new(1,1,1)end;if p==nil then p=false end;if p then P=Instance.new("TextBox")else P=Instance.new("TextButton")end;P.Text=l;P.Name=l;P.Parent=h;P.BackgroundColor3=n;P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Size=UDim2.new(0,150,0,20)P.Position=UDim2.new(0,math.modf(k/30)*150+150,0,50+20*(k%30-1))if not p and m then P.MouseButton1Click:connect(function()m(P)end)end;k=k+1;return P end;function AddTextOption(q,r)local t=q;local u=r;if type(t[u])=="number"or type(t[u])=="string"then k=k+1;local v=AddOption(t[u],nil,Color3.new(0.1,0.4,0.1),true)k=k-2;local w=AddOption("Change "..u..":",function()t[u]=v.Text end,Color3.new(0.1,0.8,0.1),false)k=k+1 end end;function AddBrickColorOption(q,r)local t=q;local u=r;if BrickColor.new(tostring(t[u]))==t[u]then k=k+1;local v=AddOption(tostring(t[u]),nil,Color3.new(0.1,0.4,0.1),true)k=k-2;local w=AddOption("Change "..u..":",function()t[u]=BrickColor.new(v.Text)end,Color3.new(0.1,0.8,0.1),false)k=k+1 end end;function UnanchorObject(x)local function y(z)for A,B in pairs(z:GetChildren())do if _G.TestProperty(B,"Anchored")then B.Anchored=not B.Anchored end;y(B)end end;y(x)end;function AddBoolOption(q,r)local t=q;local u=r;if type(t[u])=="boolean"then local w=AddOption(u..": "..tostring(t[u]),nil,Color3.new(0.1,0.8,0.1),false)w.MouseButton1Click:connect(function()if t[u]then t[u]=false;w.Text=u..": false"else t[u]=true;w.Text=u..": true"end end)end end;function TestProperty(q,E)Success=pcall(function()if q[E]then return end end)return Success end;function LoadOptions(B)for F,r in pairs(TextProperties)do if TestProperty(B,r)then AddTextOption(B,r)end end;for F,r in pairs(BoolProperties)do if TestProperty(B,r)then AddBoolOption(B,r)end end;for F,r in pairs(BrickColorProperties)do if TestProperty(B,r)then AddBrickColorOption(B,r)end end end;function AddForceField(e)Instance.new("ForceField",e.Character)end;function Killp(e)e.Character.Humanoid.Health=0 end;function AddExplode(e)Instance.new("Explosion",e.Character)end;function AddSparkles(e)Instance.new("Sparkles",e.Character)end;function FreezeParts(b)if b.className=="Part"then b.Anchored=true end end;function f(B)h=Instance.new("ScreenGui")h.Parent=game.Players.LocalPlayer.PlayerGui;h.Name="Explorer"if B~=game then AddOption("Back",function()Clear()f(B.Parent)end,Color3.new(0.5,1,1),false)end;if B:IsA("Sound")then AddOption("Copy ID",function()CopyString(tostring(B.SoundId):sub(14))warn("Copied.")Clear()f(B)end,Color3.new(1,0.2,0),false)AddOption("Play",function()B:Play()Clear()f(B)end,Color3.new(0,0,1),false)AddOption("Stop",function()B:Stop()Clear()f(B)end,Color3.new(1,1,0),false)end;if B:IsA("BoolValue")then AddBoolOption(B,"Value")end;if B:IsA("Workspace")then AddOption("BlackHole",function()local G=game.Players:GetChildren()for i=1,#G do if G[i]~="LocalPlayer"then b=Instance.new("BodyPosition")b.Parent=G[i].Character.Torso;b.maxForce=Vector3.new(6000000,60000000,60000000)b.position=Vector3.new(100,10,0)end end end,Color3.new(1,0.6,0.1),false)end;if B:IsA("IntValue")or B:IsA("StringValue")or B:IsA("NumberValue")then AddOption("Copy Value",function()CopyString(tostring(B.Value))warn("Copied.")Clear()f(B)end,Color3.new(1,0.2,0),false)end;if B:IsA("TextLabel")or B:IsA("TextBox")or B:IsA("Message")then AddOption("Copy Value",function()CopyString(tostring(B.Text))warn("Copied.")Clear()f(B)end,Color3.new(1,0.2,0),false)end;if B~=game then AddOption("Unanchor Children",function()UnanchorObject(B)Clear()f(B)end,Color3.new(1,0.2,0),false)AddOption("ClearAllChildren",function()B:ClearAllChildren()Clear()f(B)end,Color3.new(1,0.6,0.1),false)end;if B:IsA("Model")then AddOption("SaveInstance",function()SaveInstance(B)end,Color3.new(1,1,1),false)end;AddOption("Reload",function()Clear()f(B)end,Color3.new(0.2,1,0.2),false)if a then AddOption("Paste",function()a:Clone().Parent=B;Clear()f(B)end,Color3.new(0.5,1,1),false)end;if c then AddOption("Undo",function()c.Parent=d;c=nil;DeletedParent=nil;Clear()f(B)end,Color3.new(1,0.6,0.1),false)end;if B:IsA("Player")then AddOption("SwitchCamera",function()Clear()if B.CameraMode=="Classic"then B.CameraMode="LockFirstPerson"f(B)else B.CameraMode="Classic"f(B)end end,Color3.new(1,0.6,0.1),false)AddOption("Goto Character",function()Clear()if B.Character then f(B.Character)end end,Color3.new(1,1,1),false)AddOption("Kill",function()Killp(B)end,Color3.new(1,0.6,0.1),false)AddOption("Freeze",function()FreezeParts(B.Character.Torso)end,Color3.new(1,0.6,0.1),false)AddOption("Unequip Tools",function()B.Character.Humanoid:UnequipTools()end,Color3.new(1,0.6,0.1),false)end;if B:IsA("Lighting")then AddOption("Night",function()B.TimeOfDay="24:24:24"end,Color3.new(1.,0.6,0.1),false)AddOption("Day",function()B.TimeOfDay="12:12:12"end,Color3.new(1.,0.6,0.1),false)end;if B:IsA("LocalScript")or B:IsA("ModuleScript")then AddOption("EditScript",function()Clear()g(B)end,Color3.new(1,1,1),false)end;if B:IsA("Terrain")then AddOption("Clear",function()B:Clear()end,Color3.new(1,1,1),false)end;LoadOptions(B)AddOption("Close",Clear,Color3.new(1,0.2,0),false)if not B:IsA("Workspace")or not B:IsA("Player")then for F,q in pairs(B:GetChildren())do if true then if q:IsA("LocalScript")then AddButton(q,function()Clear()f(q)end,Color3.new(1,0,0),true)elseif q:IsA("Script")or q:IsA("StarterScript")or q:IsA("CoreScript")then AddButton(q,function()Clear()f(q)end,Color3.new(0.5,0.5,0.8),true)elseif q.Parent==game then AddButton(q,function()Clear()f(q)end,Color3.new(1,1,1),false)else AddButton(q,function()Clear()f(q)end,Color3.new(1,1,1),true)end end end end;function MoveUp(H,I)for i,J in pairs(H:GetChildren())do if J:IsA("TextLabel")or J:IsA("TextBox")then J.Position=J.Position+UDim2.new(0,0,0,-I)end end end;function MoveDown(H,I)for i,J in pairs(H:GetChildren())do if J:IsA("TextLabel")or J:IsA("TextBox")then J.Position=J.Position+UDim2.new(0,0,0,I)end end end;i=0;function g(K)Script2=K;Script=decompile(Script2)Table={}Enabled=true;h=Instance.new("ScreenGui")h.Parent=game.Players.LocalPlayer.PlayerGui;h.Name="Explorer"while Enabled do Start,End=string.find(Script,'\n')print(Start,End)if Start and End then table.insert(Table,string.sub(Script,1,End))New=string.sub(Script,End+1,string.len(Script))Script=New else Enabled=false;table.insert(Table,string.sub(Script,1,End))print("Finished")end end;P=Instance.new("TextLabel")P.Size=UDim2.new(0,500,0,20)P.Text=Script2.Name;P.Name="Script Line"P.Parent=h;P.BackgroundColor3=Color3.new(1,1,1)P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0.5,-250,0,150+20*(i-1))P.TextXAlignment="Left"i=i+1;New={}for L,M in pairs(Table)do print(M)P=Instance.new("TextBox")P.ClearTextOnFocus=false;P.Size=UDim2.new(0,500,0,20)P.Text=M;P.Name="Script Line"P.Parent=h;P.BackgroundColor3=Color3.new(1,1,1)P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0.5,-250,0,150+20*(i-1))P.TextXAlignment="Left"table.insert(New,P)i=i+1 end;i=1;P=Instance.new("TextButton")P.Size=UDim2.new(0,20,0,20)P.Text="^"P.Name="Scroll"P.Parent=h;P.BackgroundColor3=Color3.new(1,1,1)P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0.5,-270,0,150+20*(i-1))P.MouseButton1Click:connect(function()MoveUp(h,-20)end)i=i+1;P=Instance.new("TextButton")P.Size=UDim2.new(0,20,0,20)P.Text="v"P.Name="Scroll"P.Parent=h;P.BackgroundColor3=Color3.new(1,1,1)P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0.5,-270,0,150+20*(i-1))P.MouseButton1Click:connect(function()MoveDown(h,-20)end)i=i+1;P=Instance.new("TextButton")P.Size=UDim2.new(0,20,0,20)P.Text="^^"P.Name="Scroll"P.Parent=h;P.BackgroundColor3=Color3.new(1,1,1)P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0.5,-270,0,150+20*(i-1))P.MouseButton1Click:connect(function()MoveUp(h,-200)end)i=i+1;P=Instance.new("TextButton")P.Size=UDim2.new(0,20,0,20)P.Text="vv"P.Name="Scroll"P.Parent=h;P.BackgroundColor3=Color3.new(1,1,1)P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0.5,-270,0,150+20*(i-1))P.MouseButton1Click:connect(function()MoveDown(h,-200)end)i=i+1;P=Instance.new("TextButton")P.Size=UDim2.new(0,20,0,20)P.Text="S"P.Name="Save"P.Parent=h;P.BackgroundColor3=Color3.new(0,1,0)P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0.5,-270,0,150+20*(i-1))P.MouseButton1Click:connect(function()StringS=""for F,q in pairs(New)do StringS=StringS..q.Text..'\n'end;K.Source=StringS;K.Disabled=true;K.Disabled=false end)i=i+1;P=Instance.new("TextButton")P.Size=UDim2.new(0,20,0,20)P.Text="C"P.Name="Copy"P.Parent=h;P.BackgroundColor3=Color3.new(1,0.2,0)P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0.5,-270,0,150+20*(i-1))P.MouseButton1Click:connect(function()StringS=""for F,q in pairs(New)do StringS=StringS..q.Text..'\n'end;CopyString(StringS)end)i=i+1;P=Instance.new("TextButton")P.Size=UDim2.new(0,20,0,20)P.Text="x"P.Name="Back"P.Parent=h;P.BackgroundColor3=Color3.new(1,0.2,0)P.TextColor3=Color3.new(0,0,0)P.BackgroundTransparency=0.5;P.Position=UDim2.new(0.5,-270,0,150+20*(i-1))P.MouseButton1Click:connect(function()Clear()i=0;f(K)end)i=i+1 end end;pgr.MouseButton1Click:connect(function()Clear()f(game)end)
  2703. end)
  2704.  
  2705. end
  2706. coroutine.resume(coroutine.create(SCRIPT_NHWO68_FAKESCRIPT))
Add Comment
Please, Sign In to add comment