X_xRUSTx_X

twisted murder hax 3

Dec 17th, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. TWISTED MURDERER LEVEL 7 HACKS:
  2.  
  3. Always Murderer:
  4. a=game.Players.LocalPlayer.Chance
  5. while true do
  6. wait()
  7. a.Value=a.Value+100
  8. end
  9.  
  10. Unlock All Items:
  11. local TwistedMurderer = {}
  12. for i, v in pairs(game.ReplicatedStorage.Shop:GetChildren()) do
  13. for i, t in pairs(v:GetChildren()) do
  14. t:Clone().Parent = game.Players.LocalPlayer.DATA.Backpack
  15. end
  16. end
  17.  
  18. Unlock MVP:
  19. Door = game.Workspace.Lobby.MVPDoor
  20. Door.Script:Remove()
  21. a=Door.SurfaceGui.Frame
  22. a.bt:Remove''
  23. a.TextLabel.Text = 'Door unlocked by '..game.Players.LocalPlayer.Name
  24. a.TextLabel.TextLabel.Text = 'Door unlocked by '..game.Players.LocalPlayer.Name
  25. for i,v in pairs(a.TextLabel.TextLabel:children'') do
  26. v.Text = 'MVP Door Unlocked'
  27. end
  28.  
  29. Remove Filtering (ONLY IN T.M):
  30. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  31.  
  32. while wait() do
  33. local Player = game.Players.LocalPlayer
  34. local Gui = Player.PlayerGui
  35. for i,v in pairs(antiKek) do
  36. if Gui:FindFirstChild(v) then
  37. Gui:FindFirstChild(v):Remove()
  38. end
  39. end
  40. end
  41.  
  42. Reveal Everyones Status (Buggy):
  43. while wait(0.1) do
  44. local dir = game.CoreGui.RobloxGui.PlayerListContainer.ScrollList
  45. for i,v in pairs(dir:GetChildren()) do
  46. if game.Workspace:findFirstChild(v.Name) then
  47. local role = game.Players[v.Name].Character:findFirstChild("Role")
  48. if role then
  49. if role.Value == "Sheriff" then
  50. v.BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  51. elseif role.Value == "Murderer" then
  52. v.BGFrame.PlayerName.TextColor3 = Color3.new(1, 0, 0)
  53. else
  54. v.BGFrame.PlayerName.TextColor3 = Color3.new(0, 1, 0)
  55. end
  56. end
  57. end
  58. end
Add Comment
Please, Sign In to add comment