Advertisement
Formulaaim

hii

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