Advertisement
43Bullets

MM2 GUI

Apr 16th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. --Scripted by 43Bullets aka ARedbidderr
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local UICorner = Instance.new("UICorner")
  7. local TextButton = Instance.new("TextButton")
  8. local UICorner_2 = Instance.new("UICorner")
  9. local UICorner_3 = Instance.new("UICorner")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local UICorner_4 = Instance.new("UICorner")
  12. local UIGradient = Instance.new("UIGradient")
  13. local TextButton_2 = Instance.new("TextButton")
  14. local UICorner_5 = Instance.new("UICorner")
  15. local TextButton_3 = Instance.new("TextButton")
  16. local UICorner_6 = Instance.new("UICorner")
  17.  
  18. --2
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22. ScreenGui.ResetOnSpawn = false
  23.  
  24. Frame.Parent = ScreenGui
  25. Frame.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  26. Frame.Position = UDim2.new(0.093788065, 0, 0.126953125, 0)
  27. Frame.Size = UDim2.new(0, 527, 0, 280)
  28.  
  29. TextLabel.Parent = Frame
  30. TextLabel.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  31. TextLabel.Size = UDim2.new(0, 527, 0, 50)
  32. TextLabel.Font = Enum.Font.SourceSans
  33. TextLabel.Text = "Synxo's MM2 GUI"
  34. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. TextLabel.TextSize = 30.000
  36.  
  37. UICorner.Parent = TextLabel
  38.  
  39. TextButton.Parent = Frame
  40. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. TextButton.Position = UDim2.new(0.0265654624, 0, 0.235714287, 0)
  42. TextButton.Size = UDim2.new(0, 200, 0, 50)
  43. TextButton.AutoButtonColor = false
  44. TextButton.Font = Enum.Font.SourceSans
  45. TextButton.Text = "Lucidity"
  46. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. TextButton.TextSize = 20.000
  48.  
  49. UICorner_2.Parent = TextButton
  50.  
  51. UICorner_3.Parent = Frame
  52.  
  53. TextLabel_2.Parent = Frame
  54. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. TextLabel_2.Position = UDim2.new(0.373814046, 0, 0.764285743, 0)
  56. TextLabel_2.Size = UDim2.new(0, 132, 0, 50)
  57. TextLabel_2.Font = Enum.Font.SourceSans
  58. TextLabel_2.Text = "w02#2226"
  59. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. TextLabel_2.TextSize = 20.000
  61.  
  62. UICorner_4.Parent = TextLabel_2
  63.  
  64. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(38, 0, 255)), ColorSequenceKeypoint.new(0.51, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(0.83, Color3.fromRGB(90, 61, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0))}
  65. UIGradient.Parent = TextLabel_2
  66.  
  67. TextButton_2.Parent = Frame
  68. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. TextButton_2.Position = UDim2.new(0.599620461, 0, 0.235714287, 0)
  70. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  71. TextButton_2.AutoButtonColor = false
  72. TextButton_2.Font = Enum.Font.SourceSans
  73. TextButton_2.Text = "OP GUI"
  74. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. TextButton_2.TextSize = 20.000
  76.  
  77. UICorner_5.Parent = TextButton_2
  78.  
  79. TextButton_3.Parent = Frame
  80. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. TextButton_3.Position = UDim2.new(0.0265654325, 0, 0.514285684, 0)
  82. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  83. TextButton_3.AutoButtonColor = false
  84. TextButton_3.Font = Enum.Font.SourceSans
  85. TextButton_3.Text = "Vynixiu"
  86. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. TextButton_3.TextSize = 20.000
  88.  
  89. UICorner_6.Parent = TextButton_3
  90.  
  91. -- Scripts:
  92.  
  93. local function CKRSG_fake_script() -- Frame.Dragify
  94. local script = Instance.new('LocalScript', Frame)
  95.  
  96. local UIS = game:GetService("UserInputService")
  97. function dragify(Frame)
  98. dragToggle = nil
  99. local dragSpeed = 0.0005
  100. dragInput = nil
  101. dragStart = nil
  102. local dragPos = nil
  103. function updateInput(input)
  104. local Delta = input.Position - dragStart
  105. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  106. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  107. end
  108. Frame.InputBegan:Connect(function(input)
  109. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  110. dragToggle = true
  111. dragStart = input.Position
  112. startPos = Frame.Position
  113. input.Changed:Connect(function()
  114. if input.UserInputState == Enum.UserInputState.End then
  115. dragToggle = false
  116. end
  117. end)
  118. end
  119. end)
  120. Frame.InputChanged:Connect(function(input)
  121. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  122. dragInput = input
  123. end
  124. end)
  125. game:GetService("UserInputService").InputChanged:Connect(function(input)
  126. if input == dragInput and dragToggle then
  127. updateInput(input)
  128. end
  129. end)
  130. end
  131.  
  132. dragify(script.Parent)
  133. end
  134. coroutine.wrap(CKRSG_fake_script)()
  135. local function FDNJNC_fake_script() -- Frame.LocalScript
  136. local script = Instance.new('LocalScript', Frame)
  137.  
  138. while true do
  139. for a = 1,360,1 do
  140. wait(0.1)
  141. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  142. end
  143. end
  144.  
  145. end
  146. coroutine.wrap(FDNJNC_fake_script)()
  147. local function AXDRSAJ_fake_script() -- TextButton.LocalScript
  148. local script = Instance.new('LocalScript', TextButton)
  149.  
  150. while true do
  151. for a = 1,360,1 do
  152. wait(0.01)
  153. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  154. end
  155. end
  156.  
  157. end
  158. coroutine.wrap(AXDRSAJ_fake_script)()
  159. local function RQUAIZK_fake_script() -- TextButton.Script
  160. local script = Instance.new('Script', TextButton)
  161.  
  162. script.Parent.MouseButton1Click:Connect(function()
  163. loadstring(game:HttpGet('https://pastebin.com/raw/NwbndAwB'))()
  164. end)
  165. end
  166. coroutine.wrap(RQUAIZK_fake_script)()
  167. local function CCUT_fake_script() -- TextButton_2.Script
  168. local script = Instance.new('Script', TextButton_2)
  169.  
  170. script.Parent.MouseButton1Click:Connect(function()
  171. loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
  172. end)
  173. end
  174. coroutine.wrap(CCUT_fake_script)()
  175. local function ZMOZDI_fake_script() -- TextButton_2.LocalScript
  176. local script = Instance.new('LocalScript', TextButton_2)
  177.  
  178. while true do
  179. for a = 1,360,1 do
  180. wait(0.01)
  181. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  182. end
  183. end
  184.  
  185. end
  186. coroutine.wrap(ZMOZDI_fake_script)()
  187. local function WQGPF_fake_script() -- TextButton_3.Script
  188. local script = Instance.new('Script', TextButton_3)
  189.  
  190. script.Parent.MouseButton1Click:Connect(function()
  191. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  192. end)
  193. end
  194. coroutine.wrap(WQGPF_fake_script)()
  195. local function WKMJTNS_fake_script() -- TextButton_3.LocalScript
  196. local script = Instance.new('LocalScript', TextButton_3)
  197.  
  198. while true do
  199. for a = 1,360,1 do
  200. wait(0.01)
  201. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  202. end
  203. end
  204.  
  205. end
  206. coroutine.wrap(WKMJTNS_fake_script)()
  207.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement