Advertisement
RobloxAnonymous

Murder Mystery OP GUI

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