Advertisement
Guest User

MM2 Script Hubs

a guest
Jun 5th, 2022
1,289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.23 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local C00LSPLOIT = Instance.new("ScreenGui")
  7. local LoginFrame = Instance.new("Frame")
  8. local username = Instance.new("TextBox")
  9. local password = Instance.new("TextBox")
  10. local Enter = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local C00lsploitframe = Instance.new("Frame")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextButton2 = Instance.new("TextButton")
  15. local TextButton3 = Instance.new("TextButton")
  16. local TextButton4 = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. C00LSPLOIT.Name = "C00LSPLOIT"
  21. C00LSPLOIT.Parent = game.CoreGui
  22. C00LSPLOIT.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. LoginFrame.Name = "LoginFrame"
  25. LoginFrame.Parent = C00LSPLOIT
  26. LoginFrame.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  27. LoginFrame.Position = UDim2.new(0.0290827733, 0, 0.0476190485, 0)
  28. LoginFrame.Size = UDim2.new(0, 276, 0, 345)
  29. LoginFrame.Active = true
  30. LoginFrame.Draggable = true
  31.  
  32. username.Name = "username"
  33. username.Parent = LoginFrame
  34. username.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  35. username.BorderSizePixel = 0
  36. username.Position = UDim2.new(0.0737681165, 0, 0.324637681, 0)
  37. username.Size = UDim2.new(0, 234, 0, 49)
  38. username.Font = Enum.Font.SourceSansSemibold
  39. username.Text = "Key"
  40. username.TextColor3 = Color3.fromRGB(202, 202, 202)
  41. username.TextSize = 48.000
  42.  
  43. password.Name = "password"
  44. password.Parent = LoginFrame
  45. password.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  46. password.BorderSizePixel = 0
  47. password.Position = UDim2.new(0.073768124, 0, 0.585507214, 0)
  48. password.Size = UDim2.new(0, 235, 0, 49)
  49. password.Font = Enum.Font.SourceSans
  50. password.Text = "KeyCode"
  51. password.TextColor3 = Color3.fromRGB(202, 202, 202)
  52. password.TextSize = 35.000
  53.  
  54. Enter.Name = "Enter"
  55. Enter.Parent = LoginFrame
  56. Enter.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  57. Enter.Position = UDim2.new(0.275362313, 0, 0.797101438, 0)
  58. Enter.Size = UDim2.new(0, 123, 0, 39)
  59. Enter.Font = Enum.Font.SourceSans
  60. Enter.Text = "Enter"
  61. Enter.TextColor3 = Color3.fromRGB(202, 202, 202)
  62. Enter.TextSize = 38.000
  63. Enter.MouseButton1Down:connect(function()
  64.     if username.Text == "Atmos" and password.Text == "DataStore" then
  65.         LoginFrame.Visible = false
  66.         C00lsploitframe.Visible = true
  67.     end
  68. end)
  69.  
  70. TextLabel.Parent = LoginFrame
  71. TextLabel.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  72. TextLabel.BorderSizePixel = 0
  73. TextLabel.Size = UDim2.new(0, 276, 0, 50)
  74. TextLabel.Font = Enum.Font.SourceSans
  75. TextLabel.Text = "Login V1 ~ Made by COOLSPLOIT"
  76. TextLabel.TextColor3 = Color3.fromRGB(234, 234, 234)
  77. TextLabel.TextSize = 21.000
  78.  
  79. C00lsploitframe.Name = "C00lsploit frame"
  80. C00lsploitframe.Parent = C00LSPLOIT
  81. C00lsploitframe.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  82. C00lsploitframe.BorderSizePixel = 0
  83. C00lsploitframe.Position = UDim2.new(0.520208597, 0, 0.142276764, 0)
  84. C00lsploitframe.Size = UDim2.new(0, 245, 0, 345)
  85. C00lsploitframe.Visible = false
  86. C00lsploitframe.Active = true
  87. C00lsploitframe.Draggable = true
  88.  
  89. TextLabel_2.Parent = C00lsploitframe
  90. TextLabel_2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  91. TextLabel_2.BorderSizePixel = 0
  92. TextLabel_2.Size = UDim2.new(0, 245, 0, 50)
  93. TextLabel_2.Font = Enum.Font.SourceSans
  94. TextLabel_2.Text = "Welcome ~ MM2 Gui Made by COOLSPLOIT"
  95. TextLabel_2.TextColor3 = Color3.fromRGB(214, 214, 214)
  96. TextLabel_2.TextSize = 15.000
  97.  
  98. TextButton2.Name = "TextButton2"
  99. TextButton2.Parent = C00lsploitframe
  100. TextButton2.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  101. TextButton2.Position = UDim2.new(0.0897959173, 0, 0.240579709, 0)
  102. TextButton2.Size = UDim2.new(0, 200, 0, 50)
  103. TextButton2.Font = Enum.Font.SourceSans
  104. TextButton2.Text = "Open Script ~ C00LSPLOITS"
  105. TextButton2.TextColor3 = Color3.fromRGB(200, 200, 200)
  106. TextButton2.TextSize = 19.000
  107.  
  108. TextButton3.Name = "TextButton3"
  109. TextButton3.Parent = C00lsploitframe
  110. TextButton3.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  111. TextButton3.Position = UDim2.new(0.0897959173, 0, 0.472463787, 0)
  112. TextButton3.Size = UDim2.new(0, 200, 0, 50)
  113. TextButton3.Font = Enum.Font.SourceSans
  114. TextButton3.Text = "Open Script ~ C00LSPLOITS"
  115. TextButton3.TextColor3 = Color3.fromRGB(200, 200, 200)
  116. TextButton3.TextSize = 19.000
  117. TextButton3.MouseButton1Down:connect(function()
  118.     repeat wait() until game.Players.LocalPlayer.Character
  119.     url = "https://raw.githubusercontent.com/xennyy/Xenny-Ware/main/loader.lua"
  120.     loadstring(game:HttpGet(url))()
  121. end)
  122.  
  123. TextButton4.Name = "TextButton4"
  124. TextButton4.Parent = C00lsploitframe
  125. TextButton4.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  126. TextButton4.Position = UDim2.new(0.0897959173, 0, 0.698550761, 0)
  127. TextButton4.Size = UDim2.new(0, 200, 0, 50)
  128. TextButton4.Font = Enum.Font.SourceSans
  129. TextButton4.Text = "Open Script ~ C00LSPLOITS"
  130. TextButton4.TextColor3 = Color3.fromRGB(200, 200, 200)
  131. TextButton4.TextSize = 19.000
  132. TextButton4.MouseButton1Down:connect(function()
  133.     loadstring(game:HttpGet(('https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script'),true))()
  134. end)
  135.  
  136. -- Scripts:
  137.  
  138. local function QIWFEZ_fake_script() -- C00lsploitframe.DraggableGUI
  139.     local script = Instance.new('LocalScript', C00lsploitframe)
  140.  
  141.     local UserInputService = game:GetService("UserInputService")
  142.    
  143.     local gui = script.Parent
  144.    
  145.     local dragging
  146.     local dragInput
  147.     local dragStart
  148.     local startPos
  149.    
  150.     local function update(input)
  151.         local delta = input.Position - dragStart
  152.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  153.     end
  154.    
  155.     gui.InputBegan:Connect(function(input)
  156.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  157.             dragging = true
  158.             dragStart = input.Position
  159.             startPos = gui.Position
  160.            
  161.             input.Changed:Connect(function()
  162.                 if input.UserInputState == Enum.UserInputState.End then
  163.                     dragging = false
  164.                 end
  165.             end)
  166.         end
  167.     end)
  168.    
  169.     gui.InputChanged:Connect(function(input)
  170.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  171.             dragInput = input
  172.         end
  173.     end)
  174.    
  175.     UserInputService.InputChanged:Connect(function(input)
  176.         if input == dragInput and dragging then
  177.             if gui.Visible then
  178.                 update(input)
  179.             end
  180.         end
  181.     end)
  182. end
  183. coroutine.wrap(QIWFEZ_fake_script)()
  184.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement