Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Scripted by 43Bullets aka ARedbidderr
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local UICorner = Instance.new("UICorner")
- local TextButton = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local UICorner_3 = Instance.new("UICorner")
- local TextLabel_2 = Instance.new("TextLabel")
- local UICorner_4 = Instance.new("UICorner")
- local UIGradient = Instance.new("UIGradient")
- local TextButton_2 = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local TextButton_3 = Instance.new("TextButton")
- local UICorner_6 = Instance.new("UICorner")
- --2
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
- Frame.Position = UDim2.new(0.093788065, 0, 0.126953125, 0)
- Frame.Size = UDim2.new(0, 527, 0, 280)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
- TextLabel.Size = UDim2.new(0, 527, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Synxo's MM2 GUI"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 30.000
- UICorner.Parent = TextLabel
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.Position = UDim2.new(0.0265654624, 0, 0.235714287, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.AutoButtonColor = false
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Lucidity"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 20.000
- UICorner_2.Parent = TextButton
- UICorner_3.Parent = Frame
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.Position = UDim2.new(0.373814046, 0, 0.764285743, 0)
- TextLabel_2.Size = UDim2.new(0, 132, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "w02#2226"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 20.000
- UICorner_4.Parent = TextLabel_2
- 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))}
- UIGradient.Parent = TextLabel_2
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.Position = UDim2.new(0.599620461, 0, 0.235714287, 0)
- TextButton_2.Size = UDim2.new(0, 200, 0, 50)
- TextButton_2.AutoButtonColor = false
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "OP GUI"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextSize = 20.000
- UICorner_5.Parent = TextButton_2
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.Position = UDim2.new(0.0265654325, 0, 0.514285684, 0)
- TextButton_3.Size = UDim2.new(0, 200, 0, 50)
- TextButton_3.AutoButtonColor = false
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "Vynixiu"
- TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.TextSize = 20.000
- UICorner_6.Parent = TextButton_3
- -- Scripts:
- local function CKRSG_fake_script() -- Frame.Dragify
- local script = Instance.new('LocalScript', Frame)
- local UIS = game:GetService("UserInputService")
- function dragify(Frame)
- dragToggle = nil
- local dragSpeed = 0.0005
- dragInput = nil
- dragStart = nil
- local dragPos = nil
- function updateInput(input)
- local Delta = input.Position - dragStart
- local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
- game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
- end
- Frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
- dragToggle = true
- dragStart = input.Position
- startPos = Frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- Frame.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- game:GetService("UserInputService").InputChanged:Connect(function(input)
- if input == dragInput and dragToggle then
- updateInput(input)
- end
- end)
- end
- dragify(script.Parent)
- end
- coroutine.wrap(CKRSG_fake_script)()
- local function FDNJNC_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(FDNJNC_fake_script)()
- local function AXDRSAJ_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- while true do
- for a = 1,360,1 do
- wait(0.01)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(AXDRSAJ_fake_script)()
- local function RQUAIZK_fake_script() -- TextButton.Script
- local script = Instance.new('Script', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/NwbndAwB'))()
- end)
- end
- coroutine.wrap(RQUAIZK_fake_script)()
- local function CCUT_fake_script() -- TextButton_2.Script
- local script = Instance.new('Script', TextButton_2)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
- end)
- end
- coroutine.wrap(CCUT_fake_script)()
- local function ZMOZDI_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- while true do
- for a = 1,360,1 do
- wait(0.01)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(ZMOZDI_fake_script)()
- local function WQGPF_fake_script() -- TextButton_3.Script
- local script = Instance.new('Script', TextButton_3)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
- end)
- end
- coroutine.wrap(WQGPF_fake_script)()
- local function WKMJTNS_fake_script() -- TextButton_3.LocalScript
- local script = Instance.new('LocalScript', TextButton_3)
- while true do
- for a = 1,360,1 do
- wait(0.01)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(WKMJTNS_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement