Advertisement
lyfeisuseless

MM2 Script

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