Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.55 KB | None | 0 0
  1. local gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  2. gui.Name = "GUI"
  3.  
  4. local Metrix = Instance.new("Frame", gui)
  5. Metrix.Size = UDim2.new(0, 469, 0, 148)
  6. Metrix.BorderColor3 = Color3.new(1, 1, 1)
  7. Metrix.Name = "Metrix"
  8. Metrix.Position = UDim2.new(0, 560, 0, 300)
  9. Metrix.BackgroundColor3 = Color3.new(1, 1, 1)
  10.  
  11. local Metrix = Instance.new("ImageLabel", Metrix)
  12. Metrix.Image = "rbxassetid://1664370750"
  13. Metrix.Name = "Metrix"
  14. Metrix.Position = UDim2.new(0, -68, 0, -81)
  15. Metrix.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  16. Metrix.Rotation = -8
  17. Metrix.BackgroundTransparency = 1
  18. Metrix.Size = UDim2.new(0, 150, 0, 146)
  19. Metrix.BackgroundColor3 = Color3.new(1, 1, 1)
  20.  
  21. local passwordbox = Instance.new("TextBox", Metrix)
  22. passwordbox.FontSize = Enum.FontSize.Size32
  23. passwordbox.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  24. passwordbox.Position = UDim2.new(0, 96, 0, 36)
  25. passwordbox.Size = UDim2.new(0, 293, 0, 40)
  26. passwordbox.BorderColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  27. passwordbox.Text = "Enter Passcode"
  28. passwordbox.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  29. passwordbox.Font = Enum.Font.SourceSansLight
  30. passwordbox.Name = "PasswordBox"
  31.  
  32. local run = Instance.new("TextButton", Metrix)
  33. run.FontSize = Enum.FontSize.Size32
  34. run.BackgroundColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  35. run.Size = UDim2.new(0, 231, 0, 34)
  36. run.Position = UDim2.new(0, 128, 0, 88)
  37. run.BorderColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  38. run.Text = "Login"
  39. run.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  40. run.Font = Enum.Font.SourceSansLight
  41. run.Name = "RUN"
  42.  
  43. local name = Instance.new("TextLabel", Metrix)
  44. name.BackgroundColor3 = Color3.new(1, 1, 1)
  45. name.Size = UDim2.new(0, 258, 0, 12)
  46. name.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  47. name.BorderColor3 = Color3.new(1, 1, 1)
  48. name.Text = "Metrix Cracked by BillsTheGod"
  49. name.Position = UDim2.new(0, 113, 0, 8)
  50. name.Font = Enum.Font.SourceSansLight
  51. name.Name = "Name"
  52. name.FontSize = Enum.FontSize.Size28
  53.  
  54. local credits = Instance.new("TextLabel", Metrix)
  55. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  56. credits.Size = UDim2.new(0, 258, 0, 11)
  57. credits.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  58. credits.BorderColor3 = Color3.new(1, 1, 1)
  59. credits.Text = "~ "..game.Players.LocalPlayer.Name.." ~"
  60. credits.Position = UDim2.new(0, 113, 0, 130)
  61. credits.Font = Enum.Font.SourceSansLight
  62. credits.Name = "Credits"
  63. credits.FontSize = Enum.FontSize.Size24
  64.  
  65. local exit = Instance.new("TextButton", Metrix)
  66. exit.FontSize = Enum.FontSize.Size14
  67. exit.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  68. exit.Size = UDim2.new(0, 37, 0, 28)
  69. exit.Position = UDim2.new(0, 424, 0, 8)
  70. exit.BorderColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  71. exit.Text = "Close"
  72. exit.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  73. exit.Font = Enum.Font.SourceSans
  74. exit.Name = "Exit"
  75. exit.MouseButton1Down:connect(function()
  76. game.Players.LocalPlayer.PlayerGui.GUI:Destroy()
  77. end)
  78.  
  79. --[[local version = Instance.new("TextLabel", Metrix)
  80. version.BackgroundColor3 = Color3.new(1, 1, 1)
  81. version.Size = UDim2.new(0, 85, 0, 11)
  82. version.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  83. version.BorderColor3 = Color3.new(1, 1, 1)
  84. version.Text = ""
  85. version.Position = UDim2.new(0, 7, 0, 133)
  86. version.Font = Enum.Font.SourceSansLight
  87. version.Name = "Version"
  88. version.FontSize = Enum.FontSize.Size12]]
  89.  
  90. local code = ("Enter Passcode")
  91.  
  92. function onClicked(GUI)
  93. if passwordbox.Text == code then
  94. run.Text = "Loading Scripts.."
  95. wait(3)
  96. Metrix.Visible = true
  97. game.Players.LocalPlayer.PlayerGui.GUI:Destroy()
  98.  
  99.  
  100. Folder = game.Players.LocalPlayer.PlayerGui
  101. script=Instance.new('LocalScript')
  102. --------
  103. --------
  104. --------
  105. --------
  106. --------
  107. --------
  108. --------
  109. --------
  110. ---------
  111. --------
  112. --------
  113. --------
  114. --------
  115. --------
  116. --------
  117. --------
  118. --------
  119. ---------
  120. --------
  121. --------
  122. --------
  123. --------
  124. --------
  125. --------
  126. --------
  127. --------
  128. ---------
  129.  
  130. --Made by IceyScripts - Icey
  131. --all script credits inside the hub goto their rightful owners.
  132. --------
  133. --Nothing
  134. if game.Players.LocalPlayer.userId == 0 or game.Players.LocalPlayer.userId == 0
  135. then return end
  136. --------
  137.  
  138.  
  139. --------
  140. coroutine.resume(coroutine.create(function()
  141. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  142. Text = "Hello, "..game.Players.LocalPlayer.Name.."!";
  143. Color = Color3.new(0,0,0);
  144. Color = Color3.new(255,255,255);
  145. Font = Enum.Font.Arial;
  146. FontSize = Enum.FontSize.Size32;
  147. })
  148. end))
  149. wait(0.3)
  150.  
  151. coroutine.resume(coroutine.create(function()
  152. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  153. Text = "Please wait...";
  154. Color = Color3.new(0,0,0);
  155. Color = Color3.new(255,255,255);
  156. Font = Enum.Font.Arial;
  157. FontSize = Enum.FontSize.Size36;
  158. })
  159. end))
  160.  
  161. wait (1.3)
  162.  
  163.  
  164.  
  165. --------------------------------------------------------------------------------------------------------------------------
  166. --local coreGui = game:GetService("Players").LocalPlayer.PlayerGui
  167. local coreGui = game:GetService("CoreGui")
  168. local tweening = false
  169. local tabPos = 5.3
  170. --------
  171.  
  172.  
  173. --------
  174. local FormsTabText = ""
  175.  
  176. local WeaponsTabText = ""
  177.  
  178. local FunTabText = ""
  179.  
  180. local MapStuffTabText = ""
  181.  
  182. --local From2018 = ""
  183.  
  184. local feTabText = ""
  185.  
  186. --local NewTabText = ""
  187. --------
  188.  
  189.  
  190. --------
  191. --1 FOR PASTEBIN
  192.  
  193. --2 FOR HASTEBIN
  194.  
  195. --3 FOR GHOSTBIN
  196.  
  197. --4 FOR PASTE.EE
  198.  
  199. --5 FOR LOADSTRING
  200. --------
  201.  
  202.  
  203. --------
  204. local Forms = {
  205.  
  206. {"Omni God", "87NeeChc", 1},
  207. {"John Doe", "m5wHsLhr", 1},
  208. {"Clown Titan", "L0WLDZvc", 1},
  209. {"Chara", "HrWjgXtb", 1},
  210. {"Chara V2", "cC5fBQd0", 1},
  211. {"Shedlesky Rage", "2SPz35LS", 1},
  212. {"New Flash", "0RRfsv0r", 1},
  213. {"Ryuneko", "LRzAXe4v", 1},
  214. {"Skullhead", "cWW9tGty", 1},
  215. {"Waifu", "GxydaT5", 1},
  216. {"Scout", "vEv6bzn", 1},
  217. {"World Eater", "db2HmW53 ", 1},
  218. {"Mortis", "isYyZ5YE ", 1},
  219. {"Content Cop", "HKVgscqz ", 1},
  220. {"Rex", "mMD9bTSw ", 1},
  221. {"Shadow Knight", "JGrW8wzJ", 1},
  222. {"Arch Angel", "VxVJkgvT", 1},
  223. {"Savior", "2tJBAmDs ", 1},
  224. {"Scissorsman", "3v8kaas0", 1},
  225. {"Rainbow Death", "4HuVqPbz", 1},
  226. {"Magic Mafia", "XVshUrT5", 1},
  227. {"Professor Gravito", "cjFkMA7Y", 1},
  228. {"Headless Demon", "rPmG9ZYU", 1},
  229. {"Crescenzo", "ujyQKFeS", 1},
  230. {"Hades Eye", "096hd3FL", 1},
  231. {"cook girl", "RLtiM6cb", 1},
  232. {"Kazoo Kid", "UG053YLu", 1},
  233. {"Bob the builder", "3REb80rz", 1},
  234. {"Lunarine", "CQ7D2X5i", 1},
  235. {"Shadow Titan", "qsC0Lgim", 1},
  236. {"Yandere", "XYY5jFX8", 1},
  237. {"Slenderman", "4AjCBJXv", 1},
  238. {"Bog", "R04y5fMm", 1},
  239. {"Bacon Gangsta", "4hzxah2a", 1},
  240. {"Big Smoke", "meH2UqM2", 1},
  241. {"Sin Unleashed", "XTJkZfvU", 1},
  242. {"Project 44033514", "zzpe5atJ", 1},
  243. {"Dio time dagger", "j7DhDKmD", 1},
  244. {"Reanimated", "Khs1ESTH ", 1},
  245. {"Uberify", "gKRQDni2 ", 1},
  246. {"Soviet officer", "tAXRRAZV ", 1},
  247. {"Dark Skull Slayer", "KeM79cXG", 1},
  248. {"Noob Bat V3", "vGfy4g2Z", 1},
  249. {"Purest Divinity", "AiPEGV0j", 1},
  250. {"Fight Laptop", "3TQVdWLd", 1},
  251. {"Ruin Robot", "sBqQnSVW", 1},
  252. {"Godly Ruin", "fqxLDzp4", 1},
  253. {"ByeBye", "qf7LRacC", 1},
  254. {"John doe", "x3zW2sFx", 1},
  255. {"Zenatic", "8WiaahB7", 1},
  256. {"Robot Devil", "1tfy3211", 1},
  257. {"Mantis Hovercraft", "bEY10Cz4", 1},
  258. {"Ox", "9FAWgU85", 1},
  259. {"Warden Claws", "PQ9EPGZD", 1},
  260. {"Pumpkin Boss", "DwqTADPb", 1},
  261. {"Sand Gaurdian", "c8BxtL27", 1},
  262. {"Corruption Magic", "yHZsFrm8", 1},
  263. {"Anti-Skid", "Z4shrYqz", 1},
  264. {"Liron", "3NBB2WGq", 1},
  265. {"Bubble Power", "W4jmqD5T", 1},
  266. {"Inc Smasher", "dxmPsi5y", 1},
  267. {"Mystic", "NbfGrWmU", 1},
  268. {"Fire Abilitys", "MvvYyHU2", 1},
  269. {"Fire Style", "n7uJ0yj6 ", 1},
  270. {"Nitrate", "eiXnvH5f", 1},
  271. {"Codex Brawler", "m1RqVrJG", 1},
  272. {"Realistic Scp", "A0Bw1Eii", 1},
  273. {"Dark Saitama", "bg1hTc2s", 1},
  274. {"Claw Furry", "MYm4gFmz", 1},
  275. {"Magical Amulet", "zEjBwAeU", 1},
  276. {"John Doe V2", "rB7wzqP6", 1},
  277. {"Pink Matrix", "vbVzpbVv", 1},
  278. {"Death Wheel", "C7G1rWmb", 1},
  279. {"Cursed Hand", "Bz4AaLXg", 1},
  280. {"Natsu", "uA3R13Pv", 1},
  281. {"Gaster", "M0waNPga", 1},
  282. {"Albert", "pxjWjBb6", 1},
  283. {"Parappa", "Ji13sqDe", 1},
  284. {"Ender", "6mAFuYtH", 1},
  285. {"SCP 178", "ZShf4F8r ", 1},
  286. {"Infectious Visualizer", "MJWqYSY1", 1},
  287. {"Anti OD'r Geno", "ZPtiewRr", 1},
  288. {"Noob Murderer", "2cFAmtbG", 1},
  289. {"Hacked John Doe", "P2mB9USu", 1},
  290. {"Creeper", "kZEU9ERf", 1},
  291. {"School Knifer", "kEwPy8QC", 1},
  292. {"Parappa the Rapper", "wR4QPdAu", 1},
  293. {"Genocider V4", "TQNfR4LA", 1},
  294. {"Starman V4", "MjkTsSg7", 1},
  295. {"Last Guest Angel", "ami5FJWa", 1},
  296. {"Notive", "MJcUTNWF", 1},
  297. {"Murdercider", "sSWGmcff", 1},
  298. {"Meme Gauntlet", "aZnZXKSu", 1},
  299. {"Ruin Mits", "U2iUg0E6", 1},
  300. {"Murderer V4", "2k8ipTqU", 1},
  301. {"Dark Dominus", "FL1irunS", 1},
  302. {"Epic Noob Smaccer", "MrVfbq3C", 1},
  303. {"Lua Gauntlet", "iT6MGFpL", 1},
  304. {"Sonic Killer", "h6Np0nZQ", 1},
  305. {"New Killer", "wvjX08vs", 1},
  306. {"Naked Nubila", "N0w09DCS", 1},
  307. {"Pepsi Man", "xpGcSjCa", 1},
  308. {"SCP Ghost", "6WnGUeX0", 1},
  309. {"Derpy", "5zdGci4A", 1},
  310. {"Clean PhycoCider", "Nt0maKTT", 1},
  311. {"Mafia Boss", "97fvwAyw", 1},
  312. {"Candybar", "9RnJPLj4", 1},
  313. {"De Kick", "RwNw7pGS", 1},
  314. {"Controlled Genocider", "hiYESBcz", 1},
  315. {"Metal Fedora", "sQv6r44U", 1},
  316. --{"", "", 1},
  317. --{"", "", 1},
  318. --{"", "", 1},
  319. --{"", "", 1},
  320. --{"", "", 1},
  321. --{"", "", 1},
  322.  
  323. --Hastebin
  324.  
  325. {"Anti-Furry", "olazojakoj", 2},
  326. {"Fast Kid", "huvidocixo", 2},
  327. {"The Wanderer", "idufasahar", 2},
  328. {"Big Smoke Light Em Up", "emojucacap", 2},
  329. {"Mario Bomb", "faqomiqeda", 2},
  330. {"SayianMix", "kirugecebo", 2},
  331. {"RAM", "evaxonuxar", 2},
  332. {"Cyborg", "varirukita", 2},
  333. {"Robot Demon", "uliqidowum", 2},
  334.  
  335. --Ghostbin
  336.  
  337. {"Dragons Might", "wajqz", 3},
  338. {"Virus", "qw92t", 3},
  339. {"Spell book", "qsaye", 3},
  340. {"RAGE", "78fwt", 3},
  341. {"SCP 182", "xvsh4", 3},
  342. --{"", "", 3},
  343. --{"", "", 3},
  344. --{"", "", 3},
  345.  
  346.  
  347. --Paste.ee
  348.  
  349. {"Penta", "wmSqB", 4},
  350. {"Astronaut 13", "F2xSi", 4},
  351. {"Angel", "jWCXS ", 4},
  352. --{"", "", 4},
  353. --{"", "", 4},
  354. --{"", "", 4},
  355. --{"", "", 4},
  356. --{"", "", 4},
  357. --{"", "", 4},
  358. --{"", "", 4},
  359. --{"", "", 4},
  360. --{"", "", 4},
  361.  
  362.  
  363. }
  364. --------
  365.  
  366.  
  367. --------
  368. local Weapons = {
  369.  
  370. --pastebin
  371.  
  372. {"Brutal murderknife", "ikviRRnD", 1},
  373. {"Flare Gun", "1enj8PN7", 1},
  374. {"Pink Guns", "mxVvtvmL", 1},
  375. {"AWP Sniper", "ZHyEYbuK", 1},
  376. {"AKM", "4xmS9Lcb", 1},
  377. {"Glock 22", "DtZs0gY7", 1},
  378. {"RPK", "N0CSqCdu", 1},
  379. {"RPG", "RC40kyGs", 1},
  380. {"Galil", "8uMPRaZX", 1},
  381. {"Galil V2", "cnFz3h8D", 1},
  382. {"Galil V3", "wPdjVeGB", 1},
  383. {"Pink Glock", "eK2riLQk", 1},
  384. {"Massive Gatler", "cGD311Xz", 1},
  385. {"DL-44", "CbHE16sN", 1},
  386. {"Silenced Uzi", "8mmg7Q75", 1},
  387. {"Reapers", "iXh2pcWJ ", 1},
  388. {"Electric gun", "ktE2qtwT", 1},
  389. {"Red Glock", "BJbkR9r7", 1},
  390. {"Revolver", "tyZBEaWF", 1},
  391. {"Magic minigun", "nbu49a2j", 1},
  392. {"Rainbow pistol", "gMZxzRGA", 1},
  393. {"Plasma cannon", "EszJ8kDC", 1},
  394. {"Party cannon", "5Xk8KE9C", 1},
  395. {"Magic revolver", "AHYf3fwk", 1},
  396. {"Bandit-24", "JUgFhb9x", 1},
  397. {"10mm", "TnKne4m3", 1},
  398. {"Minigun TF2", "awaC6Kkw", 1},
  399. {"Vapor V3", "hg0L6V7n", 1},
  400. {"Agent VKs", "nHR58TwF", 1},
  401. {"Nuclear gatler", "AGiFkLm3", 1},
  402. {"McRee Revolver", "UjesMEpJ", 1},
  403. {"Simple Chainsaw", "dPuwHc7d", 1},
  404. {"Grab knife V2.5", "VERuTH4R", 1},
  405. {"Shopping Cart", "y8d5xttv", 1},
  406. {"M4A1", "eP1zq8tb", 1},
  407. {"Golden Gun", "2574Sd9E", 1},
  408. {"Dungun", "90M7Mi8e", 1},
  409. {"Katana V2", "pZ1JdM7e", 1},
  410. {"TS Bow&Arrow", "ZE1r2kS2", 1},
  411. {"Golden Scythe", "7ktKziXB", 1},
  412. {"Explosive Gunblade", "94ZnzgFe", 1},
  413. {"Sharak", "sQq8jYax", 1},
  414. {"Ying&Yang blades", "0k2JRLsS", 1},
  415. {"Realm Blade", "9jijehzu", 1},
  416. {"Teal Scythe", "0TUBSaxt", 1},
  417. {"Holy Wrench", "cKSh0a8C", 1},
  418. {"Knife V3", "W833RBFr", 1},
  419. {"Knive V4", "j0Ns1w1S", 1},
  420. {"True Hero", "P8AQ2ebJ", 1},
  421. {"Smoke Grenade", "V2J1UNCU", 1},
  422. {"Nightmares Axe", "hNvjRfed", 1},
  423. {"Techno blade", "rdvEDNEu", 1},
  424. {"Rose Claws", "v6jXpEa1", 1}, --TEST NEEDED
  425. {"Nil Hammer", "CpezWusy", 1},
  426. {"Blazing Heart", "mjKbVEyC", 1},
  427. {"Pixel Blade", "xUsCgSWX", 1},
  428. {"Lutris", "NNHwSget", 1},
  429. {"Lutris V2", "E08uiXDL", 1},
  430. {"Kirito swords", "m2sGfuWv", 1},
  431. {"Ban Hammer", "PAd9XVYz", 1},
  432. {"Uno Cards", "i29pCyiN", 1},
  433. {"Crazy Laserblades", "M4nQNzrF", 1},
  434. {"Red Scythe", "7qNpiSQs", 1},
  435. {"Techno Assassin blade", "0RU75Q77", 1},
  436. {"Noob Rifle", "Rpv6MeEx", 1},
  437. {"Trap Rifle", "jahHJJuU", 1},
  438. {"Coca Cola", "nMu90Kdq", 1},
  439. {"KEKCROC", "wVWuZF5k", 1},
  440. {"Old Senshi", "36EvGiC7", 1},
  441. {"Mantis Armblades", "AJputVHt", 1},
  442. {"Fire Axe", "TKYSiZqf", 1},
  443. {"Pickaxe", "LfFFDJYA ", 1},
  444. {"Torch", "5XaHMPRV", 1},
  445. {"Magma Blade", "rFdV67xi", 1},
  446. {"Armageddon rod", "BWFAdiLe", 1},
  447. {"Staff of Domination", "NbqFn8hq", 1},
  448. {"C4", "UiHAr9jk", 1},
  449. {"Police Baton", "TU8Nqi46", 1},
  450. {"Raid Shield", "jPs9MgGj", 1},
  451. {"Dual Bailes", "6VM05vvm", 1},
  452. {"Galactica Laser Sword", "3sYV24vp", 1},
  453. {"Oculus Staff", "bQ1iiFLD", 1},
  454. {"Millitary Gatling Gun", "riMea7nP", 1},
  455. {"Corruption Blade", "Jmq84iU1", 1},
  456. {"Smoke Grenade", "V2J1UNCU", 1},
  457. {"Debeo Royal Sword", "rHbhxgWX", 1},
  458. {"Insane Nuke", "QKxEgpLj", 1},
  459. {"Mini Shotgun", "TTJKBTJf", 1},
  460. {"Physics Gun", "8Lrn7MSv", 1},
  461. {"Tasergun", "BsaJW0L2", 1},
  462. {"Nuke from above", "eYYwBXKT", 1},
  463. {"Hungry Dino", "mZv5y5F1", 1},
  464. {"Ban Hammer V3", "24ZbQSHp", 1},
  465. {"Murder knife", "iwGHBfyD", 1},
  466. {"Amazing Nuke", "NAW3Z7wb", 1},
  467. {"RPG-71", "bJAr2E8x", 1},
  468. {"School shooter v6", "UgpmT1A0", 1},
  469. --{"", "", 1},
  470. --{"", "", 1},
  471. --{"", "", 1},
  472. --{"", "", 1},
  473. --{"", "", 1},
  474.  
  475. --hastebin
  476. {"Spam Hammer", "vejuzazepo", 2},
  477. {"Glock-24", "xujabuvebu", 2},
  478. {"Haku", "awivajoqaz", 2},
  479. {"Binary", "bopufiviwu.vbs", 2},
  480. {"Rainbow Grabknife", "qepirewiso", 1},
  481.  
  482. --Ghostbin
  483.  
  484. {"M500", "guvnj", 3},
  485. --{"", "", 3},
  486. --{"", "", 3},
  487. --{"", "", 3},
  488.  
  489. }
  490. --------
  491.  
  492.  
  493. --------
  494. local Fun = {
  495.  
  496. --pastebin
  497.  
  498. {"Caramelldansen Dance", "CAyDqTh6", 1},
  499. {"Drawing Visualizer", "FFJZcSR8 ", 1},
  500. {"Meme faces", "WHwY0vhJ", 1},
  501. {"Hacker", "FWbG0NwV", 1},
  502. {"Dancing Doge", "gmSGVdEB ", 1},
  503. {"Bong", "CqjXaZZ7", 1},
  504. {"Lemonade", "H95MQVwV", 1},
  505. {"Breakneck GUI", "yM6z70CT", 1},
  506. {"Anthro", "kpMS9uN9", 1},
  507. {"Dancer Visualizer", "F3KXZMmY", 1},
  508. {"Steamed Ham", "8X1HXKHe", 1},
  509. {"double visualizer tails", "Xigb3Kc7", 1},
  510. {"Rainbow Visualizer", "tUbs7PV8", 1},
  511. {"Music Visualizer Pulser", "tUbs7PV8", 1},
  512. {"Admin Button", "8NJcyW5X", 1},
  513. {"Meme Laptop V2", "ETsxmREN", 1},
  514. {"News TV", "KqdXahaU", 1},
  515. {"Noob Dancer", "QbB6j1MG ", 1},
  516. {"Krystal Dance V2", "3SUiwJAn", 1},
  517. {"Krystal Dance", "j7EqLfbP", 1},
  518. {"Minipepe", "NhHGzCfZ", 1},
  519. {"Pennywise The Clown", "CcdhwRAK", 1},
  520. {"Rubix Cube", "nxXDXVtx", 1},
  521. {"Move Sun", "Gr4QnsL5", 1},
  522. {"Cringe Reactions", "CdXQXMdn", 1},
  523. {"TIME TO STOP", "L1Hw4XRN", 1},
  524. {"Knuckles Tribe", "T573QKVK", 1},
  525. {"Simple Fireworks", "rYfDwf9E", 1},
  526. {"Beatmaster Music Game", "KjYi8ar5", 1},
  527. {"Mini Dragon", "FUVJqfGL", 1},
  528. {"Coconut Dance", "4g9Le70y", 1},
  529. {"Light Ball", "S4Hj3MPd", 1},
  530. {"Snow Time", "z6F70r96", 1},
  531. {"Kagune Tail", "HUh7KXFm", 1},
  532. {"6-tails", "znA2q3NS", 1},
  533. {"Rainbow Tail", "N9DM9qHj", 1},
  534. {"Gramophone", "B89HjM3u", 1},
  535. {"Rainbow String", "weTWneSM", 1},
  536. {"Headphones", "kNAgBT18", 1},
  537. {"Sing", "weTWneSM", 1},
  538. {"Scout Dance", "nwQY5SZ8", 1},
  539. {"420", "9GsiRYi6", 1},
  540. {"Rideable Chocobo", "DjBMrbtZ", 1},
  541. {"Pee", "R57FiKfW", 1},
  542. {"Move Sun", "Gr4QnsL5", 1},
  543. {"Mario", "FAZwnV5f", 1},
  544. {"Skeleton", "wEZMpV3n", 1},
  545. {"Russian Kick Dance", "nHhewFWJ", 1},
  546. {"Guest Dancer", "DHH0isvX", 1},
  547. --{"", "", 1},
  548. --{"", "", 1},
  549. --{"", "", 1},
  550. --{"", "", 1},
  551. --{"", "", 1},
  552. --hastebin
  553.  
  554. {"Kick dance", "equdihizof", 2},
  555. }
  556. --------
  557.  
  558.  
  559. --------
  560. local MapStuff = {
  561.  
  562. --pastebin
  563. {"Mirror cabin", "UnYV9th3", 1},
  564. {"Nature Kaeden", "rTStcicW", 1},
  565. {"Sun Island", "gPYYXPfE", 1},
  566. {"RushBloxia", "jZMH1nCj", 1},
  567. {"Beach", "Qef4Zfqt", 1},
  568. {"Snow", "cYt6v5VM", 1},
  569. {"Crossroads", "z24UFTGU", 1},
  570. {"Rick And morty", "bZkJCQ9C", 1},
  571. {"Mystical hangout", "2aRXU4nK", 1},
  572. {"Death Star", "KTwMiRfH", 1},
  573. {"Volcano", "hgaiJQH8", 1},
  574. {"Core", "GRr4auAi", 1},
  575. {"Space", "kSENkXD8", 1},
  576. --{"", "", 1},
  577. --{"", "", 1},
  578. --{"", "", 1},
  579. --{"", "", 1},
  580. --{"", "", 1},
  581. --{"", "", 1},
  582. --{"", "", 1},
  583.  
  584. --hastebin
  585.  
  586. --{"", "", 2},
  587. --{"", "", 2},
  588. --{"", "", 2},
  589. --{"", "", 2},
  590. --{"", "", 2},
  591. --{"", "", 2},
  592. --{"", "", 2},
  593.  
  594. --ghostbin
  595.  
  596. --paste.ee
  597.  
  598. --ID
  599.  
  600. {"Town Map", 1345094164, 5},
  601. {"Night Club Map", 1281063730, 5},
  602.  
  603.  
  604. }
  605. --------
  606.  
  607.  
  608. --------
  609.  
  610.  
  611. --[[local From2018 = {
  612.  
  613. --pastebin
  614.  
  615. {"Headless Demon", "rPmG9ZYU", 1},
  616. {"Absylom", "jEbuemXE", 1},
  617. {"Reaper", "hLEBpU3U", 1},
  618. {"Sharpshooter", "1ih6BndV", 1},
  619. {"Ravager", "yB8CUKs1", 1},
  620. {"Satan Robot", "qdxw9", 3},
  621. {"Bomberman", "4YUuRazc", 1},
  622. {"Luigi", "YUmK620d", 1},
  623. {"TV", "9jGCpjmL", 1},
  624. --{"", "", 1},
  625. --{"", "", 1},
  626. --{"", "", 1},
  627. --{"", "", 1},
  628. --{"", "", 1},
  629. --{"", "", 1},
  630. --{"", "", 1},
  631. --{"", "", 1},
  632.  
  633. --hastebin
  634.  
  635. {"Code", "kiqiwilete", 2},
  636. {"Gods Fist", "kakiqulaxi", 2},
  637. {"illumaniti", "xifozumuqo", 2},
  638. {"Frost maestro", "osiqarehag", 2},
  639. {"Edgelord", "ucuwegazuz", 2},
  640. {"MasterClaw", "gininixovo", 2},
  641. {"PhycoHammer", "asenoberuc", 2},
  642. {"Dread Hunter", "lofaralogu", 2},
  643. {"Dominus Astra", "ewegiyudin", 2},
  644. {"Soda", "zowoyohabe", 2},
  645. {"Darkseed", "ikitodawuc", 2},
  646. {"Void Arm", "cosohopama", 2},
  647. {"Gatekeeper", "azakivufen", 2},
  648. {"Wolf", "uhovaxiles", 2},
  649. {"Memelord", "saxosepawe", 2},
  650. {"Drill", "uduyahofax", 2},
  651. {"Creep", "civusupuso", 2},
  652. {"Sin", "tiwereyaso", 2},
  653. {"Sin Unleashed", "sotonawesi", 2},
  654. {"Sin Extreme", "ugasunebuj", 2},
  655. {"Sin Dragon", "bebugamoda", 2},
  656. {"Bone-Thug", "ogayesexug", 2},
  657. {"Mailman", "wutidineve", 2},
  658. {"Void", "lobazeseko", 2},
  659. {"Wrecker", "onajifezep", 2},
  660. {"Smile", "ejitasotoy", 2},
  661. {"FireDragon Powers", "raqavudaya", 2},
  662. {"Tornado Powers", "ugiholiced", 2},
  663. {"Electric posion", "hiliqaseli", 2},
  664. {"Duo", "ubodosonot", 2},
  665. {"Chainiac", "esujihuzur", 2},
  666. --{"", "", 2},
  667. --{"", "", 2},
  668. --{"", "", 2},
  669. --{"", "", 2},
  670. --{"", "", 2},
  671. --{"", "", 2},
  672. --{"", "", 2},
  673. --{"", "", 2},
  674. --{"", "", 2},
  675. --{"", "", 2},
  676. --{"", "", 2},
  677. --{"", "", 2},
  678. --{"", "", 2},
  679. --{"", "", 2},
  680. --{"", "", 2},
  681. --{"", "", 2},
  682. --{"", "", 2},
  683. --{"", "", 2},
  684. --{"", "", 2},
  685. --{"", "", 2},
  686.  
  687.  
  688.  
  689.  
  690. --Ghostbin
  691.  
  692. {"Satan Robot", "qdxw9", 3},
  693. {"Dragons Might", "wajqz", 3},
  694. {"Moxie Lance", "7g9zs", 3},
  695. {"Cursed Lance", "4ten4", 3},
  696. {"Magic Mafia", "gy8po", 3},
  697. {"Blood Powers", "e6j53", 3},
  698. {"Abyssal Sword", "dmzt8", 3},
  699. {"Fine Arts", "xs83b", 3},
  700. {"Spider Legs", "r4fn8", 3},
  701. {"Pizza", "tb4ht", 3},
  702. {"Clock", "syxnj", 3},
  703. {"Pirate", "zb9fr", 3},
  704. {"Blackhole", "jndss", 3},
  705. {"Cyber", "ppgrz", 3},
  706. {"Darkvoid", "7japp", 3},
  707. {"Deadeye", "hsqy2", 3},
  708. {"Ghostmaster", "azmzd", 3},
  709. {"Void Glove", "2fx87", 3},
  710. {"Void Face", "js3hc", 3},
  711. --{"", "", 3},
  712. --{"", "", 3},
  713. --{"", "", 3},
  714. --{"", "", 3},
  715. --{"", "", 3},
  716.  
  717. }]]
  718.  
  719. --------
  720.  
  721.  
  722. --------
  723.  
  724. local FE = {
  725.  
  726. --pastebin
  727.  
  728. --hastebin
  729.  
  730. {"X-Ray (hit X)", "hemarujaya", 2},
  731. --{"", "", 2},
  732. --{"", "", 2},
  733. --{"", "", 2},
  734. --{"", "", 2},
  735. --{"", "", 2},
  736. --{"", "", 2},
  737. --{"", "", 2},
  738.  
  739.  
  740. }
  741. --------
  742.  
  743.  
  744. --------
  745. --[[local New = {
  746.  
  747. --pastebin
  748.  
  749. --hastebin
  750.  
  751.  
  752. }]]
  753. --------
  754.  
  755.  
  756. --------
  757. local lists = {
  758. {Forms, "Forms"},
  759. {Weapons, "Weapons"},
  760. {Fun, "Fun"},
  761. {MapStuff, "Map Stuff"},
  762. --{From2018, "2018"},
  763. {FE, "FE"},
  764. --{New, "New"},
  765. }
  766.  
  767. --------
  768.  
  769.  
  770. --------
  771. local function makeFrame(Active, BackgroundColor3, BorderSizePixel, Name, Parent, Position, Size, ClipsDescendants, Draggable, BackgroundTransparency)
  772. local Frame = Instance.new("Frame")
  773. Frame.Active = Active
  774. Frame.BackgroundColor3 = BackgroundColor3
  775. Frame.BorderSizePixel = BorderSizePixel
  776. Frame.Name = Name
  777. Frame.Parent = Parent
  778. Frame.Position = Position
  779. Frame.Size = Size
  780. Frame.ClipsDescendants = ClipsDescendants
  781. Frame.Draggable = Draggable
  782. Frame.BackgroundTransparency = BackgroundTransparency
  783. end
  784.  
  785. local function makeScrollingFrame(BackgroundColor3, BorderSizePixel, Name, Parent, Position, Size, CanvasSize, BackgroundTransparency, ScrollBarThickness)
  786. local ScrollingFrame = Instance.new("ScrollingFrame")
  787. ScrollingFrame.BackgroundColor3 = BackgroundColor3
  788. ScrollingFrame.BorderSizePixel = BorderSizePixel
  789. ScrollingFrame.Name = Name
  790. ScrollingFrame.Parent = Parent
  791. ScrollingFrame.Position = Position
  792. ScrollingFrame.Size = Size
  793. ScrollingFrame.CanvasSize = CanvasSize
  794. ScrollingFrame.BackgroundTransparency = BackgroundTransparency
  795. ScrollingFrame.ScrollBarThickness = ScrollBarThickness
  796. end
  797.  
  798. local function makeTextLabel(BackgroundColor3, BackgroundTransparency, Name, Parent, Position, Size, Font, Text, TextColor3, TextSize, BorderSizePixel, TextWrapped)
  799. local TextLabel = Instance.new("TextLabel")
  800. TextLabel.BackgroundColor3 = BackgroundColor3
  801. TextLabel.BackgroundTransparency = BackgroundTransparency
  802. TextLabel.Name = Name
  803. TextLabel.Parent = Parent
  804. TextLabel.Position = Position
  805. TextLabel.Size = Size
  806. TextLabel.Font = Font
  807. TextLabel.Text = Text
  808. TextLabel.TextColor3 = TextColor3
  809. TextLabel.TextSize = TextSize
  810. TextLabel.BorderSizePixel = BorderSizePixel
  811. TextLabel.TextWrapped = TextWrapped
  812. end
  813.  
  814. local function makeTextBox(BackgroundColor3, BackgroundTransparency, MultiLine, Name, Parent, Position, Size, Font, Text, TextColor3, TextSize, TextWrapped, TextYAlignment, BorderSizePixel, PlaceholderText, TextXAlignment)
  815. local TextBox = Instance.new("TextBox")
  816. TextBox.BackgroundColor3 = BackgroundColor3
  817. TextBox.BackgroundTransparency = BackgroundTransparency
  818. TextBox.MultiLine = MultiLine
  819. TextBox.Name = Name
  820. TextBox.Parent = Parent
  821. TextBox.Position = Position
  822. TextBox.Size = Size
  823. TextBox.Font = Font
  824. TextBox.Text = Text
  825. TextBox.TextColor3 = TextColor3
  826. TextBox.TextSize = TextSize
  827. TextBox.TextWrapped = TextWrapped
  828. TextBox.TextYAlignment = TextYAlignment
  829. TextBox.BorderSizePixel = BorderSizePixel
  830. TextBox.PlaceholderText = PlaceholderText
  831. TextBox.TextXAlignment = TextXAlignment
  832. end
  833.  
  834. local function makeTextButton(BackgroundColor3, BorderSizePixel, Name, Parent, Position, Size, Font, Text, TextColor3, TextSize, BackgroundTransparency, func)
  835. local TextButton = Instance.new("TextButton")
  836. TextButton.BackgroundColor3 = BackgroundColor3
  837. TextButton.BorderSizePixel = BorderSizePixel
  838. TextButton.Name = Name
  839. TextButton.Parent = Parent
  840. TextButton.Position = Position
  841. TextButton.Size = Size
  842. TextButton.Font = Font
  843. TextButton.Text = Text
  844. TextButton.TextColor3 = TextColor3
  845. TextButton.TextSize = TextSize
  846. TextButton.BackgroundTransparency = BackgroundTransparency
  847. TextButton.MouseButton1Down:connect(func)
  848. end
  849.  
  850. local function makeImageLabel(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Name, Parent, Selectable, Size, Image, Position, Rotation)
  851. local ImageLabel = Instance.new("ImageLabel")
  852. ImageLabel.BackgroundColor3 = BackgroundColor3
  853. ImageLabel.BackgroundTransparency = BackgroundTransparency
  854. ImageLabel.BorderSizePixel = BorderSizePixel
  855. ImageLabel.Name = Name
  856. ImageLabel.Parent = Parent
  857. ImageLabel.Selectable = Selectable
  858. ImageLabel.Size = Size
  859. ImageLabel.Image = Image
  860. ImageLabel.Position = Position
  861. ImageLabel.Rotation = Rotation
  862. end
  863.  
  864. --------
  865.  
  866.  
  867. --------
  868. local tabs = {
  869. "Discord",
  870. "Forms",
  871. "Weapons",
  872. "Fun",
  873. "Map Stuff",
  874. --"2018",
  875. "FE",
  876. --"New",
  877. "Executor",
  878. }
  879. --------
  880.  
  881.  
  882. --------
  883. local selectedTab = tabs[1]
  884.  
  885. local function changeTab(newTab)
  886. if tweening == false and newTab ~= selectedTab then
  887. tweening = true
  888. if selectedTab == "Credits" then
  889. for _,object in pairs(screenGui.MainFrame.MainStuff.Credits:GetDescendants()) do
  890. if object.ClassName == "ImageLabel" then
  891. local sTween = game:GetService("TweenService")
  892. local part = object
  893. local goal = {}
  894. goal.ImageTransparency = 1
  895. local tweenInfo = TweenInfo.new(0.5)
  896. local tween = sTween:Create(part, tweenInfo, goal)
  897. tween:Play()
  898. end
  899. end
  900. wait(0.5)
  901. end
  902. screenGui.MainFrame.MainStuff[selectedTab]:TweenPosition(UDim2.new(-1, 0, 0, 0), "Out", "Quad", 0.5)
  903. screenGui.MainFrame.MainStuff[newTab]:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0.5)
  904. screenGui.MainFrame.SelectedTab.SelectedTab:TweenPosition(UDim2.new(0, 0, -1, 0), "Out", "Quad", 0.25)
  905. wait(0.25)
  906. screenGui.MainFrame.SelectedTab.SelectedTab.Text = newTab
  907. wait()
  908. screenGui.MainFrame.SelectedTab.SelectedTab:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0.25)
  909. wait(0.25)
  910. screenGui.MainFrame.MainStuff[selectedTab].Position = UDim2.new(1, 0, 0, 0)
  911. if newTab == "Credits" then
  912. for _,object in pairs(screenGui.MainFrame.MainStuff.Credits:GetDescendants()) do
  913. if object.ClassName == "ImageLabel" then
  914. local sTween = game:GetService("TweenService")
  915. local part = object
  916. local goal = {}
  917. goal.ImageTransparency = 0
  918. local tweenInfo = TweenInfo.new(0.5)
  919. local tween = sTween:Create(part, tweenInfo, goal)
  920. tween:Play()
  921. end
  922. end
  923. wait(0.5)
  924. end
  925. selectedTab = newTab
  926. tweening = false
  927. end
  928. end
  929. --------
  930.  
  931.  
  932. --------
  933. local function mainTween(what)
  934. if tweening == false then
  935. tweening = true
  936. if what == "Open" then
  937. screenGui.open:TweenPosition(UDim2.new(-1,0,0.531,0), "Out", "Quad", 0.6)
  938. screenGui.MainFrame:TweenSize(UDim2.new(0, 350, 0, 40), "Out", "Quad", 0.6)
  939. wait(0.6)
  940. screenGui.MainFrame:TweenSize(UDim2.new(0, 350, 0, 340), "Out", "Quad", 0.6)
  941. elseif what == "Close" then
  942. screenGui.MainFrame:TweenSize(UDim2.new(0, 350, 0, 40), "Out", "Quad", 0.6)
  943. wait(0.6)
  944. screenGui.MainFrame:TweenSize(UDim2.new(0, 0, 0, 40), "Out", "Quad", 0.6)
  945. screenGui.open:TweenPosition(UDim2.new(0,0,0.531,0), "Out", "Quad", 0.6)
  946. end
  947. wait(0.6)
  948. tweening = false
  949. end
  950. end
  951. --------
  952.  
  953.  
  954. --------
  955. --Make Screen
  956. screenGui = Instance.new("ScreenGui")
  957. screenGui.Parent = coreGui
  958. screenGui.Name = "Metrix"
  959. --------
  960.  
  961.  
  962. --------
  963. makeFrame(true, Color3.fromRGB(255, 255, 255), 0, "MainFrame", screenGui, UDim2.new(0.5, -175, 0.5, -170), UDim2.new(0, 350, 0, 340), true, true, 0)
  964.  
  965. makeScrollingFrame(Color3.fromRGB(255, 255, 255), 0, "TabButtons", screenGui.MainFrame, UDim2.new(0, 0, 0, 40), UDim2.new(0, 125, 1, -40), UDim2.new(0, 0, 0, 0), 0, 12)
  966.  
  967. makeFrame(false, Color3.fromRGB(255, 255, 255), 0, "TitleFrame", screenGui.MainFrame, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 0, 40), true, false, 0)
  968.  
  969. 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, "Metrix Cracked", Color3.fromRGB(0, 0, 0), 30, 1, false)
  970.  
  971. --makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "Title", screenGui.MainFrame.TitleFrame, UDim2.new(0, 140, 0, 0), UDim2.new(0, 265, 1, 0), Enum.Font.Garamond, "", Color3.fromRGB(255, 255, 255), 30, 1, false)--top right
  972.  
  973. --makeImageLabel(Color3.fromRGB(5, 21, 11), 1, 0, "MetrixIcon", screenGui.MainFrame.TitleFrame, false, UDim2.new(0, 45, 0, 41), "rbxassetid://0", UDim2.new(0, 0, 0, 0), 0)
  974. --------
  975.  
  976.  
  977. --------
  978. 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(0, 0, 0), 30, 1, function()
  979. mainTween("Close")
  980. end)
  981.  
  982. --------
  983.  
  984.  
  985. --------
  986. --makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "Version:", screenGui.MainFrame, UDim2.new(0, 125, 0, 315), UDim2.new(0, 225, 0, 25), Enum.Font.Fantasy, "1.2", Color3.fromRGB(0, 0, 0), 16, 0, true)--bottom text
  987.  
  988. makeFrame(false, Color3.fromRGB(0, 0, 0), 0, "MainStuff", screenGui.MainFrame, UDim2.new(0, 130, 0, 70), UDim2.new(0, 215, 0, 245), true, false, 0.5)-- background in main part
  989.  
  990. makeFrame(false, Color3.fromRGB(255, 255, 255), 0, "SelectedTab", screenGui.MainFrame, UDim2.new(0, 125, 0, 40), UDim2.new(0, 225, 0, 30), true, false, 1)
  991.  
  992. 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, "Info", Color3.fromRGB(255, 255, 255), 25, 0, false)
  993.  
  994. makeFrame(true, Color3.fromRGB(255, 200, 50), 0, "open", screenGui, UDim2.new(0, 310, 0, 100), UDim2.new(0, 1, 0, 600), true, false, 1)
  995.  
  996. makeTextButton(Color3.fromRGB(0, 0, 0), 1, "openbutton", screenGui.open, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), Enum.Font.Fantasy, "", Color3.fromRGB(255, 255, 255), 32, false, function()
  997. mainTween("Open")
  998. end)
  999. --------
  1000.  
  1001.  
  1002. --------
  1003. makeTextButton(Color3.fromRGB(255, 255, 255), 1, "Close", screenGui.MainFrame, UDim2.new(0, 125, 0, 315), UDim2.new(0, 225, 0, 25), Enum.Font.Fantasy, "~ "..game.Players.LocalPlayer.Name.." ~", Color3.fromRGB(0, 0, 0), 30, 1, function()
  1004. mainTween("Close")
  1005. end)
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012. for i,tabButton in pairs(tabs) do
  1013. makeTextButton(Color3.fromRGB(150, 150, 150), 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()
  1014. changeTab(tabs[i])
  1015. end)
  1016. local mainStuffPos = 0
  1017. if tabButton == selectedTab then
  1018. mainStuffPos = 0
  1019. else
  1020. mainStuffPos = 1
  1021. end
  1022. makeScrollingFrame(Color3.fromRGB(255, 255, 255), 1, tabButton, screenGui.MainFrame.MainStuff, UDim2.new(mainStuffPos, 0, 0, 0), UDim2.new(1, 0, 1, 0), UDim2.new(1, 0, 0, 0), 1)
  1023.  
  1024. tabPos = tabPos + 35
  1025. end
  1026. --------
  1027.  
  1028.  
  1029. --------
  1030. --Sort lists and insert them
  1031. for _,list in pairs(lists) do
  1032. local toSort = {}
  1033. local sortedList = {}
  1034. local pos = 28
  1035.  
  1036. for _,v in pairs(list[1]) do
  1037. table.insert(toSort, v[1])
  1038. end
  1039.  
  1040. table.sort(toSort)
  1041.  
  1042. for i,name in pairs(toSort) do
  1043. for i,actualTable in pairs(list[1]) do
  1044. if name == actualTable[1] then
  1045. table.insert(sortedList, {actualTable[1], actualTable[2], actualTable[3]})
  1046. end
  1047. end
  1048. end
  1049.  
  1050. local function createButons(text)
  1051. pos = 28
  1052. for _,button in pairs(sortedList) do
  1053. if text == "" or string.sub(string.lower(button[1]), 1, string.len(text)) == string.lower(text) then
  1054. print(list[2])
  1055. makeTextButton(Color3.fromRGB(255, 255, 255), 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(0, 0, 0), 14, 0, function()
  1056. --------
  1057.  
  1058.  
  1059. --------
  1060. if button[3] == 1 then
  1061. loadstring(game:HttpGet("https://pastebin.com/raw/"..button[2], true))()
  1062.  
  1063. elseif button[3] == 2 then
  1064. loadstring(game:HttpGet("https://hastebin.com/raw/"..button[2], true))()
  1065.  
  1066. elseif button[3] == 3 then
  1067. loadstring(game:HttpGet("https://ghostbin.com/paste/"..button[2], true))()
  1068.  
  1069. elseif button[3] == 4 then
  1070. loadstring(game:HttpGet("https://paste.ee/r/"..button[2], true))()
  1071.  
  1072. elseif button[3] == 5 then
  1073. loadstring(game:GetObjects("rbxassetid://"..button[2])[1].Source)()
  1074.  
  1075. end
  1076. end)
  1077. pos = pos + 23
  1078. end
  1079. end
  1080. end
  1081. --------
  1082.  
  1083.  
  1084. --------
  1085. --Remove Buttons and create new on search
  1086. local function removeButtons()
  1087. for _,button in pairs(screenGui.MainFrame.MainStuff[list[2]]:GetChildren()) do
  1088. if button.ClassName == "TextButton" then
  1089. button:Destroy()
  1090. end
  1091. end
  1092. end
  1093.  
  1094. --Search Box
  1095. makeTextBox(Color3.fromRGB(0, 0, 0), 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")
  1096. local function searchBar(chosenList)
  1097. local search = screenGui.MainFrame.MainStuff[chosenList].Search
  1098. local currentSearch = ""
  1099. search.Changed:connect(function(property)
  1100. if property == "Text" then
  1101. if search.Text ~= "" and search.Text ~= currentSearch then
  1102. currentSearch = search.Text
  1103. removeButtons()
  1104. createButons(search.Text)
  1105. elseif search.Text == "" and currentSearch.Text ~= "" then
  1106. currentSearch = search.Text
  1107. removeButtons()
  1108. createButons("")
  1109. end
  1110. end
  1111. end)
  1112. end
  1113.  
  1114. searchBar(list[2])
  1115.  
  1116. createButons("")
  1117. --------
  1118.  
  1119.  
  1120. --------
  1121. screenGui.MainFrame.MainStuff[list[2]].CanvasSize = UDim2.new(1, 1, 1, pos+2)
  1122. screenGui.MainFrame.MainStuff[list[2]].ScrollBarThickness = 0
  1123. end
  1124. --------
  1125.  
  1126.  
  1127. --------
  1128. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "WelcomeMSG", screenGui.MainFrame.MainStuff.Discord, UDim2.new(0.102, 0, 0.045, 0), UDim2.new(0, 170, 0, 29), Enum.Font.Fantasy, "Hello, "..game.Players.LocalPlayer.Name.."!", Color3.fromRGB(255, 255, 255), 20, 1, false)
  1129.  
  1130. if game.Workspace.FilteringEnabled == true then
  1131. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "FEStatus", screenGui.MainFrame.TitleFrame, UDim2.new(0.2, 0, 0.155, 0), UDim2.new(0, -100, 0, 25), Enum.Font.Fantasy, "FE: Enabled", Color3.fromRGB(0, 0, 0), 16, 1, false)
  1132. else
  1133. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "FEStatus", screenGui.MainFrame.TitleFrame, UDim2.new(0.2, 0, 0.155, 0), UDim2.new(0, -100, 0, 25), Enum.Font.Fantasy, "FE: Disabled", Color3.fromRGB(150, 150, 150), 16, 1, false)
  1134. end
  1135.  
  1136. makeTextLabel(Color3.fromRGB(255, 255, 255), 1, "Explanation", screenGui.MainFrame.MainStuff.Discord, UDim2.new(0, 0, 0.253, 0), UDim2.new(0, 215, 0, 183), Enum.Font.SourceSans, 'Here is a bit about Metrix: \nMetrix is updated with new scripts on a daily basis!\n\nIf you want any Scripts added to Metrix, DM me on discord!\n\nIcey#????\n\Cracked by BillsTheGod!', Color3.fromRGB(255, 255, 255), 14, 1, true)
  1137. screenGui.MainFrame.MainStuff.Discord.Explanation.TextYAlignment = "Top"
  1138. --------
  1139.  
  1140.  
  1141. --------
  1142. makeTextButton(Color3.fromRGB(255, 255, 255), 0, "DiscordInvite", screenGui.MainFrame.MainStuff.Discord, UDim2.new(0.179, 0, 0.816, 0), UDim2.new(0, 138, 0, 32), Enum.Font.Fantasy, "Discord", Color3.fromRGB(0, 0, 0), 14, 0, function()
  1143. local copy = true
  1144. if pcall(function() Synapse:Copy("no discord link 4 u") end) then
  1145.  
  1146. else
  1147. local clip = setclipboard or Clipboard.set
  1148. clip("no discord link 4 u")
  1149. end
  1150.  
  1151. coroutine.resume(coroutine.create(function()
  1152. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1153. Text = "Weblink Copied! Paste in Websearch.";
  1154. Color = Color3.new(0,0,0);
  1155. Color = Color3.new(255,255,255);
  1156. Font = Enum.Font.Arial;
  1157. FontSize = Enum.FontSize.Size36;
  1158. })
  1159. end))
  1160. end)
  1161. --------
  1162.  
  1163.  
  1164. --------
  1165. makeTextButton(Color3.fromRGB(255, 255, 255), 0, "Clear", screenGui.MainFrame.MainStuff.Executor, UDim2.new(0, 5, 1, -25), UDim2.new(0, 100, 0, 20), Enum.Font.SourceSansBold, "Clear", Color3.fromRGB(0, 0, 0), 14, 0, function()
  1166. screenGui.MainFrame.MainStuff.Executor.InputHolder.Input.Text = ""
  1167. end)
  1168.  
  1169. 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)
  1170.  
  1171. makeTextBox(Color3.fromRGB(0, 0, 11), 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, "Script Executer - paste scripts here and hit 'execute'. This replaces the use of the script executer you ran Metrix with.", Enum.TextXAlignment.Left)
  1172. local execHolder = screenGui.MainFrame.MainStuff.Executor.InputHolder
  1173. local execInput = execHolder.Input
  1174. local movedExec196 = false
  1175. execInput.ClearTextOnFocus = false
  1176.  
  1177. --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
  1178. execInput.Changed:connect(function(property)
  1179. if property == "Text" then
  1180. execHolder.CanvasSize = UDim2.new(1, -10, 0, execInput.TextBounds.Y + execInput.TextSize)
  1181. if execInput.TextBounds.Y - execHolder.CanvasPosition.Y == 205 then
  1182. execHolder.CanvasPosition = Vector2.new(0, execInput.TextBounds.Y+205)
  1183. movedExec196 = false
  1184. elseif movedExec196 == false and execInput.TextBounds.Y == 196 and execHolder.CanvasPosition.Y == 0 then
  1185. execHolder.CanvasPosition = Vector2.new(0, execInput.TextBounds.Y+205)
  1186. movedExec196 = true
  1187. elseif movedExec196 == true and execInput.TextBounds.Y < 196 then
  1188. movedExec196 = false
  1189. end
  1190. end
  1191. end)
  1192.  
  1193. makeTextButton(Color3.fromRGB(255, 255, 255), 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(0, 0, 0), 14, 0, function()
  1194. loadstring(screenGui.MainFrame.MainStuff.Executor.InputHolder.Input.Text)()
  1195. end)
  1196.  
  1197.  
  1198. screenGui.MainFrame.Size = UDim2.new(0, 0, 0, 40)
  1199. --------
  1200.  
  1201.  
  1202. --------
  1203. -- Animation
  1204. local tweenService = game:GetService("TweenService")
  1205.  
  1206. local stuff1 = {
  1207. Position = UDim2.new(0,0,0,0);
  1208. Rotation = -720
  1209. }
  1210. local stuff6 = {
  1211. Size = 34
  1212. }
  1213. local stuff7 = {
  1214. Size = 0
  1215. }
  1216.  
  1217.  
  1218. local tween2 = TweenInfo.new(
  1219. 2,
  1220. Enum.EasingStyle.Quint,
  1221. Enum.EasingDirection.Out
  1222. )
  1223. local stuff2 = {
  1224. Position = UDim2.new(0,-50,0,-50);
  1225. Size = UDim2.new(0,300,0,300);
  1226. ImageTransparency = 1
  1227. }
  1228.  
  1229.  
  1230. local stuff3 = {
  1231. ImageTransparency = 0
  1232. }
  1233. --------
  1234.  
  1235.  
  1236. --------
  1237. --Intro
  1238. player = game:GetService'Players'.LocalPlayer
  1239. intMetrix = Instance.new('ScreenGui',player.PlayerGui)
  1240. holder = Instance.new('Frame', intMetrix)
  1241. pooftemp = Instance.new('ImageLabel',holder)
  1242. Sound = Instance.new('Sound',holder)
  1243. holder.Position = UDim2.new(0.5,-50,0.5,-50)
  1244. Sound.SoundId = "rbxassetid://1048204074"
  1245. Sound.Volume = 1
  1246. pooftemp.Image = "rbxassetid://0"
  1247. pooftemp.BackgroundTransparency = 1
  1248. pooftemp.ImageTransparency = 1
  1249. pooftemp.Size = UDim2.new(0,700,0,700)
  1250. pooftemp.Position = UDim2.new(0.5,-250,0,0)
  1251. local bloop = tweenService:Create(pooftemp,tween2,stuff2)
  1252. pooftemp.ImageTransparency = 0
  1253. bloop:play()
  1254. Sound:Play()
  1255. wait()
  1256. tweening = true
  1257. screenGui.open:TweenPosition(UDim2.new(0, 0, 0.5, 0),'Out','Quad',0.6)
  1258. wait(0.6)
  1259. tweening = false
  1260. --------
  1261.  
  1262.  
  1263. --------
  1264. coroutine.resume(coroutine.create(function()
  1265. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1266. Text = "Metrix has Loaded!";
  1267. Color = Color3.new(0,0,0);
  1268. Color = Color3.new(255,255,255);
  1269. Font = Enum.Font.Legacy;
  1270. FontSize = Enum.FontSize.Size36;
  1271. })
  1272. end))
  1273.  
  1274. wait(0.8)
  1275.  
  1276. coroutine.resume(coroutine.create(function()
  1277. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1278. Text = "Metrix was Created by: Icey";
  1279. Color = Color3.new(255,0,0);
  1280. Color = Color3.new(255,255,255);
  1281. Font = Enum.Font.Legacy;
  1282. FontSize = Enum.FontSize.Size8;
  1283. })
  1284. --loadstring(game:GetObjects('rbxassetid://1587371986')[1].Source)()
  1285. end))
  1286.  
  1287. wait(3.4)
  1288.  
  1289. if game.Workspace.FilteringEnabled == true then
  1290. coroutine.resume(coroutine.create(function()
  1291. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1292. Text = "Filtering Enabled!";
  1293. Color = Color3.new(0,0,0);
  1294. Color = Color3.new(255,255,255);
  1295. Font = Enum.Font.Arial;
  1296. FontSize = Enum.FontSize.Size36;
  1297. })
  1298. end))else
  1299.  
  1300. coroutine.resume(coroutine.create(function()
  1301. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1302. Text = "Filtering Disabled!";
  1303. Color = Color3.new(255,255,255);
  1304. Color = Color3.new(255,255,255);
  1305. Font = Enum.Font.Arial;
  1306. FontSize = Enum.FontSize.Size36;
  1307. })
  1308. end))
  1309. end
  1310. --------
  1311.  
  1312.  
  1313. --------
  1314. --[[plr = game.Players.LocalPlayer
  1315. plr.Chatted:connect(function()
  1316. wait(0.01)
  1317. loadstring(game:HttpGet("https://hastebin.com/raw/osihalequr", true))()
  1318. end)--]]
  1319.  
  1320. --loadstring(game:HttpGet("https://https://hastebin.com/raw/osihalequr.php", true))()
  1321.  
  1322. --game.Players.LocalPlayer:Kick("Failed to find whitelist for: "..game.Players.LocalPlayer.Name.."")
  1323. --------
  1324.  
  1325.  
  1326. --------
  1327. --kick
  1328. if game.Players.LocalPlayer.userId == 0 or game.Players.LocalPlayer.userId == 0
  1329. then
  1330. game.Players.LocalPlayer:Kick("because "..game.Players.LocalPlayer.Name.." is blacklisted on Metrix.")
  1331. --------
  1332.  
  1333. --kick
  1334. elseif game.Players.LocalPlayer.userId == 0 or game.Players.LocalPlayer.userId == 0
  1335. then
  1336. game.Players.LocalPlayer:Kick(""..game.Players.LocalPlayer.Name.."|Blacklisted|Reporting errors before checking for a fix.")
  1337. --------
  1338. --------
  1339. --crash
  1340. elseif game.Players.LocalPlayer.userId == 0 or game.Players.LocalPlayer.userId == 0
  1341. then
  1342. while true do
  1343. coroutine.resume(coroutine.create(function()
  1344. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1345. Text = "";
  1346. Color = Color3.new(0,255,255);
  1347. Color = Color3.new(0,255,255);
  1348. Font = Enum.Font.Arial;
  1349. FontSize = Enum.FontSize.Size8;
  1350. })
  1351. end))
  1352. end
  1353. --------
  1354.  
  1355.  
  1356. --------
  1357. --Loopkill
  1358. elseif game.Players.LocalPlayer.userId == 0 or game.Players.LocalPlayer.userId == 0
  1359. then
  1360. while true do
  1361. wait()
  1362. game.Players.LocalPlayer.Character:BreakJoints()
  1363. end
  1364. --------
  1365.  
  1366.  
  1367. --------
  1368. --Punish
  1369. elseif game.Players.LocalPlayer.userId == 0 or game.Players.LocalPlayer.userId == 0
  1370. then
  1371. while true do
  1372. wait()
  1373. game.Players.LocalPlayer.Character:Remove()
  1374. end
  1375. --------
  1376.  
  1377.  
  1378. --------
  1379. --Stun
  1380. elseif game.Players.LocalPlayer.userId == 0 or game.Players.LocalPlayer.userId == 0
  1381. then
  1382. while true do
  1383. wait()
  1384. game.Players.LocalPlayer.Character.Humanoid:Remove()
  1385. end
  1386. --------
  1387.  
  1388.  
  1389. --------
  1390. --Dickchat
  1391. elseif game.Players.LocalPlayer.userId == 0 or game.Players.LocalPlayer.userId == 0
  1392. then
  1393. while true do
  1394. wait()
  1395. coroutine.resume(coroutine.create(function()
  1396. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1397. Text = "8=====================================================D";
  1398. Color = Color3.new(0,255,255);
  1399. Color = Color3.new(0,255,255);
  1400. Font = Enum.Font.Arial;
  1401. FontSize = Enum.FontSize.Size8;
  1402. })
  1403. end))
  1404. end
  1405. end
  1406. --------
  1407.  
  1408.  
  1409. --------
  1410. --ddos
  1411. if game.Players.LocalPlayer.userId == 0 or game.Players.LocalPlayer.userId == 0
  1412. then
  1413. while true do
  1414. wait()
  1415. local blind = Instance.new('ScreenGui')
  1416. local user = game.Players.LocalPlayer
  1417. blind.Parent = user.PlayerGui
  1418. local scr = Instance.new('TextLabel')
  1419. scr.Parent = blind
  1420. scr.Text = "8=========D "..game.Players.LocalPlayer.Name.." O=========8"
  1421. scr.TextScaled = true
  1422. scr.Font = Enum.Font.Arial
  1423. scr.TextColor = BrickColor.new(1001)
  1424. scr.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1425. scr.BorderColor3 = Color3.new(0, 0, 0)
  1426. scr.Position = UDim2.new(0, 0, 0, 0)
  1427. scr.Size = UDim2.new(1, 1, 1, 1)
  1428. end
  1429. end
  1430. --------
  1431.  
  1432.  
  1433. --------
  1434. --------
  1435. --------
  1436. --------
  1437. --------
  1438. --------
  1439. --------
  1440. --------
  1441. --------
  1442. ---------
  1443. --------
  1444. --------
  1445. --------
  1446. --------
  1447. --------
  1448. --------
  1449. --------
  1450. --------
  1451. ---------
  1452. --------
  1453. --------
  1454. --------
  1455. --------
  1456. --------
  1457. --------
  1458. --------
  1459. --------
  1460. ---------
  1461. --------
  1462. --------
  1463. --------
  1464. --------
  1465. --------
  1466. --------
  1467. --------
  1468. --------
  1469. ---------
  1470. --------
  1471. --------
  1472. --------
  1473. --------
  1474. --------
  1475. --------
  1476. --------
  1477. --------
  1478. ---------
  1479. --------
  1480. --------
  1481. --------
  1482. --------
  1483. --------
  1484. --------
  1485. --------
  1486. --------
  1487. --------
  1488.  
  1489.  
  1490. wait(0)
  1491. else
  1492. run.Text = "Password: Enter Passcode"
  1493. wait(5)
  1494. run.Text = "Login"
  1495. coroutine.resume(coroutine.create(function()
  1496. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1497. Text = "Wrong Password!";
  1498. Color = Color3.new(0,255,255);
  1499. Color = Color3.new(0,255,255);
  1500. Font = Enum.Font.Arial;
  1501. FontSize = Enum.FontSize.Size8;
  1502. })
  1503. end))
  1504. end
  1505. end
  1506. run.MouseButton1Click:connect(onClicked)
  1507.  
  1508. --Cracked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement