UpdateHub

source

Apr 1st, 2022 (edited)
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 43.20 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local MPF = Instance.new("ScreenGui")
  7. local holder = Instance.new("Frame")
  8. local main = Instance.new("Frame")
  9. local UICorner = Instance.new("UICorner")
  10. local title = Instance.new("TextLabel")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local co = Instance.new("TextButton")
  13. local menuHolder = Instance.new("Frame")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local UIGridLayout = Instance.new("UIGridLayout")
  16. local feats = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local UIPadding = Instance.new("UIPadding")
  19. local vis = Instance.new("TextButton")
  20. local UICorner_5 = Instance.new("UICorner")
  21. local creds = Instance.new("TextButton")
  22. local UICorner_6 = Instance.new("UICorner")
  23. local games = Instance.new("TextButton")
  24. local UICorner_7 = Instance.new("UICorner")
  25. local featPage = Instance.new("Frame")
  26. local UICorner_8 = Instance.new("UICorner")
  27. local scroller1 = Instance.new("ScrollingFrame")
  28. local UIGridLayout_2 = Instance.new("UIGridLayout")
  29. local UIPadding_2 = Instance.new("UIPadding")
  30. local box = Instance.new("Frame")
  31. local UICorner_9 = Instance.new("UICorner")
  32. local UIGridLayout_3 = Instance.new("UIGridLayout")
  33. local UIPadding_3 = Instance.new("UIPadding")
  34. local ncs = Instance.new("Frame")
  35. local TextLabel = Instance.new("TextLabel")
  36. local UICorner_10 = Instance.new("UICorner")
  37. local use = Instance.new("TextButton")
  38. local UICorner_11 = Instance.new("UICorner")
  39. local nws = Instance.new("Frame")
  40. local TextLabel_2 = Instance.new("TextLabel")
  41. local UICorner_12 = Instance.new("UICorner")
  42. local use_2 = Instance.new("TextButton")
  43. local UICorner_13 = Instance.new("UICorner")
  44. local faz = Instance.new("Frame")
  45. local TextLabel_3 = Instance.new("TextLabel")
  46. local UICorner_14 = Instance.new("UICorner")
  47. local use_3 = Instance.new("TextButton")
  48. local UICorner_15 = Instance.new("UICorner")
  49. local nsp = Instance.new("Frame")
  50. local TextLabel_4 = Instance.new("TextLabel")
  51. local UICorner_16 = Instance.new("UICorner")
  52. local use_4 = Instance.new("TextButton")
  53. local UICorner_17 = Instance.new("UICorner")
  54. local scroller2 = Instance.new("ScrollingFrame")
  55. local UIPadding_4 = Instance.new("UIPadding")
  56. local UIGridLayout_4 = Instance.new("UIGridLayout")
  57. local box_2 = Instance.new("Frame")
  58. local UICorner_18 = Instance.new("UICorner")
  59. local UIPadding_5 = Instance.new("UIPadding")
  60. local UIGridLayout_5 = Instance.new("UIGridLayout")
  61. local wspeed = Instance.new("Frame")
  62. local TextLabel_5 = Instance.new("TextLabel")
  63. local UICorner_19 = Instance.new("UICorner")
  64. local toggleHolder = Instance.new("Frame")
  65. local UICorner_20 = Instance.new("UICorner")
  66. local button = Instance.new("ImageButton")
  67. local wsslider = Instance.new("Frame")
  68. local UICorner_21 = Instance.new("UICorner")
  69. local amount = Instance.new("TextLabel")
  70. local dragBox = Instance.new("TextButton")
  71. local dragger = Instance.new("Frame")
  72. local visuals = Instance.new("Frame")
  73. local UICorner_22 = Instance.new("UICorner")
  74. local scroller1_2 = Instance.new("ScrollingFrame")
  75. local UIGridLayout_6 = Instance.new("UIGridLayout")
  76. local UIPadding_6 = Instance.new("UIPadding")
  77. local box_3 = Instance.new("Frame")
  78. local UICorner_23 = Instance.new("UICorner")
  79. local UIPadding_7 = Instance.new("UIPadding")
  80. local UIGridLayout_7 = Instance.new("UIGridLayout")
  81. local esp = Instance.new("Frame")
  82. local TextLabel_6 = Instance.new("TextLabel")
  83. local UICorner_24 = Instance.new("UICorner")
  84. local toggleHolder_2 = Instance.new("Frame")
  85. local UICorner_25 = Instance.new("UICorner")
  86. local button_2 = Instance.new("ImageButton")
  87. local scroller2_2 = Instance.new("ScrollingFrame")
  88. local UIPadding_8 = Instance.new("UIPadding")
  89. local UIGridLayout_8 = Instance.new("UIGridLayout")
  90. local box_4 = Instance.new("Frame")
  91. local UICorner_26 = Instance.new("UICorner")
  92. local UIGridLayout_9 = Instance.new("UIGridLayout")
  93. local UIPadding_9 = Instance.new("UIPadding")
  94. local credPage = Instance.new("Frame")
  95. local UICorner_27 = Instance.new("UICorner")
  96. local TextButton = Instance.new("TextButton")
  97. local UICorner_28 = Instance.new("UICorner")
  98. local Shadow = Instance.new("ImageLabel")
  99.  
  100. --Properties:
  101.  
  102. MPF.Name = "M:PF"
  103. MPF.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  104. MPF.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  105. MPF.ResetOnSpawn = false
  106.  
  107. holder.Name = "holder"
  108. holder.Parent = MPF
  109. holder.AnchorPoint = Vector2.new(0.5, 0.5)
  110. holder.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  111. holder.BackgroundTransparency = 1.000
  112. holder.Position = UDim2.new(0.5, 0, 0.5, 0)
  113. holder.Size = UDim2.new(0, 348, 0, 277)
  114.  
  115. main.Name = "main"
  116. main.Parent = holder
  117. main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  118. main.BorderSizePixel = 0
  119. main.ClipsDescendants = true
  120. main.Position = UDim2.new(0.0574712642, 0, 0.0722021684, 0)
  121. main.Size = UDim2.new(0, 295, 0, 237)
  122.  
  123. UICorner.CornerRadius = UDim.new(0, 4)
  124. UICorner.Parent = main
  125.  
  126. title.Name = "title"
  127. title.Parent = main
  128. title.BackgroundColor3 = Color3.fromRGB(91, 38, 161)
  129. title.Size = UDim2.new(0, 295, 0, 24)
  130. title.Font = Enum.Font.GothamSemibold
  131. title.Text = "  Mercury: Phantom Forces"
  132. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. title.TextSize = 12.000
  134. title.TextWrapped = true
  135. title.TextXAlignment = Enum.TextXAlignment.Left
  136.  
  137. UICorner_2.CornerRadius = UDim.new(0, 3)
  138. UICorner_2.Parent = title
  139.  
  140. co.Name = "co"
  141. co.Parent = title
  142. co.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  143. co.BackgroundTransparency = 1.000
  144. co.BorderSizePixel = 0
  145. co.Position = UDim2.new(0, 269, 0, 0)
  146. co.Size = UDim2.new(0, 26, 0, 24)
  147. co.Font = Enum.Font.FredokaOne
  148. co.Text = "X"
  149. co.TextColor3 = Color3.fromRGB(49, 200, 32)
  150. co.TextSize = 20.000
  151.  
  152. menuHolder.Name = "menuHolder"
  153. menuHolder.Parent = main
  154. menuHolder.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  155. menuHolder.Position = UDim2.new(0, 5, 0, 28)
  156. menuHolder.Size = UDim2.new(0, 285, 0, 26)
  157.  
  158. UICorner_3.CornerRadius = UDim.new(0, 3)
  159. UICorner_3.Parent = menuHolder
  160.  
  161. UIGridLayout.Parent = menuHolder
  162. UIGridLayout.FillDirection = Enum.FillDirection.Vertical
  163. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  164. UIGridLayout.CellPadding = UDim2.new(0, 4, 0, 4)
  165. UIGridLayout.CellSize = UDim2.new(0, 66, 0, 18)
  166.  
  167. feats.Name = "feats"
  168. feats.Parent = menuHolder
  169. feats.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  170. feats.Position = UDim2.new(0.0649819523, 0, 1.05555558, 0)
  171. feats.Size = UDim2.new(0, 200, 0, 50)
  172. feats.AutoButtonColor = false
  173. feats.Font = Enum.Font.GothamSemibold
  174. feats.Text = "Features"
  175. feats.TextColor3 = Color3.fromRGB(255, 255, 255)
  176. feats.TextSize = 13.000
  177.  
  178. UICorner_4.CornerRadius = UDim.new(0, 3)
  179. UICorner_4.Parent = feats
  180.  
  181. UIPadding.Parent = menuHolder
  182. UIPadding.PaddingBottom = UDim.new(0, 4)
  183. UIPadding.PaddingLeft = UDim.new(0, 4)
  184. UIPadding.PaddingRight = UDim.new(0, 4)
  185. UIPadding.PaddingTop = UDim.new(0, 4)
  186.  
  187. vis.Name = "vis"
  188. vis.Parent = menuHolder
  189. vis.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  190. vis.Size = UDim2.new(0, 200, 0, 50)
  191. vis.AutoButtonColor = false
  192. vis.Font = Enum.Font.GothamSemibold
  193. vis.Text = "Visuals"
  194. vis.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. vis.TextSize = 14.000
  196.  
  197. UICorner_5.CornerRadius = UDim.new(0, 3)
  198. UICorner_5.Parent = vis
  199.  
  200. creds.Name = "creds"
  201. creds.Parent = menuHolder
  202. creds.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  203. creds.Size = UDim2.new(0, 200, 0, 50)
  204. creds.AutoButtonColor = false
  205. creds.Font = Enum.Font.GothamSemibold
  206. creds.Text = "Credits"
  207. creds.TextColor3 = Color3.fromRGB(255, 255, 255)
  208. creds.TextSize = 14.000
  209.  
  210. UICorner_6.CornerRadius = UDim.new(0, 3)
  211. UICorner_6.Parent = creds
  212.  
  213. games.Name = "games"
  214. games.Parent = menuHolder
  215. games.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  216. games.Size = UDim2.new(0, 200, 0, 50)
  217. games.AutoButtonColor = false
  218. games.Font = Enum.Font.GothamSemibold
  219. games.Text = "Games (soon)"
  220. games.TextColor3 = Color3.fromRGB(255, 255, 255)
  221. games.TextScaled = true
  222. games.TextSize = 14.000
  223. games.TextWrapped = true
  224.  
  225. UICorner_7.CornerRadius = UDim.new(0, 3)
  226. UICorner_7.Parent = games
  227.  
  228. featPage.Name = "featPage"
  229. featPage.Parent = main
  230. featPage.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  231. featPage.BackgroundTransparency = 1.000
  232. featPage.BorderSizePixel = 0
  233. featPage.ClipsDescendants = true
  234. featPage.Position = UDim2.new(0, 5, 0, 59)
  235. featPage.Size = UDim2.new(0, 285, 0, 172)
  236.  
  237. UICorner_8.CornerRadius = UDim.new(0, 3)
  238. UICorner_8.Parent = featPage
  239.  
  240. scroller1.Name = "scroller1"
  241. scroller1.Parent = featPage
  242. scroller1.Active = true
  243. scroller1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  244. scroller1.BackgroundTransparency = 1.000
  245. scroller1.BorderColor3 = Color3.fromRGB(27, 42, 53)
  246. scroller1.Size = UDim2.new(0, 143, 0, 172)
  247. scroller1.ScrollBarThickness = 0
  248.  
  249. UIGridLayout_2.Parent = scroller1
  250. UIGridLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  251. UIGridLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  252. UIGridLayout_2.CellPadding = UDim2.new(0, 4, 0, 4)
  253. UIGridLayout_2.CellSize = UDim2.new(0, 140, 0, 180)
  254.  
  255. UIPadding_2.Parent = scroller1
  256. UIPadding_2.PaddingBottom = UDim.new(0, 4)
  257. UIPadding_2.PaddingLeft = UDim.new(0, 4)
  258. UIPadding_2.PaddingRight = UDim.new(0, 4)
  259. UIPadding_2.PaddingTop = UDim.new(0, 1)
  260.  
  261. box.Name = "box"
  262. box.Parent = scroller1
  263. box.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  264. box.Size = UDim2.new(0, 100, 0, 100)
  265.  
  266. UICorner_9.CornerRadius = UDim.new(0, 3)
  267. UICorner_9.Parent = box
  268.  
  269. UIGridLayout_3.Parent = box
  270. UIGridLayout_3.HorizontalAlignment = Enum.HorizontalAlignment.Center
  271. UIGridLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
  272. UIGridLayout_3.CellPadding = UDim2.new(0, 4, 0, 4)
  273. UIGridLayout_3.CellSize = UDim2.new(0, 130, 0, 25)
  274.  
  275. UIPadding_3.Parent = box
  276. UIPadding_3.PaddingBottom = UDim.new(0, 4)
  277. UIPadding_3.PaddingLeft = UDim.new(0, 4)
  278. UIPadding_3.PaddingRight = UDim.new(0, 4)
  279. UIPadding_3.PaddingTop = UDim.new(0, 5)
  280.  
  281. ncs.Name = "ncs"
  282. ncs.Parent = box
  283. ncs.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  284. ncs.Size = UDim2.new(0, 100, 0, 100)
  285.  
  286. TextLabel.Parent = ncs
  287. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  288. TextLabel.BackgroundTransparency = 1.000
  289. TextLabel.Size = UDim2.new(0, 80, 0, 24)
  290. TextLabel.Font = Enum.Font.SourceSansBold
  291. TextLabel.Text = "No CamShake"
  292. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  293. TextLabel.TextSize = 14.000
  294.  
  295. UICorner_10.CornerRadius = UDim.new(0, 3)
  296. UICorner_10.Parent = ncs
  297.  
  298. use.Name = "use"
  299. use.Parent = ncs
  300. use.BackgroundColor3 = Color3.fromRGB(105, 105, 105)
  301. use.Position = UDim2.new(0, 80, 0, 4)
  302. use.Size = UDim2.new(0, 45, 0, 17)
  303. use.Font = Enum.Font.SourceSans
  304. use.Text = "Use"
  305. use.TextColor3 = Color3.fromRGB(255, 255, 255)
  306. use.TextSize = 14.000
  307.  
  308. UICorner_11.CornerRadius = UDim.new(0, 3)
  309. UICorner_11.Parent = use
  310.  
  311. nws.Name = "nws"
  312. nws.Parent = box
  313. nws.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  314. nws.Size = UDim2.new(0, 100, 0, 100)
  315.  
  316. TextLabel_2.Parent = nws
  317. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  318. TextLabel_2.BackgroundTransparency = 1.000
  319. TextLabel_2.Size = UDim2.new(0, 80, 0, 24)
  320. TextLabel_2.Font = Enum.Font.SourceSansBold
  321. TextLabel_2.Text = "No WepShake"
  322. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  323. TextLabel_2.TextSize = 14.000
  324.  
  325. UICorner_12.CornerRadius = UDim.new(0, 3)
  326. UICorner_12.Parent = nws
  327.  
  328. use_2.Name = "use"
  329. use_2.Parent = nws
  330. use_2.BackgroundColor3 = Color3.fromRGB(105, 105, 105)
  331. use_2.Position = UDim2.new(0, 80, 0, 4)
  332. use_2.Size = UDim2.new(0, 45, 0, 17)
  333. use_2.Font = Enum.Font.SourceSans
  334. use_2.Text = "Use"
  335. use_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  336. use_2.TextSize = 14.000
  337.  
  338. UICorner_13.CornerRadius = UDim.new(0, 3)
  339. UICorner_13.Parent = use_2
  340.  
  341. faz.Name = "faz"
  342. faz.Parent = box
  343. faz.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  344. faz.Size = UDim2.new(0, 100, 0, 100)
  345.  
  346. TextLabel_3.Parent = faz
  347. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  348. TextLabel_3.BackgroundTransparency = 1.000
  349. TextLabel_3.Size = UDim2.new(0, 80, 0, 24)
  350. TextLabel_3.Font = Enum.Font.SourceSansBold
  351. TextLabel_3.Text = "Far ADS Zoom"
  352. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  353. TextLabel_3.TextSize = 14.000
  354.  
  355. UICorner_14.CornerRadius = UDim.new(0, 3)
  356. UICorner_14.Parent = faz
  357.  
  358. use_3.Name = "use"
  359. use_3.Parent = faz
  360. use_3.BackgroundColor3 = Color3.fromRGB(105, 105, 105)
  361. use_3.Position = UDim2.new(0, 80, 0, 4)
  362. use_3.Size = UDim2.new(0, 45, 0, 17)
  363. use_3.Font = Enum.Font.SourceSans
  364. use_3.Text = "Use"
  365. use_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  366. use_3.TextSize = 14.000
  367.  
  368. UICorner_15.CornerRadius = UDim.new(0, 3)
  369. UICorner_15.Parent = use_3
  370.  
  371. nsp.Name = "nsp"
  372. nsp.Parent = box
  373. nsp.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  374. nsp.Size = UDim2.new(0, 100, 0, 100)
  375.  
  376. TextLabel_4.Parent = nsp
  377. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  378. TextLabel_4.BackgroundTransparency = 1.000
  379. TextLabel_4.Size = UDim2.new(0, 80, 0, 24)
  380. TextLabel_4.Font = Enum.Font.SourceSansBold
  381. TextLabel_4.Text = "No Spread"
  382. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  383. TextLabel_4.TextSize = 14.000
  384.  
  385. UICorner_16.CornerRadius = UDim.new(0, 3)
  386. UICorner_16.Parent = nsp
  387.  
  388. use_4.Name = "use"
  389. use_4.Parent = nsp
  390. use_4.BackgroundColor3 = Color3.fromRGB(105, 105, 105)
  391. use_4.Position = UDim2.new(0, 80, 0, 4)
  392. use_4.Size = UDim2.new(0, 45, 0, 17)
  393. use_4.Font = Enum.Font.SourceSans
  394. use_4.Text = "Use"
  395. use_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  396. use_4.TextSize = 14.000
  397.  
  398. UICorner_17.CornerRadius = UDim.new(0, 3)
  399. UICorner_17.Parent = use_4
  400.  
  401. scroller2.Name = "scroller2"
  402. scroller2.Parent = featPage
  403. scroller2.Active = true
  404. scroller2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  405. scroller2.BackgroundTransparency = 1.000
  406. scroller2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  407. scroller2.Position = UDim2.new(0, 146, 0, 0)
  408. scroller2.Size = UDim2.new(0, 139, 0, 172)
  409. scroller2.ScrollBarThickness = 0
  410.  
  411. UIPadding_4.Parent = scroller2
  412. UIPadding_4.PaddingBottom = UDim.new(0, 4)
  413. UIPadding_4.PaddingLeft = UDim.new(0, 4)
  414. UIPadding_4.PaddingRight = UDim.new(0, 4)
  415. UIPadding_4.PaddingTop = UDim.new(0, 1)
  416.  
  417. UIGridLayout_4.Parent = scroller2
  418. UIGridLayout_4.HorizontalAlignment = Enum.HorizontalAlignment.Center
  419. UIGridLayout_4.SortOrder = Enum.SortOrder.LayoutOrder
  420. UIGridLayout_4.CellPadding = UDim2.new(0, 4, 0, 4)
  421. UIGridLayout_4.CellSize = UDim2.new(0, 137, 0, 130)
  422.  
  423. box_2.Name = "box"
  424. box_2.Parent = scroller2
  425. box_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  426. box_2.Size = UDim2.new(0, 100, 0, 100)
  427.  
  428. UICorner_18.CornerRadius = UDim.new(0, 3)
  429. UICorner_18.Parent = box_2
  430.  
  431. UIPadding_5.Parent = box_2
  432. UIPadding_5.PaddingBottom = UDim.new(0, 4)
  433. UIPadding_5.PaddingLeft = UDim.new(0, 4)
  434. UIPadding_5.PaddingRight = UDim.new(0, 4)
  435. UIPadding_5.PaddingTop = UDim.new(0, 5)
  436.  
  437. UIGridLayout_5.Parent = box_2
  438. UIGridLayout_5.HorizontalAlignment = Enum.HorizontalAlignment.Center
  439. UIGridLayout_5.SortOrder = Enum.SortOrder.LayoutOrder
  440. UIGridLayout_5.CellPadding = UDim2.new(0, 4, 0, 4)
  441. UIGridLayout_5.CellSize = UDim2.new(0, 130, 0, 25)
  442.  
  443. wspeed.Name = "wspeed"
  444. wspeed.Parent = box_2
  445. wspeed.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  446. wspeed.Size = UDim2.new(0, 100, 0, 100)
  447.  
  448. TextLabel_5.Parent = wspeed
  449. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  450. TextLabel_5.BackgroundTransparency = 1.000
  451. TextLabel_5.Size = UDim2.new(0, 67, 0, 24)
  452. TextLabel_5.Font = Enum.Font.SourceSansBold
  453. TextLabel_5.Text = "Walkspeed"
  454. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  455. TextLabel_5.TextSize = 14.000
  456.  
  457. UICorner_19.CornerRadius = UDim.new(0, 3)
  458. UICorner_19.Parent = wspeed
  459.  
  460. toggleHolder.Name = "toggleHolder"
  461. toggleHolder.Parent = wspeed
  462. toggleHolder.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  463. toggleHolder.Position = UDim2.new(0, 94, 0, 4)
  464. toggleHolder.Size = UDim2.new(0, 30, 0, 17)
  465.  
  466. UICorner_20.Parent = toggleHolder
  467.  
  468. button.Name = "button"
  469. button.Parent = toggleHolder
  470. button.AnchorPoint = Vector2.new(0.5, 0.5)
  471. button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  472. button.BackgroundTransparency = 1.000
  473. button.Position = UDim2.new(0, 9, 0, 8)
  474. button.Size = UDim2.new(0, 17, 0, 17)
  475. button.Image = "rbxassetid://502107146"
  476. button.ImageColor3 = Color3.fromRGB(255, 0, 4)
  477.  
  478. wsslider.Name = "wsslider"
  479. wsslider.Parent = box_2
  480. wsslider.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  481. wsslider.Size = UDim2.new(0, 100, 0, 100)
  482.  
  483. UICorner_21.CornerRadius = UDim.new(0, 3)
  484. UICorner_21.Parent = wsslider
  485.  
  486. amount.Name = "amount"
  487. amount.Parent = wsslider
  488. amount.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  489. amount.BackgroundTransparency = 1.000
  490. amount.Position = UDim2.new(0, 4, 0, 13)
  491. amount.Size = UDim2.new(0, 121, 0, 10)
  492. amount.Font = Enum.Font.GothamBold
  493. amount.Text = ""
  494. amount.TextColor3 = Color3.fromRGB(255, 255, 255)
  495. amount.TextSize = 12.000
  496. amount.TextWrapped = true
  497.  
  498. dragBox.Name = "dragBox"
  499. dragBox.Parent = wsslider
  500. dragBox.AnchorPoint = Vector2.new(0.5, 0.5)
  501. dragBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  502. dragBox.BackgroundTransparency = 0.950
  503. dragBox.BorderSizePixel = 0
  504. dragBox.ClipsDescendants = true
  505. dragBox.Position = UDim2.new(0.5, 0, 0.280000001, 0)
  506. dragBox.Size = UDim2.new(0, 120, 0, 5)
  507. dragBox.AutoButtonColor = false
  508. dragBox.Font = Enum.Font.SourceSans
  509. dragBox.Text = ""
  510. dragBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  511. dragBox.TextSize = 14.000
  512.  
  513. dragger.Name = "dragger"
  514. dragger.Parent = dragBox
  515. dragger.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  516. dragger.BorderSizePixel = 0
  517. dragger.Size = UDim2.new(0, 60, 0, 5)
  518.  
  519. visuals.Name = "visuals"
  520. visuals.Parent = main
  521. visuals.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  522. visuals.BackgroundTransparency = 1.000
  523. visuals.BorderSizePixel = 0
  524. visuals.ClipsDescendants = true
  525. visuals.Position = UDim2.new(0, 5, 0, 59)
  526. visuals.Size = UDim2.new(0, 285, 0, 0)
  527.  
  528. UICorner_22.CornerRadius = UDim.new(0, 3)
  529. UICorner_22.Parent = visuals
  530.  
  531. scroller1_2.Name = "scroller1"
  532. scroller1_2.Parent = visuals
  533. scroller1_2.Active = true
  534. scroller1_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  535. scroller1_2.BackgroundTransparency = 1.000
  536. scroller1_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  537. scroller1_2.Size = UDim2.new(0, 143, 0, 172)
  538. scroller1_2.ScrollBarThickness = 0
  539.  
  540. UIGridLayout_6.Parent = scroller1_2
  541. UIGridLayout_6.HorizontalAlignment = Enum.HorizontalAlignment.Center
  542. UIGridLayout_6.SortOrder = Enum.SortOrder.LayoutOrder
  543. UIGridLayout_6.CellPadding = UDim2.new(0, 4, 0, 4)
  544. UIGridLayout_6.CellSize = UDim2.new(0, 140, 0, 93)
  545.  
  546. UIPadding_6.Parent = scroller1_2
  547. UIPadding_6.PaddingBottom = UDim.new(0, 4)
  548. UIPadding_6.PaddingLeft = UDim.new(0, 4)
  549. UIPadding_6.PaddingRight = UDim.new(0, 4)
  550. UIPadding_6.PaddingTop = UDim.new(0, 1)
  551.  
  552. box_3.Name = "box"
  553. box_3.Parent = scroller1_2
  554. box_3.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  555. box_3.Size = UDim2.new(0, 100, 0, 100)
  556.  
  557. UICorner_23.CornerRadius = UDim.new(0, 3)
  558. UICorner_23.Parent = box_3
  559.  
  560. UIPadding_7.Parent = box_3
  561. UIPadding_7.PaddingBottom = UDim.new(0, 4)
  562. UIPadding_7.PaddingLeft = UDim.new(0, 4)
  563. UIPadding_7.PaddingRight = UDim.new(0, 4)
  564. UIPadding_7.PaddingTop = UDim.new(0, 5)
  565.  
  566. UIGridLayout_7.Parent = box_3
  567. UIGridLayout_7.HorizontalAlignment = Enum.HorizontalAlignment.Center
  568. UIGridLayout_7.SortOrder = Enum.SortOrder.LayoutOrder
  569. UIGridLayout_7.CellPadding = UDim2.new(0, 4, 0, 4)
  570. UIGridLayout_7.CellSize = UDim2.new(0, 130, 0, 25)
  571.  
  572. esp.Name = "esp"
  573. esp.Parent = box_3
  574. esp.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  575. esp.Size = UDim2.new(0, 100, 0, 100)
  576.  
  577. TextLabel_6.Parent = esp
  578. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  579. TextLabel_6.BackgroundTransparency = 1.000
  580. TextLabel_6.Size = UDim2.new(0, 67, 0, 24)
  581. TextLabel_6.Font = Enum.Font.SourceSansBold
  582. TextLabel_6.Text = "   Players ESP"
  583. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  584. TextLabel_6.TextSize = 14.000
  585.  
  586. UICorner_24.CornerRadius = UDim.new(0, 3)
  587. UICorner_24.Parent = esp
  588.  
  589. toggleHolder_2.Name = "toggleHolder"
  590. toggleHolder_2.Parent = esp
  591. toggleHolder_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  592. toggleHolder_2.Position = UDim2.new(0, 94, 0, 4)
  593. toggleHolder_2.Size = UDim2.new(0, 30, 0, 17)
  594.  
  595. UICorner_25.Parent = toggleHolder_2
  596.  
  597. button_2.Name = "button"
  598. button_2.Parent = toggleHolder_2
  599. button_2.AnchorPoint = Vector2.new(0.5, 0.5)
  600. button_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  601. button_2.BackgroundTransparency = 1.000
  602. button_2.Position = UDim2.new(0, 9, 0, 8)
  603. button_2.Size = UDim2.new(0, 17, 0, 17)
  604. button_2.Image = "rbxassetid://502107146"
  605. button_2.ImageColor3 = Color3.fromRGB(255, 0, 4)
  606.  
  607. scroller2_2.Name = "scroller2"
  608. scroller2_2.Parent = visuals
  609. scroller2_2.Active = true
  610. scroller2_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  611. scroller2_2.BackgroundTransparency = 1.000
  612. scroller2_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  613. scroller2_2.Position = UDim2.new(0, 146, 0, 0)
  614. scroller2_2.Size = UDim2.new(0, 139, 0, 172)
  615. scroller2_2.ScrollBarThickness = 0
  616.  
  617. UIPadding_8.Parent = scroller2_2
  618. UIPadding_8.PaddingBottom = UDim.new(0, 4)
  619. UIPadding_8.PaddingLeft = UDim.new(0, 4)
  620. UIPadding_8.PaddingRight = UDim.new(0, 4)
  621. UIPadding_8.PaddingTop = UDim.new(0, 1)
  622.  
  623. UIGridLayout_8.Parent = scroller2_2
  624. UIGridLayout_8.HorizontalAlignment = Enum.HorizontalAlignment.Center
  625. UIGridLayout_8.SortOrder = Enum.SortOrder.LayoutOrder
  626. UIGridLayout_8.CellPadding = UDim2.new(0, 4, 0, 4)
  627. UIGridLayout_8.CellSize = UDim2.new(0, 137, 0, 150)
  628.  
  629. box_4.Name = "box"
  630. box_4.Parent = scroller2_2
  631. box_4.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  632. box_4.Size = UDim2.new(0, 100, 0, 100)
  633.  
  634. UICorner_26.CornerRadius = UDim.new(0, 3)
  635. UICorner_26.Parent = box_4
  636.  
  637. UIGridLayout_9.Parent = box_4
  638. UIGridLayout_9.HorizontalAlignment = Enum.HorizontalAlignment.Center
  639. UIGridLayout_9.SortOrder = Enum.SortOrder.LayoutOrder
  640. UIGridLayout_9.CellPadding = UDim2.new(0, 4, 0, 4)
  641. UIGridLayout_9.CellSize = UDim2.new(0, 130, 0, 25)
  642.  
  643. UIPadding_9.Parent = box_4
  644. UIPadding_9.PaddingBottom = UDim.new(0, 4)
  645. UIPadding_9.PaddingLeft = UDim.new(0, 4)
  646. UIPadding_9.PaddingRight = UDim.new(0, 4)
  647. UIPadding_9.PaddingTop = UDim.new(0, 5)
  648.  
  649. credPage.Name = "credPage"
  650. credPage.Parent = main
  651. credPage.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  652. credPage.BorderSizePixel = 0
  653. credPage.ClipsDescendants = true
  654. credPage.Position = UDim2.new(0, 5, 0, 59)
  655. credPage.Size = UDim2.new(0, 285, 0, 0)
  656.  
  657. UICorner_27.CornerRadius = UDim.new(0, 3)
  658. UICorner_27.Parent = credPage
  659.  
  660. TextButton.Parent = credPage
  661. TextButton.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  662. TextButton.Position = UDim2.new(0, 4, 0, 4)
  663. TextButton.Size = UDim2.new(0, 276, 0, 164)
  664. TextButton.Font = Enum.Font.GothamBold
  665. TextButton.Text = "Join the Mercury Server!"
  666. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  667. TextButton.TextSize = 14.000
  668.  
  669. UICorner_28.CornerRadius = UDim.new(0, 3)
  670. UICorner_28.Parent = TextButton
  671.  
  672. Shadow.Name = "Shadow"
  673. Shadow.Parent = holder
  674. Shadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  675. Shadow.BackgroundTransparency = 1.000
  676. Shadow.Position = UDim2.new(0.00287356321, 0, 1.10171761e-07, 0)
  677. Shadow.Size = UDim2.new(0.844454825, 40, 0.844765127, 40)
  678. Shadow.ZIndex = 0
  679. Shadow.Image = "rbxassetid://503289231"
  680. Shadow.ImageColor3 = Color3.fromRGB(0, 0, 0)
  681. Shadow.ScaleType = Enum.ScaleType.Slice
  682. Shadow.SliceCenter = Rect.new(20, 20, 460, 260)
  683.  
  684. -- Scripts:
  685.  
  686. local function IWARXWU_fake_script() -- co.LocalScript
  687.     local script = Instance.new('LocalScript', co)
  688.  
  689.     -- locating
  690.     local but =  script.Parent
  691.     local frame = script.Parent.Parent.Parent
  692.     local shadow = script.Parent.Parent.Parent.Parent.Shadow
  693.    
  694.     -- sizes
  695.     local on = UDim2.new(0, 295, 0, 24)
  696.     local off = UDim2.new(0, 295, 0, 237)
  697.    
  698.     -- TweenService
  699.     local ts = game:GetService("TweenService")
  700.     local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
  701.    
  702.     local bIn = {Rotation = 0}
  703.     local bOut = {Rotation = 180}
  704.    
  705.     local cIn = {TextColor3 = Color3.fromRGB(200, 42, 14)}
  706.     local cOut = {TextColor3 = Color3.fromRGB(49, 200, 32)}
  707.    
  708.     local createIn = ts:Create(but, ti, bIn)
  709.     local createOut = ts:Create(but, ti, bOut)
  710.    
  711.     local red = ts:Create(but, ti, cIn)
  712.     local green = ts:Create(but, ti, cOut)
  713.    
  714.     script.Parent.MouseButton1Click:Connect(function()
  715.         if frame.Size == on then
  716.             createIn:Play()
  717.             green:Play()
  718.            
  719.             frame:TweenSize(off, "Out", "Quint", 0.25, true)
  720.             for i = 1, 5 do
  721.                 wait()
  722.                 shadow.ImageTransparency = 1-(i/5)
  723.             end
  724.         else
  725.             createOut:Play()
  726.             red:Play()
  727.             frame:TweenSize(on, "Out", "Quint", 0.25, true)
  728.            
  729.             shadow.ImageTransparency = 1
  730.         end
  731.     end)
  732. end
  733. coroutine.wrap(IWARXWU_fake_script)()
  734. local function IUMFTU_fake_script() -- feats.feats
  735.     local script = Instance.new('LocalScript', feats)
  736.  
  737.     local but =  script.Parent
  738.     local but2 = script.Parent.Parent.vis
  739.     local but3 = script.Parent.Parent.creds
  740.     local but4 = script.Parent.Parent.games
  741.     local frame = script.Parent.Parent.Parent.featPage
  742.     local ts = game:GetService("TweenService")
  743.     local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
  744.     local tIn = {TextColor3 = Color3.fromRGB(114, 13, 255)}
  745.     local tOut = {TextColor3 = Color3.fromRGB(255, 255, 255)}
  746.     local bIn = {BackgroundColor3 = Color3.fromRGB(114, 13, 255)}
  747.     local bOut = {BackgroundColor3 = Color3.fromRGB(65, 65, 65)}
  748.     local createIn = ts:Create(but, ti, tIn)
  749.     local createOut = ts:Create(but, ti, tOut)
  750.    
  751.     -- functions
  752.     but.MouseEnter:Connect(function()
  753.         createIn:Play()
  754.     end)
  755.    
  756.     but.MouseLeave:Connect(function()
  757.         createOut:Play()
  758.     end)
  759.    
  760.     but.MouseButton1Click:Connect(function()
  761.         local tween = ts:Create(but, ti,  bIn)
  762.         tween:Play()
  763.         local tween2 = ts:Create(but2, ti,  bOut)
  764.         tween2:Play()
  765.         local tween3 = ts:Create(but3, ti,  bOut)
  766.         tween3:Play()
  767.         local tween4 = ts:Create(but4, ti,  bOut)
  768.         tween4:Play()
  769.        
  770.         for i, v in pairs(script.Parent.Parent.Parent:GetChildren()) do
  771.             if v.Name == "visuals" or v.Name == "credPage" then
  772.                 v:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  773.             end
  774.         end
  775.         wait(0.3)
  776.         frame:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
  777.     end)
  778.    
  779.     --[[
  780.     featPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  781.         credPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  782.         repeat
  783.             wait()
  784.            
  785.         until featPage.Size == UDim2.new(0, 285, 0, 0) and credPage.Size == UDim2.new(0, 285, 0, 0)
  786.         miscPage:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
  787.     ]]
  788. end
  789. coroutine.wrap(IUMFTU_fake_script)()
  790. local function GYWCQ_fake_script() -- vis.vis
  791.     local script = Instance.new('LocalScript', vis)
  792.  
  793.     local but =  script.Parent
  794.     local but2 = script.Parent.Parent.feats
  795.     local but3 = script.Parent.Parent.creds
  796.     local but4 = script.Parent.Parent.games
  797.     local frame = script.Parent.Parent.Parent.visuals
  798.     local ts = game:GetService("TweenService")
  799.     local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
  800.     local tIn = {TextColor3 = Color3.fromRGB(114, 13, 255)}
  801.     local tOut = {TextColor3 = Color3.fromRGB(255, 255, 255)}
  802.     local bIn = {BackgroundColor3 = Color3.fromRGB(114, 13, 255)}
  803.     local bOut = {BackgroundColor3 = Color3.fromRGB(65, 65, 65)}
  804.     local createIn = ts:Create(but, ti, tIn)
  805.     local createOut = ts:Create(but, ti, tOut)
  806.    
  807.     -- functions
  808.     but.MouseEnter:Connect(function()
  809.         createIn:Play()
  810.     end)
  811.    
  812.     but.MouseLeave:Connect(function()
  813.         createOut:Play()
  814.     end)
  815.    
  816.     but.MouseButton1Click:Connect(function()
  817.         local tween = ts:Create(but, ti,  bIn)
  818.         tween:Play()
  819.         local tween2 = ts:Create(but2, ti,  bOut)
  820.         tween2:Play()
  821.         local tween3 = ts:Create(but3, ti,  bOut)
  822.         tween3:Play()
  823.         local tween4 = ts:Create(but4, ti,  bOut)
  824.         tween4:Play()
  825.        
  826.         for i, v in pairs(script.Parent.Parent.Parent:GetChildren()) do
  827.             if v.Name == "featPage" or v.Name == "credPage" then
  828.                 v:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  829.             end
  830.         end
  831.         wait(0.3)
  832.         frame:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
  833.     end)
  834.    
  835.     --[[
  836.     featPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  837.         credPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  838.         repeat
  839.             wait()
  840.            
  841.         until featPage.Size == UDim2.new(0, 285, 0, 0) and credPage.Size == UDim2.new(0, 285, 0, 0)
  842.         miscPage:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
  843.     ]]
  844. end
  845. coroutine.wrap(GYWCQ_fake_script)()
  846. local function CIZG_fake_script() -- creds.creds
  847.     local script = Instance.new('LocalScript', creds)
  848.  
  849.     local but =  script.Parent
  850.     local but2 = script.Parent.Parent.feats
  851.     local but3 = script.Parent.Parent.vis
  852.     local but4 = script.Parent.Parent.games
  853.     local frame = script.Parent.Parent.Parent.credPage
  854.     local ts = game:GetService("TweenService")
  855.     local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
  856.     local tIn = {TextColor3 = Color3.fromRGB(114, 13, 255)}
  857.     local tOut = {TextColor3 = Color3.fromRGB(255, 255, 255)}
  858.     local bIn = {BackgroundColor3 = Color3.fromRGB(114, 13, 255)}
  859.     local bOut = {BackgroundColor3 = Color3.fromRGB(65, 65, 65)}
  860.     local createIn = ts:Create(but, ti, tIn)
  861.     local createOut = ts:Create(but, ti, tOut)
  862.    
  863.     -- functions
  864.     but.MouseEnter:Connect(function()
  865.         createIn:Play()
  866.     end)
  867.    
  868.     but.MouseLeave:Connect(function()
  869.         createOut:Play()
  870.     end)
  871.    
  872.     but.MouseButton1Click:Connect(function()
  873.         local tween = ts:Create(but, ti,  bIn)
  874.         tween:Play()
  875.         local tween2 = ts:Create(but2, ti,  bOut)
  876.         tween2:Play()
  877.         local tween3 = ts:Create(but3, ti,  bOut)
  878.         tween3:Play()
  879.         local tween4 = ts:Create(but4, ti,  bOut)
  880.         tween4:Play()
  881.        
  882.         for i, v in pairs(script.Parent.Parent.Parent:GetChildren()) do
  883.             if v.Name == "featPage" or v.Name == "visuals" then
  884.                 v:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  885.             end
  886.         end
  887.         wait(0.3)
  888.         frame:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
  889.     end)
  890.    
  891.     --[[
  892.     featPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  893.         credPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  894.         repeat
  895.             wait()
  896.            
  897.         until featPage.Size == UDim2.new(0, 285, 0, 0) and credPage.Size == UDim2.new(0, 285, 0, 0)
  898.         miscPage:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
  899.     ]]
  900. end
  901. coroutine.wrap(CIZG_fake_script)()
  902. local function CALM_fake_script() -- games.games
  903.     local script = Instance.new('LocalScript', games)
  904.  
  905.     local but =  script.Parent
  906.     local but2 = script.Parent.Parent.feats
  907.     local but3 = script.Parent.Parent.creds
  908.     local but4 = script.Parent.Parent.vis
  909.     -- local frame = script.Parent.Parent.Parent.visuals
  910.     local ts = game:GetService("TweenService")
  911.     local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
  912.     local tIn = {TextColor3 = Color3.fromRGB(114, 13, 255)}
  913.     local tOut = {TextColor3 = Color3.fromRGB(255, 255, 255)}
  914.     local bIn = {BackgroundColor3 = Color3.fromRGB(114, 13, 255)}
  915.     local bOut = {BackgroundColor3 = Color3.fromRGB(65, 65, 65)}
  916.     local createIn = ts:Create(but, ti, tIn)
  917.     local createOut = ts:Create(but, ti, tOut)
  918.    
  919.     -- functions
  920.     but.MouseEnter:Connect(function()
  921.         createIn:Play()
  922.     end)
  923.    
  924.     but.MouseLeave:Connect(function()
  925.         createOut:Play()
  926.     end)
  927.    
  928.     but.MouseButton1Click:Connect(function()
  929.         local tween = ts:Create(but, ti,  bIn)
  930.         tween:Play()
  931.         local tween2 = ts:Create(but2, ti,  bOut)
  932.         tween2:Play()
  933.         local tween3 = ts:Create(but3, ti,  bOut)
  934.         tween3:Play()
  935.         local tween4 = ts:Create(but4, ti,  bOut)
  936.         tween4:Play()
  937.        
  938.         for i, v in pairs(script.Parent.Parent.Parent:GetChildren()) do
  939.             if v.Name == "featPage" or v.Name == "credPage" or v.Name == "visuals" then
  940.                 v:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  941.             end
  942.         end
  943.         wait(0.3)
  944.         -- frame:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
  945.     end)
  946.    
  947.     --[[
  948.     featPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  949.         credPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
  950.         repeat
  951.             wait()
  952.            
  953.         until featPage.Size == UDim2.new(0, 285, 0, 0) and credPage.Size == UDim2.new(0, 285, 0, 0)
  954.         miscPage:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
  955.     ]]
  956. end
  957. coroutine.wrap(CALM_fake_script)()
  958. local function EXEYGP_fake_script() -- use.LocalScript
  959.     local script = Instance.new('LocalScript', use)
  960.  
  961.     local but = script.Parent
  962.    
  963.     but.MouseButton1Click:Connect(function()
  964.         for i, data in pairs(getgc(true)) do
  965.             if type(data) == "table" and rawget(data, "camkickmax") then
  966.                 data.camkickspeed = 0
  967.             end
  968.         end
  969.     end)
  970. end
  971. coroutine.wrap(EXEYGP_fake_script)()
  972. local function RIRM_fake_script() -- use_2.LocalScript
  973.     local script = Instance.new('LocalScript', use_2)
  974.  
  975.     local but = script.Parent
  976.    
  977.     but.MouseButton1Click:Connect(function()
  978.         for i, data in pairs(getgc(true)) do
  979.             if type(data) == "table" and rawget(data, "camkickmax") then
  980.                 data.modelkickdamper = 100
  981.             end
  982.         end
  983.     end)
  984. end
  985. coroutine.wrap(RIRM_fake_script)()
  986. local function ZQWNE_fake_script() -- use_3.LocalScript
  987.     local script = Instance.new('LocalScript', use_3)
  988.  
  989.     local but = script.Parent
  990.    
  991.     but.MouseButton1Click:Connect(function()
  992.         for i, data in pairs(getgc(true)) do
  993.             if type(data) == "table" and rawget(data, "camkickmax") then
  994.                 data.zoom = 8.5
  995.             end
  996.         end
  997.     end)
  998. end
  999. coroutine.wrap(ZQWNE_fake_script)()
  1000. local function WFBNS_fake_script() -- use_4.LocalScript
  1001.     local script = Instance.new('LocalScript', use_4)
  1002.  
  1003.     local but = script.Parent
  1004.    
  1005.     but.MouseButton1Click:Connect(function()
  1006.         for i, data in pairs(getgc(true)) do
  1007.             if type(data) == "table" and rawget(data, "camkickmax") then
  1008.                 data.spread = 0
  1009.                 data.hipfirestability = 0
  1010.                 data.hipfirespreadrecover = 0
  1011.             end
  1012.         end
  1013.     end)
  1014. end
  1015. coroutine.wrap(WFBNS_fake_script)()
  1016. local function FCLX_fake_script() -- button.LocalScript
  1017.     local script = Instance.new('LocalScript', button)
  1018.  
  1019.     local but = script.Parent
  1020.     local holder = script.Parent.Parent
  1021.     local off = UDim2.new(0, 9, 0, 8)
  1022.     local on = UDim2.new(0, 22, 0, 8)
  1023.     local ts = game:GetService("TweenService")
  1024.     local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
  1025.     local tIn = {ImageColor3 = Color3.fromRGB(255, 0, 4)}
  1026.     local tOut = {ImageColor3 = Color3.fromRGB(69, 255, 37)}
  1027.     local cIn = {Position = on}
  1028.     local cOut = {Position = off}
  1029.     local createtIn = ts:Create(but, ti, tIn)
  1030.     local createtOut = ts:Create(but, ti, tOut)
  1031.     local createcIn = ts:Create(but, ti, cIn)
  1032.     local createcOut = ts:Create(but, ti, cOut)
  1033.     local toggle = false
  1034.    
  1035.     but.MouseButton1Click:Connect(function()
  1036.         if but.Position == on then
  1037.             toggle = false
  1038.             createtIn:Play()
  1039.             createcOut:Play()
  1040.    
  1041.             for i, data in pairs(getgc(true)) do
  1042.                 if type(data) == "table" and rawget(data, "camkickmax") then
  1043.                     data.walkspeed = 16
  1044.                 end
  1045.             end
  1046.         else
  1047.             toggle = true
  1048.             createtOut:Play()
  1049.             createcIn:Play()
  1050.         end
  1051.     end)
  1052.    
  1053.     -- toggler
  1054.     while true do
  1055.         wait(0.1)
  1056.         if toggle then
  1057.             --[[
  1058.             local mt = getrawmetatable(game)
  1059.             local old = mt.__index
  1060.    
  1061.             setreadonly(mt, false)
  1062.    
  1063.             mt.__index = newcclosure(function(self, q)
  1064.                 if q == "walkspeed" then
  1065.                     return 16
  1066.                 end
  1067.                 return old(self, q)
  1068.             end)
  1069.     ]]
  1070.             for i, data in pairs(getgc(true)) do
  1071.                 if type(data) == "table" and rawget(data, "camkickmax") then
  1072.                     data.walkspeed = tonumber(script.Parent.Parent.Parent.Parent.wsslider.amount.Text)
  1073.                 end
  1074.             end
  1075.         end
  1076.     end
  1077. end
  1078. coroutine.wrap(FCLX_fake_script)()
  1079. local function DLQZ_fake_script() -- amount.min
  1080.     local script = Instance.new('LocalScript', amount)
  1081.  
  1082.     local txt = script.Parent
  1083.     local num = tonumber(txt.Text)
  1084.     local min = tonumber("16") -- change the 25 to whatever the minimum number you want.
  1085.    
  1086.     txt.Changed:Connect(function()
  1087.         while true do
  1088.             wait()
  1089.             if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed < min then
  1090.                 repeat
  1091.                     wait()
  1092.                     txt.Text = min
  1093.    
  1094.                 until game.Players.LocalPlayer.Character.Humanoid.WalkSpeed >= min
  1095.             end
  1096.         end
  1097.     end)
  1098. end
  1099. coroutine.wrap(DLQZ_fake_script)()
  1100. local function WMDE_fake_script() -- dragBox.dragHandler
  1101.     local script = Instance.new('LocalScript', dragBox)
  1102.  
  1103.     local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1104.     local text = script.Parent.Parent.amount
  1105.     local ts = game:GetService("TweenService")
  1106.     local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
  1107.    
  1108.     local invis = {TextTransparency = 1}
  1109.     local vis = {TextTransparency = 0}
  1110.    
  1111.     local createInvis = ts:Create(text, ti, invis)
  1112.     local createVis = ts:Create(text, ti, vis)
  1113.    
  1114.     local max = 250
  1115.    
  1116.     local function initiateDrag(frame, callbackFunction)
  1117.         local dragging = false
  1118.        
  1119.         frame.InputBegan:Connect(function(input)
  1120.             if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1121.                 dragging = true
  1122.                 createVis:Play()
  1123.             end
  1124.         end)
  1125.        
  1126.         frame.InputEnded:Connect(function(input)
  1127.             if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1128.                 dragging = false
  1129.                 wait(0.5)
  1130.                 createInvis:Play()
  1131.             end
  1132.         end)
  1133.        
  1134.         frame.InputBegan:Connect(function(input)
  1135.             if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1136.                 local pos = UDim2.new(math.clamp((mouse.X - frame.AbsolutePosition.X) / frame.AbsoluteSize.X, 0, 1), 0, 1, 0)
  1137.                 frame.dragger:TweenSize(pos, Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 0.18, true, callbackFunction(pos.X.Scale))
  1138.             end
  1139.         end)
  1140.        
  1141.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1142.             if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then
  1143.                 local pos = UDim2.new(math.clamp((mouse.X - frame.AbsolutePosition.X) / frame.AbsoluteSize.X, 0, 1), 0, 1, 0)
  1144.                 frame.dragger:TweenSize(pos, Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 0.18, true, callbackFunction(pos.X.Scale))
  1145.             end
  1146.         end)
  1147.     end
  1148.    
  1149.     initiateDrag(script.Parent, function(value)
  1150.         script.Parent.Parent.amount.Text = tostring(math.floor(value * max))
  1151.     end)
  1152.    
  1153. end
  1154. coroutine.wrap(WMDE_fake_script)()
  1155. local function IGMW_fake_script() -- button_2.LocalScript
  1156.     local script = Instance.new('LocalScript', button_2)
  1157.  
  1158.     local but = script.Parent
  1159.     local holder = script.Parent.Parent
  1160.     local off = UDim2.new(0, 9, 0, 8)
  1161.     local on = UDim2.new(0, 22, 0, 8)
  1162.     local ts = game:GetService("TweenService")
  1163.     local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
  1164.     local tIn = {ImageColor3 = Color3.fromRGB(255, 0, 4)}
  1165.     local tOut = {ImageColor3 = Color3.fromRGB(69, 255, 37)}
  1166.     local cIn = {Position = on}
  1167.     local cOut = {Position = off}
  1168.     local createtIn = ts:Create(but, ti, tIn)
  1169.     local createtOut = ts:Create(but, ti, tOut)
  1170.     local createcIn = ts:Create(but, ti, cIn)
  1171.     local createcOut = ts:Create(but, ti, cOut)
  1172.     local toggle = false
  1173.    
  1174.     but.MouseButton1Click:Connect(function()
  1175.         if but.Position == on then
  1176.             toggle = false
  1177.             createtIn:Play()
  1178.             createcOut:Play()
  1179.         else
  1180.             toggle = true
  1181.             createtOut:Play()
  1182.             createcIn:Play()
  1183.         end
  1184.     end)
  1185.    
  1186.     -- toggler
  1187.     while true do
  1188.         wait(0.1)
  1189.         if toggle then
  1190.             for i, v in pairs(game.Workspace:GetDescendants()) do
  1191.                 if v.ClassName:lower() == "boxhandleadornment" then
  1192.                     v.Transparency = 0.5
  1193.                 end
  1194.             end
  1195.         elseif toggle == false then
  1196.             for i, v in pairs(game.Workspace:GetDescendants()) do
  1197.                 if v.ClassName:lower() == "boxhandleadornment" then
  1198.                     v.Transparency = 1
  1199.                 end
  1200.             end
  1201.         end
  1202.     end
  1203.    
  1204. end
  1205. coroutine.wrap(IGMW_fake_script)()
  1206. local function UESL_fake_script() -- TextButton.LocalScript
  1207.     local script = Instance.new('LocalScript', TextButton)
  1208.  
  1209.     if syn then
  1210.         queue_on_teleport = syn.queue_on_teleport
  1211.         request = syn.request
  1212.     end
  1213.    
  1214.     script.Parent.MouseButton1Click:Connect(function()
  1215.         request({
  1216.             Url = "http://127.0.0.1:6463/rpc?v=1",
  1217.             Method = "POST",
  1218.             Headers = {
  1219.                 ["Content-Type"] = "application/json",
  1220.                 ["Origin"] = "https://discord.com"
  1221.             },
  1222.             Body = game:GetService("HttpService"):JSONEncode({
  1223.                 cmd = "INVITE_BROWSER",
  1224.                 args = {
  1225.                     code = "7ytruG3RS7"
  1226.                 },
  1227.                 nonce = game:GetService("HttpService"):GenerateGUID(false)
  1228.             }),
  1229.         })
  1230.     end)
  1231. end
  1232. coroutine.wrap(UESL_fake_script)()
  1233. local function EJCGFGF_fake_script() -- holder.resizer
  1234.     local script = Instance.new('LocalScript', holder)
  1235.  
  1236.     for i, v in pairs(script.Parent.main:GetChildren()) do
  1237.         if v:IsA("Frame") and v:FindFirstChild("scroller1") then
  1238.             v.Size = UDim2.new(0, 285, 0, 0)
  1239.         end
  1240.     end
  1241. end
  1242. coroutine.wrap(EJCGFGF_fake_script)()
  1243. local function WAOYPSI_fake_script() -- holder.smoothDragging
  1244.     local script = Instance.new('LocalScript', holder)
  1245.  
  1246.     local UIS = game:GetService("UserInputService")
  1247.     function dragify(Frame)
  1248.         dragToggle = nil
  1249.         dragSpeed = 0.15
  1250.         dragInput = nil
  1251.         dragStart = nil
  1252.         dragPos = nil
  1253.         function updateInput(input)
  1254.             Delta = input.Position - dragStart
  1255.             Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1256.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.15), {Position = Position}):Play()
  1257.         end
  1258.         Frame.InputBegan:Connect(function(input)
  1259.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  1260.                 dragToggle = true
  1261.                 dragStart = input.Position
  1262.                 startPos = Frame.Position
  1263.                 input.Changed:Connect(function()
  1264.                     if input.UserInputState == Enum.UserInputState.End then
  1265.                         dragToggle = false
  1266.                     end
  1267.                 end)
  1268.             end
  1269.         end)
  1270.         Frame.InputChanged:Connect(function(input)
  1271.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1272.                 dragInput = input
  1273.             end
  1274.         end)
  1275.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1276.             if input == dragInput and dragToggle then
  1277.                 updateInput(input)
  1278.             end
  1279.         end)
  1280.     end
  1281.     dragify(script.Parent)
  1282.    
  1283. end
  1284. coroutine.wrap(WAOYPSI_fake_script)()
  1285. local function KPTB_fake_script() -- MPF.espLoader
  1286.     local script = Instance.new('LocalScript', MPF)
  1287.  
  1288.     loadstring(game:HttpGet("https://pastebin.com/raw/Y7j8zb0i", true))()
  1289. end
  1290. coroutine.wrap(KPTB_fake_script)()
  1291. local function YHKQEUZ_fake_script() -- MPF.handler
  1292.     local script = Instance.new('LocalScript', MPF)
  1293.  
  1294.     local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1295.    
  1296.     local function initiateDrag(frame, callbackFunction)
  1297.         local dragging = false
  1298.        
  1299.         frame.InputBegan:Connect(function(input)
  1300.             if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1301.                 dragging = true
  1302.             end
  1303.         end)
  1304.        
  1305.         frame.InputEnded:Connect(function(input)
  1306.             if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1307.                 dragging = false
  1308.             end
  1309.         end)
  1310.        
  1311.         frame.InputBegan:Connect(function(input)
  1312.             if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1313.                 local pos = UDim2.new(math.clamp((mouse.X - frame.AbsolutePosition.X) / frame.AbsoluteSize.X, 0, 1), 0, 1, 0)
  1314.                 frame.slideFrame:TweenSize(pos, Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 0.18, true, callbackFunction(pos.X.Scale))
  1315.             end
  1316.         end)
  1317.        
  1318.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  1319.             if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then
  1320.                 local pos = UDim2.new(math.clamp((mouse.X - frame.AbsolutePosition.X) / frame.AbsoluteSize.X, 0, 1), 0, 1, 0)
  1321.                 frame.slideFrame:TweenSize(pos, Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 0.18, true, callbackFunction(pos.X.Scale))
  1322.             end
  1323.         end)
  1324.     end
  1325.    
  1326.     initiateDrag(script.Parent, function(value)
  1327.         script.Parent.amountValue.Text = tostring(math.floor(value * 566))
  1328.         script.Parent.Parent.colorFrame.BackgroundColor3 = Color3.fromRGB(script.Parent.amountValue.Text, script.Parent.Parent.gSliderFrame.amountValue.Text, script.Parent.Parent.bSliderFrame.amountValue.Text)
  1329.     end)
  1330. end
  1331. coroutine.wrap(YHKQEUZ_fake_script)()
  1332.  
Add Comment
Please, Sign In to add comment