Advertisement
Div_Official

Test

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