Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Always Murder]
- a=game.Players.LocalPlayer.Chance
- while true do
- wait()
- a.Value=a.Value+100
- end
- [Anti-Exploit]
- 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
- [Credits to give 1 person]
- plr=game.Players:FindFirstChild"NAMEOFPLAYER"
- plr.DATA.Credits.Value=plr.DATA.Credits.Value+HOWMUCHYOUWANTTOGIVE -- change + to a - if you want to remove credits instead of give
- plr.DATA.RealCredits.Value = plr.DATA.Credits.Value + HOWMUCHYOUWANTTOGIVE
- [Unlock MVP Door]
- 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
- [Player Rank Changer]
- Victim=game.Players:FindFirstChild"WHOSERANKYOUWANTTOCHANGE"
- Rank=game.Players:FindFirstChild"WHOSERANKTOCHANGEITTO"
- Victim.DataString.RobloxLocked=true
- Rank.DataString.RobloxLocked=true
- Victim.DataString.Value=Rank.DataString.Value
- [Player Revealer]
- 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
- [UnlockEveryThing]
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement