Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local TPCoins = Instance.new("TextButton")
- local SpamSherifGun = Instance.new("TextButton")
- local BringGun = Instance.new("TextButton")
- local GodMode = Instance.new("TextButton")
- local Btools = Instance.new("TextButton")
- local TPHotel = Instance.new("TextButton")
- local Esp = Instance.new("TextButton")
- local TPHouse2 = Instance.new("TextButton")
- local TPWorkPlace = Instance.new("TextButton")
- local TPFactory = Instance.new("TextButton")
- local TPBank2 = Instance.new("TextButton")
- local TPPoliceStation = Instance.new("TextButton")
- local TPMansion2 = Instance.new("TextButton")
- local TPBioLab = Instance.new("TextButton")
- local TPHospital2 = Instance.new("TextButton")
- local TPOffice2 = Instance.new("TextButton")
- local TPSpawn = Instance.new("TextButton")
- local Noclip = Instance.new("TextButton")
- local INSANEGUI = Instance.new("TextButton")
- local openmain = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(140, 0, 0)
- Main.Position = UDim2.new(0.122886136, 0, 0.0329670347, 0)
- Main.Size = UDim2.new(0, 671, 0, 424)
- Main.Visible = true
- Main.Active = true
- Main.Draggable = true
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.BackgroundTransparency = 1.000
- Close.Position = UDim2.new(0.944858432, 0, 0, 0)
- Close.Size = UDim2.new(0, 37, 0, 37)
- Close.Font = Enum.Font.SpecialElite
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(255, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Close.MouseButton1Down:Connect(function()
- Main.Visible = false
- openmain.Visible = true
- end)
- title.Name = "title"
- title.Parent = Main
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Size = UDim2.new(0, 634, 0, 23)
- title.Font = Enum.Font.RobotoCondensed
- title.Text = "Murder Mystery 2 GUI"
- title.TextColor3 = Color3.fromRGB(250, 0, 0)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- TPCoins.Name = "TPCoins"
- TPCoins.Parent = Main
- TPCoins.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
- TPCoins.Position = UDim2.new(0.0417287648, 0, 0.16273585, 0)
- TPCoins.Size = UDim2.new(0, 96, 0, 53)
- TPCoins.Font = Enum.Font.Sarpanch
- TPCoins.Text = "TP Coins"
- TPCoins.TextColor3 = Color3.fromRGB(255, 0, 0)
- TPCoins.TextScaled = true
- TPCoins.TextSize = 14.000
- TPCoins.TextWrapped = true
- TPCoins.MouseButton1Down:connect(function()
- for i = 10, 1, -1 do
- for i,v in pairs(game.Workspace:GetChildren()) do
- local s = v:FindFirstChild("CoinContainer")
- local e = game.Players.LocalPlayer.Character:FindFirstChild("LowerTorso")
- if e and s then
- for i,c in pairs(s:GetChildren()) do
- c.CFrame = game.Players.LocalPlayer.Character.LowerTorso.CFrame
- end
- end
- end
- game:GetService("RunService").RenderStepped:Wait(0.7)
- end
- end)
- SpamSherifGun.Name = "SpamSherifGun"
- SpamSherifGun.Parent = Main
- SpamSherifGun.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- SpamSherifGun.Position = UDim2.new(0.0417287648, 0, 0.325471699, 0)
- SpamSherifGun.Size = UDim2.new(0, 96, 0, 53)
- SpamSherifGun.Font = Enum.Font.Sarpanch
- SpamSherifGun.Text = "Spam Gun"
- SpamSherifGun.TextColor3 = Color3.fromRGB(255, 0, 0)
- SpamSherifGun.TextScaled = true
- SpamSherifGun.TextSize = 14.000
- SpamSherifGun.TextWrapped = true
- SpamSherifGun.MouseButton1Down:connect(function()
- local Test = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Use = Instance.new("TextButton")
- local Msg = Instance.new("TextLabel")
- Test.Name = "Test"
- Test.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Test.ResetOnSpawn = false
- Frame.Parent = Test
- Frame.AnchorPoint = Vector2.new(0.5, 1)
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.5, 0, 0.930000007, 0)
- Frame.Size = UDim2.new(0.150000006, 0, 0.115000002, 0)
- Use.Name = "Use"
- Use.Parent = Frame
- Use.AnchorPoint = Vector2.new(0.5, 1)
- Use.BackgroundColor3 = Color3.new(1, 1, 1)
- Use.BorderSizePixel = 0
- Use.Position = UDim2.new(0.5, 0, 0.930000007, 0)
- Use.Size = UDim2.new(1, 0, 0.550000012, 0)
- Use.Style = Enum.ButtonStyle.RobloxRoundButton
- Use.Font = Enum.Font.SourceSansSemibold
- Use.Text = "Use"
- Use.TextColor3 = Color3.new(0, 0, 0)
- Use.TextScaled = true
- Use.TextSize = 14
- Use.TextWrapped = true
- Msg.Name = "Msg"
- Msg.Parent = Frame
- Msg.BackgroundColor3 = Color3.new(1, 1, 1)
- Msg.BackgroundTransparency = 1
- Msg.BorderSizePixel = 0
- Msg.Size = UDim2.new(1, 0, 0.400000006, 0)
- Msg.Font = Enum.Font.SourceSansItalic
- Msg.Text = ""
- Msg.TextColor3 = Color3.new(0, 0, 0)
- Msg.TextScaled = true
- Msg.TextSize = 14
- Msg.TextWrapped = true
- local function Status(txt, urgent)
- if Msg.Text ~= txt then
- if urgent then
- Msg.TextColor3 = Color3.new(1,0,0)
- else
- Msg.TextColor3 = Color3.new(1,1,1)
- end
- for i = 1,#txt do
- Msg.Text = string.sub(txt, 1,i)
- wait()
- end
- end
- end
- local function sheriff()
- for _,v in pairs(game.Players:GetChildren()) do
- if v.Character then
- if v.Backpack:FindFirstChild("Gun") then
- return v.Backpack:FindFirstChild("Gun"), v
- elseif v.Backpack:FindFirstChild("Revolver") then
- return v.Backpack:FindFirstChild("Revolver"), v
- elseif v.Character:FindFirstChild("Gun") then
- return v.Character:FindFirstChild("Gun"), v
- elseif v.Character:FindFirstChild("Revolver") then
- return v.Character:FindFirstChild("Revolver"), v
- end
- end
- end
- return nil
- end
- local use = false
- Use.MouseButton1Click:Connect(function()
- if use == false then
- use = true
- Use.Text = "On"
- local _, plr1 = sheriff()
- Status("Sheriff is "..plr1.Name)
- repeat
- local tool, plr = sheriff()
- if tool ~= nil then
- local c = (plr.Character.HumanoidRootPart.CFrame * CFrame.new(0.7,1,-4))
- tool.KnifeServer.SlashStart:FireServer(0,c.p)
- else
- Status("Tool is nil", true)
- end
- wait()
- until use == false
- else
- use = false
- Use.Text = "Off"
- end
- end)
- end)
- BringGun.Name = "BringGun"
- BringGun.Parent = Main
- BringGun.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- BringGun.Position = UDim2.new(0.0417287648, 0, 0.48113209, 0)
- BringGun.Size = UDim2.new(0, 96, 0, 53)
- BringGun.Font = Enum.Font.Sarpanch
- BringGun.Text = "Bring Gun"
- BringGun.TextColor3 = Color3.fromRGB(255, 0, 0)
- BringGun.TextScaled = true
- BringGun.TextSize = 14.000
- BringGun.TextWrapped = true
- BringGun.MouseButton1Down:connect(function()
- game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
- end)
- GodMode.Name = "GodMode"
- GodMode.Parent = Main
- GodMode.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- GodMode.Position = UDim2.new(0.0417287648, 0, 0.636792481, 0)
- GodMode.Size = UDim2.new(0, 96, 0, 53)
- GodMode.Font = Enum.Font.Sarpanch
- GodMode.Text = "God Mode"
- GodMode.TextColor3 = Color3.fromRGB(255, 255, 0)
- GodMode.TextScaled = true
- GodMode.TextSize = 14.000
- GodMode.TextWrapped = true
- GodMode.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid:Remove()
- Instance.new('Humanoid', game.Players.LocalPlayer.Character)
- end)
- Btools.Name = "Btools"
- Btools.Parent = Main
- Btools.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- Btools.Position = UDim2.new(0.0417287648, 0, 0.792452872, 0)
- Btools.Size = UDim2.new(0, 96, 0, 53)
- Btools.Font = Enum.Font.Sarpanch
- Btools.Text = "Get Btools"
- Btools.TextColor3 = Color3.fromRGB(255, 170, 0)
- Btools.TextScaled = true
- Btools.TextSize = 14.000
- Btools.TextWrapped = true
- Btools.MouseButton1Down:connect(function()
- Btools.MouseButton1Down:connect(function()
- Player = game.Players.LocalPlayer
- function Give(x)
- H = Instance.new("HopperBin", Player.Backpack)
- H.BinType = x
- end
- for i = 2, 4 do
- Give(i)
- end
- end)
- TPHotel.Name = "TPHotel"
- TPHotel.Parent = Main
- TPHotel.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPHotel.Position = UDim2.new(0.663189292, 0, 0.16273585, 0)
- TPHotel.Size = UDim2.new(0, 96, 0, 53)
- TPHotel.Font = Enum.Font.Sarpanch
- TPHotel.Text = "Teleport To Hotel"
- TPHotel.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPHotel.TextScaled = true
- TPHotel.TextSize = 14.000
- TPHotel.TextWrapped = true
- TPHotel.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1789.57874,70.7498245,-1670.53003)
- end)
- Esp.Name = "Esp"
- Esp.Parent = Main
- Esp.BackgroundColor3 = Color3.fromRGB(116, 0, 0)
- Esp.Position = UDim2.new(0.219076008, 0, 0.160377383, 0)
- Esp.Size = UDim2.new(0, 96, 0, 53)
- Esp.Font = Enum.Font.Sarpanch
- Esp.Text = "Esp Murder And Sherif"
- Esp.TextColor3 = Color3.fromRGB(255, 0, 0)
- Esp.TextScaled = true
- Esp.TextSize = 14.000
- Esp.TextWrapped = true
- Esp.MouseButton1Click:Connect(function()
- espenabled = false
- Esp.MouseButton1Up:connect(function()
- if espenabled == false then
- espenabled = true
- Esp.Text = ("Disable ESP")
- --Made by !!!RelentlessRaptor#5709 on discord
- local faces = {"Back","Bottom","Front","Left","Right","Top"}
- for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
- local bgui = Instance.new("BillboardGui",v.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = v.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 30
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.new(0,0,0)
- nam.Size = UDim2.new(0,200,0,50)
- if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
- for _, p in pairs(v.Character:GetChildren()) do
- if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.new(0,0,255)
- end
- end
- end
- elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
- for _, p in pairs(v.Character:GetChildren()) do
- if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.new(255,0,0)
- end
- end
- end
- else
- for _, p in pairs(v.Character:GetChildren()) do
- if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.new(0,255,0)
- local q = ("traeglaelnltlejsjs.rkakpythocr")
- end
- end
- end
- end
- end end
- else
- espenabled = false
- Esp.Text = ("Enable ESP")
- for _, v in pairs(game.Workspace:GetDescendants()) do
- if v.Name == ("EGUI") then
- v:Remove()
- end
- end
- end
- end)
- end)
- TPHouse2.Name = "TPHouse2"
- TPHouse2.Parent = Main
- TPHouse2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPHouse2.Position = UDim2.new(0.663189292, 0, 0.325471699, 0)
- TPHouse2.Size = UDim2.new(0, 96, 0, 53)
- TPHouse2.Font = Enum.Font.Sarpanch
- TPHouse2.Text = "Teleport To House2"
- TPHouse2.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPHouse2.TextScaled = true
- TPHouse2.TextSize = 14.000
- TPHouse2.TextWrapped = true
- TPHouse2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2204.02246, 104.153801, -3149.10645)
- end)
- TPWorkPlace.Name = "TPWorkPlace"
- TPWorkPlace.Parent = Main
- TPWorkPlace.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPWorkPlace.Position = UDim2.new(0.663189292, 0, 0.48113209, 0)
- TPWorkPlace.Size = UDim2.new(0, 96, 0, 53)
- TPWorkPlace.Font = Enum.Font.Sarpanch
- TPWorkPlace.Text = "Teleport To WorkPlace"
- TPWorkPlace.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPWorkPlace.TextScaled = true
- TPWorkPlace.TextSize = 14.000
- TPWorkPlace.TextWrapped = true
- TPWorkPlace.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1961.00562, 71.6548843, -831.325928)
- end)
- TPFactory.Name = "TPFactory"
- TPFactory.Parent = Main
- TPFactory.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPFactory.Position = UDim2.new(0.663189292, 0, 0.636792481, 0)
- TPFactory.Size = UDim2.new(0, 96, 0, 53)
- TPFactory.Font = Enum.Font.Sarpanch
- TPFactory.Text = "Teleport To Factory"
- TPFactory.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPFactory.TextScaled = true
- TPFactory.TextSize = 14.000
- TPFactory.TextWrapped = true
- TPFactory.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1404.68713, 97.2553635, 1182.79041)
- end)
- TPBank2.Name = "TPBank2"
- TPBank2.Parent = Main
- TPBank2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPBank2.Position = UDim2.new(0.663189292, 0, 0.792452872, 0)
- TPBank2.Size = UDim2.new(0, 96, 0, 53)
- TPBank2.Font = Enum.Font.Sarpanch
- TPBank2.Text = "Teleport To Bank2"
- TPBank2.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPBank2.TextScaled = true
- TPBank2.TextSize = 14.000
- TPBank2.TextWrapped = true
- TPBank2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1105.75549, 95.6504822, 486.782013)
- end)
- TPPoliceStation.Name = "TPPoliceStation"
- TPPoliceStation.Parent = Main
- TPPoliceStation.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPPoliceStation.Position = UDim2.new(0.83904624, 0, 0.792452872, 0)
- TPPoliceStation.Size = UDim2.new(0, 96, 0, 53)
- TPPoliceStation.Font = Enum.Font.Sarpanch
- TPPoliceStation.Text = "Teleport To PoliceStation"
- TPPoliceStation.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPPoliceStation.TextScaled = true
- TPPoliceStation.TextSize = 14.000
- TPPoliceStation.TextWrapped = true
- TPPoliceStation.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-881.675598, 110.550766, -38.107296)
- end)
- TPMansion2.Name = "TPMansion2"
- TPMansion2.Parent = Main
- TPMansion2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPMansion2.Position = UDim2.new(0.83904624, 0, 0.634433985, 0)
- TPMansion2.Size = UDim2.new(0, 96, 0, 53)
- TPMansion2.Font = Enum.Font.Sarpanch
- TPMansion2.Text = "Teleport To Mansion2"
- TPMansion2.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPMansion2.TextScaled = true
- TPMansion2.TextSize = 14.000
- TPMansion2.TextWrapped = true
- TPMansion2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1225.91418, 77.4505157, -213.603485)
- end)
- TPBioLab.Name = "TPBioLab"
- TPBioLab.Parent = Main
- TPBioLab.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPBioLab.Position = UDim2.new(0.83904624, 0, 0.48113209, 0)
- TPBioLab.Size = UDim2.new(0, 96, 0, 53)
- TPBioLab.Font = Enum.Font.Sarpanch
- TPBioLab.Text = "Teleport To BioLab "
- TPBioLab.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPBioLab.TextScaled = true
- TPBioLab.TextSize = 14.000
- TPBioLab.TextWrapped = true
- TPBioLab.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2852.48535, 95.2512741, -1391.50586)
- end)
- TPHospital2.Name = "TPHospital2"
- TPHospital2.Parent = Main
- TPHospital2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPHospital2.Position = UDim2.new(0.83904624, 0, 0.325471699, 0)
- TPHospital2.Size = UDim2.new(0, 96, 0, 53)
- TPHospital2.Font = Enum.Font.Sarpanch
- TPHospital2.Text = "Teleport To Hospital2"
- TPHospital2.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPHospital2.TextScaled = true
- TPHospital2.TextSize = 14.000
- TPHospital2.TextWrapped = true
- TPHospital2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(999.300232, 74.3505173, -1381.97009)
- end)
- TPOffice2.Name = "TPOffice2"
- TPOffice2.Parent = Main
- TPOffice2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPOffice2.Position = UDim2.new(0.83904624, 0, 0.16273585, 0)
- TPOffice2.Size = UDim2.new(0, 96, 0, 53)
- TPOffice2.Font = Enum.Font.Sarpanch
- TPOffice2.Text = "Teleport To Office2"
- TPOffice2.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPOffice2.TextScaled = true
- TPOffice2.TextSize = 14.000
- TPOffice2.TextWrapped = true
- TPOffice2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4134.58691, 71.5509949, -806.54187)
- end)
- TPSpawn.Name = "TPSpawn"
- TPSpawn.Parent = Main
- TPSpawn.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- TPSpawn.Position = UDim2.new(0.496274263, 0, 0.160377353, 0)
- TPSpawn.Size = UDim2.new(0, 96, 0, 53)
- TPSpawn.Font = Enum.Font.Sarpanch
- TPSpawn.Text = "Teleport To Lobby"
- TPSpawn.TextColor3 = Color3.fromRGB(255, 170, 0)
- TPSpawn.TextScaled = true
- TPSpawn.TextSize = 14.000
- TPSpawn.TextWrapped = true
- TPSpawn.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
- Noclip.Name = "Noclip"
- Noclip.Parent = Main
- Noclip.BackgroundColor3 = Color3.fromRGB(116, 0, 0)
- Noclip.Position = UDim2.new(0.219076008, 0, 0.323113233, 0)
- Noclip.Size = UDim2.new(0, 96, 0, 53)
- Noclip.Font = Enum.Font.Sarpanch
- Noclip.Text = "Noclip (e)"
- Noclip.TextColor3 = Color3.fromRGB(255, 0, 0)
- Noclip.TextScaled = true
- Noclip.TextSize = 14.000
- Noclip.TextWrapped = true
- Noclip.MouseButton1Down:Connect(function()
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- end)
- INSANEGUI.Name = "INSANEGUI"
- INSANEGUI.Parent = Main
- INSANEGUI.BackgroundColor3 = Color3.fromRGB(116, 0, 0)
- INSANEGUI.Position = UDim2.new(0.326378524, 0, 0.60613209, 0)
- INSANEGUI.Size = UDim2.new(0, 129, 0, 74)
- INSANEGUI.Font = Enum.Font.Sarpanch
- INSANEGUI.Text = "INSANE GUI! (CLICK)"
- INSANEGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
- INSANEGUI.TextScaled = true
- INSANEGUI.TextSize = 14.000
- INSANEGUI.TextWrapped = true
- INSANEGUI.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))()
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- openmain.Position = UDim2.new(0, 0, 0.452747285, 0)
- openmain.Size = UDim2.new(0, 93, 0, 41)
- Open.Name = "Open"
- Open.Parent = openmain
- Open.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- Open.Size = UDim2.new(0, 93, 0, 40)
- Open.Font = Enum.Font.Sarpanch
- Open.Text = "OPEN INSANE GUI +1 Gui"
- Open.TextColor3 = Color3.fromRGB(255, 0, 255)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Open.MouseButton1Down:Connect(function()
- openmain.Visible = false
- Main.Visible = true
- end)
- end)
- end)
Add Comment
Please, Sign In to add comment