Advertisement
DragonSploitsYT

Murder Mystery 2 OP Script

Feb 25th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.87 KB | None | 0 0
  1. local Plrs = game:GetService("Players");
  2. local Run = game:GetService("RunService");
  3. local CoreGui = game:GetService("CoreGui");
  4. local StartGui = game:GetService("StarterGui");
  5. local Teams = game:GetService("Teams");
  6. local UserInput = game:GetService("UserInputService");
  7. local Light = game:GetService("Lighting");
  8. local Workspace = game:GetService("Workspace");
  9. local CoreGui = game:GetService("CoreGui");
  10. local Players = game:GetService("Players");
  11.  
  12. local secret953 = secret953 or debug.getupvalues;
  13. local secret500 = secret500 or debug.setupvalue;
  14. local getreg = getreg or debug.getregistry;
  15.  
  16. plr = game.Players.LocalPlayer ;
  17. hum = plr.Character.HumanoidRootPart
  18. mouse = plr:GetMouse();
  19. espenabled = false;
  20. pcall(function()
  21. game.CoreGui.MurderLx:Destroy()
  22. end)
  23.  
  24. local cam = workspace.CurrentCamera
  25. local blur = Instance.new("BlurEffect")
  26. blur.Size = 40
  27. blur.Parent = cam
  28. blur.Enabled = true
  29.  
  30. local Rendering = {
  31. MurderSheriffESP = false,
  32. NameESP = false,
  33. UserESP = false,
  34. }
  35.  
  36.  
  37. local User = {
  38. SpeedHax = false,
  39. JumpHax = false,
  40. GravityHax = false,
  41. GodModeHax = false,
  42. CoinsXX = false,
  43. CTP = false,
  44. }
  45.  
  46. local Teleport = {
  47. L = false,
  48. }
  49.  
  50. local ULog = {
  51. ["Info"] = "Murder Mystery GUI, remastered, version 3.4, Made by ThisW0ntGetBanned, Discord: https://discord.gg/MyjGtee",
  52. ["Date"] = "3/26/19"
  53. }
  54.  
  55. function GetPlayers( ... )
  56. for i, v in pairs(game.Players:GetChildren()) do
  57. warn(i,v)
  58. end
  59. end
  60. --[[Local Character Functions]]--
  61. function CreateGod( ... )
  62. if GodMode.Text == "GodeMode: OFF" then
  63. GodMode.Text = "GodeMode: ON"
  64. GodMode.TextColor3 = Color3.new(0,185,0)
  65. game.Players.LocalPlayer.Character.Humanoid:Remove()
  66. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  67. elseif
  68. GodMode.Text == "GodMode: ON" then
  69. GodMode.Text = "GodMode: ERORR"--LOL :)
  70. GodMode.TextColor3 = Color3.new(170,0,0)
  71. end
  72. end
  73.  
  74. function CreateGrav( ... )
  75. if Gravity.Text == "Gravity Hax: OFF" then
  76. Gravity.Text = "Gravity Hax: ON"
  77. game.Workspace.Gravity = 80
  78. Gravity.TextColor3 = Color3.new(0,185,0)
  79. elseif
  80. Gravity.Text == "Gravity Hax: ON" then
  81. game.Workspace.Gravity = 196.2
  82. Gravity.Text = "Gravity Hax: OFF"
  83. Gravity.TextColor3 = Color3.new(170,0,0)
  84. end
  85. end
  86.  
  87. function CreateSpeed( ... )
  88. if Speed.Text == "Speed Hax: OFF" then
  89. Speed.Text = "Speed Hax: ON"
  90. Speed.TextColor3 = Color3.new(0,185,0)
  91. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  92. elseif
  93. Speed.Text == "Speed Hax: ON" then
  94. Speed.Text = "Speed Hax: OFF"
  95. Speed.TextColor3 = Color3.new(170,0,0)
  96. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  97. end
  98. end
  99.  
  100. function CreateJump( ... )
  101. if Jump.Text == "Jump Hax: OFF" then
  102. Jump.Text = "Jump Hax: ON"
  103. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  104. Jump.TextColor3 = Color3.new(0,185,0)
  105. elseif
  106. Jump.Text == "Jump Hax: ON" then
  107. Jump.Text = "Jump Hax: OFF"
  108. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  109. Jump.TextColor3 = Color3.new(170,0,0)
  110. end
  111. end
  112.  
  113. function CreateCoins( ... )
  114. for i, v in pairs(game.Workspace:GetDescendants()) do
  115. if v.Name == "Coin" then
  116. v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  117. end
  118. end
  119. end
  120.  
  121. function CreateCLickTP( ... )
  122. mouse.KeyDown:connect(function(key)
  123. if key == "e" then
  124. if mouse.Target then
  125. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  126. end
  127. end
  128. end)
  129. end
  130.  
  131. --[[Rendering Functions]]--
  132.  
  133. function CreateSherrifMurderESP( ... )
  134. -- body
  135. end
  136.  
  137. function CreateNames( ... )
  138. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  139.  
  140. local enabledesp = false
  141.  
  142. function CreateESP(plr)
  143.  
  144. if plr ~= nil then
  145.  
  146. local GetChar = plr.Character
  147. if not GetChar then return end
  148.  
  149. local GetHead do
  150.  
  151. repeat wait() until GetChar:FindFirstChild("Head")
  152.  
  153. end
  154. GetHead = GetChar.Head
  155.  
  156. local bb = Instance.new("BillboardGui", Important.CoreGui)
  157. bb.Adornee = GetHead
  158. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  159. bb.AlwaysOnTop = true
  160. bb.Size = UDim2.new(0, 5, 0, 5)
  161. bb.StudsOffset = Vector3.new(0, 3, 0)
  162. bb.Name = "ESP_PLAYER_" .. plr.Name
  163.  
  164. local displayframe = Instance.new("Frame", bb)
  165. displayframe.ZIndex = 10
  166. displayframe.BackgroundTransparency = 1
  167. displayframe.Size = UDim2.new(1,0,1,0)
  168.  
  169. local name = Instance.new("TextLabel", displayframe)
  170. name.Name = "Name"
  171. name.ZIndex = 10
  172. name.Text = plr.Name
  173. name.Visible = true
  174. name.TextColor3 = Color3.new(255, 0, 255)
  175. name.BackgroundTransparency = 1
  176. name.Size = UDim2.new(1,0,10,0)
  177. name.Font = Enum.Font.SourceSansLight
  178. name.TextSize = 20
  179. name.TextStrokeTransparency = .5
  180.  
  181. end
  182.  
  183. end
  184.  
  185.  
  186. for i,v in pairs(Important.Players:GetChildren()) do
  187. if game.GameId == 1320186298 then return end
  188. CreateESP(v)
  189.  
  190. end
  191. end
  192. --[[Teleportation]]--
  193. function CreateLobby( ... )
  194. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  195. end
  196.  
  197. function CreateGun( ... )
  198. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  199. end
  200.  
  201. --[[Quick Put Together Autofarm, don't fucking touch Headless]]--
  202. function AutoFarmCoins( ... )
  203. local AutoF = true
  204. repeat
  205. for i, v in pairs(game.Workspace:GetDescendants()) do
  206. if v.Name == "Coin_Server" then
  207. v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  208. end
  209. end
  210. wait(0.1)
  211. warn("Farming nigga")
  212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  213. until AutoF == false
  214. end
  215.  
  216. function RemoveFarm( ... )
  217. AutoF = false
  218. end
  219.  
  220. function FailedStatus( ... )
  221. RemoveFarm()
  222. TextLabel.Text = 'Status: OFF'
  223. TextLabel.TextColor3 = Color3.new(170,0,0)
  224. warn("Nigga Stopped Farming Coins, what a loser")
  225. end
  226.  
  227. local MurderLx = Instance.new("ScreenGui")
  228. local MainFrame = Instance.new("Frame")
  229. local LocalFrame = Instance.new("Frame")
  230. local LocalTitle = Instance.new("TextLabel")
  231. local Speed = Instance.new("TextButton")
  232. local Gravity = Instance.new("TextButton")
  233. local Coins = Instance.new("TextButton")
  234. local Jump = Instance.new("TextButton")
  235. local GodMode = Instance.new("TextButton")
  236. local ClickTP = Instance.new("TextButton")
  237. local TeleportFrame = Instance.new("Frame")
  238. local TPTItle = Instance.new("TextLabel")
  239. local GTP = Instance.new("TextButton")
  240. local TPL = Instance.new("TextButton")
  241. local UpdateFrame = Instance.new("Frame")
  242. local UpdateTitle = Instance.new("TextLabel")
  243. local Update1 = Instance.new("TextLabel")
  244. local Update2 = Instance.new("TextLabel")
  245. local VisualFrame = Instance.new("Frame")
  246. local VisualTitle = Instance.new("TextLabel")
  247. local MSESP = Instance.new("TextButton")
  248. local NESP = Instance.new("TextButton")
  249. local Credits = Instance.new("TextLabel")
  250. local WaterMark = Instance.new("TextLabel")
  251. local AutoMurder = Instance.new("Frame")
  252. local FarmTitle = Instance.new("TextLabel")
  253. local AutoFarmXd = Instance.new("TextButton")
  254. local TextLabel = Instance.new("TextLabel")
  255. local Toggle = Instance.new("TextButton")
  256.  
  257. MurderLx.Name = "MurderLx"
  258. MurderLx.Parent = game.CoreGui
  259.  
  260. MainFrame.Name = "MainFrame"
  261. MainFrame.Parent = MurderLx
  262. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  263. MainFrame.BackgroundTransparency = 1
  264. MainFrame.Position = UDim2.new(0.412844032, 0, 0.415244609, 0)
  265. MainFrame.Size = UDim2.new(0, 100, 0, 100)
  266.  
  267. LocalFrame.Name = "LocalFrame"
  268. LocalFrame.Parent = MainFrame
  269. LocalFrame.Active = true
  270. LocalFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  271. LocalFrame.BackgroundTransparency = 0.20000000298023
  272. LocalFrame.BorderSizePixel = 0
  273. LocalFrame.Position = UDim2.new(-3.48978591, 0, -3.01718998, 0)
  274. LocalFrame.Selectable = true
  275. LocalFrame.Size = UDim2.new(0, 241, 0, 362)
  276.  
  277. LocalTitle.Name = "LocalTitle"
  278. LocalTitle.Parent = LocalFrame
  279. LocalTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  280. LocalTitle.BackgroundTransparency = 1
  281. LocalTitle.BorderSizePixel = 0
  282. LocalTitle.Size = UDim2.new(0, 241, 0, 50)
  283. LocalTitle.Font = Enum.Font.SourceSansSemibold
  284. LocalTitle.Text = "Local User"
  285. LocalTitle.TextColor3 = Color3.new(1, 1, 1)
  286. LocalTitle.TextSize = 25
  287.  
  288. Speed.Name = "Speed"
  289. Speed.Parent = LocalFrame
  290. Speed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  291. Speed.BackgroundTransparency = 1
  292. Speed.BorderSizePixel = 0
  293. Speed.Position = UDim2.new(0, 0, 0.136924356, 0)
  294. Speed.Size = UDim2.new(0, 241, 0, 40)
  295. Speed.Font = Enum.Font.SourceSans
  296. Speed.Text = "Speed Hax: OFF"
  297. Speed.TextColor3 = Color3.new(1, 1, 1)
  298. Speed.TextSize = 19
  299.  
  300. Gravity.Name = "Gravity"
  301. Gravity.Parent = LocalFrame
  302. Gravity.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  303. Gravity.BackgroundTransparency = 1
  304. Gravity.BorderSizePixel = 0
  305. Gravity.Position = UDim2.new(0, 0, 0.270816833, 0)
  306. Gravity.Size = UDim2.new(0, 241, 0, 40)
  307. Gravity.Font = Enum.Font.SourceSans
  308. Gravity.Text = "Gravity Hax: OFF"
  309. Gravity.TextColor3 = Color3.new(1, 1, 1)
  310. Gravity.TextSize = 19
  311.  
  312. Coins.Name = "Coins"
  313. Coins.Parent = LocalFrame
  314. Coins.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  315. Coins.BackgroundTransparency = 1
  316. Coins.BorderSizePixel = 0
  317. Coins.Position = UDim2.new(0, 0, 0.406766862, 0)
  318. Coins.Size = UDim2.new(0, 241, 0, 40)
  319. Coins.Font = Enum.Font.SourceSans
  320. Coins.Text = "Telelport Coins"
  321. Coins.TextColor3 = Color3.new(1, 1, 1)
  322. Coins.TextSize = 19
  323.  
  324. Jump.Name = "Jump"
  325. Jump.Parent = LocalFrame
  326. Jump.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  327. Jump.BackgroundTransparency = 1
  328. Jump.BorderSizePixel = 0
  329. Jump.Position = UDim2.new(0, 0, 0.542075634, 0)
  330. Jump.Size = UDim2.new(0, 241, 0, 40)
  331. Jump.Font = Enum.Font.SourceSans
  332. Jump.Text = "Jump Hax: OFF"
  333. Jump.TextColor3 = Color3.new(1, 1, 1)
  334. Jump.TextSize = 19
  335.  
  336. GodMode.Name = "GodMode"
  337. GodMode.Parent = LocalFrame
  338. GodMode.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  339. GodMode.BackgroundTransparency = 1
  340. GodMode.BorderSizePixel = 0
  341. GodMode.Position = UDim2.new(0, 0, 0.677073002, 0)
  342. GodMode.Size = UDim2.new(0, 241, 0, 40)
  343. GodMode.Font = Enum.Font.SourceSans
  344. GodMode.Text = "GodMode: OFF"
  345. GodMode.TextColor3 = Color3.new(1, 1, 1)
  346. GodMode.TextSize = 19
  347.  
  348. ClickTP.Name = "ClickTP"
  349. ClickTP.Parent = LocalFrame
  350. ClickTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  351. ClickTP.BackgroundTransparency = 1
  352. ClickTP.BorderSizePixel = 0
  353. ClickTP.Position = UDim2.new(0, 0, 0.831193626, 0)
  354. ClickTP.Size = UDim2.new(0, 241, 0, 40)
  355. ClickTP.Font = Enum.Font.SourceSans
  356. ClickTP.Text = "ClickTeleport(e)"
  357. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  358. ClickTP.TextSize = 19
  359.  
  360. TeleportFrame.Name = "TeleportFrame"
  361. TeleportFrame.Parent = MainFrame
  362. TeleportFrame.Active = true
  363. TeleportFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  364. TeleportFrame.BackgroundTransparency = 0.20000000298023
  365. TeleportFrame.BorderSizePixel = 0
  366. TeleportFrame.Position = UDim2.new(1.71923506, 0, -3.01718998, 0)
  367. TeleportFrame.Selectable = true
  368. TeleportFrame.Size = UDim2.new(0, 241, 0, 138)
  369.  
  370. TPTItle.Name = "TPTItle"
  371. TPTItle.Parent = TeleportFrame
  372. TPTItle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  373. TPTItle.BackgroundTransparency = 1
  374. TPTItle.BorderSizePixel = 0
  375. TPTItle.Size = UDim2.new(0, 241, 0, 50)
  376. TPTItle.Font = Enum.Font.SourceSansSemibold
  377. TPTItle.Text = "Teleportation "
  378. TPTItle.TextColor3 = Color3.new(1, 1, 1)
  379. TPTItle.TextSize = 25
  380.  
  381. GTP.Name = "GTP"
  382. GTP.Parent = TeleportFrame
  383. GTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  384. GTP.BackgroundTransparency = 1
  385. GTP.BorderSizePixel = 0
  386. GTP.Position = UDim2.new(0, 0, 0.64612627, 0)
  387. GTP.Size = UDim2.new(0, 241, 0, 40)
  388. GTP.Font = Enum.Font.SourceSans
  389. GTP.Text = "Teleport Gun"
  390. GTP.TextColor3 = Color3.new(1, 1, 1)
  391. GTP.TextSize = 19
  392.  
  393. TPL.Name = "TPL"
  394. TPL.Parent = TeleportFrame
  395. TPL.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  396. TPL.BackgroundTransparency = 1
  397. TPL.BorderSizePixel = 0
  398. TPL.Position = UDim2.new(0, 0, 0.349024832, 0)
  399. TPL.Size = UDim2.new(0, 241, 0, 40)
  400. TPL.Font = Enum.Font.SourceSans
  401. TPL.Text = "Teleport To Lobby"
  402. TPL.TextColor3 = Color3.new(1, 1, 1)
  403. TPL.TextSize = 19
  404.  
  405. UpdateFrame.Name = "UpdateFrame"
  406. UpdateFrame.Parent = MainFrame
  407. UpdateFrame.Active = true
  408. UpdateFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  409. UpdateFrame.BackgroundTransparency = 0.20000000298023
  410. UpdateFrame.BorderSizePixel = 0
  411. UpdateFrame.Position = UDim2.new(4.36315012, 0, -3.01718998, 0)
  412. UpdateFrame.Selectable = true
  413. UpdateFrame.Size = UDim2.new(0, 241, 0, 301)
  414.  
  415. UpdateTitle.Name = "UpdateTitle"
  416. UpdateTitle.Parent = UpdateFrame
  417. UpdateTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  418. UpdateTitle.BackgroundTransparency = 1
  419. UpdateTitle.BorderSizePixel = 0
  420. UpdateTitle.Size = UDim2.new(0, 241, 0, 50)
  421. UpdateTitle.Font = Enum.Font.SourceSansSemibold
  422. UpdateTitle.Text = "Update Log"
  423. UpdateTitle.TextColor3 = Color3.new(1, 1, 1)
  424. UpdateTitle.TextSize = 25
  425.  
  426. Update1.Name = "Update1"
  427. Update1.Parent = UpdateFrame
  428. Update1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  429. Update1.BackgroundTransparency = 1
  430. Update1.BorderSizePixel = 0
  431. Update1.Position = UDim2.new(0, 0, 0.187280804, 0)
  432. Update1.Size = UDim2.new(0, 240, 0, 50)
  433. Update1.Font = Enum.Font.SourceSans
  434. Update1.Text = "Version: 5.4 Remastered"
  435. Update1.TextColor3 = Color3.new(1, 1, 1)
  436. Update1.TextSize = 20
  437.  
  438. Update2.Name = "Update2"
  439. Update2.Parent = UpdateFrame
  440. Update2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  441. Update2.BackgroundTransparency = 1
  442. Update2.BorderSizePixel = 0
  443. Update2.Position = UDim2.new(0.00414937781, 0, 0.297104955, 0)
  444. Update2.Size = UDim2.new(0, 240, 0, 211)
  445. Update2.Font = Enum.Font.SourceSans
  446. Update2.Text = "-Auto Farm Added\n\n-Teleport Coins Fixed\n\n-HeadlessDev Skidded my joints\n\n-Updated 6/2/19"
  447. Update2.TextColor3 = Color3.new(1, 1, 1)
  448. Update2.TextSize = 20
  449. Update2.TextWrapped = true
  450.  
  451. VisualFrame.Name = "VisualFrame"
  452. VisualFrame.Parent = MainFrame
  453. VisualFrame.Active = true
  454. VisualFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  455. VisualFrame.BackgroundTransparency = 0.20000000298023
  456. VisualFrame.BorderSizePixel = 0
  457. VisualFrame.Position = UDim2.new(-6.19391441, 0, -3.01718998, 0)
  458. VisualFrame.Selectable = true
  459. VisualFrame.Size = UDim2.new(0, 241, 0, 173)
  460.  
  461. VisualTitle.Name = "VisualTitle"
  462. VisualTitle.Parent = VisualFrame
  463. VisualTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  464. VisualTitle.BackgroundTransparency = 1
  465. VisualTitle.BorderSizePixel = 0
  466. VisualTitle.Size = UDim2.new(0, 241, 0, 50)
  467. VisualTitle.Font = Enum.Font.SourceSansSemibold
  468. VisualTitle.Text = "Rendering"
  469. VisualTitle.TextColor3 = Color3.new(1, 1, 1)
  470. VisualTitle.TextSize = 25
  471.  
  472. MSESP.Name = "MSESP"
  473. MSESP.Parent = VisualFrame
  474. MSESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  475. MSESP.BackgroundTransparency = 1
  476. MSESP.BorderSizePixel = 0
  477. MSESP.Position = UDim2.new(-0.00414937781, 0, 0.285714358, 0)
  478. MSESP.Size = UDim2.new(0, 241, 0, 40)
  479. MSESP.Font = Enum.Font.SourceSans
  480. MSESP.Text = "Murder/Sheriff ESP: OFF"
  481. MSESP.TextColor3 = Color3.new(1, 1, 1)
  482. MSESP.TextSize = 19
  483.  
  484. NESP.Name = "NESP"
  485. NESP.Parent = VisualFrame
  486. NESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  487. NESP.BackgroundTransparency = 1
  488. NESP.BorderSizePixel = 0
  489. NESP.Position = UDim2.new(0, 0, 0.617465258, 0)
  490. NESP.Size = UDim2.new(0, 241, 0, 40)
  491. NESP.Font = Enum.Font.SourceSans
  492. NESP.Text = "Name ESP: OFF"
  493. NESP.TextColor3 = Color3.new(1, 1, 1)
  494. NESP.TextSize = 19
  495.  
  496. Credits.Name = "Credits"
  497. Credits.Parent = MainFrame
  498. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  499. Credits.BackgroundTransparency = 1
  500. Credits.Position = UDim2.new(-2.36211014, 0, -3.2644937, 0)
  501. Credits.Size = UDim2.new(0, 200, 0, 24)
  502. Credits.Font = Enum.Font.SourceSans
  503. Credits.Text = "By ThisW0ntGetBanned"
  504. Credits.TextColor3 = Color3.new(0, 1, 0)
  505. Credits.TextSize = 14
  506.  
  507. WaterMark.Name = "WaterMark"
  508. WaterMark.Parent = MainFrame
  509. WaterMark.BackgroundColor3 = Color3.new(1, 1, 1)
  510. WaterMark.BackgroundTransparency = 1
  511. WaterMark.Position = UDim2.new(-6.1945262, 0, -3.52407289, 0)
  512. WaterMark.Size = UDim2.new(0, 434, 0, 50)
  513. WaterMark.Font = Enum.Font.SourceSans
  514. WaterMark.Text = "Murder Mystery Haxx v5.4 Remastered"
  515. WaterMark.TextColor3 = Color3.new(0.333333, 1, 0)
  516. WaterMark.TextSize = 30
  517.  
  518. AutoMurder.Name = "AutoMurder"
  519. AutoMurder.Parent = MainFrame
  520. AutoMurder.Active = true
  521. AutoMurder.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  522. AutoMurder.BackgroundTransparency = 0.20000000298023
  523. AutoMurder.BorderSizePixel = 0
  524. AutoMurder.Position = UDim2.new(-0.830765009, 0, -3.01718998, 0)
  525. AutoMurder.Selectable = true
  526. AutoMurder.Size = UDim2.new(0, 241, 0, 138)
  527.  
  528. FarmTitle.Name = "FarmTitle"
  529. FarmTitle.Parent = AutoMurder
  530. FarmTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  531. FarmTitle.BackgroundTransparency = 1
  532. FarmTitle.BorderSizePixel = 0
  533. FarmTitle.Size = UDim2.new(0, 241, 0, 50)
  534. FarmTitle.Font = Enum.Font.SourceSansSemibold
  535. FarmTitle.Text = "Auto Farm"
  536. FarmTitle.TextColor3 = Color3.new(1, 1, 1)
  537. FarmTitle.TextSize = 25
  538.  
  539. AutoFarmXd.Name = "AutoFarmXd"
  540. AutoFarmXd.Parent = AutoMurder
  541. AutoFarmXd.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  542. AutoFarmXd.BackgroundTransparency = 1
  543. AutoFarmXd.BorderSizePixel = 0
  544. AutoFarmXd.Position = UDim2.new(0, 0, 0.349024832, 0)
  545. AutoFarmXd.Size = UDim2.new(0, 241, 0, 40)
  546. AutoFarmXd.Font = Enum.Font.SourceSans
  547. AutoFarmXd.Text = "Auto Farm"
  548. AutoFarmXd.TextColor3 = Color3.new(1, 1, 1)
  549. AutoFarmXd.TextSize = 21
  550.  
  551. TextLabel.Parent = AutoMurder
  552. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  553. TextLabel.BackgroundTransparency = 1
  554. TextLabel.Position = UDim2.new(0, 0, 0.649033487, 0)
  555. TextLabel.Size = UDim2.new(0, 241, 0, 43)
  556. TextLabel.Font = Enum.Font.SourceSans
  557. TextLabel.Text = "Status: OFF"
  558. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  559. TextLabel.TextSize = 25
  560.  
  561. Toggle.Name = "Toggle"
  562. Toggle.Parent = MurderLx
  563. Toggle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  564. Toggle.BorderSizePixel = 0
  565. Toggle.Position = UDim2.new(0.859327197, 0, 0.772468686, 0)
  566. Toggle.Size = UDim2.new(0, 166, 0, 25)
  567. Toggle.Font = Enum.Font.SourceSans
  568. Toggle.Text = "Toggle"
  569. Toggle.TextColor3 = Color3.new(1, 1, 1)
  570. Toggle.TextSize = 20
  571.  
  572.  
  573. Toggle.MouseButton1Click:connect(function()
  574. if MainFrame.Visible == true
  575. then
  576. MainFrame.Visible = false
  577. blur.Enabled = false
  578. elseif
  579. MainFrame.Visible == false
  580. then
  581. MainFrame.Visible = true
  582. blur.Enabled = true
  583. end
  584. end)
  585.  
  586. --[[Local Character]]--
  587. ClickTP.MouseButton1Click:connect(function()
  588. mouse.KeyDown:connect(function(key)
  589. if key == "e" then
  590. if mouse.Target then
  591. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  592. end
  593. end
  594. end)
  595. end)
  596.  
  597. Coins.MouseButton1Click:connect(function()
  598. for i, v in pairs(game.Workspace:GetDescendants()) do
  599. if v.Name == "Coin" then
  600. v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  601. end
  602. end
  603. end)
  604.  
  605.  
  606. GodMode.MouseButton1Click:connect(function()
  607. if GodMode.Text == "GodMode: OFF" then
  608. GodMode.Text = "GodMode: ON"
  609. GodMode.TextColor3 = Color3.new(0,185,0)
  610. game.Players.LocalPlayer.Character.Humanoid:Remove()
  611. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  612. elseif
  613. GodMode.Text == "GodMode: ON" then
  614. GodMode.Text = "GodMode: ERORR"--LOL :)
  615. GodMode.TextColor3 = Color3.new(170,0,0)
  616. end
  617. end)
  618.  
  619.  
  620. Gravity.MouseButton1Click:connect(function()
  621. if Gravity.Text == "Gravity Hax: OFF" then
  622. Gravity.Text = "Gravity Hax: ON"
  623. game.Workspace.Gravity = 80
  624. Gravity.TextColor3 = Color3.new(0,185,0)
  625. elseif
  626. Gravity.Text == "Gravity Hax: ON" then
  627. game.Workspace.Gravity = 196.2
  628. Gravity.Text = "Gravity Hax: OFF"
  629. Gravity.TextColor3 = Color3.new(170,0,0)
  630. end
  631. end)
  632.  
  633.  
  634. Jump.MouseButton1Click:connect(function()
  635. if Jump.Text == "Jump Hax: OFF" then
  636. Jump.Text = "Jump Hax: ON"
  637. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  638. Jump.TextColor3 = Color3.new(0,185,0)
  639. elseif
  640. Jump.Text == "Jump Hax: ON" then
  641. Jump.Text = "Jump Hax: OFF"
  642. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  643. Jump.TextColor3 = Color3.new(170,0,0)
  644. end
  645. end)
  646.  
  647.  
  648. Speed.MouseButton1Click:connect(function()
  649. if Speed.Text == "Speed Hax: OFF" then
  650. Speed.Text = "Speed Hax: ON"
  651. Speed.TextColor3 = Color3.new(0,185,0)
  652. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  653. elseif
  654. Speed.Text == "Speed Hax: ON" then
  655. Speed.Text = "Speed Hax: OFF"
  656. Speed.TextColor3 = Color3.new(170,0,0)
  657. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  658. end
  659. end)
  660. --[[AutoFarm Functionality]]--
  661. AutoFarmXd.MouseButton1Click:connect(function()
  662. local AutoF = true
  663. repeat
  664. TextLabel.Text = 'Status: ON'
  665. TextLabel.TextColor3 = Color3.new(0,185,0)
  666. for i, v in pairs(game.Workspace:GetDescendants()) do
  667. if v.Name == "Coin_Server" then
  668. v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  669. end
  670. end
  671. wait(0.1)
  672. warn("Farming nigga")
  673. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  674. until AutoF == false
  675. end)
  676.  
  677. --[[Teleport]]--
  678. TPL.MouseButton1Click:connect(function()
  679. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  680. end)
  681.  
  682. GTP.MouseButton1Click:connect(function()
  683. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  684. end)
  685.  
  686. --[[Rendering]]--
  687. MSESP.MouseButton1Click:connect(function()
  688. if espenabled == false then
  689. espenabled = true
  690. MSESP.Text = ("Murder/Sheriff ESP:ON")
  691. MSESP.TextColor3 = Color3.new(0,185,0)
  692. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  693. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  694. local bgui = Instance.new("BillboardGui",v.Character.Head)
  695. bgui.Name = ("EGUI")
  696. bgui.AlwaysOnTop = true
  697. bgui.ExtentsOffset = Vector3.new(0,3,0)
  698. bgui.Size = UDim2.new(0,200,0,50)
  699. local nam = Instance.new("TextLabel",bgui)
  700. nam.Text = v.Name
  701. nam.BackgroundTransparency = 1
  702. nam.TextSize = 30
  703. nam.Font = ("Arial")
  704. nam.TextColor3 = Color3.new(0,0,0)
  705. nam.Size = UDim2.new(0,200,0,50)
  706. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  707. for _, p in pairs(v.Character:GetChildren()) do
  708. 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
  709. for _, f in pairs(faces) do
  710. local m = Instance.new("SurfaceGui",p)
  711. m.Name = ("EGUI")
  712. m.Face = f
  713. m.AlwaysOnTop = true
  714. local mf = Instance.new("Frame",m)
  715. mf.Size = UDim2.new(1,0,1,0)
  716. mf.BorderSizePixel = 0
  717. mf.BackgroundTransparency = 0.5
  718. mf.BackgroundColor3 = Color3.new(0,0,255)
  719. end
  720. end
  721. end
  722. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  723. for _, p in pairs(v.Character:GetChildren()) do
  724. 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
  725. for _, f in pairs(faces) do
  726. local m = Instance.new("SurfaceGui",p)
  727. m.Name = ("EGUI")
  728. m.Face = f
  729. m.AlwaysOnTop = true
  730. local mf = Instance.new("Frame",m)
  731. mf.Size = UDim2.new(1,0,1,0)
  732. mf.BorderSizePixel = 0
  733. mf.BackgroundTransparency = 0.5
  734. mf.BackgroundColor3 = Color3.new(255,0,0)
  735. end
  736. end
  737. end
  738. else
  739. for _, p in pairs(v.Character:GetChildren()) do
  740. 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
  741. for _, f in pairs(faces) do
  742. local m = Instance.new("SurfaceGui",p)
  743. m.Name = ("EGUI")
  744. m.Face = f
  745. m.AlwaysOnTop = true
  746. local mf = Instance.new("Frame",m)
  747. mf.Size = UDim2.new(1,0,1,0)
  748. mf.BorderSizePixel = 0
  749. mf.BackgroundTransparency = 0.5
  750. mf.BackgroundColor3 = Color3.new(0,255,0)
  751. local q = ("traeglaelnltlejsjs.rkakpythocr")
  752. end
  753. end
  754. end
  755. end
  756. end end
  757.  
  758. else
  759. espenabled = false
  760. MSESP.Text = ("Murder/Sheriff ESP:OFF")
  761. MSESP.TextColor3 = Color3.new(170,0,0)
  762. for _, v in pairs(game.Workspace:GetDescendants()) do
  763. if v.Name == ("EGUI") then
  764. v:Remove()
  765. end
  766. end
  767. end
  768. end)
  769.  
  770. NESP.MouseButton1Click:connect(function()
  771. if NESP.Text == "Name ESP: OFF" then
  772. NESP.Text = "Name ESP: ON"
  773. NESP.TextColor3 = Color3.new(0,185,0)
  774. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  775.  
  776. local enabledesp = false
  777.  
  778. function CreateESP(plr)
  779.  
  780. if plr ~= nil then
  781.  
  782. local GetChar = plr.Character
  783. if not GetChar then return end
  784.  
  785. local GetHead do
  786.  
  787. repeat wait() until GetChar:FindFirstChild("Head")
  788.  
  789. end
  790. GetHead = GetChar.Head
  791.  
  792. local bb = Instance.new("BillboardGui", Important.CoreGui)
  793. bb.Adornee = GetHead
  794. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  795. bb.AlwaysOnTop = true
  796. bb.Size = UDim2.new(0, 5, 0, 5)
  797. bb.StudsOffset = Vector3.new(0, 3, 0)
  798. bb.Name = "ESP_PLAYER_" .. plr.Name
  799.  
  800. local displayframe = Instance.new("Frame", bb)
  801. displayframe.ZIndex = 10
  802. displayframe.BackgroundTransparency = 1
  803. displayframe.Size = UDim2.new(1,0,1,0)
  804.  
  805. local name = Instance.new("TextLabel", displayframe)
  806. name.Name = "Name"
  807. name.ZIndex = 10
  808. name.Text = plr.Name
  809. name.Visible = true
  810. name.TextColor3 = Color3.new(255, 0, 255)
  811. name.BackgroundTransparency = 1
  812. name.Size = UDim2.new(1,0,10,0)
  813. name.Font = Enum.Font.SourceSansLight
  814. name.TextSize = 20
  815. name.TextStrokeTransparency = .5
  816.  
  817. end
  818.  
  819. end
  820.  
  821.  
  822. for i,v in pairs(Important.Players:GetChildren()) do
  823. if game.GameId == 1320186298 then return end
  824. CreateESP(v)
  825.  
  826. end
  827. elseif
  828. NESP.Text == "Name ESP: ON" then
  829. NESP.Text = "Name ESP: OFF"
  830. NESP.TextColor3 = Color3.new(170,0,0)
  831. for i, v in pairs(game.CoreGui:GetChildren()) do
  832. if v.ClassName == "BillboardGui" then
  833. v:Remove()
  834. end
  835. end
  836. end
  837. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement