Advertisement
UXRG

mm2 hub

Feb 21st, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. -- Made by uxrg on tiktok
  2.  
  3.  
  4. local MurderMystery2Hub = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local Signature = Instance.new("TextLabel")
  8. local BubblesGUI = Instance.new("TextButton")
  9. local MM2HAX = Instance.new("TextButton")
  10. local FlowerLilyGUI = Instance.new("TextButton")
  11. local close = Instance.new("TextButton")
  12. local OpenGUI = Instance.new("TextButton")
  13.  
  14. MurderMystery2Hub.Name = "Murder Mystery 2 Hub"
  15. MurderMystery2Hub.Parent = game.Workspace
  16. MurderMystery2Hub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Main.Name = "Main"
  19. Main.Parent = MurderMystery2Hub
  20. Main.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  21. Main.Position = UDim2.new(0.409420282, 0, 0.229110509, 0)
  22. Main.Size = UDim2.new(0, 479, 0, 479)
  23. Main.Visible = false
  24. Main.Active = true
  25. Main.Draggable = true
  26.  
  27. title.Name = "title"
  28. title.Parent = Main
  29. title.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  30. title.BorderSizePixel = 0
  31. title.Size = UDim2.new(0, 479, 0, 50)
  32. title.Font = Enum.Font.SourceSans
  33. title.Text = "Murder Mystery 2 Hub"
  34. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. title.TextSize = 50.000
  36.  
  37. Signature.Name = "Signature"
  38. Signature.Parent = Main
  39. Signature.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  40. Signature.BorderSizePixel = 0
  41. Signature.Position = UDim2.new(0.494780779, 0, 0.895615876, 0)
  42. Signature.Size = UDim2.new(0, 242, 0, 50)
  43. Signature.Font = Enum.Font.SourceSans
  44. Signature.Text = "Made By Uxrg On TikTok"
  45. Signature.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. Signature.TextSize = 10.000
  47.  
  48. BubblesGUI.Name = "Bubble's GUI"
  49. BubblesGUI.Parent = Main
  50. BubblesGUI.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  51. BubblesGUI.BorderSizePixel = 0
  52. BubblesGUI.Position = UDim2.new(0.125260949, 0, 0.446764112, 0)
  53. BubblesGUI.Size = UDim2.new(0, 145, 0, 50)
  54. BubblesGUI.Font = Enum.Font.SourceSans
  55. BubblesGUI.Text = "Bubble's GUI"
  56. BubblesGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. BubblesGUI.TextSize = 25.000
  58. BubblesGUI.MouseButton1Down:connect(function()
  59. loadstring(game:HttpGet("https://pastebin.com/raw/3GknY5QJ", true))()
  60. end)
  61.  
  62.  
  63. MM2HAX.Name = "MM2 HAX"
  64. MM2HAX.Parent = Main
  65. MM2HAX.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  66. MM2HAX.BorderSizePixel = 0
  67. MM2HAX.Position = UDim2.new(0.125260949, 0, 0.233820498, 0)
  68. MM2HAX.Size = UDim2.new(0, 145, 0, 50)
  69. MM2HAX.Font = Enum.Font.SourceSans
  70. MM2HAX.Text = "MM2 HAX"
  71. MM2HAX.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. MM2HAX.TextSize = 25.000
  73. MM2HAX.MouseButton1Down:connect(function()
  74. loadstring(game:HttpGet("https://pastebin.com/raw/uLWfE0vM", true))()
  75. end)
  76.  
  77.  
  78. FlowerLilyGUI.Name = "FlowerLily GUI"
  79. FlowerLilyGUI.Parent = Main
  80. FlowerLilyGUI.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  81. FlowerLilyGUI.BorderSizePixel = 0
  82. FlowerLilyGUI.Position = UDim2.new(0.125260949, 0, 0.66388309, 0)
  83. FlowerLilyGUI.Size = UDim2.new(0, 145, 0, 50)
  84. FlowerLilyGUI.Font = Enum.Font.SourceSans
  85. FlowerLilyGUI.Text = "FlowerLily GUI"
  86. FlowerLilyGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. FlowerLilyGUI.TextSize = 25.000
  88. FlowerLilyGUI.TextWrapped = true
  89. FlowerLilyGUI.MouseButton1Down:connect(function()
  90. loadstring(game:HttpGet("https://pastebin.com/raw/XXuX12Nt", true))()
  91. end)
  92.  
  93.  
  94. close.Name = "close"
  95. close.Parent = Main
  96. close.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  97. close.Position = UDim2.new(0.895615876, 0, 0, 0)
  98. close.Size = UDim2.new(0, 50, 0, 50)
  99. close.Font = Enum.Font.SourceSans
  100. close.Text = "x"
  101. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. close.TextSize = 50.000
  103.  
  104. OpenGUI.Name = "Open GUI"
  105. OpenGUI.Parent = MurderMystery2Hub
  106. OpenGUI.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  107. OpenGUI.Position = UDim2.new(0.0659420341, 0, 0.830188692, 0)
  108. OpenGUI.Size = UDim2.new(0, 127, 0, 50)
  109. OpenGUI.Font = Enum.Font.SourceSans
  110. OpenGUI.Text = "Open"
  111. OpenGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. OpenGUI.TextSize = 35.000
  113.  
  114. -- Scripts:
  115.  
  116. local function XAJRZ_fake_script() -- close.CloseScript
  117. local script = Instance.new('LocalScript', close)
  118.  
  119. script.Parent.MouseButton1Click:Connect(function()
  120. script.Parent.Parent.Parent.Main.Visible = false
  121. end)
  122. end
  123. coroutine.wrap(XAJRZ_fake_script)()
  124. local function GYTYKTT_fake_script() -- OpenGUI.OpenScript
  125. local script = Instance.new('LocalScript', OpenGUI)
  126.  
  127. script.Parent.MouseButton1Click:Connect(function()
  128. script.Parent.Parent.Main.Visible = true
  129. end)
  130. end
  131. coroutine.wrap(GYTYKTT_fake_script)()
  132.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement