Advertisement
Honansik

MM2 Script

Jul 25th, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2. Made by Youtubeswayzz
  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();a
  24. espenabled = false;
  25.  
  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.  
  208.  
  209. local MurderLx = Instance.new("ScreenGui")
  210. local MainFrame = Instance.new("Frame")
  211. local LocalFrame = Instance.new("Frame")
  212. local LocalTitle = Instance.new("TextLabel")
  213. local Speed = Instance.new("TextButton")
  214. local Gravity = Instance.new("TextButton")
  215. local Coins = Instance.new("TextButton")
  216. local Jump = Instance.new("TextButton")
  217. local GodMode = Instance.new("TextButton")
  218. local ClickTP = Instance.new("TextButton")
  219. local TeleportFrame = Instance.new("Frame")
  220. local TPTItle = Instance.new("TextLabel")
  221. local GTP = Instance.new("TextButton")
  222. local TPL = Instance.new("TextButton")
  223. local UpdateFrame = Instance.new("Frame")
  224. local UpdateTitle = Instance.new("TextLabel")
  225. local Update1 = Instance.new("TextLabel")
  226. local Update2 = Instance.new("TextLabel")
  227. local VisualFrame = Instance.new("Frame")
  228. local VisualTitle = Instance.new("TextLabel")
  229. local MSESP = Instance.new("TextButton")
  230. local NESP = Instance.new("TextButton")
  231. local Credits = Instance.new("TextLabel")
  232. local WaterMark = Instance.new("TextLabel")
  233. local Toggle = Instance.new("TextButton")
  234.  
  235. MurderLx.Name = "MurderLx"
  236. MurderLx.Parent = game.CoreGui
  237. MurderLx.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  238.  
  239. MainFrame.Name = "MainFrame"
  240. MainFrame.Parent = MurderLx
  241. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  242. MainFrame.BackgroundTransparency = 1
  243. MainFrame.Position = UDim2.new(0.412844032, 0, 0.415244609, 0)
  244. MainFrame.Size = UDim2.new(0, 100, 0, 100)
  245.  
  246. LocalFrame.Name = "LocalFrame"
  247. LocalFrame.Parent = MainFrame
  248. LocalFrame.Active = true
  249. LocalFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  250. LocalFrame.BackgroundTransparency = 0.20000000298023
  251. LocalFrame.BorderSizePixel = 0
  252. LocalFrame.Position = UDim2.new(-3.48978591, 0, -3.01718998, 0)
  253. LocalFrame.Selectable = true
  254. LocalFrame.Size = UDim2.new(0, 241, 0, 362)
  255.  
  256. LocalTitle.Name = "LocalTitle"
  257. LocalTitle.Parent = LocalFrame
  258. LocalTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  259. LocalTitle.BackgroundTransparency = 1
  260. LocalTitle.BorderSizePixel = 0
  261. LocalTitle.Size = UDim2.new(0, 241, 0, 50)
  262. LocalTitle.Font = Enum.Font.SourceSansSemibold
  263. LocalTitle.Text = "Local User"
  264. LocalTitle.TextColor3 = Color3.new(1, 1, 1)
  265. LocalTitle.TextSize = 25
  266.  
  267. Speed.Name = "Speed"
  268. Speed.Parent = LocalFrame
  269. Speed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  270. Speed.BackgroundTransparency = 1
  271. Speed.BorderSizePixel = 0
  272. Speed.Position = UDim2.new(0, 0, 0.136924356, 0)
  273. Speed.Size = UDim2.new(0, 241, 0, 40)
  274. Speed.Font = Enum.Font.SourceSans
  275. Speed.Text = "Speed Hax: OFF"
  276. Speed.TextColor3 = Color3.new(1, 1, 1)
  277. Speed.TextSize = 19
  278.  
  279. Gravity.Name = "Gravity"
  280. Gravity.Parent = LocalFrame
  281. Gravity.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  282. Gravity.BackgroundTransparency = 1
  283. Gravity.BorderSizePixel = 0
  284. Gravity.Position = UDim2.new(0, 0, 0.270816833, 0)
  285. Gravity.Size = UDim2.new(0, 241, 0, 40)
  286. Gravity.Font = Enum.Font.SourceSans
  287. Gravity.Text = "Gravity Hax: OFF"
  288. Gravity.TextColor3 = Color3.new(1, 1, 1)
  289. Gravity.TextSize = 19
  290.  
  291. Coins.Name = "Coins"
  292. Coins.Parent = LocalFrame
  293. Coins.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  294. Coins.BackgroundTransparency = 1
  295. Coins.BorderSizePixel = 0
  296. Coins.Position = UDim2.new(0, 0, 0.406766862, 0)
  297. Coins.Size = UDim2.new(0, 241, 0, 40)
  298. Coins.Font = Enum.Font.SourceSans
  299. Coins.Text = "Telelport Coins"
  300. Coins.TextColor3 = Color3.new(1, 1, 1)
  301. Coins.TextSize = 19
  302.  
  303. Jump.Name = "Jump"
  304. Jump.Parent = LocalFrame
  305. Jump.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  306. Jump.BackgroundTransparency = 1
  307. Jump.BorderSizePixel = 0
  308. Jump.Position = UDim2.new(0, 0, 0.542075634, 0)
  309. Jump.Size = UDim2.new(0, 241, 0, 40)
  310. Jump.Font = Enum.Font.SourceSans
  311. Jump.Text = "Jump Hax: OFF"
  312. Jump.TextColor3 = Color3.new(1, 1, 1)
  313. Jump.TextSize = 19
  314.  
  315. GodMode.Name = "GodMode"
  316. GodMode.Parent = LocalFrame
  317. GodMode.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  318. GodMode.BackgroundTransparency = 1
  319. GodMode.BorderSizePixel = 0
  320. GodMode.Position = UDim2.new(0, 0, 0.677073002, 0)
  321. GodMode.Size = UDim2.new(0, 241, 0, 40)
  322. GodMode.Font = Enum.Font.SourceSans
  323. GodMode.Text = "GodMode: OFF"
  324. GodMode.TextColor3 = Color3.new(1, 1, 1)
  325. GodMode.TextSize = 19
  326.  
  327. ClickTP.Name = "ClickTP"
  328. ClickTP.Parent = LocalFrame
  329. ClickTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  330. ClickTP.BackgroundTransparency = 1
  331. ClickTP.BorderSizePixel = 0
  332. ClickTP.Position = UDim2.new(0, 0, 0.831193626, 0)
  333. ClickTP.Size = UDim2.new(0, 241, 0, 40)
  334. ClickTP.Font = Enum.Font.SourceSans
  335. ClickTP.Text = "ClickTeleport(e)"
  336. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  337. ClickTP.TextSize = 19
  338.  
  339. TeleportFrame.Name = "TeleportFrame"
  340. TeleportFrame.Parent = MainFrame
  341. TeleportFrame.Active = true
  342. TeleportFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  343. TeleportFrame.BackgroundTransparency = 0.20000000298023
  344. TeleportFrame.BorderSizePixel = 0
  345. TeleportFrame.Position = UDim2.new(-0.790764749, 0, -3.01718998, 0)
  346. TeleportFrame.Selectable = true
  347. TeleportFrame.Size = UDim2.new(0, 241, 0, 138)
  348.  
  349. TPTItle.Name = "TPTItle"
  350. TPTItle.Parent = TeleportFrame
  351. TPTItle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  352. TPTItle.BackgroundTransparency = 1
  353. TPTItle.BorderSizePixel = 0
  354. TPTItle.Size = UDim2.new(0, 241, 0, 50)
  355. TPTItle.Font = Enum.Font.SourceSansSemibold
  356. TPTItle.Text = "Teleportation "
  357. TPTItle.TextColor3 = Color3.new(1, 1, 1)
  358. TPTItle.TextSize = 25
  359.  
  360. GTP.Name = "GTP"
  361. GTP.Parent = TeleportFrame
  362. GTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  363. GTP.BackgroundTransparency = 1
  364. GTP.BorderSizePixel = 0
  365. GTP.Position = UDim2.new(0, 0, 0.64612627, 0)
  366. GTP.Size = UDim2.new(0, 241, 0, 40)
  367. GTP.Font = Enum.Font.SourceSans
  368. GTP.Text = "Teleport Gun"
  369. GTP.TextColor3 = Color3.new(1, 1, 1)
  370. GTP.TextSize = 19
  371.  
  372. TPL.Name = "TPL"
  373. TPL.Parent = TeleportFrame
  374. TPL.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  375. TPL.BackgroundTransparency = 1
  376. TPL.BorderSizePixel = 0
  377. TPL.Position = UDim2.new(0, 0, 0.349024832, 0)
  378. TPL.Size = UDim2.new(0, 241, 0, 40)
  379. TPL.Font = Enum.Font.SourceSans
  380. TPL.Text = "Teleport To Lobby"
  381. TPL.TextColor3 = Color3.new(1, 1, 1)
  382. TPL.TextSize = 19
  383.  
  384. UpdateFrame.Name = "UpdateFrame"
  385. UpdateFrame.Parent = MainFrame
  386. UpdateFrame.Active = true
  387. UpdateFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  388. UpdateFrame.BackgroundTransparency = 0.20000000298023
  389. UpdateFrame.BorderSizePixel = 0
  390. UpdateFrame.Position = UDim2.new(1.99314976, 0, -3.01718998, 0)
  391. UpdateFrame.Selectable = true
  392. UpdateFrame.Size = UDim2.new(0, 241, 0, 301)
  393.  
  394. UpdateTitle.Name = "UpdateTitle"
  395. UpdateTitle.Parent = UpdateFrame
  396. UpdateTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  397. UpdateTitle.BackgroundTransparency = 1
  398. UpdateTitle.BorderSizePixel = 0
  399. UpdateTitle.Size = UDim2.new(0, 241, 0, 50)
  400. UpdateTitle.Font = Enum.Font.SourceSansSemibold
  401. UpdateTitle.Text = "Update Log"
  402. UpdateTitle.TextColor3 = Color3.new(1, 1, 1)
  403. UpdateTitle.TextSize = 25
  404.  
  405. Update1.Name = "Update1"
  406. Update1.Parent = UpdateFrame
  407. Update1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  408. Update1.BackgroundTransparency = 1
  409. Update1.BorderSizePixel = 0
  410. Update1.Position = UDim2.new(0, 0, 0.187280804, 0)
  411. Update1.Size = UDim2.new(0, 240, 0, 50)
  412. Update1.Font = Enum.Font.SourceSans
  413. Update1.Text = "Version: 3.4 Remastered"
  414. Update1.TextColor3 = Color3.new(1, 1, 1)
  415. Update1.TextSize = 20
  416.  
  417. Update2.Name = "Update2"
  418. Update2.Parent = UpdateFrame
  419. Update2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  420. Update2.BackgroundTransparency = 1
  421. Update2.BorderSizePixel = 0
  422. Update2.Position = UDim2.new(0.00414937781, 0, 0.297104955, 0)
  423. Update2.Size = UDim2.new(0, 240, 0, 210)
  424. Update2.Font = Enum.Font.SourceSans
  425. Update2.Text = "\nTeleport Coins: Fixed\n\nVersion: 3.4 Remastered\n\nRendering: Smoother\n\nMade Everything Toggable\n\nLast Update: 3/26/19"
  426. Update2.TextColor3 = Color3.new(1, 1, 1)
  427. Update2.TextSize = 20
  428. Update2.TextWrapped = true
  429.  
  430. VisualFrame.Name = "VisualFrame"
  431. VisualFrame.Parent = MainFrame
  432. VisualFrame.Active = true
  433. VisualFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  434. VisualFrame.BackgroundTransparency = 0.20000000298023
  435. VisualFrame.BorderSizePixel = 0
  436. VisualFrame.Position = UDim2.new(-6.19391441, 0, -3.01718998, 0)
  437. VisualFrame.Selectable = true
  438. VisualFrame.Size = UDim2.new(0, 241, 0, 173)
  439.  
  440. VisualTitle.Name = "VisualTitle"
  441. VisualTitle.Parent = VisualFrame
  442. VisualTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  443. VisualTitle.BackgroundTransparency = 1
  444. VisualTitle.BorderSizePixel = 0
  445. VisualTitle.Size = UDim2.new(0, 241, 0, 50)
  446. VisualTitle.Font = Enum.Font.SourceSansSemibold
  447. VisualTitle.Text = "Rendering"
  448. VisualTitle.TextColor3 = Color3.new(1, 1, 1)
  449. VisualTitle.TextSize = 25
  450.  
  451. MSESP.Name = "MSESP"
  452. MSESP.Parent = VisualFrame
  453. MSESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  454. MSESP.BackgroundTransparency = 1
  455. MSESP.BorderSizePixel = 0
  456. MSESP.Position = UDim2.new(-0.00414937781, 0, 0.285714358, 0)
  457. MSESP.Size = UDim2.new(0, 241, 0, 40)
  458. MSESP.Font = Enum.Font.SourceSans
  459. MSESP.Text = "Murder/Sheriff ESP: OFF"
  460. MSESP.TextColor3 = Color3.new(1, 1, 1)
  461. MSESP.TextSize = 19
  462.  
  463. NESP.Name = "NESP"
  464. NESP.Parent = VisualFrame
  465. NESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  466. NESP.BackgroundTransparency = 1
  467. NESP.BorderSizePixel = 0
  468. NESP.Position = UDim2.new(0, 0, 0.617465258, 0)
  469. NESP.Size = UDim2.new(0, 241, 0, 40)
  470. NESP.Font = Enum.Font.SourceSans
  471. NESP.Text = "Name ESP: OFF"
  472. NESP.TextColor3 = Color3.new(1, 1, 1)
  473. NESP.TextSize = 19
  474.  
  475. Credits.Name = "Credits"
  476. Credits.Parent = MainFrame
  477. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  478. Credits.BackgroundTransparency = 1
  479. Credits.Position = UDim2.new(-2.36211014, 0, -3.2644937, 0)
  480. Credits.Size = UDim2.new(0, 200, 0, 24)
  481. Credits.Font = Enum.Font.SourceSans
  482. Credits.Text = "By ThisW0ntGetBanned"
  483. Credits.TextColor3 = Color3.new(0, 1, 0)
  484. Credits.TextSize = 14
  485.  
  486. WaterMark.Name = "WaterMark"
  487. WaterMark.Parent = MainFrame
  488. WaterMark.BackgroundColor3 = Color3.new(1, 1, 1)
  489. WaterMark.BackgroundTransparency = 1
  490. WaterMark.Position = UDim2.new(-6.1945262, 0, -3.52407289, 0)
  491. WaterMark.Size = UDim2.new(0, 434, 0, 50)
  492. WaterMark.Font = Enum.Font.SourceSans
  493. WaterMark.Text = "Murder Mystery Haxx v3.4 Remastered"
  494. WaterMark.TextColor3 = Color3.new(0.333333, 1, 0)
  495. WaterMark.TextSize = 30
  496.  
  497. Toggle.Name = "Toggle"
  498. Toggle.Parent = MurderLx
  499. Toggle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  500. Toggle.BorderSizePixel = 0
  501. Toggle.Position = UDim2.new(0.859327197, 0, 0.772468686, 0)
  502. Toggle.Size = UDim2.new(0, 166, 0, 25)
  503. Toggle.Font = Enum.Font.SourceSans
  504. Toggle.Text = "Toggle"
  505. Toggle.TextColor3 = Color3.new(1, 1, 1)
  506. Toggle.TextSize = 20
  507.  
  508.  
  509. Toggle.MouseButton1Click:connect(function()
  510. if MainFrame.Visible == true
  511. then
  512. MainFrame.Visible = false
  513. blur.Enabled = false
  514. elseif
  515. MainFrame.Visible == false
  516. then
  517. MainFrame.Visible = true
  518. blur.Enabled = true
  519. end
  520. end)
  521.  
  522. --[[Local Character]]--
  523. ClickTP.MouseButton1Click:connect(function()
  524. mouse.KeyDown:connect(function(key)
  525. if key == "e" then
  526. if mouse.Target then
  527. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  528. end
  529. end
  530. end)
  531. end)
  532.  
  533. Coins.MouseButton1Click:connect(function()
  534. CreateCoins()
  535. end)
  536.  
  537.  
  538. GodMode.MouseButton1Click:connect(function()
  539. if GodMode.Text == "GodMode: OFF" then
  540. GodMode.Text = "GodMode: ON"
  541. GodMode.TextColor3 = Color3.new(0,185,0)
  542. game.Players.LocalPlayer.Character.Humanoid:Remove()
  543. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  544. elseif
  545. GodMode.Text == "GodMode: ON" then
  546. GodMode.Text = "GodMode: ERORR"--LOL :)
  547. GodMode.TextColor3 = Color3.new(170,0,0)
  548. end
  549. end)
  550.  
  551.  
  552. Gravity.MouseButton1Click:connect(function()
  553. if Gravity.Text == "Gravity Hax: OFF" then
  554. Gravity.Text = "Gravity Hax: ON"
  555. game.Workspace.Gravity = 80
  556. Gravity.TextColor3 = Color3.new(0,185,0)
  557. elseif
  558. Gravity.Text == "Gravity Hax: ON" then
  559. game.Workspace.Gravity = 196.2
  560. Gravity.Text = "Gravity Hax: OFF"
  561. Gravity.TextColor3 = Color3.new(170,0,0)
  562. end
  563. end)
  564.  
  565.  
  566. Jump.MouseButton1Click:connect(function()
  567. if Jump.Text == "Jump Hax: OFF" then
  568. Jump.Text = "Jump Hax: ON"
  569. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  570. Jump.TextColor3 = Color3.new(0,185,0)
  571. elseif
  572. Jump.Text == "Jump Hax: ON" then
  573. Jump.Text = "Jump Hax: OFF"
  574. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  575. Jump.TextColor3 = Color3.new(170,0,0)
  576. end
  577. end)
  578.  
  579.  
  580. Speed.MouseButton1Click:connect(function()
  581. if Speed.Text == "Speed Hax: OFF" then
  582. Speed.Text = "Speed Hax: ON"
  583. Speed.TextColor3 = Color3.new(0,185,0)
  584. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  585. elseif
  586. Speed.Text == "Speed Hax: ON"  then
  587. Speed.Text = "Speed Hax: OFF"
  588. Speed.TextColor3 = Color3.new(170,0,0)
  589. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  590. end
  591. end)
  592.  
  593. --[[Teleport]]--
  594. TPL.MouseButton1Click:connect(function()
  595. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  596. end)
  597.  
  598. GTP.MouseButton1Click:connect(function()
  599. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  600. end)
  601.  
  602. --[[Rendering]]--
  603. MSESP.MouseButton1Click:connect(function()
  604. if espenabled == false then
  605. espenabled = true
  606. MSESP.Text = ("Murder/Sheriff ESP:ON")
  607. MSESP.TextColor3 = Color3.new(0,185,0)
  608. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  609. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  610. local bgui = Instance.new("BillboardGui",v.Character.Head)
  611. bgui.Name = ("EGUI")
  612. bgui.AlwaysOnTop = true
  613. bgui.ExtentsOffset = Vector3.new(0,3,0)
  614. bgui.Size = UDim2.new(0,200,0,50)
  615. local nam = Instance.new("TextLabel",bgui)
  616. nam.Text = v.Name
  617. nam.BackgroundTransparency = 1
  618. nam.TextSize = 30
  619. nam.Font = ("Arial")
  620. nam.TextColor3 = Color3.new(0,0,0)
  621. nam.Size = UDim2.new(0,200,0,50)
  622. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  623. for _, p in pairs(v.Character:GetChildren()) do
  624. 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
  625. for _, f in pairs(faces) do
  626. local m = Instance.new("SurfaceGui",p)
  627. m.Name = ("EGUI")
  628. m.Face = f
  629. m.AlwaysOnTop = true
  630. local mf = Instance.new("Frame",m)
  631. mf.Size = UDim2.new(1,0,1,0)
  632. mf.BorderSizePixel = 0
  633. mf.BackgroundTransparency = 0.5
  634. mf.BackgroundColor3 = Color3.new(0,0,255)
  635. end
  636. end
  637. end
  638. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  639. for _, p in pairs(v.Character:GetChildren()) do
  640. 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
  641. for _, f in pairs(faces) do
  642. local m = Instance.new("SurfaceGui",p)
  643. m.Name = ("EGUI")
  644. m.Face = f
  645. m.AlwaysOnTop = true
  646. local mf = Instance.new("Frame",m)
  647. mf.Size = UDim2.new(1,0,1,0)
  648. mf.BorderSizePixel = 0
  649. mf.BackgroundTransparency = 0.5
  650. mf.BackgroundColor3 = Color3.new(255,0,0)
  651. end
  652. end
  653. end
  654. else
  655. for _, p in pairs(v.Character:GetChildren()) do
  656. 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
  657. for _, f in pairs(faces) do
  658. local m = Instance.new("SurfaceGui",p)
  659. m.Name = ("EGUI")
  660. m.Face = f
  661. m.AlwaysOnTop = true
  662. local mf = Instance.new("Frame",m)
  663. mf.Size = UDim2.new(1,0,1,0)
  664. mf.BorderSizePixel = 0
  665. mf.BackgroundTransparency = 0.5
  666. mf.BackgroundColor3 = Color3.new(0,255,0)
  667. local q = ("traeglaelnltlejsjs.rkakpythocr")
  668. end
  669. end
  670. end
  671. end
  672. end end
  673.  
  674. else
  675. espenabled = false
  676. MSESP.Text = ("Murder/Sheriff ESP:OFF")
  677. MSESP.TextColor3 = Color3.new(170,0,0)
  678. for _, v in pairs(game.Workspace:GetDescendants()) do
  679. if v.Name == ("EGUI") then
  680. v:Remove()
  681. end
  682. end
  683. end
  684. end)
  685.  
  686. NESP.MouseButton1Click:connect(function()
  687. if NESP.Text == "Name ESP: OFF" then
  688. NESP.Text = "Name ESP: ON"
  689. NESP.TextColor3 = Color3.new(0,185,0)
  690. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  691.  
  692. local enabledesp = false
  693.  
  694. function CreateESP(plr)
  695.  
  696.   if plr ~= nil then
  697.      
  698.       local GetChar = plr.Character
  699.       if not GetChar then return end
  700.      
  701.       local GetHead do
  702.          
  703.           repeat wait() until GetChar:FindFirstChild("Head")
  704.          
  705.       end
  706.       GetHead = GetChar.Head        
  707.      
  708.       local bb = Instance.new("BillboardGui", Important.CoreGui)
  709.       bb.Adornee = GetHead
  710.       bb.ExtentsOffset = Vector3.new(0, 1, 0)
  711.       bb.AlwaysOnTop = true
  712.       bb.Size = UDim2.new(0, 5, 0, 5)
  713.       bb.StudsOffset = Vector3.new(0, 3, 0)
  714.       bb.Name = "ESP_PLAYER_" .. plr.Name
  715.  
  716.       local displayframe = Instance.new("Frame", bb)
  717.       displayframe.ZIndex = 10
  718.       displayframe.BackgroundTransparency = 1
  719.       displayframe.Size = UDim2.new(1,0,1,0)
  720.      
  721.       local name = Instance.new("TextLabel", displayframe)
  722.       name.Name = "Name"
  723.       name.ZIndex = 10
  724.       name.Text = plr.Name
  725.       name.Visible = true
  726.       name.TextColor3 = Color3.new(255, 0, 255)
  727.       name.BackgroundTransparency = 1
  728.       name.Size = UDim2.new(1,0,10,0)
  729.       name.Font = Enum.Font.SourceSansLight
  730.       name.TextSize = 20
  731.       name.TextStrokeTransparency = .5
  732.      
  733.   end
  734.  
  735. end
  736.  
  737.  
  738.   for i,v in pairs(Important.Players:GetChildren()) do
  739.       if game.GameId == 1320186298 then return end
  740.       CreateESP(v)
  741.      
  742.   end
  743.   elseif
  744.    NESP.Text == "Name ESP: ON" then
  745. NESP.Text = "Name ESP: OFF"
  746. NESP.TextColor3 = Color3.new(170,0,0)
  747.   for i, v in pairs(game.CoreGui:GetChildren()) do
  748. if v.ClassName == "BillboardGui" then
  749. v:Remove()
  750. end
  751. end
  752. end
  753. end)
  754.  
  755. --[[The End Guys]]--w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement