Skip to content

Instantly share code, notes, and snippets.

@Direnta
Created November 7, 2017 14:52
Show Gist options
  • Save Direnta/36be75374a92d3192a207fa69180fc02 to your computer and use it in GitHub Desktop.
Save Direnta/36be75374a92d3192a207fa69180fc02 to your computer and use it in GitHub Desktop.
Twisted Murder GUI
-- Objects
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local unlock = Instance.new("TextButton")
local antiexploit = Instance.new("TextButton")
local mvp = Instance.new("TextButton")
local reveal = Instance.new("TextButton")
local alwaysmurder = Instance.new("TextButton")
local Frame_2 = Instance.new("Frame")
-- Properties
ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
Frame.Parent = ScreenGui
Frame.Active = true
Frame.BackgroundColor3 = Color3.new(0, 0.447059, 0.670588)
Frame.Draggable = true
Frame.Position = UDim2.new(0.125968993, 0, 0.40697673, 0)
Frame.Size = UDim2.new(0, 245, 0, 123)
unlock.Name = "unlock"
unlock.Parent = Frame
unlock.BackgroundColor3 = Color3.new(0.623529, 0.309804, 0.937255)
unlock.Position = UDim2.new(0.0419161692, 0, 0.239999995, 0)
unlock.Size = UDim2.new(0, 102, 0, 13)
unlock.Font = Enum.Font.SourceSansBold
unlock.FontSize = Enum.FontSize.Size14
unlock.Text = "Unlock Everything"
unlock.TextSize = 14
unlock.MouseButton1Down:connect(function()
local TwistedMurderer = {}
for i, v in pairs(game.ReplicatedStorage.Shop:GetChildren()) do
for i, t in pairs(v:GetChildren()) do
t:Clone().Parent = game.Players.LocalPlayer.DATA.Backpack
end
end
end)
antiexploit.Name = "antiexploit"
antiexploit.Parent = Frame
antiexploit.BackgroundColor3 = Color3.new(0.623529, 0.309804, 0.937255)
antiexploit.Position = UDim2.new(0.525544763, 0, 0.453333318, 0)
antiexploit.Size = UDim2.new(0, 102, 0, 13)
antiexploit.Font = Enum.Font.SourceSansBold
antiexploit.FontSize = Enum.FontSize.Size14
antiexploit.Text = "Anti-Exploit"
antiexploit.TextSize = 14
antiexploit.MouseButton1Down:connect(function()
antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
while wait() do
local Player = game.Players.LocalPlayer
local Gui = Player.PlayerGui
for i,v in pairs(antiKek) do
if Gui:FindFirstChild(v) then
Gui:FindFirstChild(v):Remove()
end
end
end
end)
mvp.Name = "mvp"
mvp.Parent = Frame
mvp.BackgroundColor3 = Color3.new(0.623529, 0.309804, 0.937255)
mvp.Position = UDim2.new(0.528542697, 0, 0.239999995, 0)
mvp.Size = UDim2.new(0, 102, 0, 13)
mvp.Font = Enum.Font.SourceSansBold
mvp.FontSize = Enum.FontSize.Size14
mvp.Text = "Unlock MVP Door"
mvp.TextSize = 14
mvp.MouseButton1Down:connect(function()
Door = game.Workspace.Lobby.MVPDoor
Door.Script:Remove()
a=Door.SurfaceGui.Frame
a.bt:Remove''
a.TextLabel.Text = 'Door unlocked by '..game.Players.LocalPlayer.Name
a.TextLabel.TextLabel.Text = 'Door unlocked by '..game.Players.LocalPlayer.Name
for i,v in pairs(a.TextLabel.TextLabel:children'') do
v.Text = 'MVP Door Unlocked'
end
end)
reveal.Name = "reveal"
reveal.Parent = Frame
reveal.BackgroundColor3 = Color3.new(0.623529, 0.309804, 0.937255)
reveal.Position = UDim2.new(0.0439121425, 0, 0.453333318, 0)
reveal.Size = UDim2.new(0, 102, 0, 13)
reveal.Font = Enum.Font.SourceSansBold
reveal.FontSize = Enum.FontSize.Size14
reveal.Text = "Reveal Murder"
reveal.TextSize = 14
reveal.MouseButton1Down:connect(function()
while wait(0.1) do
local dir = game.CoreGui.RobloxGui.PlayerListContainer.ScrollList
for i,v in pairs(dir:GetChildren()) do
if game.Workspace:findFirstChild(v.Name) then
local role = game.Players[v.Name].Character:findFirstChild("Role")
if role then
if role.Value == "Sheriff" then
v.BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
elseif role.Value == "Murderer" then
v.BGFrame.PlayerName.TextColor3 = Color3.new(1, 0, 0)
else
v.BGFrame.PlayerName.TextColor3 = Color3.new(0, 1, 0)
end
end
end
end
for i,v in pairs(game.Players:GetChildren()) do
v.CharacterAdded:connect(function()
v.Character.Role.Value = "Innocent"
end)
end
end
end)
alwaysmurder.Name = "alwaysmurder"
alwaysmurder.Parent = Frame
alwaysmurder.BackgroundColor3 = Color3.new(0.623529, 0.309804, 0.937255)
alwaysmurder.Position = UDim2.new(0.244897947, 0, 0.680000007, 0)
alwaysmurder.Size = UDim2.new(0, 125, 0, 13)
alwaysmurder.Font = Enum.Font.SourceSansBold
alwaysmurder.FontSize = Enum.FontSize.Size14
alwaysmurder.Text = "Always Murderer"
alwaysmurder.TextSize = 14
alwaysmurder.MouseButton1Down:connect(function()
a=game.Players.LocalPlayer.Chance
while true do
wait()
a.Value=a.Value+100
end
end)
Frame_2.Parent = ScreenGui
Frame_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
Frame_2.Position = UDim2.new(0.125968993, 0, 0.40697673, 0)
Frame_2.Size = UDim2.new(0, 245, 0, 15)
@averiekaser
Copy link

How do I use this. Where do i paste this?

@sansmemes
Copy link

How do I use this. Where do i paste this?

in a executor

@lolollololololololollolol

How do I use this. Where do i paste this?

in a executor

can u link the executor you use pls

@smeec
Copy link

smeec commented Feb 20, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment