Advertisement
DuckyHacks4Sale

Twisted Murderer Scripts(Updated 10-31-16)(ROBLOX)

Nov 2nd, 2016
2,572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. [Always Murder]
  2. a=game.Players.LocalPlayer.Chance
  3. while true do
  4. wait()
  5. a.Value=a.Value+100
  6. end
  7.  
  8. [Anti-Exploit]
  9. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  10.  
  11. while wait() do
  12. local Player = game.Players.LocalPlayer
  13. local Gui = Player.PlayerGui
  14. for i,v in pairs(antiKek) do
  15. if Gui:FindFirstChild(v) then
  16. Gui:FindFirstChild(v):Remove()
  17. end
  18. end
  19. end
  20.  
  21. [Credits to give 1 person]
  22. plr=game.Players:FindFirstChild"NAMEOFPLAYER"
  23. plr.DATA.Credits.Value=plr.DATA.Credits.Value+HOWMUCHYOUWANTTOGIVE -- change + to a - if you want to remove credits instead of give
  24. plr.DATA.RealCredits.Value = plr.DATA.Credits.Value + HOWMUCHYOUWANTTOGIVE
  25.  
  26. [Unlock MVP Door]
  27. Door = game.Workspace.Lobby.MVPDoor
  28. Door.Script:Remove()
  29. a=Door.SurfaceGui.Frame
  30. a.bt:Remove''
  31. a.TextLabel.Text = 'Door unlocked by '..game.Players.LocalPlayer.Name
  32. a.TextLabel.TextLabel.Text = 'Door unlocked by '..game.Players.LocalPlayer.Name
  33. for i,v in pairs(a.TextLabel.TextLabel:children'') do
  34. v.Text = 'MVP Door Unlocked'
  35. end
  36.  
  37. [Player Rank Changer]
  38. Victim=game.Players:FindFirstChild"WHOSERANKYOUWANTTOCHANGE"
  39. Rank=game.Players:FindFirstChild"WHOSERANKTOCHANGEITTO"
  40.  
  41. Victim.DataString.RobloxLocked=true
  42. Rank.DataString.RobloxLocked=true
  43.  
  44. Victim.DataString.Value=Rank.DataString.Value
  45.  
  46. [Player Revealer]
  47. while wait(0.1) do
  48. local dir = game.CoreGui.RobloxGui.PlayerListContainer.ScrollList
  49. for i,v in pairs(dir:GetChildren()) do
  50. if game.Workspace:findFirstChild(v.Name) then
  51. local role = game.Players[v.Name].Character:findFirstChild("Role")
  52. if role then
  53. if role.Value == "Sheriff" then
  54. v.BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  55. elseif role.Value == "Murderer" then
  56. v.BGFrame.PlayerName.TextColor3 = Color3.new(1, 0, 0)
  57. else
  58. v.BGFrame.PlayerName.TextColor3 = Color3.new(0, 1, 0)
  59. end
  60. end
  61. end
  62. end
  63. for i,v in pairs(game.Players:GetChildren()) do
  64. v.CharacterAdded:connect(function()
  65. v.Character.Role.Value = "Innocent"
  66. end)
  67. end
  68. end
  69.  
  70. [UnlockEveryThing]
  71. local TwistedMurderer = {}
  72. for i, v in pairs(game.ReplicatedStorage.Shop:GetChildren()) do
  73. for i, t in pairs(v:GetChildren()) do
  74. t:Clone().Parent = game.Players.LocalPlayer.DATA.Backpack
  75. end
  76. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement